ICEfaces
  1. ICEfaces
  2. ICE-2320

an attribute needs to be added on the selectInputDate component, to change the title of input text field.

    Details

    • Type: Improvement Improvement
    • Status: Closed
    • Priority: Minor Minor
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 1.7.2
    • Component/s: ICE-Components
    • Labels:
      None
    • Environment:
      selectInputDate + title on text field

      Description

      an attribute needs to be added on the selectInputDate component, to change the title of the input text field.

        Activity

        Hide
        yip.ng added a comment -

        There is already a title attribute. See screenshot-1. The title is added like this:

        <ice:selectInputDate id="date2"
        renderMonthAsDropdown="true" renderYearAsDropdown="true"
        value="#

        {dateSelect.date2}

        "
        valueChangeListener="#

        {dateSelect.effect2ChangeListener}

        "
        title="Canada's date of birth"
        renderAsPopup="true">

        Show
        yip.ng added a comment - There is already a title attribute. See screenshot-1. The title is added like this: <ice:selectInputDate id="date2" renderMonthAsDropdown="true" renderYearAsDropdown="true" value="# {dateSelect.date2} " valueChangeListener="# {dateSelect.effect2ChangeListener} " title="Canada's date of birth" renderAsPopup="true">
        Hide
        yip.ng added a comment -

        From Adnan:

        Title should go on root level div. We have to create another attribute "inputTitle" and it will be rendered on the input element only.

        Show
        yip.ng added a comment - From Adnan: Title should go on root level div. We have to create another attribute "inputTitle" and it will be rendered on the input element only.
        Hide
        yip.ng added a comment -

        Fixed. See screenshot-2.

        Show
        yip.ng added a comment - Fixed. See screenshot-2.

          People

          • Assignee:
            Unassigned
            Reporter:
            Adnan Durrani
          • Votes:
            2 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: