Announcement

Collapse
No announcement yet.

Dropdownlistbox with V button separate

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • Dropdownlistbox with V button separate

    Hi,
    Urgent:Yes
    Version:5.5 CU3

    I have a fixeddropdownlist box.Usually the View button is displayed just attached to it in 5.5.The customer needs to have dat V button some one tabspace after the listbox.Can anyone let me know how to do it.

    Thanking and regards,
    Nikesh.

  • #2
    Re: Dropdownlistbox with V button separate

    Hi Nikesh,

    The 'v' button comes along with the 'fieldFixedDropdown' template in OTM. You can only hide or show the 'v' button based on the 'hide_view' attribute provided by this template. I don't think you will be able to move the 'V' button.

    I will try to find an alternative, and if i am successful, i will update you. But i am 90% sure this is not possible. I am assuming that this change is in an XSL and not JSPX.

    Satya

    Comment


    • #3
      Re: Dropdownlistbox with V button separate

      Hi Satya,

      Thanks for your reply.Here are some updates.

      1.I am using xsl only

      2.Its moved in 5.0 version.

      3.Actually its a dynamic dropdownlist box.I mean first I select a destination location and then acordingly the dropdownlistbox for unload point gets populated.So the 'V' button is for unload point field.

      4.Even after adding the 'hide_view attribute',the v button does not come.Is it because of it is dynamically populating.It will be great n highly thankful if you could let me know any screen where the dynamic dropdownlist box id present along with 'V' button.with template('fieldFixedDropdown' ) only.

      It will be great if you could update me or help me.

      Regards,
      Nikesh.

      Comment


      • #4
        Re: Dropdownlistbox with V button separate

        Nikesh,

        WHat is the xsl name ?

        Satya

        Comment


        • #5
          Re: Dropdownlistbox with V button separate

          Its "OrderRelease.xsl".and it has changed as per the client's requirements.

          Comment


          • #6
            Re: Dropdownlistbox with V button separate

            Hi Nikesh,

            I am on 5.5 CU2 and my OR page is a jspx.

            I have tried to move the 'v' button from the drop down, but it doesn't work out.

            Regards,
            Satya

            Comment


            • #7
              Re: Dropdownlistbox with V button separate

              Hi Satya,


              I tried with placing the 'hide_view' attribute.But when I checked in "Fields.xsl" under the template:'fieldFixedDropdown', there is no parameter defined with name:'hide_view'.So I think i was unable to see the UI changes even after adding the 'hide_view' attribute in the xsl.

              Actually I triedwith different option also.I am placing a <table> tag under a <td> tag and under dis new <table> tag I am placing two separate <td> tags,each containing two items I want to display.But now,after doing the changes I see that the two items have come down 1 line and have moved to 1 space.Hope you understand ehat I am sayibg:Else here the explanation goes.
              Lets say for example:I want to have an item A and item B to be 1 space to each other.
              Initial the code was:
              <td>
              itema
              </td>
              <td>
              itemb
              </td>

              Now the new code after changes is:
              <td>
              <table>
              <td>
              itema
              </td>
              <td>
              itemb
              </td>
              </table>
              </td>

              Regards,
              Nikesh.

              Comment

              Working...
              X
              😀
              🥰
              🤢
              😎
              😡
              👍
              👎