Libraries tagged by HTMLtidy
mouf/html.widgets.messageservice
240828 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
241193 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.
codeq/htmlwidget
24169 Downloads
HTML Widget for the Neos CMS
mouf/html.widgets.form-elements
20342 Downloads
This package contains PHP objects representing common HTML form elements, along renderers.
mouf/html.widgets.evolugrid
31737 Downloads
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.
mimmi20/navigation-helper-htmlify
223625 Downloads
Provides a helper for Mezzio Navigation
mouf/html.widgets.jqueryfileupload
16491 Downloads
This package contains an upload widget based on the 'jQuery file upload' plugin. This allows easy uploading of files.
mouf/html.widgets.fileuploaderwidget
20754 Downloads
This package contains an upload widget based on File Uploader plugin. This allows easy uploading of files in AJAX or HTML5.
rafikhaceb/htmltodocx
3323 Downloads
Functions for help PHPWord to convert html to docx
nadirhamid/htmltodocx
51 Downloads
Finctions for help PHPWord to convert html to docx
mouf/html.widgets.select2
3453 Downloads
This package contains a pure PHP object representation of a select box rendered with the jQuery Select2 plugin.
mouf/html.widgets.opengraph
17 Downloads
This package contains the opengraph support for mouf
mouf/html.widgets.color-picker
12 Downloads
This package contains a color-picker widget based on jQuery colorpicker module.
mouf/html.widgets.base-widget
40 Downloads
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.
mouf/html.widgets.base-html-widget
28 Downloads
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.