Disabling a class property is not possible yet (I have been working on that recently and have proposed a solution... look at the thread about object/class editor)...
but you could change you ClassSheet and add something like: foreach(prop in $class.properties) ... if(prop.name!="myname") displayIt ... #end not nice anyway :) Pascal On Tue, Jul 15, 2008 at 1:56 PM, Prathap Pandian <[EMAIL PROTECTED]> wrote: > Hi, > > I have created a property in the class. And i want that property in disable > state in the document add page. > > Can any one know how set this option.? > > -- > Prathap > _______________________________________________ > devs mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/devs > _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

