Libraries tagged by mouf
mouf/mvc.splash-ui
76593 Downloads
This package contains the Mouf user interface for Splash
mouf/mvc.splash
237353 Downloads
Integration of Splash with the Mouf framework.
mouf/javascript.underscore
143652 Downloads
This package contains the Underscore javascript library, along a Mouf installer file to add Underscore easily in your Mouf project.
mouf/javascript.syntaxhighlighter
143690 Downloads
This package contains the SyntaxHighlighter javascript library, along a Mouf installer file to add SyntaxHighlighter easily in your Mouf project.
mouf/javascript.jquery.jquery-ui
162071 Downloads
This package contains the JQuery UI library, along a Mouf installer file to add JQuery UI easily in your Mouf project.
mouf/javascript.jquery.jquery-filetree
143654 Downloads
This package contains the jQuery FileTree library, along a Mouf installer file to add JQuery FileTree easily in your Mouf project.
mouf/javascript.jquery.jquery
177591 Downloads
This package contains the JQuery library, along a Mouf installer file to add JQuery easily in your Mouf project.
mouf/javascript.ace
143215 Downloads
This package contains the ACE Javascript code editor (and a Mouf wrapper installer).
mouf/html.widgets.messageservice
238767 Downloads
Use this package to display info/warning/error messages to the user on a web page. Using the SessionMessageService class, you register messages to be displayed. Using the MessageWidget class, you display the error messages in your templates.
mouf/html.widgets.menu
239132 Downloads
This package contains objects describing a menu of an application. The menu is described, but this package does not render the menu in any way. You will have to use another package to render the menu in HTML. Usually, templates will provide their own menu renderers.
mouf/html.utils.weblibrarymanager.component-installer
356589 Downloads
This Mouf package contains a Composer installer that will automatically create WebLibrary instances when a 'component' package is installed in Composer. It is designed to be used only with Mouf's WebLibraryManager.
mouf/html.utils.weblibrarymanager
358967 Downloads
The Javascript/CSS library manager is a PHP class in charge of keeping track of the JS and CSS files that have been included so far in a web page. Basically, you tell the Javascript/CSS library manager to import a JS/CSS file and it will make sure it is included, only once, and that all dependencies are included as well.
mouf/html.utils.bootstrap
163838 Downloads
This package contains an installer for the Bootstrap HTML/CSS/JS library in the Mouf framework to add Bootstrap easily in your Mouf project.
mouf/html.template.menus.basicmenu
143741 Downloads
This package contains a single class in charge of rendering a 'Menu' instance in HTML using the toHtml() method. The rendering is performed using <ul> and <li> tags.
mouf/html.template.bootstrap
239265 Downloads
This package contains a Mouf template based on the Twitter Bootstrap HTML/CSS/JS library, along a Mouf installer file to add the template easily in your Mouf project.