Feature #32594
Allow HTML5 placeholder Attribute
| Status: | Closed | Start date: | 2011-12-15 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | Spent time: | - | |
| Target version: | - | |||
| Votes: | 0 |
Description
HTML5 specifies a new attribute called "placeholder". The value of this attribute is visible in gray in a textfield, if no value has been entered yet.
The form plugin should allow using this attribute.
Example:
lib.SearchBox = FORM_INT
lib.SearchBox {
action = 19
method = post
10 = TEXTLINE
10 {
name = tx_indexedsearch[sword]
placeholder = Start searching...
label {
value = Search:
}
}
}
History
Updated by Francois Suter 10 months ago
- Status changed from New to Closed