You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Sumit Pandit (JIRA)" <ji...@apache.org> on 2013/10/08 14:20:42 UTC

[jira] [Updated] (OFBIZ-5341) Adding placeholder attribute to text fields rendered via Form-Widget's text tag.

     [ https://issues.apache.org/jira/browse/OFBIZ-5341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sumit Pandit updated OFBIZ-5341:
--------------------------------

    Attachment: OFBIZ-5341-Framework.patch
                OFBIZ-5341-Example.patch

Please find the implementation patch in attachment. 
OFBIZ-5341-Exaple.patch: contains reference for example component.
OFBIZ-5341-Framework.patch: Contains implementation changes.

> 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: SVN trunk
>            Reporter: Sumit Pandit
>            Priority: Minor
>         Attachments: OFBIZ-5341-Example.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.1#6144)