vegUI version 2.1.1 | Index
Adds a single field to the property set list Builds the property set from a fields object. Cancels the input for a certain field, toggling input mode off and reverting it to its old value Toggles input mode for a field in the property set list on or off Updates the value of a single valid field object Remove one item from the dataset by its row id Remove multiple items from the dataset by their row ids Dummy function, is called when the delete key is hit, this could be replaces by a function that sends a request to the server instead of calling delete_item right away Dummy function, is called when the delete key is hit and multiple items are selected, this could be replaced by a function that sends a request to the server instead of calling delete_item right away int, Mousewheel delta, is set whenever the mousewheel event is handled by this element *bool’, if true no requests can be sent Deselects the currently selected item(s), or the item submitted to the function. Detaches an attached element that was attached to this element via attach_node. char, direction type of the scrollbar, ‘y’ or ‘x’ Similar to VegUINode::disable_node only that this method also prohibits the mouse cursor from changing to a pointer when hovering over the button element if the button is disabled Toggles the VUI_DISABLED flag on this element Similar to the VegUINode::disable_node method but makes sure all children will be disabled as well. Appends the HTML node controlled by this element to another HTMLnode Move Btn3 to a new position and sync the content element’s position to it This method is called when the mouse is moved while drag mode for this window is on. Drops the item that is located at the submitted index in the childNodes array of the Table child’s HTML node int, input type for the column Adds an effect to a certain vegui element. a certain effect for the element with the submited element index int, number of active effects Array, holds active effects int, element index counter VegUIElement, the element this effect is affecting Maximum element index possible, 90000 by default, increase if you need to spawn more than 90000 elements at the same time Array, Holds all currently spawned elements bool, true if bounding box is enabled evals some javascript code These properties are only set after certain mouse or keyboard events have been handled by this element Adds a function to be executed to a vegui element event Fires a vegUI event Add function to event listener of the node controlled by this element Execute userinterface operations Execute userinterface operations by XML protocol This function will be called on successful response to request if the VegUIRequest’s pFunc property is not set. Takes the uiop string received from the server and splits it up accordingly. Executes all the functions in the stack Executes effect Execute effect executes/processes the effect executes effect Expands the currently selected row and shows the content stored in the detailed field of the row int, height of the list if expanded (dropdown mode only) |