Search found 9 matches

by arunbharatram
Fri Dec 07, 2007 10:23 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Badly need assistance with regard to milonic
Replies: 14
Views: 36584

Re: Badly need assistance with regard to milonic

Greetings

I would like to thank all the people who provided all possible inputs, guess I did not express my requirement(s) clearly so now having said that I would like to post a new topic .

Thanks
by arunbharatram
Wed Dec 05, 2007 6:17 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Badly need assistance with regard to milonic
Replies: 14
Views: 36584

Re: Badly need assistance with regard to milonic

Greetings

Not in the XSLT, I just want to know whether we can generate milonic menu contents dynamically,

Without having the menudata.js file inclusion I want to generate it dynamically say on click of a button
write a javascript function something like buildMenu() where in which I give my ...
by arunbharatram
Wed Dec 05, 2007 5:45 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Badly need assistance with regard to milonic
Replies: 14
Views: 36584

Re: Badly need assistance with regard to milonic

Greetings

Without having the menudata.js file inclusion I want to generate it dynamically say on click of a button
write a javascript function something like buildMenu() where in which I give my milonic menu specifications.

Could you please let me know whether we can generate the milonic menu ...
by arunbharatram
Wed Dec 05, 2007 4:03 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Badly need assistance with regard to milonic
Replies: 14
Views: 36584

Re: Badly need assistance with regard to milonic

Greetings

Rather than including the menudata.js, is it possible that the milonic menu contents can be generated on the fly
*after loading a page* like on click of a button in that page.

Any pointers...

Thanks in advance
by arunbharatram
Wed Dec 05, 2007 1:53 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Badly need assistance with regard to milonic
Replies: 14
Views: 36584

Re: Badly need assistance with regard to milonic

Greetings

Can somebody confirm whether we can create a milonic menu * AFTER * the page has fully loaded
(eg, in a <body onload='buildMenu()' > example),

Something like:

[+] Create a static HTML page containing an 'input' button
[+] In the onclick event of the button, we need to :
* create a ...
by arunbharatram
Wed Nov 28, 2007 6:35 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Badly need assistance with regard to milonic
Replies: 14
Views: 36584

Re: Badly need assistance with regard to milonic

Greetings

Ruth Thanks a lot for providing all possible inputs.
I think I will have to resort to Milonic Support :D
since i do not have any other options as such :cry: .
by arunbharatram
Tue Nov 27, 2007 10:16 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Badly need assistance with regard to milonic
Replies: 14
Views: 36584

Re: Badly need assistance with regard to milonic

Greetings

Please provide me inputs in fixing up this problem.
I'm done with everything at server side.
I have generated the milonic contents dynamically using XSL.
With the help of prototype's Ajax.Request have got this dynamic milonic menu contents
in the client side.
Now I have to just place ...
by arunbharatram
Tue Nov 27, 2007 3:16 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Badly need assistance with regard to milonic
Replies: 14
Views: 36584

Re: Badly need assistance with regard to milonic

Greetings

Thanks for the update but now I have the milonic contents in my javascript variable.
Is it possible for me to put the milonic contents in the div tag element as its innerHTML
say:
S(my_div_tag_id").innerHTML = jsvariablecontainingmiloniccontents

contents of ...
by arunbharatram
Thu Nov 22, 2007 10:48 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Badly need assistance with regard to milonic
Replies: 14
Views: 36584

Badly need assistance with regard to milonic

Greetings

I'm currently working with milonic menus my requirement is clip a part of an XML, parse the same while parsing build another XML which will be fed into an XSLT processor. The output of the XSLT processor is the (X)HTML (Viz.) milonic menu contents same as that of menu_data.js contents ...