XPages Extension Library
The 'style' and 'styleClass' properties of the xe:basicLeafNode can be filled, but the result does not include any style change. Please fix this in a future release.
Because the style generation depends on the renderer, not the node itself. Can you show me a sample?
I'ts really simple, I would like to set (for example) the style= "background-color:red;font-weight:bold" for example, but the style does not overrule the theme styles.
But I need to understand the context and which renderer you're using (which control). I quick sample will also help me a lot.
I'm using the popupmenu control and fill it with a repeatTreeNode. Within the repeat treenode I use the basicLeafNode. If you need more information, let me know!
will be in the next build -let me know
I have this problem also with extlib "List of links" control. I set style class like
but it is rendered always like this
<p> will be in the next build -let me know</p>
I add list of links control. Change its style class to "lotusTabs" like this . I add some basic tree nodes, style class of each is computed. In result I get style of element is not changed, but evry leaf has got styleClass="lotusTabs", not te one I computed or assigned.
Rendered results looks like this:
Result I expected would look like this:
I put a fix on SVN, and it will be in the next build. Let me know.