EasyUI Forum
April 26, 2024, 07:21:27 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
  Home Help Search Login Register  
  Show Posts
Pages: [1]
1  General Category / EasyUI for jQuery / Desktop - Context Menu & Icons on: June 12, 2023, 07:29:56 AM
Hi there.

Is it possible to have context menu in desktop icons (icon.png)?
Is it possible to keep fixed desktop icons?
Is it possible to have context menus on minimized window to click in window on taskbar to restore, minimize, maximize ou close (taskbar.png)?
Is it possible to show window when we click on the window listed in taskbar? Because if we have multiple windows, if you click on window in taskbar, it minimizes instead of show on front of others windows.
Is it possible to have context menu in the rest of taskbar to choose windows showing like Cascade or Tile (cascade.png)

Thanks in advance
2  General Category / EasyUI for jQuery / combogrid hide on onmouseleave or onmouseout on: May 18, 2023, 03:46:46 AM
Hi there.

Is it possible to hide content of Combogrid on Mouse Leave or on Mouse Out?
Because sometimes it's a bit annoying and confusing to click on other elements to hide the content of Combogrid.

Thanks in advance.
3  General Category / EasyUI for jQuery / Combogrid multiple select options to send values and load values on: February 03, 2022, 10:10:26 AM
How to use combogrid with multiple select options to send values in form and load values on load form for edit?
I Have my code ;

Code:
<select required="" class="easyui-combogrid combogrid-f combo-f textbox-f" id="contracts_tickets" style="width: 100%; display: none;" data-options="
panelWidth: '20%',
multiple:true,
idField: 'phc_cognitive_contracts',
textField: 'local_contracts',
url: 'lib/tableActions.php?table=contracts',
columns: [[{'field':'phc_cognitive_contracts','title':'<b lang=en>Phc cognitive</b>','sortable':'true'},{'field':'commercial_name_contracts','title':'<b lang=en>Commercial name</b>','sortable':'true'},{'field':'telefonica_contracts','title':'<b lang=en>Telefonica</b>','sortable':'true'},{'field':'local_contracts','title':'<b lang=en>Local</b>','sortable':'true'}]],
fitColumns: true,
label: '<b lang=en>Contracts</b>',
labelPosition: 'top'
" textboxname="contracts_tickets[]" comboname="contracts_tickets[]">
</select>

If I use on tag name contracts_tickets[] I can save the multiples values on my database with comma separated values.
But I can't load the values on form load

If I use just the name contracts_tickets without [] send with same name the multiple values for form but I only can save the last value and it's possible to load at least one value on form load for edit.

Can you help me?
thanks in advance
4  General Category / EasyUI for jQuery / Re: Editable multiple rows of Easyui Datagrid on: October 08, 2021, 04:15:59 AM
Hi. Is it possible to edit multiples rows but with multiples dialog forms? Like you select multiples rows on dataGrid and hit edit opens multiples dialog boxes with form to edit for each selected row on datagrid. Thanks in advance
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!