vegUI version 2.1.1 |
vegui. client. class.jsThis is the library for the vegUIClient widget that represents the front end for the PHP based vegUIServe back-end API documentation for vegUIServe may be found at http://doc.vegui.org/veguiserve Summary
VegUIClientAn extended vegUIManager object that can communicated with the VegUIServe server application (vegui PHP backend) Hierarchyextends VegUIManager this elment inherits all methods and properties from VegUIManager Summary
Object PropertiesNoteVegUIManager::init_bridge is called on creation |
wrapper for parseInt, because its too long and i need it a lot ;D
function pi( str )
Returns node attribute or default value
function vui_node_attr( node, name, d )
initializes common VegUIBridge object that can be accessed by all spawned VegUIElements by accessing it over their Manager property
this.init_bridge = function()
displayed an alert popup
this.alert = function( str )
Takes the uiop string received from the server and splits it up accordingly.
this.Bridge.execute = function( vreq )
Execute userinterface operations
this.exec_uiop_client = this.exec_uiop = function( p )
Execute userinterface operations by XML protocol
this.exec_xml_client = this.exec_xml = function( xml )
Sends a request to the server
this.request = function( scriptName, parameters, method )