EasyUI Forum
November 04, 2025, 09:12:19 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 / Re: [ASK] Draggable overflow scroll on: February 07, 2014, 02:05:50 AM
Hi stworthy,

Now, I develop some application like MySQL WorkBench which I use jeasyui for UI Layout and jsPlumb as draggable table element (every table can connect to other table and every table can draggable). jsPlumb use jQuery-UI Draggable plugins for his draggable handle.

How to combine jeasyui (draggable) with jsplumb (draggable)?

Regards,
2  General Category / EasyUI for jQuery / Re: [ASK] Keyboard Navigation on Datagrid on: February 07, 2014, 12:56:50 AM
Hi
for sort of case, i use the jquery key event
http://api.jquery.com/category/events/keyboard-events/
Cheers

Do you have example how to handle "esc" key for every cell?

Regards
3  General Category / EasyUI for jQuery / Re: [ASK] Draggable overflow scroll on: January 20, 2014, 12:42:55 AM
Add 'position:relative;overflow:auto' style to the div container and you will be able to drag a element within this container.
Code:
<div style="position:relative;border:1px solid #ccc;width:400px;height:400px;overflow:auto">
<div class="easyui-draggable" style="width:150px;height:150px;border:1px solid #ccc;background:#fafafa">
<p>Drag me</p>
</div>
</div>

Wow, cool. worked. thanks
4  General Category / EasyUI for jQuery / [ASK] Draggable overflow scroll on: January 18, 2014, 08:54:31 PM
Hi All,

I have a tree and 1 div container for drag and drop. the node can drag and drop to this container.
after the node drop to container, it will change to div box (have a table name, list of fields, list of primary key, etc). we can drag this box also inside div container.
the problem is if i move (drag) div box and the div box area through div container area, the div container not show scrollbar.

my question is how to make jeasyui draggable like jquery-ui draggable.

example:
http://jqueryui.com/draggable/ --> choose "default functionality"
you can drag the box and if the box through the container, the container automatically show scrollbar.

sorry for my bad english Cheesy

regards,
Budiman
5  General Category / EasyUI for jQuery / Re: [ASK] Keyboard Navigation on Datagrid on: January 18, 2014, 08:40:45 PM

thank you for replay.

And how to detect enter and esc pressed for edit, save or cancel edit cell?

I hope for the upcoming feature have these capabilities,
6  General Category / EasyUI for jQuery / [ASK] Keyboard Navigation on Datagrid on: January 16, 2014, 10:29:38 PM
Hi All,

How to use keyboard navigation on datagrid? like up, down, left, right, enter for edit cell and save data, esc to cancel edit cell, etc.

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