Expand category when click on row

66 Views Asked by At

I have a viewPanel and a categorized view in Xpages, when user click the category link the category is expanded.

I would like to create a jquery function that will expand the category also when the user click the row (TR), is this possible using jquery or in another way?

Thanks Thomas

1

There are 1 best solutions below

0
On

dojo.behavior can be used to add functionality to parts of an XPage based on, for example, the class of an HTML element. There's a blog post on Jesse Gallagher's blog and an example of using it to make categories look like nested sections on Tommy Valand's blog