mgnl-resources.mgnllms.js.jxlib.more.json Maven / Gradle / Ivy
{"More":{"deps":["Core"],"desc":"Defines MooTools.More.version.","fname":"Core\/More.js"},"Lang":{"deps":["More","Class.Extras"],"desc":"Enables classes to contain text that can be localized to specific languages.","fname":"Core\/Lang.js"},"Log":{"deps":["Class"],"desc":"A default logger for MooTools. Logs to Firebug or a similar console unless it is not present.","fname":"Core\/Log.js"},"Class.Refactor":{"deps":["More","Class"],"desc":"Allows for a class to extend itself without damaging it's namespace.","fname":"Class\/Class.Refactor.js"},"Class.Binds":{"deps":["More","Class"],"desc":"Adds the Binds Mutator to all classes.","fname":"Class\/Class.Binds.js"},"Class.Occlude":{"deps":["More","Class","Element"],"desc":"Mixin class for preventing a class from applying itself to the same element twice.","fname":"Class\/Class.Occlude.js"},"Chain.Wait":{"deps":["More","Class.Extras"],"desc":"Adds a delay method for chaining that allows you to easily introduce pauses.","fname":"Class\/Chain.Wait.js"},"Array.Extras":{"deps":["More","Core","Array"],"desc":"Extends the Array native object to include useful methods to work with arrays.","fname":"Native\/Array.Extras.js"},"Date":{"deps":["More","Core","String","Number","Array","String.Extras","Lang","Date.English.US"],"desc":"Extends the Date native object to include methods useful in managing dates.","fname":"Native\/Date.js"},"Date.Extras":{"deps":["More","Date"],"desc":"Extends the Date native object to include extra methods (on top of those in Date.js).","fname":"Native\/Date.Extras.js"},"Hash.Extras":{"deps":["More","Core"],"desc":"Extends the Hash native object to include getFromPath which allows a path notation to child elements.","fname":"Native\/Hash.Extras.js"},"String.Extras":{"deps":["More","String","Array","Hash.Extras"],"desc":"Extends the String native object to include methods useful in managing strings (query strings, urls, etc).","fname":"Native\/String.Extras.js"},"String.QueryString":{"deps":["More","String","Array"],"desc":"...","fname":"Native\/String.QueryString.js"},"URI":{"deps":["More","Function","Array","Hash"],"desc":"Provides methods useful in managing the window location and uris.","fname":"Native\/URI.js"},"URI.Relative":{"deps":["URI"],"desc":"Extends the URI class to add methods for computing relative and absolute urls.","fname":"Native\/URI.Relative.js"},"Element.Forms":{"deps":["More","Element"],"desc":"Extends the Element native object to include methods useful in managing inputs.","fname":"Element\/Element.Forms.js"},"Element.Measure":{"deps":["More","Element.Style"],"desc":"Extends the Element native object to include methods useful in measuring dimensions.","fname":"Element\/Element.Measure.js"},"Element.Pin":{"deps":["More","Element.Event","Element.Dimensions","Element.Style"],"desc":"Extends the Element native object to include the pin method useful for fixed positioning for elements.","fname":"Element\/Element.Pin.js"},"Element.Position":{"deps":["More","Element.Dimensions","Element.Measure"],"desc":"Extends the Element native object to include methods useful positioning elements relative to others.","fname":"Element\/Element.Position.js"},"Element.Shortcuts":{"deps":["More","Element.Style"],"desc":"Extends the Element native object to include some shortcut methods.","fname":"Element\/Element.Shortcuts.js"},"FormValidator":{"deps":["More","Lang","Class.Extras","Class.Binds","Selectors","Element.Event","Element.Style","JSON","Date","Element.Forms","FormValidator.English"],"desc":"A css-class based form validation system.","fname":"Forms\/FormValidator.js"},"FormValidator.Inline":{"deps":["More","FormValidator"],"desc":"A css-class based form validation system.","fname":"Forms\/FormValidator.Inline.js"},"FormValidator.Extras":{"deps":["More","FormValidator"],"desc":"Additional validators for FormValidator.","fname":"Forms\/FormValidator.Extras.js"},"OverText":{"deps":["More","Class.Extras","Element.Event","Class.Binds","Class.Occlude","Element.Position","Element.Shortcuts"],"desc":"Displays text over empty inputs until the user focuses the input or adds information.","fname":"Forms\/OverText.js"},"Fx.Elements":{"deps":["More","Fx.CSS"],"desc":"Effect to change any number of CSS properties of any number of Elements.","fname":"Fx\/Fx.Elements.js"},"Fx.Accordion":{"deps":["More","Fx.Elements","Element.Event"],"desc":"An Fx.Elements extension which allows you to easily create accordion type controls.","fname":"Fx\/Fx.Accordion.js"},"Fx.Move":{"deps":["More","Fx.Morph","Element.Position"],"desc":"Moves an element to another location (relative to another element) with a transition.","fname":"Fx\/Fx.Move.js"},"Fx.Reveal":{"deps":["More","Fx.Morph","Element.Shortcuts","Element.Measure"],"desc":"Executes a transition from display:block to display:none and vice versa.","fname":"Fx\/Fx.Reveal.js"},"Fx.Scroll":{"deps":["More","Fx","Element.Event","Element.Dimensions"],"desc":"Effect to smoothly scroll any element, including the window.","fname":"Fx\/Fx.Scroll.js"},"Fx.Slide":{"deps":["More","Fx","Element.Style"],"desc":"Effect to slide an element in and out of view.","fname":"Fx\/Fx.Slide.js"},"Fx.SmoothScroll":{"deps":["More","Fx.Scroll","Selectors"],"desc":"Class for creating a smooth scrolling effect to all internal links on the page.","fname":"Fx\/Fx.SmoothScroll.js"},"Fx.Sort":{"deps":["More","Fx.Elements","Element.Dimensions","Element.Measure"],"desc":"Reorders a group of items with a transition.","fname":"Fx\/Fx.Sort.js"},"Drag":{"deps":["More","Class.Extras","Element.Event","Element.Style"],"desc":"The base Drag Class. Can be used to drag and resize Elements using mouse events.","fname":"Drag\/Drag.js"},"Drag.Move":{"deps":["More","Drag","Element.Dimensions"],"desc":"A Drag extension that provides support for the constraining of draggables to containers and droppables.","fname":"Drag\/Drag.Move.js"},"Slider":{"deps":["More","Class.Binds","Drag","Element.Dimensions"],"desc":"Class for creating horizontal and vertical slider controls.","fname":"Drag\/Slider.js"},"Sortables":{"deps":["More","Drag.Move"],"desc":"Class for creating a drag and drop sorting interface for lists of items.","fname":"Drag\/Sortables.js"},"Request.JSONP":{"deps":["More","Log","Browser","Element","Request","Class.Extras"],"desc":"Creates a Json request using a script tag include and handles the callbacks for you.","fname":"Request\/Request.JSONP.js"},"Request.Queue":{"deps":["More","Request"],"desc":"Manages a group of Request instances so that connections are queued.","fname":"Request\/Request.Queue.js"},"Request.Periodical":{"deps":["More","Request","Class.Refactor"],"desc":"Requests the same url at a time interval that increases when no data is returned from the requested server.","fname":"Request\/Request.Periodical.js"},"Assets":{"deps":["More","Element.Event"],"desc":"Provides methods to dynamically load JavaScript, CSS, and Image files into the document.","fname":"Utilities\/Assets.js"},"Color":{"deps":["More","Core","Array","String","Function","Number","Hash"],"desc":"Class for creating and manipulating colors in JavaScript. Supports HSB -> RGB Conversions and vice versa.","fname":"Utilities\/Color.js"},"Group":{"deps":["More","Class.Extras"],"desc":"Class for monitoring collections of events.","fname":"Utilities\/Group.js"},"Hash.Cookie":{"deps":["More","Class.Extras","Cookie","JSON"],"desc":"Class for creating, reading, and deleting browser Cookies in JSON format.","fname":"Utilities\/Hash.Cookie.js"},"IframeShim":{"deps":["More","Element.Position","Element.Event","Element.Style","Class.Extras","Class.Occlude"],"desc":"Creates a transparent iframe to mask out items not drawn by the browser (flash, select lists, etc) for IE6.","fname":"Utilities\/IframeShim.js"},"Scroller":{"deps":["More","Class.Extras","Element.Event","Element.Dimensions"],"desc":"Class which scrolls the contents of any Element (including the window) when the mouse reaches the Element's boundaries.","fname":"Interface\/Scroller.js"},"Tips":{"deps":["More","Class.Extras","Element.Event","Element.Style","Element.Dimensions","Element.Measure"],"desc":"Class for creating nice tooltips that follow the mouse cursor when hovering over an element.","fname":"Interface\/Tips.js"},"Date.English.US":{"deps":["More","Lang"],"desc":"Date messages in English (with conventions for the US).","fname":"Localization\/Date.English.US.js"},"FormValidator.English":{"deps":["More","Lang"],"desc":"FormValidator messages in English.","fname":"Localization\/FormValidator.English.js"}}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy