phpMv-UI

Visual components library (jQuery, Bootstrap, Semantic-UI) for php & php MVC Frameworks

APACHE-2.0 License

Downloads
17.6K
Stars
33

Bot releases are hidden (Show)

phpMv-UI - Callista 2.3.29 release

Published by jcheron over 3 years ago

Updated

  • HtmlBreadCrumb for usage with asso arrays:
$bc=$semantic->htmlBreadcrumb('bc',['Google'=>'http://google.com','Yahoo'=>'http://yahoo.com']);
$bc->addItem(['Microsoft','http://microsoft.com']);
phpMv-UI - Callista 2.3.28 release

Published by jcheron over 3 years ago

Fixed

  • Captions & Member edition offset with groupBy fields
phpMv-UI - Callista 2.3.27 release

Published by jcheron over 3 years ago

Updated

  • HtmlSemNavElement & HtmlModal (setActions return added buttons)
phpMv-UI - Callista 2.3.26 release

Published by jcheron over 3 years ago

Updated

  • Add field name in onGenerateFormField event

Added

  • addAction in HtmlFormDropdown
phpMv-UI - Callista 2.3.25 release

Published by jcheron over 3 years ago

Updated

  • Internal update for Ubiquity CRUD model DataTable
phpMv-UI - Callista 2.3.24 release

Published by jcheron over 3 years ago

Added

  • setProperyValues for form components
  • execJSFromFile on JsUtils (JS exec from file with php variables)
phpMv-UI - Callista 2.3.23 release

Published by jcheron over 3 years ago

Added

  • getHref and postFormAction events
phpMv-UI - Callista 2.3.22 release

Published by jcheron over 3 years ago

Added

  • addGroupBy("fieldName") method for DataTable
  • wrapWith method for all HtmlElements
$form->wrapWith(new HtmlSegment('idSeg'));
  • postFormAction method For the automation of form submission via ajax:
$jquery->postFormAction('form[data-target','',['listenerOn'=>'body']);

A form:

<form class="ui form" action='/submit' method="post" id="frm" data-target="#response">
    <div class="ui input">
        <input name="firstname" id="firstname" type="text" placeholder="Enter your firstname">
    </div>
    <input class="ui button" type="submit" value="Validate">
</form>
<div id="response">Response</div>
{{ script_foot | raw }}
phpMv-UI - Callista 2.3.21 release

Published by jcheron over 3 years ago

Added

  • Add setFocusable to DataTable and Table components (focus for TR)
phpMv-UI - Callista 2.3.20 release

Published by jcheron over 3 years ago

Added

  • CustomRule and AjaxRule classes for field validation
phpMv-UI - Callista 2.3.19 release

Published by jcheron over 3 years ago

Added

  • UIService class for Ubiquity framework
phpMv-UI - Callista 2.3.18 release

Published by jcheron over 3 years ago

Fixed

  • fieldAsDropDown with empty fields pb
phpMv-UI - Callista 2.3.17 release

Published by jcheron over 3 years ago

Added

  • internal-x loader => internal ajax loader for menu ans step items
phpMv-UI - Callista 2.3.16 release

Published by jcheron over 3 years ago

Added

  • csrf token for ajax requests
  • listenerOn for jquery events
  • special setInverted for widgets (DataTable, DataForm, DataElement)
phpMv-UI - Callista 2.3.15 release

Published by jcheron almost 4 years ago

Fixed

  • postOn methods pb (no parameters sended) => no open issue
phpMv-UI - Callista 2.3.14 release

Published by jcheron almost 4 years ago

Added/changed

Events can now be associated to DOM elements not yet created in a container:

  • JSUtils::_add_event method has a $listenerOn parameter to define the container that supports the dynamic association of events.
  • Ajax events methods (getOn, ajaxOn, postOn) have the listenerOn key to define this attribute.
phpMv-UI - Callista 2.3.13 release

Published by jcheron almost 4 years ago

Fixed

  • warning with php8
phpMv-UI - Callista 2.3.12 release

Published by jcheron almost 4 years ago

Added

  • fieldAsDataList in DataForm and DataTable components
phpMv-UI - Callista 2.3.11

Published by jcheron almost 4 years ago

Added

  • Add all HTTP methods for ajax queries

Fixed

  • Button dropdown pb (no arrow)
phpMv-UI - Callista 2.3.10

Published by jcheron about 4 years ago

Updated

  • add response loader + update default loader (with dimmer) for ajax requests
Package Rankings
Top 5.38% on Packagist.org
Badges
Extracted from project README
Build Status Latest Stable Version Total Downloads License Scrutinizer Code Quality Documentation