Releases: phpMv/phpMv-UI
Releases · phpMv/phpMv-UI
Callista 2.3.29 release
Updated
HtmlBreadCrumbfor 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
Fixed
- Captions & Member edition offset with groupBy fields
Callista 2.3.27 release
Updated
HtmlSemNavElement&HtmlModal(setActions return added buttons)
Callista 2.3.26 release
Updated
- Add field name in
onGenerateFormFieldevent
Added
addActioninHtmlFormDropdown
Callista 2.3.25 release
Updated
- Internal update for
UbiquityCRUD model DataTable
Callista 2.3.24 release
Added
setProperyValuesfor form componentsexecJSFromFileon JsUtils (JS exec from file with php variables)
Callista 2.3.23 release
Added
getHrefandpostFormActionevents
Callista 2.3.22 release
Added
addGroupBy("fieldName")method for DataTablewrapWithmethod for all HtmlElements
$form->wrapWith(new HtmlSegment('idSeg'));postFormActionmethod 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
Added
- Add
setFocusableto DataTable and Table components (focus for TR)
Callista 2.3.20 release
Added
CustomRuleandAjaxRuleclasses for field validation