[
https://issues.apache.org/jira/browse/OFBIZ-5341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14965801#comment-14965801 ]
Jacques Le Roux commented on OFBIZ-5341:
----------------------------------------
Thanks Sumit for reminder, done at r1709684
> Adding placeholder attribute to text fields rendered via Form-Widget's text tag.
> --------------------------------------------------------------------------------
>
> Key: OFBIZ-5341
> URL:
https://issues.apache.org/jira/browse/OFBIZ-5341> Project: OFBiz
> Issue Type: Sub-task
> Components: framework
> Affects Versions: Trunk
> Reporter: Sumit Pandit
> Assignee: Adrian Crum
> Priority: Minor
> Fix For: Trunk
>
> Attachments: OFBIZ-5341-Example.patch, OFBIZ-5341-Framework.patch, OFBIZ-5341-Framework.patch
>
>
> Adding placeholder attribute to text fields rendered via Form-Widget's text tag.
> Form widget :
> {code}
> <field name="partyId" title="${uiLabelMap.FormFieldTitle_partyId}" ><text placeholder="${uiLabelMap.FormFieldTitle_partyId}"/></field>
> {code}
> Rendered as :
> {code}
> <input type="text" placeholder="Party Id" autocomplete="off" id="partyId" size="25" name="partyId">
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)