Releases: phpMv/phpMv-UI
Releases · phpMv/phpMv-UI
Callista 2.3.29 release
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
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
onGenerateFormField
event
Added
addAction
inHtmlFormDropdown
Callista 2.3.25 release
Updated
- Internal update for
Ubiquity
CRUD model DataTable
Callista 2.3.24 release
Added
setProperyValues
for form componentsexecJSFromFile
on JsUtils (JS exec from file with php variables)
Callista 2.3.23 release
Added
getHref
andpostFormAction
events
Callista 2.3.22 release
Added
addGroupBy("fieldName")
method for DataTablewrapWith
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
Added
- Add
setFocusable
to DataTable and Table components (focus for TR)
Callista 2.3.20 release
Added
CustomRule
andAjaxRule
classes for field validation