parent.frames[1].location.href = url1;
parent.frames[2].location.href = url2;
}
-->
Module gnue.forms.GFParser
Class that contains a sax based xml processor for GNUe forms
NOTE: Designer uses the 'Positionable' attribute. It is specific to
forms+designer and is not part of the GParser spec. If set to true, then
this object is a visible, movable, sizable attribute.
| Function Summary |
| |
getXMLelements()
|
| |
loadFile(buffer,
instance,
initialize,
url,
check_required)
This method loads a form from an XML file and returns a GFForm
object. |
loadFile(buffer,
instance,
initialize=True,
url=None,
check_required=True)
This method loads a form from an XML file and returns a GFForm
object. If initialize is 1 (default), then the form is initialized and
ready to go.
(initialize=0 is currently not used -- will probably be used in the
Forms Designer package where we will not want the loaded form to
connect to databases, etc)
-
|
root_tag
-
- Type:
-
str
- Value:
|
xmlElements
-
- Type:
-
NoneType
- Value:
|