IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Dynamically set ElementTitle property of a component

    Posted 12/17/10 09:42 AM

    hi All,

    Is there any javascript method available to dynamically set ‘ElementTitle’ property of a component at client side - just like setValue() method of textInput component?

    Work around can be something like binding the elementTitle property to server side managed bean property, change the server side property dynamically and refresh client side control - which will go through all the JSF life cycle steps.

    But looking for a client side javascript method (if available) to avoid the server side manipulation.

    Kind regards,
    Raja sekhar Kintali


    #webMethods-BPMS
    #webMethods
    #MWS-CAF-Task-Engine


  • 2.  RE: Dynamically set ElementTitle property of a component

    Posted 12/17/10 09:07 PM

    Please have a look at the sample attached to the topic: “Title for Auto Complete Text Input” @ http://tech.forums.softwareag.com/viewtopic.php?p=67586#67586&

    There is some javascript that demonstrates dynamically updating DOM Element attributes, and in this case the Element Title.

    Regards,
    –mark


    #webMethods
    #MWS-CAF-Task-Engine
    #webMethods-BPMS


  • 3.  RE: Dynamically set ElementTitle property of a component

    Posted 12/18/10 09:23 AM

    hi Mark,

    Thanks for your reply. It worked.

    Kind regards,
    Raja sekhar Kintali


    #MWS-CAF-Task-Engine
    #webMethods
    #webMethods-BPMS