phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: etemplate/templates/default disable_test.xet,NON


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: etemplate/templates/default disable_test.xet,NONE,1.1 editor.cell.vbox.xet,NONE,1.1 vbox.test.xet,NONE,1.1 editor.xet,1.2,1.3
Date: Sat, 12 Oct 2002 12:37:46 -0400

Update of /cvsroot/phpgroupware/etemplate/templates/default
In directory subversions:/tmp/cvs-serv29884

Modified Files:
        editor.xet 
Added Files:
        disable_test.xet editor.cell.vbox.xet vbox.test.xet 
Log Message:
Many new stuff for the eTemplates:
- added vbox and hbox support: container to put widgets in one row or column
- complete rows and column can now be disabled (even with a simple comparison 
with a variable in content, eg. disabled if the var is empty)
- labels and helptexts from tpls with 'test' in there name, get no longer 
written to the lang-file
- update the documentation 

***** Error reading new file: [Errno 2] No such file or directory: 
'disable_test.xet'
***** Error reading new file: [Errno 2] No such file or directory: 
'editor.cell.vbox.xet'
***** Error reading new file: [Errno 2] No such file or directory: 
'vbox.test.xet'
Index: editor.xet
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/templates/default/editor.xet,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** editor.xet  10 Oct 2002 11:29:13 -0000      1.2
--- editor.xet  12 Oct 2002 16:37:44 -0000      1.3
***************
*** 18,47 ****
                </rows>
        </grid>
-       <grid id="etemplate.editor.edit-buttons" template="" lang="" group="0" 
version="0.9.15.002">
-               <columns>
-                       <column/>
-                       <column/>
-                       <column/>
-                       <column/>
-                       <column/>
-                       <column/>
-                       <column/>
-                       <column/>
-                       <column/>
-               </columns>
-               <rows>
-                       <row>
-                               <button label="Read" id="read" statustext="read 
eTemplate from database (for the keys above)"/>
-                               <button label="Show (no save)" id="show" 
statustext="shows/displays eTemplate for testing, does NOT save it before"/>
-                               <button label="Save" id="save" statustext="save 
the eTemplate under the above keys (name, ...), change them for a SaveAs"/>
-                               <button label="Delete" id="delete" 
statustext="deletes the eTemplate spez. above"/>
-                               <button label="Dump4Setup" id="dump" 
statustext="writes a 'etemplates.inc.php' file (for application in Name) in the 
setup-dir of the app"/>
-                               <button label="Write Langfile" id="langfile" 
statustext="creates an english ('en') langfile from label and helptexts (for 
application in Name)"/>
-                               <button label="Export XML" id="export_xml" 
statustext="export the loaded eTemplate into a xml-file"/>
-                               <button label="Import XML" id="import_xml" 
statustext="import an eTemplate from a xml-file"/>
-                               <file id="file" statustext="xml-file to 
import"/>
-                       </row>
-               </rows>
-       </grid>
        <grid id="etemplate.editor.options" template="" lang="" group="0" 
version="0.9.15.001">
                <columns>
--- 18,21 ----
***************
*** 88,104 ****
                </rows>
        </grid>
!       <grid id="etemplate.editor.row_header.button" template="" lang="" 
group="0" version="0.9.15.001">
!               <columns>
!                       <column/>
!                       <column/>
!               </columns>
!               <rows>
!                       <row>
!                               <button label="+" no_lang="1" 
id="insert_row[0]" statustext="insert new row in front of first Line"/>
!                               <button label="X" no_lang="1" 
id="exchange_row[$row_]" statustext="exchange this row with the one above"/>
!                       </row>
!               </rows>
!       </grid>
!       <grid id="etemplate.editor.row_header" template="" lang="" group="0" 
version="0.9.15.003" height="100%">
                <columns>
                        <column/>
--- 62,66 ----
                </rows>
        </grid>
!       <grid id="etemplate.editor.row_header" template="" lang="" group="0" 
version="0.9.15.004" height="100%">
                <columns>
                        <column/>
