Re: [topbraid-users] Customize behavior of TreeDataProvider arg:onSelect

2014-07-19 Thread Holger Knublauch
Hi Jack, first off I would define static JavaScript functions in auxiliary .js files instead of defining them inline. This makes editing and debugging easier. The only cases where I would insert JavaScript into the SWP would be if the code itself needs to be generated dynamically, depending

[topbraid-users] Customize behavior of TreeDataProvider arg:onSelect

2014-07-18 Thread Jack Hodges
The following ui:group defines a javascript function that is called when an item in the tree is selected for viewing. In this body all that is stipulated is the url for the resource. In most of my views I can select what kind of view is used with a match-id or a priority. Is the