EasyUI Forum
May 05, 2024, 07:25:50 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
  Home Help Search Login Register  
  Show Posts
Pages: [1] 2 3 ... 6
1  General Category / EasyUI for jQuery / Re: attribute form on input element on: May 08, 2023, 04:12:49 PM
Code:
<form id="ff">
   <input class="easyui-textbox">
</form>
<input class="easyui-textbox" form="ff"/>

It doesn't work, but it should
2  General Category / EasyUI for jQuery / attribute form on input element on: May 08, 2023, 06:54:00 AM
How to use a textbox outside a form definition?
3  General Category / EasyUI for jQuery / selecting a row - treegrid on: February 09, 2023, 05:26:47 PM
Hello,

I could be wrong, but when a row is selected in the treegrid, the previous row is still highlighted. It wasn't like that before.
4  General Category / EasyUI for jQuery / Re: avoid focus on textbox, numberbox... etc on: February 14, 2022, 07:56:01 PM
so simple! thank you so much!
it worked for textbox, numberbox... but not for checkbox and radiobutton
5  General Category / EasyUI for jQuery / Re: onscroll on datagrid on: February 12, 2022, 10:53:38 AM
thanks!
6  General Category / EasyUI for jQuery / avoid focus on textbox, numberbox... etc on: February 12, 2022, 10:52:54 AM
how to prevent textbox from being focused when tab key is pressed?
7  General Category / EasyUI for jQuery / onscroll on datagrid on: February 08, 2022, 10:57:03 AM
is there a way to call a function after the browse panel scroll?
8  General Category / EasyUI for jQuery / Re: how to use form disablevalidation? on: February 06, 2022, 05:12:52 AM
tks for your answer
I did but did not work. Always the fields are validated when I load new data
9  General Category / EasyUI for jQuery / how to use form disablevalidation? on: February 04, 2022, 09:28:24 AM
after saving the form values ​​I need to move to another record and load the new data, but the fields are validated as if they had been changed from the previous record. I tried disabling validation but it keeps validating anyway
10  General Category / EasyUI for jQuery / Re: [SOLVED!] layout expandMode float on: November 24, 2021, 04:38:18 AM
THANK YOU VERY MUCH  Grin
11  General Category / EasyUI for jQuery / Re: layout expandMode float on: November 23, 2021, 07:44:12 PM
Hi,
Tankyou for the answer but my point is very simple: Ok it can expand but docked and I need to float on mobile devices. I can simulate doing something like this:

var west = $('#mylayout'). layout ('panel', 'west');
var b = west.panel('options'). find('.panel body');
b.trigger ('click');

It works the way I want it (but I don't really know if it's safe!), but there's another weird effect: the center region is scrolled all the way to the right :-).
12  General Category / EasyUI for jQuery / Re: layout expandMode float on: November 18, 2021, 08:05:33 AM
I notice that clicking on the header the panel appears floated. How to trigger this event?
13  General Category / EasyUI for jQuery / Re: radiobutton checkbox combobox... onCange event on: November 18, 2021, 05:05:41 AM
Hello,
I worked around the problem by checking the state of 'checked' only when it was true.
Thanks
14  General Category / EasyUI for jQuery / Re: layout expandMode float on: November 18, 2021, 05:02:47 AM
Hi again
It's an old question, but I still need an answer. Tried drawer but can't fit the panel like the layout does.
Does float no longer work in layout?
15  General Category / EasyUI for jQuery / radiobutton checkbox combobox... onCange event on: November 15, 2021, 08:11:52 AM
After saving a form, I need to load more data, but the events fire as if I'm changing the current information.
for example, if there is a field named OK = TRUE and the new one is FALSE, the onChange event is fired, but it is another record
how to avoid this trigger?
Pages: [1] 2 3 ... 6
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!