vegUI version 2.1.1 | Function Index
Internet explorer 6 leaks memory in closures, in order to fix that iesucks is called when the page is unloaded if the browser is ie6 Wrapper for document.createElement to create an image node with the option to define proportions and image source right away Includes javascript code from a file and executes is Initialize effect initializes common VegUIBridge object that can be accessed by all spawned VegUIElements by accessing it over their Manager property Starts a timer that will close the menu in this.<closeTime> ms. initializes common VegUIFXManager object that can be accessed by all spawned VegUIElements by accessing it over their Manager attribute Initializes the manager at the set interval, note that this does not start the interval timer, it just sets the speed. Toggles input mode on a column field in a certain row Stops input mode Checks if this or any of the child menues of this menu is active Checks if the HTML node controlled by this element is hidden or visible Check if a vegui element is the parent element of this element somewhere down the parent chain Checks if the item with a certain value is selected Checks if scroll bar is an x axis or an y axis scroll bar Check if a keycode has been blocked with block_key Removes the HTMLnode controlled by this element and/or destroys the element it self. Links two VegUIElement as CHolder and Content. Links another VegUIMenu element as a subment to this menu. Takes focus away from this element, the first parent that can have focus set on it will gain passive focus. Maximizes the window, moving it to the position this.maxX,maxY and resizing it to this.maxW, this.maxH Attempt to append the properties of trgObj to srcObj Minimizes the window, hiding it from the user but never destroying it moves the HTML node controlled by this element to new coordinates Resizes the WinShadow element in relation to the mouse cursor coordinates Spawns a new XMLHttpRequest object and returns it in the form of a VegUIRequest object triggered after element was built varies from element to element when close is called triggered by dock method triggered when element loses focus triggered when element gains focus triggered by hide method triggered by kill method when maximize is called triggered when the maximum number of timeouts is reched when minimize is called called when the element is moved via the set_x, set_y or move methods called when the element is resized via the set_width, set_height or resize methods triggered everytime a request times out, submits the timed out request as a parameter when window is moved to the background when window is brought to the front when set_focus_win is called Expands the list if it is a dropdown list Calculate content overflow ratio Checks if this element overlaps with another element. wrapper for parseInt, because its too long and i need it a lot ;D This is the function that is repeatedly called by the fx timer. Polls the Request array for any timed out requests and handles them arcordingly. Shows the menu. When a request gets a response from the server then it will go through this function where it will determine if it was a successful request or not This makes the WinShadow element visible and molds it to fit the window’s proportions and position Rebuilds the dataset according to the current data in columns and rows Sends a request to the server resizes the HTML node controlled by this element Adds a row to the rows array Returns the fields object for the row with the submitted id Rebuilds the submitted row in the dataset |