commit-gnue
[Top][All Lists]
Advanced

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

gnue/forms/doc techref.lyx


From: Jason Cater
Subject: gnue/forms/doc techref.lyx
Date: Thu, 20 Dec 2001 18:24:10 -0500

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Branch:         gnuef-0-1-0-patches
Changes by:     Jason Cater <address@hidden>    01/12/20 18:24:10

Modified files:
        forms/doc      : techref.lyx 

Log message:
        update techref to reflect label-style entries

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/forms/doc/techref.lyx.diff?only_with_tag=gnuef-0-1-0-patches&tr1=1.10&tr2=1.10.2.1&r1=text&r2=text

Patches:
Index: gnue/forms/doc/techref.lyx
diff -c gnue/forms/doc/techref.lyx:1.9 gnue/forms/doc/techref.lyx:1.10
*** gnue/forms/doc/techref.lyx:1.9      Mon Jul 16 23:09:41 2001
--- gnue/forms/doc/techref.lyx  Sun Nov  4 21:23:37 2001
***************
*** 29,35 ****
  Technical Reference
  \layout Abstract
  
! This is version 0.1.3 of the Technical Reference it covers GNUe Forms 0.0.8
  \layout Abstract
  
  The current copy is maintained as a LyX 1.1.6 file.
--- 29,35 ----
  Technical Reference
  \layout Abstract
  
! This is version 0.1.4 of the Technical Reference it covers GNUe Forms 0.1.0
  \layout Abstract
  
  The current copy is maintained as a LyX 1.1.6 file.
***************
*** 770,776 ****
  The form /usr/local/gnue/forms/contacts.gfd will now be displayed
  \layout Chapter
  
! GNUE Forms Designer
  \layout Standard
  
  
--- 770,776 ----
  The form /usr/local/gnue/forms/contacts.gfd will now be displayed
  \layout Chapter
  
! GNUE Designer
  \layout Standard
  
  
***************
*** 871,1033 ****
  End of document - GNUE-Form
  \layout Section
  
- Attributes
- \layout Subsection
- 
- Specifing Attributes
- \layout Standard
- 
- The gfd file supports 2 different methods of specifing tag attributes.
-  You can use either method to define any object's attributes.
-  You can use both methods in the same gfd file without issues.
-  The examples below will typically show the first method as it's less typing
-  :) 
- \layout Comment
- 
- [TODO: This is no longer true as this method is not XML compliant and 
complicate
- s/confuses design]
- \layout Subsubsection
- 
- Attributes inside the tag
- \layout Standard
- 
- The first method allows you to specify the attributes within the tags.
-  This is the most convient when dealing with simple tags.
-  A good example of which would be a <label> tag.
- \layout Quotation
- 
- <label text="City" x="1" y="1"/>
- \layout Subsubsection
- 
- The <options> tag
- \layout Standard
- 
- The second method is by using embeded <options> tags.
-  Here is our previous example rewritten to take advantage of the <options>
-  tag.
- \layout Standard
- 
- <label>
- \layout Standard
- 
- \SpecialChar ~
- \SpecialChar ~
- <options>
- \layout Standard
- 
- \SpecialChar ~
- \SpecialChar ~
- \SpecialChar ~
- \SpecialChar ~
- <option name=
- \begin_inset Quotes erd
- \end_inset 
- 
- text
- \begin_inset Quotes erd
- \end_inset 
- 
- >City</option>
- \layout Standard
- 
- \SpecialChar ~
- \SpecialChar ~
- \SpecialChar ~
- \SpecialChar ~
- <option name=
- \begin_inset Quotes erd
- \end_inset 
- 
- x
- \begin_inset Quotes erd
- \end_inset 
- 
- >1</option>
- \layout Standard
- 
- \SpecialChar ~
- \SpecialChar ~
- \SpecialChar ~
- \SpecialChar ~
- <option name=
- \begin_inset Quotes erd
- \end_inset 
- 
- y
- \begin_inset Quotes erd
- \end_inset 
- 
- >1</option>
- \layout Standard
- 
- \SpecialChar ~
- \SpecialChar ~
- </options>
- \layout Standard
- 
- </label>
- \layout Standard
- 
- As you can see this is much more verbose and using it for the label doesn't
-  make much sense.
-  However it is very usefull when wanting to visually seperate infomation
-  within the gfd file.
-  Or when defining multi-line triggers.
- \layout Subsection
- 
- Object Attributes and You
- \layout Standard
- 
- At the current time GNUe Forms deals with attributes in a dynamic fashion.
-  So if you wanted to add an additional attribute to an object for use in
-  a trigger, well, add it :) Lets say I want to add an attributes named 
- \emph on 
- foo
- \emph default 
-  to my entry object.
-  So in my gfd file I put the following:
- \layout Standard
- 
- <entry width="30"> 
- \layout Standard
- 
- \SpecialChar ~
- \SpecialChar ~
- <option name=
- \begin_inset Quotes erd
- \end_inset 
- 
- foo
- \begin_inset Quotes erd
- \end_inset 
- 
- >bar</option>
- \layout Standard
- 
- </entry>
- \layout Standard
- 
- Now, when that specific object instance is created a foo attribute with
-  a value of bar will be added 
- \layout Subsubsection
- 
- Caveats
- \layout Standard
- 
- Since we are currently building .gfd files by hand make sure you don't do
-  <form height="1" widht="30"> as it'll happily accept it and create the
-  widht attribute when width is probably what you really wanted.
-  Then you'll be left wondering what the address@hidden@# is wrong with the 
program
-  :)
- \layout Standard
- 
- 
- \series bold 
- Note: 
- \series default 
- Eventually we'll provide a DTD with an optional validator.
- \layout Section
- 
  Tags
  \layout Subsection
  
