How can I wrap the text in the java menu tree?
Return to Recent Questions
Q:
I'm experimenting with the purchased Treemenu. Looks very nice!
A question: When I set the menu width to 200px and the text of
the item exceeds this width, text is not wrapped resulting in some
strange display. How can I wrap the text in the java menu tree?
I can not simply use extra <br> tags because the data of the items are dynamic (php + MySQL).
A:
You should set the following parameter
var tnoWrap=0;
Try that.
Return to Recent Questions
|