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

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

  • PHP

    mouf/html.widgets.menu

    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.

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