16
Help for ParamQuery Pro / Re: Tooltipster
« on: January 19, 2023, 03:33:51 pm »
Works fine, 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.
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'
SELECT * FROM [table] where id like CONCAT('%', '123', '%') LIMIT 20, 20;