hi all, how do i change the default value of textarea (cols) from 35 to something else? i edited Property.py in lib/python/ZClasses, changing line 199 -- <textarea name="%s:text" rows="6" cols="75"><dtml-var %s ></textarea>''' saved it, restart zope and tried changing my ZClass property. biut i still got the cols=35. what did i miss? tia ------------------------------------------------------ http://www.kedai.com.my/kk Am I Evil?
On Sat, Dec 04, 1999 at 12:26:21PM +0800, - wrote:
hi all, how do i change the default value of textarea (cols) from 35 to something else? i edited Property.py in lib/python/ZClasses, changing line 199 -- <textarea name="%s:text" rows="6" cols="75"><dtml-var %s ></textarea>''' saved it, restart zope and tried changing my ZClass property. biut i still got the cols=35. what did i miss?
Completely shutdown Zope, make your change, delete the associated .pyc file (I'd guess that it is lib/Python/ZClasses/Property.pyc) so that Python is forced to actually look at your .py file (should be doing this anyway b/c of timestamps, but make sure) and restart Zope. -- Stephen Pitts smpitts@midsouth.rr.com webmaster - http://www.mschess.org
- wrote:
how do i change the default value of textarea (cols) from 35 to something else? i edited Property.py in lib/python/ZClasses, changing line 199 -- <textarea name="%s:text" rows="6" cols="75"><dtml-var %s ></textarea>''' saved it, restart zope and tried changing my ZClass property. biut i still got the cols=35. what did i miss?
You want to edit property.dtml or some such in lib/python/OFS, I think. -- Itamar S.T. itamars@ibm.net
participants (3)
-
- -
Itamar Shtull-Trauring -
Stephen Pitts