mouf/html.htmlelement dependents (15) Order by: name | downloads Show: all | require | require-dev

  • PHP

    mouf/cms.scaffolder

    This package allow you to auto generate functional CMS components.

  • PHP

    mouf/html.renderer

    This package contains the rendering mechanism of the Mouf framework. It is a mechanism allowing packages/templates/developers to overload a default template for various HTML objects.

  • PHP

    mouf/html.renderer.twig-extensions

    This package contains a set of Twig extensions and utility class to ease the use of Twig templates in Mouf.

  • PHP

    mouf/html.tags

    This package contains a pure PHP object representation of HTML5 tags. There is one class for each existing HTML tag, and one getter/setter per attribute.

  • 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.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.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.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.jqueryfileupload

    This package contains an upload widget based on the 'jQuery file upload' plugin. This allows easy uploading of files.

  • PHP

    mouf/html.widgets.messageservice

    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.

  • PHP

    mouf/html.widgets.opengraph

    This package contains the opengraph support for mouf

  • PHP

    mouf/html.widgets.statsgrid

    This PHP package contains a HTML pivot table. You provide it with a data set and the list of columns and rows and it will display a nice pivot table.

  • PHP

    mouf/modules.google-analytics

    This module is used to add Google Analytics integration javascript into your web site.

  • PHP

    mouf/mvc.splash-common

    Splash is a PHP router. It takes an HTTP request and dispatches it to the appropriate controller.