--- 871,876 ----
***************
*** 1657,1663 ****
  
  
  \begin_inset  Tabular
! <lyxtabular version="2" rows="9" columns="4">
  <features rotate="false" islongtable="false" endhead="0" endfirsthead="0" 
endfoot="0" endlastfoot="0">
  <column alignment="center" valignment="top" leftline="true" rightline="false" 
width="" special="">
  <column alignment="center" valignment="top" leftline="true" rightline="false" 
width="" special="">
--- 1500,1506 ----
  
  
  \begin_inset  Tabular
! <lyxtabular version="2" rows="7" columns="4">
  <features rotate="false" islongtable="false" endhead="0" endfirsthead="0" 
endfoot="0" endlastfoot="0">
  <column alignment="center" valignment="top" leftline="true" rightline="false" 
width="" special="">
  <column alignment="center" valignment="top" leftline="true" rightline="false" 
width="" special="">
***************
*** 1841,1933 ****
  
  \layout Standard
  
- 
- \lang english
- master
- \end_inset 
- </cell>
- <cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" 
usebox="none" width="" special="">
- \begin_inset Text
- 
- \layout Standard
- 
- 
- \lang english
- string
- \end_inset 
- </cell>
- <cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" 
usebox="none" width="" special="">
- \begin_inset Text
- 
- \layout Standard
- 
- 
- \lang english
- none
- \end_inset 
- </cell>
- <cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="true" rotate="false" 
usebox="none" width="" special="">
- \begin_inset Text
- 
- \layout Standard
- 
- 
- \lang english
- If this block is a detail block then this attribute contains a link to it's
-  master's field.
-  The link is presented in the form block.field.
- \end_inset 
- </cell>
- </row>
- <row topline="true" bottomline="false" newpage="false">
- <cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" 
usebox="none" width="" special="">
- \begin_inset Text
- 
- \layout Standard
- 
- 
- \lang english
- detail
- \end_inset 
- </cell>
- <cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" 
usebox="none" width="" special="">
- \begin_inset Text
- 
- \layout Standard
- 
- 
- \lang english
- string
- \end_inset 
- </cell>
- <cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" 
usebox="none" width="" special="">
- \begin_inset Text
- 
- \layout Standard
- 
- 
- \lang english
- none
- \end_inset 
- </cell>
- <cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="true" rotate="false" 
usebox="none" width="" special="">
- \begin_inset Text
- 
- \layout Standard
- 
- 
- \lang english
- If this block is a detail block then thes attribute contains the name of
-  this block's field that references the field given in the master attribute
- \end_inset 
- </cell>
- </row>
- <row topline="true" bottomline="false" newpage="false">
- <cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" 
usebox="none" width="" special="">
- \begin_inset Text
- 
- \layout Standard
- 
  transparentBlock
  \end_inset 
  </cell>
