Adam Williams wrote: > On May 26, 2007, at 6:17 PM, Stephane B. wrote: > >> I would like to know if it's possile to extend the class AdminUI in >> module Radiant. I try to do it by creating a folder Radiant in the lib >> folder of my extension, and then create a module Radiant within a >> class >> AdminUI. In this class I modify the Tab class. >> >> When I do that, my class is not loaded when server start. >> >> Then, is it possible to extend the class AdminUi like this ? > > Stephane, what is the goal of your efforts? > > adam
I would like to create a second level of navigation when needed, then create a 'sub tab' system by simply extending current Tab with a TabSet accessor. need to - add an accessor - a method - modify initialize Stephane -- Posted via http://www.ruby-forum.com/. _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
