Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    DMI fetch -setting the title from server

    I am using DMI fetch to populate the form components. I am specifying the title in ds.xml . Can i dynamically change the value of this title from server.


    ds.xml:

    <field name="LA_MSG_TEXT_1" type="text" title="message text"/>

    can i set the title as "message text" from server fetch method?

    #2
    Can anybody help me plzzz.

    Comment


      #3
      Curious about this one too, but I believe the framework is flexible enough, but I don't have the proper answer, so I might as well get it here...

      Cheers,

      EJ

      Comment


        #4
        If this is for internationalization reasons, see the docs on i18n for the recommended approach.

        If it's for some other reason, please explain the use case in detail - when and why is the title changing, from the point of view of the end user?

        Comment


          #5
          thanks..
          Use case is i have a combo for selecting language.According to combo value change i get different values for the title of a text box from server(database).I want to reflect the changed title to client side through ds xml.


          Also the visibility(boolean value) of certain text box changes in server.Can i send it client side by dynamically setting the "hidden=boolean" attribute in ds.xml

          Comment

          Working...
          X