--- 1684,1689 ----
***************
*** 2068,2074 ****
  
  
  \begin_inset  Tabular
! <lyxtabular version="2" rows="8" columns="4">
  <features rotate="false" islongtable="false" endhead="0" endfirsthead="0" 
endfoot="0" endlastfoot="0">
  <column alignment="center" valignment="top" leftline="true" rightline="false" 
width="" special="">
  <column alignment="center" valignment="top" leftline="true" rightline="false" 
width="" special="">
--- 1824,1830 ----
  
  
  \begin_inset  Tabular
! <lyxtabular version="2" rows="9" columns="4">
  <features rotate="false" islongtable="false" endhead="0" endfirsthead="0" 
endfoot="0" endlastfoot="0">
  <column alignment="center" valignment="top" leftline="true" rightline="false" 
width="" special="">
  <column alignment="center" valignment="top" leftline="true" rightline="false" 
width="" special="">
***************
*** 2295,2303 ****
  
  \layout Standard
  
! 
! \lang english
! justification
  \end_inset 
  </cell>
  <cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" 
usebox="none" width="" special="">
--- 2051,2057 ----
  
  \layout Standard
  
! alignment
  \end_inset 
  </cell>
  <cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" 
usebox="none" width="" special="">
***************
*** 2364,2374 ****
  \layout Standard
  
  Overrides the rows setting defined at the block level.
!  The replacement for the old visibleCount attribute.
  \end_inset 
  </cell>
  </row>
! <row topline="true" bottomline="true" newpage="false">
  <cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" 
usebox="none" width="" special="">
  \begin_inset Text
  
--- 2118,2128 ----
  \layout Standard
  
  Overrides the rows setting defined at the block level.
!  
  \end_inset 
  </cell>
  </row>
! <row topline="true" bottomline="false" newpage="false">
  <cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" 
usebox="none" width="" special="">
  \begin_inset Text
  
***************
*** 2402,2407 ****
--- 2156,2203 ----
  \end_inset 
  </cell>
  </row>
+ <row topline="true" bottomline="true" newpage="false">
+ <cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" 
usebox="none" width="" special="">
+ \begin_inset Text
+ 
+ \layout Standard
+ 
+ 
+ \lang english
+ name
+ \end_inset 
+ </cell>
+ <cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" 
usebox="none" width="" special="">
+ \begin_inset Text
+ 
+ \layout Standard
+ 
+ 
+ \lang english
+ string
+ \end_inset 
+ </cell>
+ <cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" 
usebox="none" width="" special="">
+ \begin_inset Text
+ 
+ \layout Standard
+ 
+ 
+ \lang english
+ none
+ \end_inset 
+ </cell>
+ <cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="true" rotate="false" 
usebox="none" width="" special="">
+ \begin_inset Text
+ 
+ \layout Standard
+ 
+ 
+ \lang english
+ The unique ID of the label.
+ \end_inset 
+ </cell>
+ </row>
  </lyxtabular>
  
  \end_inset 
***************
*** 2423,2429 ****
  
  
  \begin_inset  Tabular
! <lyxtabular version="2" rows="21" columns="4">
  <features rotate="false" islongtable="false" endhead="0" endfirsthead="0" 
endfoot="0" endlastfoot="0">
  <column alignment="center" valignment="top" leftline="true" rightline="false" 
width="" special="">
  <column alignment="center" valignment="top" leftline="true" rightline="false" 
width="" special="">
--- 2219,2225 ----
  
  
  \begin_inset  Tabular
! <lyxtabular version="2" rows="24" columns="4">
  <features rotate="false" islongtable="false" endhead="0" endfirsthead="0" 
endfoot="0" endlastfoot="0">
  <column alignment="center" valignment="top" leftline="true" rightline="false" 
width="" special="">
  <column alignment="center" valignment="top" leftline="true" rightline="false" 
