Re: custom tile definitions leads to error

2003-03-31 Thread Dan Allen
Cedric Dumoulin ([EMAIL PROTECTED]) wrote: > > Hi, > > If you use your own defined Item class, you can disable the xml > validation to add your extra properties (set the appropriate option in > the TilesPlugin). > Also, you can use the tag instead of : > > > > ... > >

Re: custom tile definitions leads to error

2003-03-31 Thread Cedric Dumoulin
Hi, If you use your own defined Item class, you can disable the xml validation to add your extra properties (set the appropriate option in the TilesPlugin). Also, you can use the tag instead of : ... Maybe we should add the tag to the tag ? Cedric Dan Allen wrote: I too

custom tile definitions leads to error

2003-03-30 Thread Dan Allen
I took the lead of Cedric when he made his SimpleMenuItem and I extended it to make a SimpleMenuActionItem with the following layout: However, now I am getting DTD parse errors all over the place. It seems sort of lame to have to worry about DTD issues if you want to extend and make your own cu