[rkward-cvs] SF.net SVN: rkward: [1722] trunk/rkward
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Sun Mar 25 15:13:21 UTC 2007
Revision: 1722
http://svn.sourceforge.net/rkward/?rev=1722&view=rev
Author: tfry
Date: 2007-03-25 08:13:20 -0700 (Sun, 25 Mar 2007)
Log Message:
-----------
Documentation update
Modified Paths:
--------------
trunk/rkward/ChangeLog
trunk/rkward/doc/en/writing_plugins_introduction.docbook
Modified: trunk/rkward/ChangeLog
===================================================================
--- trunk/rkward/ChangeLog 2007-03-25 15:04:10 UTC (rev 1721)
+++ trunk/rkward/ChangeLog 2007-03-25 15:13:20 UTC (rev 1722)
@@ -1,6 +1,6 @@
- when flushing the output, also delete all graphs
- add support for a "technical details" section in plugin help files
-- add option to enable / disable single options of a radio or dropdown control in plugins TODO: document
+- add option to enable / disable single options of a radio or dropdown control in plugins
- t-test plugin now also allows to calculate a paired test
- show current working directory in the statusbar
- add run selection action to all HTML windows
@@ -33,7 +33,7 @@
- fixed: plugin browser type="dir" would not work correctly
- import SPSS and import CSV plugins gain option to open object for editing, automatically (checked by default)
- warn when opening very large objects (with more than 250000 fields; this limit is configurable)
-- add a "copy" tag to facilitate writing plugins with both dialog and wizard interfaces TODO: convert all wizards to use this
+- add a "copy" tag to facilitate writing plugins with both dialog and wizard interfaces
- fixed: graph previews would stop working when the interface is switched from dialog to wizard or vice versa
- new options for plugin dialogs: Configure whether code display is shown by default, and at what size
Modified: trunk/rkward/doc/en/writing_plugins_introduction.docbook
===================================================================
--- trunk/rkward/doc/en/writing_plugins_introduction.docbook 2007-03-25 15:04:10 UTC (rev 1721)
+++ trunk/rkward/doc/en/writing_plugins_introduction.docbook 2007-03-25 15:13:20 UTC (rev 1722)
@@ -1435,7 +1435,7 @@
</varlistentry>
<varlistentry>
<term><option></term>
-<listitem>Can only be used as a direct child of a <radio> or <dropdown> element. Represents one selectable option in a radio control or dropdown list. The <option> elements do not take an "id" attribute. Only the parent element (<radio> or <dropdown>) needs one. Attributes:
+<listitem>Can only be used as a direct child of a <radio> or <dropdown> element. Represents one selectable option in a radio control or dropdown list. Specifying the "id" parameter for the <option> elements is optional (and in fact it's recommended, not to set an "id", unless you plan to really use it to disable single options). Only the parent element (<radio> or <dropdown>) needs one. Attributes:
<variablelist>
<varlistentry>
<term><label></term>
@@ -1805,6 +1805,16 @@
</variablelist></listitem>
</varlistentry>
<varlistentry>
+<term><option></term>
+<listitem>No default property. "enabled" is the *only* proptery. It does not have the "visible" or "required" properties.
+ <variablelist>
+ <varlistentry>
+ <term>enabled</term>
+ <listitem>Whether this single option should be enabled or disabled. In most cases you will enable/disable the entire <radio< or <dropdown<, instead. But this can be used to dynamically set the enabledness of a single option inside a <radio< or <dropdown< (bool)</listitem>
+ </varlistentry>
+ </variablelist></listitem>
+</varlistentry>
+<varlistentry>
<term><checkbox></term>
<listitem>Default property is "state"
<variablelist>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the rkward-tracker
mailing list