***************
*** 107,111 ****
                <rows>
                        <row>
!                               <grid align="center" 
id="etemplate.editor.row_header.button"/>
                                <description value="Height, Disabled" 
align="center"/>
                        </row>
--- 69,76 ----
                <rows>
                        <row>
!                               <hbox>
!                                       <button label="+" no_lang="1" 
id="insert_row[0]" statustext="insert new row in front of first Line"/>
!                                       <button label="X" no_lang="1" 
id="exchange_row[$row_]" statustext="exchange this row with the one above"/>
!                               </hbox>
                                <description value="Height, Disabled" 
align="center"/>
                        </row>
***************
*** 124,144 ****
                </rows>
        </grid>
!       <grid id="etemplate.editor.cell_opts" template="" lang="" group="0" 
version="0.9.13.004" width="100%">
!               <columns>
!                       <column/>
!                       <column/>
!                       <column/>
!                       <column/>
!               </columns>
!               <rows>
!                       <row>
!                               <checkbox label="%s needed" align="center" 
id="needed" statustext="check if field has to be filled by user"/>
!                               <checkbox label="%s readonly" align="center" 
id="readonly" statustext="check if content should only be displayed but not 
altered (the content is not send back then!)"/>
!                               <checkbox label="%s disabled" align="center" 
id="disabled" statustext="if field is disabled an empty table-cell is 
displayed, for (temporal) removement of a field/cell"/>
!                               <checkbox label="%s onChange" align="center" 
id="onchange" statustext="enable JavaScript onChange submit"/>
!                       </row>
!               </rows>
!       </grid>
!       <grid id="etemplate.editor.cell" template="" lang="" group="0" 
version="0.9.15.001" height="100%">
                <columns>
                        <column/>
--- 89,93 ----
                </rows>
        </grid>
!       <grid id="etemplate.editor.cell" template="" lang="" group="0" 
version="0.9.15.002" height="100%">
                <columns>
                        <column/>
***************
*** 150,154 ****
                </columns>
                <rows>
!                       <row class="nmr">
                                <description value="Type"/>
                                <menulist>
--- 99,103 ----
                </columns>
                <rows>
!                       <row class="row">
                                <description value="Type"/>
                                <menulist>
***************
*** 160,164 ****
                                <textbox size="10" id="span" statustext="number 
of colums the field/cell should span or 'all' for the remaining columns, 
CSS-class name (for the TD tag)"/>
                        </row>
!                       <row class="nmr">
                                <description value="Label"/>
                                <textbox id="label" statustext="displayed in 
front of input or input is inserted for a '%s' in the label (label of the 
Submitbutton or Image-filename)"/>
--- 109,113 ----
                                <textbox size="10" id="span" statustext="number 
of colums the field/cell should span or 'all' for the remaining columns, 
CSS-class name (for the TD tag)"/>
                        </row>
!                       <row class="row">
                                <description value="Label"/>
                                <textbox id="label" statustext="displayed in 
front of input or input is inserted for a '%s' in the label (label of the 
Submitbutton or Image-filename)"/>
***************
*** 169,178 ****
                                </menulist>
                        </row>
!                       <row class="nmr">
                                <description value="Name"/>
                                <textbox id="name" statustext="index/name of 
returned content (name of the Template, Link / Method for Image)"/>
!                               <grid span="4" id="etemplate.editor.cell_opts"/>
                        </row>
!                       <row class="nmr">
                                <description value="Help"/>
                                <textbox size="50" span="all" id="help" 
statustext="displayed in statusline of browser if input-field gets focus"/>
--- 118,132 ----
                                </menulist>
                        </row>
!                       <row class="row">
                                <description value="Name"/>
                                <textbox id="name" statustext="index/name of 