width="" special="">
***************
*** 2733,2739 ****
  
  
  \lang english
! lowerCase
  \end_inset 
  </cell>
  <cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" 
usebox="none" width="" special="">
--- 2529,2535 ----
  
  
  \lang english
! case
  \end_inset 
  </cell>
  <cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" 
usebox="none" width="" special="">
***************
*** 2743,2749 ****
  
  
  \lang english
! boolean
  \end_inset 
  </cell>
  <cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" 
usebox="none" width="" special="">
--- 2539,2545 ----
  
  
  \lang english
! string
  \end_inset 
  </cell>
  <cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" 
usebox="none" width="" special="">
***************
*** 2751,2759 ****
  
  \layout Standard
  
! 
! \lang english
! none
  \end_inset 
  </cell>
  <cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="true" rotate="false" 
usebox="none" width="" special="">
--- 2547,2553 ----
  
  \layout Standard
  
! mixed
  \end_inset 
  </cell>
  <cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="true" rotate="false" 
usebox="none" width="" special="">
***************
*** 2763,2769 ****
  
  
  \lang english
! If defined then the entry widget converts all input to lowercase.
  \end_inset 
  </cell>
  </row>
--- 2557,2564 ----
  
  
  \lang english
! The entry widget converts all input based upon this setting.
!  Possible values are lower, upper, or mixed
  \end_inset 
  </cell>
  </row>
***************
*** 2773,2781 ****
  
  \layout Standard
  
! 
! \lang english
! upperCase
  \end_inset 
  </cell>
  <cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" 
usebox="none" width="" special="">
--- 2568,2574 ----
  
  \layout Standard
  
! typecase
  \end_inset 
  </cell>
  <cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" 
usebox="none" width="" special="">
***************
*** 2785,2791 ****
  
  
  \lang english
! boolean
  \end_inset 
  </cell>
  <cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" 
usebox="none" width="" special="">
--- 2578,2584 ----
  
  
  \lang english
! string
  \end_inset 
  </cell>
  <cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" 
usebox="none" width="" special="">
***************
*** 2793,2801 ****
  
  \layout Standard
  
! 
! \lang english
! none
  \end_inset 
  </cell>
  <cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="true" rotate="false" 
usebox="none" width="" special="">
--- 2586,2592 ----
  
  \layout Standard
  
! text
  \end_inset 
  </cell>
  <cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="true" rotate="false" 
usebox="none" width="" special="">
***************
*** 2803,2811 ****
  
  \layout Standard
  
! 
! \lang english
! If defined then the entry widget converts all input to uppercase.
  \end_inset 
  </cell>
  </row>
--- 2594,2601 ----
  
  \layout Standard
  
! The type of data the entry widget will accept.
!  Possible values are text, number, date
  \end_inset 
  </cell>
  </row>
***************
*** 2817,2823 ****
  
  
  \lang english
! numeric
  \end_inset 
  </cell>
  <cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" 
usebox="none" width="" special="">
--- 2607,2613 ----
  
  
  \lang english
! readonly
  \end_inset 
  </cell>
  <cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" 
usebox="none" width="" special="">
***************
*** 2847,2853 ****
  
  
  \lang english
! If defined then the entry widget will not accept any input unless it's numeric
  \end_inset 
  </cell>
  </row>
--- 2637,2644 ----
  
  
  \lang english
! It defined the user will be unable to alter the contents of this entry.
!  Triggers can still alter the value.
  \end_inset 
  </cell>
  </row>
***************
*** 2857,2865 ****
  
  \layout Standard
  
! 
! \lang english
! readonly
  \end_inset 
  </cell>
  <cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" 
usebox="none" width="" special="">
--- 2648,2654 ----
  
  \layout Standard
  
! required
  \end_inset 
  </cell>
  <cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" 
usebox="none" width="" special="">
***************
*** 2867,2874 ****
  
  \layout Standard
  
- 
- \lang english
  boolean
  \end_inset 
  </cell>
--- 2656,2661 ----
***************
*** 2877,2884 ****
  
  \layout Standard
  
- 
- \lang english
  none
  \end_inset 
  </cell>
