Skip to content

Releases: phpMv/phpMv-UI

Callista 2.3.29 release

17 Jun 17:20
Compare
Choose a tag to compare

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']);

Callista 2.3.28 release

13 Jun 14:11
Compare
Choose a tag to compare

Fixed

  • Captions & Member edition offset with groupBy fields

Callista 2.3.27 release

06 Jun 23:42
Compare
Choose a tag to compare

Updated

  • HtmlSemNavElement & HtmlModal (setActions return added buttons)

Callista 2.3.26 release

04 Jun 12:42
Compare
Choose a tag to compare

Updated

  • Add field name in onGenerateFormField event

Added

  • addAction in HtmlFormDropdown

Callista 2.3.25 release

03 Jun 00:35
Compare
Choose a tag to compare

Updated

  • Internal update for Ubiquity CRUD model DataTable

Callista 2.3.24 release

29 Apr 00:32
Compare
Choose a tag to compare

Added

  • setProperyValues for form components
  • execJSFromFile on JsUtils (JS exec from file with php variables)

Callista 2.3.23 release

24 Apr 12:28
Compare
Choose a tag to compare

Added

  • getHref and postFormAction events

Callista 2.3.22 release

04 Apr 23:56
Compare
Choose a tag to compare

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 }}

Callista 2.3.21 release

14 Mar 01:13
Compare
Choose a tag to compare

Added

  • Add setFocusable to DataTable and Table components (focus for TR)

Callista 2.3.20 release

06 Mar 02:32
Compare
Choose a tag to compare

Added

  • CustomRule and AjaxRule classes for field validation