As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
I experimented with that sort of thing in Maintain and I could not get it to function correctly. The example above is fully sufficient. Nice and clean -- create one edit field and then cut-and-paste to have the trigger appear and function correctly on all the edit fields on the page.
J.
Posts: 1012 | Location: At the Mast | Registered: May 17, 2007
This is one of my pet hates for Maintain. There is a level of control you do not get with on events. What I do, for example, is create my own controls in an HTML object, and put that on the form. The HTML is what I coded not what Maintain generates.
activeElement could prove to be very useful to you then as well, as it greatly simplifies the issue, providing context in the trigger without the need for explicit definition of the object.
J.
Posts: 1012 | Location: At the Mast | Registered: May 17, 2007
It's part of HTML 5. FF3 and IE6 both support it, Opera appears to, don't know about Safari. In spite of Apple's incessant efforts it is not installed on my machine so I can't test it.
Posts: 1012 | Location: At the Mast | Registered: May 17, 2007