mgnl-resources.mgnllms.js.jxlib.jxlib.json Maven / Gradle / Ivy
{"common":{"deps":["Class","Element","Browser","Element.Style","Request","Core","Class.Extras","Array","Element.Event","Element.Dimensions"],"desc":"Jx namespace with methods and classes common to most Jx widgets","fname":"Base\/common.js"},"button":{"deps":["common"],"opt":["Drag"],"desc":"Jx.Button creates a clickable element that can be added to a web page.","fname":"Button\/button.js"},"flyout":{"deps":["button"],"desc":"Flyout buttons expose a panel when the user clicks the button.","fname":"Button\/flyout.js"},"layout":{"deps":["common"],"desc":"Jx.Layout is used to provide more flexible layout options for applications","fname":"Layout\/layout.js"},"tab":{"deps":["button","layout"],"desc":"A single tab in a tab set.","fname":"Button\/tab.js"},"colorpalette":{"deps":["common"],"desc":"A Jx.ColorPalette presents a user interface for selecting colors. This is typically combined with a Jx.Button.Color which embeds the color palette in a flyout.","fname":"Extras\/colorpalette.js"},"color":{"deps":["flyout","colorpalette"],"desc":"A Jx.ColorPalette wrapped up in a Jx.Button.","fname":"Button\/color.js"},"menu":{"deps":["button"],"desc":"A main menu as opposed to a sub menu that lives inside the menu.","fname":"Menu\/menu.js"},"set":{"deps":["common"],"desc":"A ButtonSet manages a set of Jx.Button instances by ensuring that only one of the buttons is active.","fname":"Button\/set.js"},"multi":{"deps":["button","menu","set"],"desc":"Multi buttons are used to contain multiple buttons in a drop down list where only one button is actually visible and clickable in the interface.","fname":"Button\/multi.js"},"menu.item":{"deps":["button","menu"],"desc":"A menu item is a single entry in a menu.","fname":"Menu\/menu.item.js"},"combo":{"deps":["multi","set","menu.item"],"desc":"A drop down list of selectable items.","fname":"Button\/combo.js"},"panel":{"deps":["menu.item","layout","container"],"desc":"A panel is a fundamental container object that has a content area and optional toolbars around the content area.","fname":"Panel\/panel.js"},"dialog":{"deps":["panel"],"opt":["Drag"],"desc":"A Jx.Dialog implements a floating dialog.","fname":"Panel\/dialog.js"},"splitter":{"deps":["layout"],"opt":["Drag"],"desc":"A Jx.Splitter creates two or more containers within a parent container and provides user control over the size of the containers.","fname":"Layout\/splitter.js"},"panelset":{"deps":["splitter","panel"],"desc":"A panel set manages a set of panels within a DOM element.","fname":"Panel\/panelset.js"},"grid":{"deps":["layout"],"desc":"A tabular control that has fixed scrolling headers on the rows and columns like a spreadsheet.","fname":"Grid\/grid.js"},"model":{"deps":["grid"],"desc":"A Jx.Grid.Model is the source of data for a Jx.Grid instance.","fname":"Grid\/model.js"},"context":{"deps":["menu"],"desc":"A Jx.Menu that has no button but can be opened at a specific browser location to implement context menus (for instance).","fname":"Menu\/context.js"},"menu.separator":{"deps":["menu"],"desc":"Convenience class to create a visual separator in a menu.","fname":"Menu\/menu.separator.js"},"submenu":{"deps":["menu.item"],"desc":"A sub menu contains menu items within a main menu or another sub menu.","fname":"Menu\/submenu.js"},"snap":{"deps":["common","splitter"],"desc":"A helper class to create an element that can snap a split panel open or closed.","fname":"Layout\/snap.js"},"toolbar":{"deps":["common","container"],"desc":"A toolbar is a container object that contains other objects such as buttons.","fname":"Toolbar\/toolbar.js"},"tabset":{"deps":["tab"],"desc":"A TabSet manages a set of Jx.Button.Tab content areas by ensuring that only one of the content areas is visible (i.e. the active tab). ","fname":"Tab\/tabset.js"},"tabbox":{"deps":["toolbar","panel","tabset"],"desc":"A convenience class to handle the common case of a single toolbar directly attached to the content area of the tabs.","fname":"Tab\/tabbox.js"},"container":{"deps":["common","toolbar"],"opt":["Fx.Tween"],"desc":"A toolbar container contains toolbars. This has an optional dependency on Fx.Tween that, if included, will allow toolbars that contain more elements than can be displayed to be smoothly scrolled left and right. Without this optional dependency, the toolbar will jump in fixed increments rather than smoothly scrolling.","fname":"Toolbar\/container.js"},"toolbar.item":{"deps":["tab","toolbar"],"desc":"A helper class to provide a container for something to go into a Jx.Toolbar.","fname":"Toolbar\/toolbar.item.js"},"toolbar.separator":{"deps":["toolbar"],"desc":"A helper class that represents a visual separator in a Jx.Toolbar.","fname":"Toolbar\/toolbar.separator.js"},"treeitem":{"deps":["common"],"opt":["Drag"],"desc":"An item in a tree.","fname":"Tree\/treeitem.js"},"treefolder":{"deps":["treeitem"],"desc":"A Jx.TreeFolder is an item in a tree that can contain other items. It is expandable and collapsible.","fname":"Tree\/treefolder.js"},"tree":{"deps":["treefolder"],"desc":"Jx.Tree displays hierarchical data in a tree structure of folders and nodes.","fname":"Tree\/tree.js"}}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy