Reference Guide
facebook FBML Reference Guide Page 116 of 159
Fb:editor-month
Description
Creates a form selector element displaying the month.
This article or section needs expansion
Attributes
Required Name Type Description
optional name
string
The name for the control. (default value is month)
value
int
The value to pre-fill (the number of the month, 1 for Jan, 2 for Feb, etc). (default
value is "Month:")
Post Variables
Required Name Type Description
[name]
int
The value specified for the name parameter in the tag), represented by the numbers
1-12, corresponding to the appropriate month, or -1 if nothing is selected.
Examples
<fb:editor action="?do-it" labelwidth="100">
<fb:editor-month value="3" name="mon"/>
<fb:editor-buttonset>
<fb:editor-button value="Add"/>
<fb:editor-button value="Recommend"/>
<fb:editor-cancel />
</fb:editor-buttonset>
</fb:editor>
www.yapish.com










