This is internal code used by glade2bond conversion programme to figure out which tags are hand made and which are generated. Any XML you write should have auto-gen set to false. This maybe replaced with namespace at some point.
This will autocomplete what you type in for you.
This is mostly for error handling. This message populates a drop down string when it doesnt have any items in its list.
CDATA
Hard link set to TRUE requires that a dropdown box must have a valid item selected from the list else it will return NULL.
CDATA
CDATA
CDATA
CDATA
CDATA
CDATA
CDATA
This is useful for forcing widgets to be a minimum certain size.
CDATA
This is useful for forcing widgets to be a minimum certain size.
CDATA
Name of the widget that will be used in bond for api calls.
CDATA
If set to TRUE then you can not select NULL in a dropdown box. If set to false it will add a null value option using the nullvaluemsg attribute. If this is not avaliable then it will just add a blank string at the top of the selection list. This is useful if you have not null defined for a field in your database.
Not null can be specified in the dropdown or the field. The field is the last one checked, so proberly better to specify there if you want it.
If set to true, this will give a hint in the dropdown box by populating it with the null message,but not make the null item selectable. This is useful if you want the user to fill in a not null field, but dont want it to forceable jump to the first item.
This is the help text value for NULL values. A field can store the value of NULL in it, and if you want some sort of selection for that. For exmaple N/A could be added to the top of your selection list which would save a NULL value back to your database.
CDATA
If set to TRUE changes the dropdown box to be a record navigator instead of a value selector. The lookup tag must be present and contain a <dbobjectsrc> instead of a <dbobject>. When position is changed in the dropdown list, this is updated in the recordset with a bonddb_moveto(). Note that the lookup must specify a primaryfield, and a table on that field, in order to function correctly.
Specify the order in which interactive widgets will be tabbed through. This may be any natural integer value (negative values should not be used). For purposes of tabbing, all widgets with an order specified will preceed any without an order specified. The lowest tabindex values will preceed higher values.
CDATA
When set to TRUE, this states which windows are visible once the xml program is executed.
CDATA
CDATA