vegUI version 2.1.1 | Function 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 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. 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 Adds an effect to a certain vegui element. a certain effect for the element with the submited element index evals some javascript code 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 Fills the Content child of the content box with an existing HTML node Fills the content child of the content box with the contents of a html file Sees if an item with a certain value exists Find the first common vegui Parent that this element and Obj share Clears the list of all items Clears the menu of all items Clears the property set, effectivly removing all name values pairs Clears the Items array and calls update_label Flushes the dataset, removing all entries Gives focus to this tab bringing it to the foreground and moving the tabs in this.Tabs to the background Free a unique function id effectivly removing the function linked to it from the stack Wrapper functions to create a new vegui element and clone it private function get mouse pointer location, sets mouseX and mouseY Creates a new VegUIElement
Best function name EVER Select either the next (right) or the previous (left) item .Calls VegUINode::onchange halt() halt() halts the event Handles key input on the element, this private function is called whenever a key is hit on the keyboard while the element is focused. Handles key press on the list element checks if Node is the child of Parent somewhere up the parent chain
Similar to VegUINode::hevent_node only that this function also handles the focus status of the button, giving it active focus when it is clicked and taking the focus when the mouse button is released again private function toggles this element to be invisible or visible Wrapper for document.createElement with the option to append the created node to another html node right away |