About
Installation
Documentation
Plugins
Community
Blog
Development
symfony API
widget Package
You are currently browsing
the website for
symfony 1
Visit the
Symfony2
website
« Back to API menu
1.2 API OpenSearch
Packages
action
-
6 classes
addon
-
5 classes
autoload
-
3 classes
cache
-
10 classes
command
-
10 classes
config
-
22 classes
controller
-
4 classes
debug
-
11 classes
doctrine
-
40 classes
exception
-
3 classes
filter
-
9 classes
form
-
7 classes
generator
-
12 classes
helper
-
20 classes
i18n
-
17 classes
log
-
12 classes
plugin
-
10 classes
propel
-
37 classes
request
-
3 classes
response
-
2 classes
routing
-
10 classes
sfdoctrinelogger
-
1 classes
sfdoctrinepager
-
1 classes
sfphinglistener
-
1 classes
sfrequestcompat10
-
1 classes
storage
-
10 classes
task
-
53 classes
user
-
3 classes
util
-
24 classes
validator
-
50 classes
view
-
12 classes
widget
-
35 classes
sfWidget
sfWidgetForm
sfWidgetFormChoice
sfWidgetFormChoiceMany
sfWidgetFormDate
sfWidgetFormDateRange
sfWidgetFormDateTime
sfWidgetFormFilterDate
sfWidgetFormFilterInput
sfWidgetFormI18nDate
sfWidgetFormI18nDateTime
sfWidgetFormI18nSelectCountry
sfWidgetFormI18nSelectCurrency
sfWidgetFormI18nSelectLanguage
sfWidgetFormI18nTime
sfWidgetFormInput
sfWidgetFormInputCheckbox
sfWidgetFormInputFile
sfWidgetFormInputFileEditable
sfWidgetFormInputHidden
sfWidgetFormInputPassword
sfWidgetFormPropelChoice
sfWidgetFormPropelChoiceMany
sfWidgetFormPropelSelect
sfWidgetFormPropelSelectMany
sfWidgetFormSchema
sfWidgetFormSchemaDecorator
sfWidgetFormSchemaForEach
sfWidgetFormSchemaFormatter
sfWidgetFormSelect
sfWidgetFormSelectCheckbox
sfWidgetFormSelectMany
sfWidgetFormSelectRadio
sfWidgetFormTextarea
sfWidgetFormTime
You are currently browsing the symfony API for the
1.2
version. Switch to:
1.0
1.1
1.3
1.4
Search by class, method name, or package
Beggining of a class name
Beggining of a method name
Class name followed by ::
Class name followed by :: and the beginning of a method name
widget
sfWidget
: sfWidget is the base class for all widgets.
sfWidgetForm
: sfWidgetForm is the base class for all form widgets.
sfWidgetFormChoice
: sfWidgetFormChoice represents a choice widget.
sfWidgetFormChoiceMany
: sfWidgetFormChoice represents a choice widget where you can select multiple values.
sfWidgetFormDate
: sfWidgetFormDate represents a date widget.
sfWidgetFormDateRange
: sfWidgetFormDateRange represents a date range widget.
sfWidgetFormDateTime
: sfWidgetFormDateTime represents a datetime widget.
sfWidgetFormFilterDate
: sfWidgetFormFilterDate represents a date filter widget.
sfWidgetFormFilterInput
: sfWidgetFormFilterInput represents an HTML input tag used for filtering text.
sfWidgetFormI18nDate
: sfWidgetFormI18nDate represents a date widget.
sfWidgetFormI18nDateTime
: sfWidgetFormI18nDateTime represents a date and time widget.
sfWidgetFormI18nSelectCountry
: sfWidgetFormI18nSelectCountry represents a country HTML select tag.
sfWidgetFormI18nSelectCurrency
: sfWidgetFormI18nSelectCurrency represents a currency HTML select tag.
sfWidgetFormI18nSelectLanguage
: sfWidgetFormI18nSelectLanguage represents a language HTML select tag.
sfWidgetFormI18nTime
: sfWidgetFormI18nTime represents a time widget.
sfWidgetFormInput
: sfWidgetFormInput represents an HTML input tag.
sfWidgetFormInputCheckbox
: sfWidgetFormInputCheckbox represents an HTML checkbox tag.
sfWidgetFormInputFile
: sfWidgetFormInputFile represents an upload HTML input tag.
sfWidgetFormInputFileEditable
: sfWidgetFormInputFileEditable represents an upload HTML input tag with the possibility to remove a previously uploaded file.
sfWidgetFormInputHidden
: sfWidgetFormInputHidden represents a hidden HTML input tag.
sfWidgetFormInputPassword
: sfWidgetFormInputPassword represents a password HTML input tag.
sfWidgetFormPropelChoice
: sfWidgetFormPropelChoice represents a choice widget for a model.
sfWidgetFormPropelChoiceMany
: sfWidgetFormPropelChoice represents a choice widget for a model where you can select multiple values.
sfWidgetFormPropelSelect
: sfWidgetFormPropelSelect represents a select HTML tag for a model.
sfWidgetFormPropelSelectMany
: sfWidgetFormPropelSelectMany represents a select HTML tag for a model where you can select multiple values.
sfWidgetFormSchema
: sfWidgetFormSchema represents an array of fields.
sfWidgetFormSchemaDecorator
: sfWidgetFormSchemaDecorator wraps a form schema widget inside a given HTML snippet.
sfWidgetFormSchemaForEach
: sfWidgetFormSchemaForEach duplicates a given widget multiple times in a widget schema.
sfWidgetFormSchemaFormatter
: sfWidgetFormSchemaFormatter allows to format a form schema with HTML formats.
sfWidgetFormSelect
: sfWidgetFormSelect represents a select HTML tag.
sfWidgetFormSelectCheckbox
: sfWidgetFormSelectCheckbox represents an array of checkboxes.
sfWidgetFormSelectMany
: sfWidgetFormSelectMany represents a select HTML tag where you can select multiple values.
sfWidgetFormSelectRadio
: sfWidgetFormSelectRadio represents radio HTML tags.
sfWidgetFormTextarea
: sfWidgetFormTextarea represents a textarea HTML tag.
sfWidgetFormTime
: sfWidgetFormTime represents a time widget.