mouf member since: Jun 20, 2012
mouf's packages
-
PHP
mouf/html.template.mouftemplate
This package contains a template for the Mouf administration interface. The content is automatically adjusted to the website page to use all the width. Anyway, you can use this component as a model if you like.
-
PHP
mouf/html.template.templateinterface
This package contains the definition of an HTML template (the TemplateInterface interface) and an helper class to build HTML templates easily (the BaseTemplate class).
-
PHP
mouf/html.utils.bootstrap
This package contains an installer for the Bootstrap HTML/CSS/JS library in the Mouf framework to add Bootstrap easily in your Mouf project.
-
JavaScript
mouf/html.utils.ckeditor
This package contains the CK editor library with an installer for the Mouf PHP framework.
-
PHP
mouf/html.utils.i18nweblibrary
This implementation of a Weblibrary will load different JS files based on the current language used. Useful to load translation files in JS.
-
PHP
mouf/html.utils.weblibrarymanager
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.
-
PHP
mouf/html.utils.weblibrarymanager.bower-installer
This Mouf package contains a Composer installer that will automatically create WebLibrary instances when a 'bower' package is installed in Composer. It is designed to be used only with Mouf's WebLibraryManager. Bower compatibility provided thanks to francoispluchino/composer-asset-plugin
-
PHP
mouf/html.utils.weblibrarymanager.component-installer
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.
-
PHP
mouf/html.widgets.base-html-widget
This package contains basic widgets representing HTML tags (select, input, etc...). Each widget is fully customizable, and benefits from an 'edit' mode, thanks to the basewidget package. Please note this package comes with a smaple CSS file you can use as a starter.
-
PHP
mouf/html.widgets.base-widget
This package contains the foundation of the Mouf widgets. It does not contain any component or any widget. On the other hand, it will add a menu to Mouf that will help you switch all widgets in 'edit' mode. In 'edit' mode, widgets in your application display an 'edit' icon that will bring you directly to the Mouf edition page.
-
PHP
mouf/html.widgets.color-picker
This package contains a color-picker widget based on jQuery colorpicker module.
-
PHP
mouf/html.widgets.evolugrid
This package contains the EvoluGrid widget. This is an HTML/Ajax datagrid that can be used to display data. It's main difference with other datagrids is that you can chage the set of columns dynamically depending on the paginated results you are looking at.
-
PHP
mouf/html.widgets.fileuploaderwidget
This package contains an upload widget based on File Uploader plugin. This allows easy uploading of files in AJAX or HTML5.
-
PHP
mouf/html.widgets.form-elements
This package contains PHP objects representing common HTML form elements, along renderers.
-
PHP
mouf/html.widgets.jqueryfileupload
This package contains an upload widget based on the 'jQuery file upload' plugin. This allows easy uploading of files.