Fb:editor-month

From Facebook Developer Wiki

Jump to: navigation, search

Contents

Description

Creates a form selector element displaying the month.


This article or section needs expansion

Attributes

RequiredNameTypeDescription
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 1.)

POST Variables

RequiredNameTypeDescription
[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>
mon.jpg
reference