[rkward-cvs] rkward/rkward/plugins/writetable description.xml,1.2,1.3
Thomas Friedrichsmeier
tfry at users.sourceforge.net
Sun Sep 11 22:06:34 UTC 2005
Update of /cvsroot/rkward/rkward/rkward/plugins/writetable
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27570/rkward/plugins/writetable
Modified Files:
description.xml
Log Message:
Made standard-menus available to place plugins in. Set default debug level to DL_WARNING
Index: description.xml
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/plugins/writetable/description.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** description.xml 5 Apr 2005 09:47:06 -0000 1.2
--- description.xml 11 Sep 2005 22:06:32 -0000 1.3
***************
*** 1,57 ****
<!DOCTYPE rkplugin>
<document>
! <entry type="entry" id="writetalbe" label="Save as table" />
! <!-- The layout-section takes care of the layout of the GUI for this plugin. --> <dialog>
! <tabbook>
! <tab label="Save as ..." >
! <column>
! <text>
! Be careful : your data will be converted into a data frame. If you don not want it, use the plugin 'write' for mere variables.
! </text>
! <varselector id="vars" label="Select a variable or a table" />
! <varslot multi="false" classes="array data.frame matrix character numeric integer" source="vars" id="data" label="Data" required="true" />
! <browser size="small" id="file" initial="~/rk.temp.data" label="Name of the file" />
! </column>
! <frame label="Options" >
! <row>
! <checkbox value_unchecked="FALSE" checked="false" value="TRUE" id="append" label="Append" />
! </row>
! </frame>
! </tab>
! <tab label="Columns and Rows" >
! <radio id="columns" label="Name of columns" >
! <option value="TRUE" label="Use the names of the columns" />
! <option value="FALSE" label="No names" />
! <option value="custoCol" label="Customize" />
! </radio>
! <varslot multi="false" classes="integer numeric character" source="varname" id="colnames" depend="custoCol" label="Columns names" />
! <radio id="rows" label="Name of rows" >
! <option value="TRUE" id="temp1" label="Use the names of the rows" />
! <option value="FALSE" id="temp2" label="No names" />
! <option value="custoRow" label="Customize rows" />
! </radio>
! <varslot multi="false" classes="integer numeric character" id="rownames" source="varname" depend="custoRow" label="Names of rows" />
! <varselector id="varname" />
! </tab>
! <tab label="Options" >
! <radio id="dec" label="Character for decimal values" >
! <option value="'.'" label="'.'" />
! <option value="','" label="','" />
! </radio>
! <radio id="sep" label="Character to separe value" >
! <option value="'\t'" label="Tab" />
! <option value="';'" label="';'" />
! <option value="','" label="','" />
! <option value="' '" label="Coma" />
! </radio>
! <radio id="qmethod" label="QMethod" >
! <option value="'escape'" label="Escape" />
! <option value="'double'" label="Double" />
! </radio>
! <input size="small" id="na" initial="NA" label="Character for missing values" />
! <input size="small" id="eol" initial="\n" label="Character for end of line" />
! <checkbox value_unchecked="FALSE" checked="true" value="TRUE" id="quote" label="Quote" />
! </tab>
! </tabbook>
! </dialog>
</document>
--- 1,58 ----
<!DOCTYPE rkplugin>
<document>
! <code file="code.php"/>
!
! <dialog label="Save as table">
! <tabbook>
! <tab label="Save as ..." >
! <column>
! <text>
! Be careful : your data will be converted into a data frame. If you don't want that, use the plugin 'write' for mere variables.
! </text>
! <varselector id="vars" label="Select a variable or a table" />
! <varslot multi="false" classes="array data.frame matrix character numeric integer" source="vars" id="data" label="Data" required="true" />
! <browser size="small" id="file" initial="~/rk.temp.data" label="Name of the file" />
! </column>
! <frame label="Options" >
! <row>
! <checkbox value_unchecked="FALSE" checked="false" value="TRUE" id="append" label="Append" />
! </row>
! </frame>
! </tab>
! <tab label="Columns and Rows" >
! <radio id="columns" label="Name of columns" >
! <option value="TRUE" label="Use the names of the columns" />
! <option value="FALSE" label="No names" />
! <option value="custoCol" label="Customize" />
! </radio>
! <varslot multi="false" classes="integer numeric character" source="varname" id="colnames" depend="custoCol" label="Columns names" />
! <radio id="rows" label="Name of rows" >
! <option value="TRUE" id="temp1" label="Use the names of the rows" />
! <option value="FALSE" id="temp2" label="No names" />
! <option value="custoRow" label="Customize rows" />
! </radio>
! <varslot multi="false" classes="integer numeric character" id="rownames" source="varname" depend="custoRow" label="Names of rows" />
! <varselector id="varname" />
! </tab>
! <tab label="Options" >
! <radio id="dec" label="Character for decimal values" >
! <option value="'.'" label="'.'" />
! <option value="','" label="','" />
! </radio>
! <radio id="sep" label="Character to separe value" >
! <option value="'\t'" label="Tab" />
! <option value="';'" label="';'" />
! <option value="','" label="','" />
! <option value="' '" label="Coma" />
! </radio>
! <radio id="qmethod" label="QMethod" >
! <option value="'escape'" label="Escape" />
! <option value="'double'" label="Double" />
! </radio>
! <input size="small" id="na" initial="NA" label="Character for missing values" />
! <input size="small" id="eol" initial="\n" label="Character for end of line" />
! <checkbox value_unchecked="FALSE" checked="true" value="TRUE" id="quote" label="Quote" />
! </tab>
! </tabbook>
! </dialog>
</document>
More information about the rkward-tracker
mailing list