--- 2664,2669 ----
***************
*** 2887,2896 ****
  
  \layout Standard
  
! 
! \lang english
! It defined the user will be unable to alter the contents of this entry.
!  Triggers can still alter the value.
  \end_inset 
  </cell>
  </row>
--- 2672,2678 ----
  
  \layout Standard
  
! If defined the entry widget must contain data before you can leave the field.
  \end_inset 
  </cell>
  </row>
***************
*** 2944,2995 ****
  
  \layout Standard
  
- 
- \lang english
- visibleCount
- \end_inset 
- </cell>
- <cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" 
usebox="none" width="" special="">
- \begin_inset Text
- 
- \layout Standard
- 
- 
- \lang english
- int
- \end_inset 
- </cell>
- <cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" 
usebox="none" width="" special="">
- \begin_inset Text
- 
- \layout Standard
- 
- 
- \lang english
- 1
- \end_inset 
- </cell>
- <cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="true" rotate="false" 
usebox="none" width="" special="">
- \begin_inset Text
- 
- \layout Standard
- 
- 
- \series bold 
- \lang english
- Deprecated
- \series default 
-  - The number of entry widgets displayed at one time in a verticle column.
-  Simulates a very crude grid entry system.
- \end_inset 
- </cell>
- </row>
- <row topline="true" bottomline="false" newpage="false">
- <cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" 
usebox="none" width="" special="">
- \begin_inset Text
- 
- \layout Standard
- 
  rows
  \end_inset 
  </cell>
--- 2726,2731 ----
***************
*** 3218,3228 ****
  
  \layout Standard
  
! 
! \series bold 
! NOT IMPLEMENTED YET:
! \series default 
!  The default value for any new records created.
   If the field is visible the user can override the value.
  \end_inset 
  </cell>
--- 2954,2960 ----
  
  \layout Standard
  
! The default value for any new records created.
   If the field is visible the user can override the value.
  \end_inset 
  </cell>
***************
*** 3263,3269 ****
  \end_inset 
  </cell>
  </row>
! <row topline="true" bottomline="true" newpage="false">
  <cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" 
usebox="none" width="" special="">
  \begin_inset Text
  
--- 2995,3036 ----
  \end_inset 
  </cell>
  </row>
! <row topline="true" bottomline="false" newpage="false">
! <cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" 
usebox="none" width="" special="">
! \begin_inset Text
! 
! \layout Standard
! 
! ignoreCaseOnQuery
! \end_inset 
! </cell>
! <cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" 
usebox="none" width="" special="">
! \begin_inset Text
! 
! \layout Standard
! 
! boolean
! \end_inset 
! </cell>
! <cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" 
usebox="none" width="" special="">
! \begin_inset Text
! 
! \layout Standard
! 
! none
! \end_inset 
! </cell>
! <cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="true" rotate="false" 
usebox="none" width="" special="">
! \begin_inset Text
! 
! \layout Standard
! 
! If defined the entry widget ignores the case of the information entered
!  into the query mask.
! \end_inset 
! </cell>
! </row>
! <row topline="true" bottomline="false" newpage="false">
  <cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" 
usebox="none" width="" special="">
  \begin_inset Text
  
***************
*** 3299,3304 ****
--- 3066,3173 ----
  \end_inset 
  </cell>
  </row>
