Talk:Fb:editor-text
From Facebook Developers Wiki
Contents |
[edit] Suggestions
[edit] Field Width
Any plans to allow us to set the width of this field? It's ridiculous to have a huge box for something that's always less than 3 characters.
- bump for update, thanks --12933936 00:27, 11 June 2008 (PDT)
[edit] Required Attribute
Any plans to allow text "(Required)" to be added? eg translate to <br><small>(Required)</small> as used in form for Groups
[edit] password?
What do i put if i want to hide output? like password? --648730399 05:20, 30 July 2008 (PDT)
You could just use an HTML password input element, inside an fb:editor-custom tag, for example:
- <fb:editor-custom label="Enter Password">
- <input type="password" name="password"/>
- </fb:editor-custom>
844465569 12:00, 18 August 2008 (PDT)
