Qfq Helper Namespace
- Source:
Methods
(static) jqxComboBox()
- Source:
(static) jqxDateTimeInput()
Initializes jqxDateTimeInput widgets.
It configures all <div>
s having a class jqw-datetimepicker
as
jqxDateTimeInput.
Given the HTML snippet
...
<div class="jqw-datetimepicker" data-control-name="datetimepicker" ></div>
...
it will create a hidden input sibling element of the <div>
where the selected date
is stored for plain old
form submission, thus rendering the above snippet effectively to
...
<div class="jqw-datetimepicker" data-control-name="datetimepicker" ></div>
<input type="hidden" name="datetimepicker">
...
The jqxDateTimeInput can be configured using following data
attributes
data-control-name
: Mandatory attribute. Hold the name of the input element.- `data-format-string': Optional Format string as required by jqxDateTimeInput. See also http://www.jqwidgets.com/jquery-widgets-documentation/documentation/jqxdatetimeinput/jquery-datetimeinput-api.htm. Default: "F".
data-show-time-button
: Boolean valuetrue
orfalse
, indicating whether or not a time picker will be displayed.
- Source:
(static) showAjaxError(jqHXR, textStatus, errorThrown)
Parameters:
Name | Type | Description |
---|---|---|
jqHXR |
||
textStatus |
||
errorThrown |
- Source:
(static) stringBool(string) → {*}
Parameters:
Name | Type | Description |
---|---|---|
string |
- Source:
Returns:
- Type
- *