I’m looking for a control like Outlook uses on the left hand navigation panel. It has a tree with numbers to the right, representing things like “number of emails unread”. Is there a control like that for ForeUI or maybe even an accordion (with the number label)?
J
5 answers
I think the Tree element is most likely the one you need. Althought the lack of action to directly change the text of Tree node, you can still embed a text label into the tree node and update the text label when data changed.
It’s possible. You can embed multiple elements into tree node.
Just created an example and uploaded to the community: http://www.foreui.net/node/89
I tried adding the number to the accordion as well, of course I can drop it in an Accordion panel, but I couldn’t figure out how to drop it on the title bar for each section?
-
That's not supported. The accordion header is not implemented as a container. We will add actions to allow changing header title in runtime (as Ben suggested: <a href="http://getsatisfaction.com/easynth/topics/change_the_headline_of_an_acordion)" rel="nofollow">http://getsatisfaction.com/easynth/to...</a>, that may be useful for you.
This question is now closed