EasyUI Forum
January 24, 2026, 07:00:26 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: 1 ... 5 6 [7] 8 9 10
 61 
 on: March 26, 2025, 07:05:22 AM 
Started by Vladzimir - Last post by Vladzimir
Call this code before submitting a form to override any ajax parameters.
Code:
$.ajaxSetup({
  beforeSend: function(xhr, settings) {
    settings.type = 'PUT';
    return true;
  }
});
Thanks for your help!

 62 
 on: March 25, 2025, 12:38:25 AM 
Started by jega - Last post by jarry
The 'align' property is available now. Please look at this example.

https://www.jeasyui.com/demo/main/index.php?plugin=TimeLine&theme=material-teal&dir=ltr&pitem=Alternate&sort=asc

 63 
 on: March 23, 2025, 03:32:56 AM 
Started by jega - Last post by jega
@jarry

Any solution ??

 64 
 on: March 22, 2025, 06:42:05 PM 
Started by Vladzimir - Last post by jarry
Call this code before submitting a form to override any ajax parameters.
Code:
$.ajaxSetup({
  beforeSend: function(xhr, settings) {
    settings.type = 'PUT';
    return true;
  }
});

 65 
 on: March 20, 2025, 02:15:07 AM 
Started by Vladzimir - Last post by Vladzimir
Hi!
Howto overryde ajax method from POST to PUT in form submit methods?

 66 
 on: March 10, 2025, 05:02:53 PM 
Started by Coder - Last post by Coder
If there truly are no other solutions, this one may be included in the extension if desired.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined" />
<link rel="stylesheet" href="/static/eui-ggl.css" />

Code:
...
, iconCls: 'ggl-o ggl-example ggl-2x '
...

 67 
 on: March 10, 2025, 12:44:45 PM 
Started by Coder - Last post by Coder
Hi!

How can I use the Google Fonts Material Symbols icon (<span class="material-symbols-outlined">verified</span>) in the iconCls property?

Thnx

 68 
 on: March 07, 2025, 09:12:58 AM 
Started by drutech - Last post by drutech
Hi

Thank for the info.

I didn't know about the CORS policy and how Chrome handles it. It looks like Opera, Chrome, and Safari appear to not follow that idea but rather treat all file: URLs as cross-origin, even if they are in the same directory or sub-directly.





 69 
 on: March 07, 2025, 06:04:35 AM 
Started by korenanzo - Last post by jega
Hi jarry.

So far so good

Text "right" is on next line, it should be on same line

const header = '<div class="f-row"><div class="panel-title f-full">Title</div><div>Right</div></div>';

$('#vagtPanel_'+index1).panel({
   header: header
});

 70 
 on: March 07, 2025, 01:25:58 AM 
Started by korenanzo - Last post by jarry
The header of panel can be customized. Please try this code.
Code:
const header = `<div class="f-row"><div class="panel-title f-full">Title</div><div>Right</div></div>`;
$('#p').panel('header').html(header)

Pages: 1 ... 5 6 [7] 8 9 10
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!