Login  Register

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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

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

Nicolas Malin (Jira)
106048 posts

    [ https://issues.apache.org/jira/browse/OFBIZ-5341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13791220#comment-13791220 ]

Sumit Pandit commented on OFBIZ-5341:
-------------------------------------

Hi Adrian, thanks for committing.

Patch for reference demo code is not yet committed. Could you please also have a look at OFBIZ-5341-Example.patch and commit if required.

> 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
>            Assignee: Adrian Crum
>            Priority: Minor
>             Fix For: SVN 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.1#6144)