EasyUI Forum
May 04, 2024, 12:02:26 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
  Home Help Search Login Register  
  Show Posts
Pages: 1 [2]
16  General Category / EasyUI for jQuery / Easyui Desktop Extension - Window side by side on: April 09, 2023, 07:12:10 AM
Hello,  Cheesy

Is it possible to arrange EasyUI Desktop windows side by side or cascade  Huh

Thanks
Ari

EasyUI-Desktop Extension
17  General Category / EasyUI for jQuery / [SOLVED] Put the focus() on the first field of the form on: April 08, 2023, 05:10:38 AM
Hello,

I would like to know if there is any way to put the focus in the first available field of the form, less input hidden and less input disable.

I know how to do field by field (input by input), but I have many pages it would have to be by javascript or CSS Huh


Ari
18  General Category / EasyUI for jQuery / [ Justified ] Bug in RadioGroup demo not working on: April 04, 2023, 05:31:23 AM
Bug in RadioGroup demo not working

http://jeasyui.com/demo/main/index.php?plugin=RadioGroup&theme=material-teal&dir=ltr&pitem=&sort=asc


version 1.9.10

Ari
19  General Category / EasyUI for jQuery / Structure row on: March 21, 2023, 10:14:17 AM
Hello

Where can I find documentation on the row structure of the datagrid, and other components?

the table field name comes in string and I need to get the row value

Code:
// ==========================================================================================
function Retorno() {
// ==========================================================================================

  var cCod    = sessionStorage.getItem("cVar1"  );
  var cDes    = sessionStorage.getItem("cVar2"  );
  var cField1 = sessionStorage.getItem("cField1");
  var cField2 = sessionStorage.getItem("cField2");   
 
  var row     = $('#dg').datagrid('getSelected');

  if (row){   
     $(cCod).textbox('setValue', row[cField1] );
     $(cDes).textbox('setValue', row[cField2] );

     $('#dlg').dialog('close');
  } else {  $.messager.alert('Sisrev-Web','Selecione um registro','info');
  }
}


Tanks,l
Ari
20  General Category / EasyUI for jQuery / Re: How to solve this ? on: November 22, 2022, 04:50:17 AM
Thanks for the answer

God bless you.

Ari
21  General Category / General Discussion / Book or Example Gallery on: November 21, 2022, 05:25:58 AM
I think it is very useful to create a repository of varied examples organized with component (class).

or a book in English and Chinese,

basic and advanced examples Wink

Ari
22  General Category / EasyUI for jQuery / Re: How to solve this ? on: November 21, 2022, 05:20:21 AM
Ok, it worked as it passed me, now taking advantage of the subject, I need to put a message loading the page.. or a .GIF preloader.. leaving the body hidden does not appear anything as it comes out of this pool .. ?

 Grin
Ari
23  General Category / EasyUI for jQuery / Re: How to solve this ? on: November 20, 2022, 04:03:09 PM
ok !, Grin

worked, thanks

Ari
24  General Category / EasyUI for jQuery / Re: How to solve this ? on: November 18, 2022, 12:56:40 PM
this is html
25  General Category / EasyUI for jQuery / Re: How to solve this ? on: November 18, 2022, 12:55:00 PM
this is the mounted page.
26  General Category / EasyUI for jQuery / How to solve this ? on: November 18, 2022, 12:50:55 PM
Hello

on all my pages in the opening of them is happening this, keeps appearing the content before opening the window, follows the images and the generated page, what am I doing wrong ?

Thank you
Ariovaldo
27  General Category / EasyUI for jQuery / How to pagination in datagrid on: November 13, 2022, 11:58:37 AM
Hello

I would like to page on a datagrid a .json file with 3000 lines.

Is that possible?

Thank you
Ari

Pages: 1 [2]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!