1
Help for ParamQuery Pro / Re: Remote options
« on: January 25, 2023, 08:01:19 pm »
Great, thanks.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
if (rule.value != undefined || rule.value2 != undefined) {
rule.value = undefined; //clear the values while keep the filter conditions.
rule.value2 = undefined;
grid.filter();//refresh filter.
}
init: function() {
$('#toolbar_button').tooltipster({
content: $('<strong>this is a text</strong>')
});
}
{
type: 'button',
label: "label",
attr: 'id="toolbar_button"'
}
refresh: function() {
$('#toolbar_button').tooltipster({
content: $('<strong>this is a text</strong>')
});
}
Tooltipster: one or more tooltips are already attached to the element below. Ignoring.
function headItems(evt, ui){
return [
{
name: 'Hide column',
action: function (evt, ui) {
var grid = this,
column = ui.column
this.Columns().hide({ diHidden: [column.name] });
}
}
]
}
type: 'button',
label: "toolbar_element",
attr: 'title="test"',
cls: 'tooltip'
type: 'button',
label: "toolbar_element",
attr: 'id="toolbar_element"',
cls: 'tooltip'
$('.tooltip:not(".tooltipstered")#toolbar_element').tooltipster({
content: $('<span><strong>This text is in bold case !</strong></span>')
});
dataType: 'date', format: 'yy-mm-dd hh:mm:ss', formatRaw: 'yy-mm-dd'