vegUI version 2.1.1 | Index
VegUIFXManager, FX manager that controls this effect VegUIManager element that the fx manager belongs to VegUIElement, Manager element that spawned this element int, maximum height (pixels) maxH Maximizes the window, moving it to the position this.maxX,maxY and resizing it to this.maxW, this.maxH int, maximum time a request can take before timing out int, maximum number of timeouts before onmaxtimeouts is called int, maximum width (pixels) maxW int, x position of the window when maximized int, y position of the window when maximized string, css class to use for selected items mClick Attempt to append the properties of trgObj to srcObj Event, Holds the javascript event object for the last mouse or key event handled by this node string, css class to use for header items mHeader string, mouse cursor to use when the mouse enters the element (CSS cursor attribute) int, minimum height (pixels) minH Minimizes the window, hiding it from the user but never destroying it int, minimum width (pixels) minW string, css class to use for items while not selected and not hovered by mouse mNormal Mouse and keyboard eventtypes that help you identify what event you’re dealing with absolute x coordinate of the mouse pointer absolute y coordinate of the mouse pointer moves the HTML node controlled by this element to new coordinates string, css class to use for items when mouse is hovering over them mOver string, css class to use for hovering over selected items mOverSelected Resizes the WinShadow element in relation to the mouse cursor coordinates bool, if true multi selection of items is possible int, width of the name column (percentage) nameWidth int, space between this menu and its child menu nestedSpace Spawns a new XMLHttpRequest object and returns it in the form of a VegUIRequest object bool, prevents the element from being flagged visible recursivly bool if true the menu will be allowed to go outside of the manager node’s proportions. noCorrection string, Holds the id of the HTML node that is controlled string, node type of the htmli node to be built (ie ‘div’) bool, if true the detailed display will be faded in noFX bool, if true the item ‘-’ with value null will be added to the beginning of the list VegUIManager::init_bridge is called on creation 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 int, the opacity of the outer shadow Expands the list if it is a dropdown list int, original height of window (set by maximize) int, original width of window (set by maximize) int, original x position of window (set by maximize) int, original y position of window (set by minimize) Calculate content overflow ratio Checks if this element overlaps with another element. |