sfWidgetFormDateRange represents a date range widget.
Method Summary
-
configure($options, $attributes)
Configures the current widget.
-
array
getJavaScripts()
Gets the JavaScript paths associated with the widget.
-
array
getStylesheets()
Gets the stylesheet paths associated with the widget.
-
string
render($name, $value, $attributes, $errors)
Renders the widget.
fixFormId , generateId , generateTwoCharsRange , getDefault , getIdFormat , getLabel , getParent , isHidden , needsMultipartForm , renderContentTag , renderTag , setDefault , setHidden , setIdFormat , setLabel , setParent , translate , translateAll , __construct
Methods inherited from sfWidget
addOption , addRequiredOption , attributesToHtml , attributesToHtmlCallback , configure , escapeOnce , fixDoubleEscape , getAttribute , getAttributes , getCharset , getJavaScripts , getOption , getOptions , getRequiredOptions , getStylesheets , hasOption , isXhtml , render , renderContentTag , renderTag , setAttribute , setAttributes , setCharset , setOption , setOptions , setXhtml , __construct
Method Details
-
configure ($options, $attributes)
Browse code
| $options |
An array of options |
| $attributes |
An array of default HTML attributes |
Configures the current widget.
Available options: * from_date: The from date widget (required)
* to_date: The to date widget (required)
* template: The template to use to render the widget
Available placeholders: %from_date%, %to_date%
-
(array) getJavaScripts ()
Browse code
Gets the JavaScript paths associated with the widget.
returns An array of JavaScript paths
-
(array) getStylesheets ()
Browse code
Gets the stylesheet paths associated with the widget.
returns An array of stylesheet paths
-
(string) render ($name, $value, $attributes, $errors)
Browse code
| $name |
The element name |
| $value |
The date displayed in this widget |
| $attributes |
An array of HTML attributes to be merged with the default HTML attributes |
| $errors |
An array of errors for the field |
Renders the widget.
returns An HTML tag string
|