returned content (name of the Template, Link / Method for Image)"/>
!                               <hbox span="4">
!                                       <checkbox label="%s needed" 
align="right" id="needed" statustext="check if field has to be filled by user"/>
!                                       <checkbox label="%s readonly" 
align="center" id="readonly" statustext="check if content should only be 
displayed but not altered (the content is not send back then!)"/>
!                                       <checkbox label="%s disabled" 
align="center" id="disabled" statustext="if field is disabled an empty 
table-cell is displayed, for (temporal) removement of a field/cell"/>
!                                       <checkbox label="%s onChange" 
align="center" id="onchange" statustext="enable JavaScript onChange submit"/>
!                               </hbox>
                        </row>
!                       <row class="row">
                                <description value="Help"/>
                                <textbox size="50" span="all" id="help" 
statustext="displayed in statusline of browser if input-field gets focus"/>
***************
*** 180,184 ****
                </rows>
        </grid>
!       <grid id="etemplate.editor.edit" template="" lang="" group="0" 
version="0.9.15.001" border="1" class="editorEdit">
                <columns>
                        <column/>
--- 134,138 ----
                </rows>
        </grid>
!       <grid id="etemplate.editor.edit" template="" lang="" group="0" 
version="0.9.15.002" border="1" class="editorEdit">
                <columns>
                        <column/>
***************
*** 186,196 ****
                </columns>
                <rows>
!                       <row class="nmh">
!                               <image src="navbar.gif" align="center"/>
                                <grid content="Col$col," 
id="etemplate.editor.col_header"/>
                        </row>
                        <row>
!                               <grid content="Row$row," class="nmh" 
id="etemplate.editor.row_header"/>
!                               <grid content="$col$row" 
id="etemplate.editor.cell"/>
                        </row>
                </rows>
--- 140,150 ----
                </columns>
                <rows>
!                       <row class="th">
!                               <image align="center" src="navbar.gif"/>
                                <grid content="Col$col," 
id="etemplate.editor.col_header"/>
                        </row>
                        <row>
!                               <grid content="Row$row," class="th" 
id="etemplate.editor.row_header"/>
!                               <grid content="$col$row" 
id="etemplate.editor.cell$col_row_cont[cell_tpl]"/>
                        </row>
                </rows>
***************
*** 199,203 ****
                </styles>
        </grid>
!       <grid id="etemplate.editor" template="" lang="" group="" 
version="0.9.15.003" width="100%" height="100%">
                <columns>
                        <column/>
--- 153,157 ----
                </styles>
        </grid>
!       <grid id="etemplate.editor" template="" lang="" group="" 
version="0.9.15.004" width="100%" height="100%">
                <columns>
                        <column/>
***************
*** 216,220 ****
                        </row>
                        <row>
!                               <grid span="all" 
id="etemplate.editor.edit-buttons"/>
                        </row>
                        <row>
--- 170,184 ----
                        </row>
                        <row>
!                               <hbox span="all">
!                                       <button label="Read" id="read" 
statustext="read eTemplate from database (for the keys above)"/>
!                                       <button label="Show (no save)" 
id="show" statustext="shows/displays eTemplate for testing, does NOT save it 
before"/>
!                                       <button label="Save" id="save" 
statustext="save the eTemplate under the above keys (name, ...), change them 
for a SaveAs"/>
!                                       <button label="Delete" id="delete" 
statustext="deletes the eTemplate spez. above"/>
!                                       <button label="Dump4Setup" id="dump" 
statustext="writes a 'etemplates.inc.php' file (for application in Name) in the 
setup-dir of the app"/>
!                                       <button label="Write Langfile" 
id="langfile" statustext="creates an english ('en') langfile from label and 
helptexts (for application in Name)"/>
!                                       <button label="Export XML" 
id="export_xml" statustext="export the loaded eTemplate into a xml-file"/>
!                                       <button label="Import XML" 
id="import_xml" statustext="import an eTemplate from a xml-file"/>
!                                       <file id="file" statustext="xml-file to 
import"/>
!                               </hbox>
                        </row>
                        <row>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]