CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.6 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

Feature #32594

Allow HTML5 placeholder Attribute

Added by Peter Körner over 1 year ago. Updated 10 months ago.

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

Also available in: Atom PDF