+ <row topline="true" bottomline="false" newpage="false">
+ <cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" 
usebox="none" width="" special="">
+ \begin_inset Text
+ 
+ \layout Standard
+ 
+ editOnNull
+ \end_inset 
+ </cell>
+ <cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" 
usebox="none" width="" special="">
+ \begin_inset Text
+ 
+ \layout Standard
+ 
+ boolean
+ \end_inset 
+ </cell>
+ <cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" 
usebox="none" width="" special="">
+ \begin_inset Text
+ 
+ \layout Standard
+ 
+ false
+ \end_inset 
+ </cell>
+ <cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="true" rotate="false" 
usebox="none" width="" special="">
+ \begin_inset Text
+ 
+ \layout Standard
+ 
+ Only allow this object to be edited if it is currently empty
+ \end_inset 
+ </cell>
+ </row>
+ <row topline="true" bottomline="false" newpage="false">
+ <cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" 
usebox="none" width="" special="">
+ \begin_inset Text
+ 
+ \layout Standard
+ 
+ no_ltrim
+ \end_inset 
+ </cell>
+ <cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" 
usebox="none" width="" special="">
+ \begin_inset Text
+ 
+ \layout Standard
+ 
+ boolean
+ \end_inset 
+ </cell>
+ <cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" 
usebox="none" width="" special="">
+ \begin_inset Text
+ 
+ \layout Standard
+ 
+ false
+ \end_inset 
+ </cell>
+ <cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="true" rotate="false" 
usebox="none" width="" special="">
+ \begin_inset Text
+ 
+ \layout Standard
+ 
+ Suppress trimming of extraneous space at beginning of user input.
+ \end_inset 
+ </cell>
+ </row>
+ <row topline="true" bottomline="true" newpage="false">
+ <cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" 
usebox="none" width="" special="">
+ \begin_inset Text
+ 
+ \layout Standard
+ 
+ no_rtrim
+ \end_inset 
+ </cell>
+ <cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" 
usebox="none" width="" special="">
+ \begin_inset Text
+ 
+ \layout Standard
+ 
+ boolean
+ \end_inset 
+ </cell>
+ <cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" 
usebox="none" width="" special="">
+ \begin_inset Text
+ 
+ \layout Standard
+ 
+ false
+ \end_inset 
+ </cell>
+ <cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="true" rotate="false" 
usebox="none" width="" special="">
+ \begin_inset Text
+ 
+ \layout Standard
+ 
+ Suppress trimming of extraneous space at end of user input.
+ \end_inset 
+ </cell>
+ </row>
  </lyxtabular>
  
  \end_inset 
***************
*** 4555,4561 ****
  
  
  \begin_inset  Tabular
! <lyxtabular version="2" rows="4" columns="4">
  <features rotate="false" islongtable="false" endhead="0" endfirsthead="0" 
endfoot="0" endlastfoot="0">
  <column alignment="center" valignment="top" leftline="true" rightline="false" 
width="" special="">
  <column alignment="center" valignment="top" leftline="true" rightline="false" 
width="" special="">
--- 4424,4430 ----
  
  
  \begin_inset  Tabular
! <lyxtabular version="2" rows="5" columns="4">
  <features rotate="false" islongtable="false" endhead="0" endfirsthead="0" 
endfoot="0" endlastfoot="0">
  <column alignment="center" valignment="top" leftline="true" rightline="false" 
width="" special="">
  <column alignment="center" valignment="top" leftline="true" rightline="false" 
width="" special="">
***************
*** 4688,4694 ****
  \end_inset 
  </cell>
  </row>
! <row topline="true" bottomline="true" newpage="false">
  <cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" 
usebox="none" width="" special="">
  \begin_inset Text
  
--- 4557,4563 ----
  \end_inset 
  </cell>
  </row>
! <row topline="true" bottomline="false" newpage="false">
  <cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" 
usebox="none" width="" special="">
  \begin_inset Text
  
***************
*** 4719,4724 ****
--- 4588,4627 ----
  \layout Standard
  
  Used to call named triggers.
+ \end_inset 
+ </cell>
+ </row>
+ <row topline="true" bottomline="true" newpage="false">
+ <cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" 
usebox="none" width="" special="">
+ \begin_inset Text
+ 
+ \layout Standard
+ 
+ language
+ \end_inset 
+ </cell>
+ <cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" 
usebox="none" width="" special="">
+ \begin_inset Text
+ 
+ \layout Standard
+ 
+ string
+ \end_inset 
+ </cell>
+ <cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="false" rotate="false" 
usebox="none" width="" special="">
+ \begin_inset Text
+ 
+ \layout Standard
+ 
+ python
+ \end_inset 
+ </cell>
+ <cell multicolumn="0" alignment="center" valignment="top" topline="true" 
bottomline="false" leftline="true" rightline="true" rotate="false" 
usebox="none" width="" special="">
+ \begin_inset Text
+ 
+ \layout Standard
+ 
+ Only supported language at this time.
  \end_inset 
  </cell>
  </row>



reply via email to

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