Scarab commit: svn commit: r10391 - branches/release/b21: . xdocs
| Newsgroups | gmane.comp.java.scarab.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: dabbous
Date: 2006-12-16 01:22:39-0800
New Revision: 10391
Modified:
branches/release/b21/project.properties
branches/release/b21/xdocs/scarab_properties.xml
Log:
enable dhtml features per default (hide bars, autoadjust text areas)
Modified: branches/release/b21/project.properties
Url: http://scarab.tigris.org/source/browse/scarab/branches/release/b21/project.properties?view=diff&rev=10391&p1=branches/release/b21/project.properties&p2=branches/release/b21/project.properties&r1=10390&r2=10391
==============================================================================
--- branches/release/b21/project.properties (original)
+++ branches/release/b21/project.properties 2006-12-16 01:22:39-0800
@@ -961,7 +961,7 @@
# and the left nav bar by double clicking on it
#
-scarab.dhtml.hide_bars=false
+scarab.dhtml.hide_bars=true
# --------------------------------
# scarab.dhtml.autoresize_textarea
@@ -972,7 +972,7 @@
# automatically adjust the number of rows.
#
-scarab.dhtml.autoresize_textarea=false
+scarab.dhtml.autoresize_textarea=true
# ==================
# End of Group dhtml
Modified: branches/release/b21/xdocs/scarab_properties.xml
Url: http://scarab.tigris.org/source/browse/scarab/branches/release/b21/xdocs/scarab_properties.xml?view=diff&rev=10391&p1=branches/release/b21/xdocs/scarab_properties.xml&p2=branches/release/b21/xdocs/scarab_properties.xml&r1=10390&r2=10391
==============================================================================
--- branches/release/b21/xdocs/scarab_properties.xml (original)
+++ branches/release/b21/xdocs/scarab_properties.xml 2006-12-16 01:22:39-0800
@@ -1132,7 +1132,7 @@
<property>
<name>scarab.dhtml.hide_bars</name>
- <default>false</default>
+ <default>true</default>
<comment/>
<type>Runtime</type>
<customization modification="optional">advanced</customization>
@@ -1145,7 +1145,7 @@
<property>
<name>scarab.dhtml.autoresize_textarea</name>
- <default>false</default>
+ <default>true</default>
<comment/>
<type>Runtime</type>
<customization modification="optional">advanced</customization>