Hi
i am trying to expand the link functionality with a new option "internal menu".
it should basically provide a pulldown menu with options populated from an xml file and i was wondering how to go about this.
i have got the link type working and loading its own pulldown menu, but now how to get data from my xml into this pulldown.
this is the custom pulldown so far:
Thank you.
i am trying to expand the link functionality with a new option "internal menu".
it should basically provide a pulldown menu with options populated from an xml file and i was wondering how to go about this.
i have got the link type working and loading its own pulldown menu, but now how to get data from my xml into this pulldown.
this is the custom pulldown so far:
id : 'url', type : 'select', label : editor.lang.link.menuSelect, 'default' : '', style : 'width : 100%;', items : [ [ '', '' ] [ 'menu1.html', 'menu 1' ], [ 'menu2.html', 'menu 2' ], [ 'menu3.html', 'menu 3' ], ],
Thank you.