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.1 API OpenSearch
Packages
action
-
6 classes
addon
-
5 classes
autoload
-
3 classes
cache
-
10 classes
command
-
25 classes
config
-
20 classes
controller
-
4 classes
creole
-
1 classes
database
-
8 classes
debug
-
2 classes
default
-
9 classes
exception
-
21 classes
filter
-
9 classes
form
-
4 classes
generator
-
8 classes
helper
-
20 classes
i18n
-
25 classes
log
-
10 classes
plugin
-
13 classes
propel
-
12 classes
request
-
3 classes
response
-
3 classes
routing
-
4 classes
storage
-
10 classes
task
-
46 classes
user
-
3 classes
util
-
23 classes
validator
-
45 classes
view
-
12 classes
widget
-
27 classes
sfWidget
sfWidgetForm
sfWidgetFormDate
sfWidgetFormDateTime
sfWidgetFormI18nDate
sfWidgetFormI18nDateTime
sfWidgetFormI18nSelectCountry
sfWidgetFormI18nSelectLanguage
sfWidgetFormI18nTime
sfWidgetFormInput
sfWidgetFormInputCheckbox
sfWidgetFormInputFile
sfWidgetFormInputHidden
sfWidgetFormInputPassword
sfWidgetFormPropelSelect
sfWidgetFormPropelSelectMany
sfWidgetFormSchema
sfWidgetFormSchemaDecorator
sfWidgetFormSchemaForEach
sfWidgetFormSchemaFormatter
sfWidgetFormSchemaFormatterList
sfWidgetFormSchemaFormatterTable
sfWidgetFormSelect
sfWidgetFormSelectMany
sfWidgetFormSelectRadio
sfWidgetFormTextarea
sfWidgetFormTime
You are currently browsing the symfony API for the
1.1
version. Switch to:
1.0
1.2
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.
sfWidgetFormDate
: sfWidgetFormDate represents a date widget.
sfWidgetFormDateTime
: sfWidgetFormDateTime represents a datetime widget.
sfWidgetFormI18nDate
: sfWidgetFormI18nDate represents a date widget.
sfWidgetFormI18nDateTime
: sfWidgetFormI18nDateTime represents a date and time widget.
sfWidgetFormI18nSelectCountry
: sfWidgetFormI18nSelectCountry represents a country 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.
sfWidgetFormInputHidden
: sfWidgetFormInputHidden represents a hidden HTML input tag.
sfWidgetFormInputPassword
: sfWidgetFormInputPassword represents a password HTML input tag.
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.
sfWidgetFormSchemaFormatterList
:
sfWidgetFormSchemaFormatterTable
:
sfWidgetFormSelect
: sfWidgetFormSelect represents a select HTML tag.
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.