SYNTAX for assigning [b]text[/b] values in aI() dynamicall

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
sumathys
Advanced
Advanced
Posts: 10
Joined: Fri Aug 17, 2007 8:13 am

SYNTAX for assigning [b]text[/b] values in aI() dynamicall

Post by sumathys »

Someone help me with

SYNTAX for assigning text values in aI() dynamically

Thank you,
Sumathy
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi,

I'm not sure what you mean assiging something like

Code: Select all

<b>
dynamically. You can put that in the aI if you want, there is also a menueditapi module about which I don't know much. :)

The module is here - Listed as Editing API Module

http://milonic.com/menumodules.php

And this is a 'demo' to play with

http://milonic.com/menueditapi.php

Ruth
sumathys
Advanced
Advanced
Posts: 10
Joined: Fri Aug 17, 2007 8:13 am

Post by sumathys »

I have an xsl file which i use for displaying my form.The values that are to be displayed here are fetched from a java file that creates an xml doc.
The xml elements are used by the xsl file for display.

I have included the milonic dhtml menu_data_header.js in the xsl file.


I hav to assign an xsl value to my text in aI().
this value comes from the database and is in the form of an xml element

aI("text= <xsl:value-of select="./@menudesc"/> ;
url=theUrlToOpen.htm;target=frame_BuySell;");

something is wrong with the syntax.with double quotes around menudesc it gives me a blank menu output.

Please someone guide me on this.It is very urgent.

Thank you,
Sumathy
Post Reply