My account
Shopping cart
Knowledge base
Support

Knowledge Base

Important! All new questions are usually answered within the next business day.

Drop Down (Tree) Menu V3

(views: 29660)

Drop Down Menu V3 and Drop Down Tree Menu V3 are xml flash accordion menus featuring customized states, customized transitions and tweens. Here are all known issues for Drop Down Menu V3 and Drop Down Tree Menu V3, they should be similar, since basically it is the same component. If you have any questions that you think we should discuss here please let us know.



Call JavaScript from XML

(2007-07-06 - views: 47765)
Q: How can i call JavaScript function from XML?
A: Nothing more simple. You have to place your JavaScript code in url param in xml like this:

<item title="new Item" url="javascript:yourFunction('This alert is from XML')" target="_self">

In order to make this example functionable you have to set target param to indicate where is your JavaScript function is located. If you have your target = "_blank" it will search for your JavaScript function in a blank HTML page.


Back