EasyUI Forum
April 28, 2024, 05:17:09 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
1  General Category / EasyUI for jQuery / generator for crud-application? on: September 14, 2017, 02:11:17 AM
Hey!
Is there a kind of crud-app generator for jeasyui available?
Something like: https://crudkit.com/

Thanks!
Digo
2  General Category / General Discussion / Re: Any plans for TagBox? on: August 10, 2016, 10:42:36 PM
Hey! Thanks for the great news!

Ciao
Digo
3  General Category / General Discussion / Any plans for TagBox? on: August 09, 2016, 06:54:30 AM
Are there any plans for a kind of tagbox in a future-release?

Something like: http://aehlke.github.io/tag-it/examples.html

Ciao
Digo
4  General Category / EasyUI for jQuery / Page loads with frame-set? on: August 03, 2016, 06:47:07 AM
Hi!

Strange thing - although I do not use frames my pages load with a frameset.
Checked different browsers - same issue in chrome, edge, firefox...

http://www.loopsystem.info/digo/x/index.php

Any ideas?

Ciao
Digo
5  General Category / EasyUI for jQuery / Re: ComboBox - limitToList on: August 01, 2016, 08:01:36 AM
Ah, thx - 1.5 finally arrived

Ciao
Digo
6  General Category / EasyUI for jQuery / ComboBox - limitToList on: August 01, 2016, 05:01:42 AM
limitToList is exactly what I am l looking for, but....

Available since version 1.5

Seems to be part of a future release?

Ciao
Digo

7  General Category / EasyUI for jQuery / Re: Pager: add menu on: July 04, 2016, 09:47:08 PM
Thanks! Works fine!

Digo
8  General Category / EasyUI for jQuery / Re: Pager: add menu on: June 30, 2016, 04:51:10 AM
Hi!

I tried to create an example -

*) I need to switch the view
*) I need 2 Button for excel-export in pager
*) menu for view should also be within pager


http://codepen.io/anon/pen/oLWXJO?editors=1010

My example demonstrates 2 problems:

*) I canĀ“t add menu and button (id: bb and id: Digobb)
*) search/add/edit buttons disappear when view is changed

Any suggestions?

Thanks
Digo

9  General Category / EasyUI for jQuery / Re: Pager: add menu on: June 28, 2016, 11:53:30 PM
Sorry, no changes.
menu-button is visible and seems to be active, but when I click the button, nothing happens
10  General Category / EasyUI for jQuery / Pager: add menu on: June 28, 2016, 10:40:10 PM
Hi!

I try to extend pager with a menu, but menu-window remains closed.
Linkbuttons work fine.

Code:
<div id="bb">
<a href="javascript:void(0)" id="DigoMenuButton12345" class="easyui-menubutton"
data-options="menu:'#digoMM1',iconCls:'icon-edit'">Edit</a>
<div id="digoMM1" style="width:150px;">
    <div data-options="iconCls:'icon-undo'">Undo</div>
    <div data-options="iconCls:'icon-redo'">Redo</div>
    <div class="menu-sep"></div>
    <div>Cut</div>
    <div>Copy</div>
    <div>Paste</div>
    <div class="menu-sep"></div>
    <div data-options="iconCls:'icon-remove'">Delete</div>
    <div>Select All</div>
</div>
</div>

Javascript:

Code:
var pager = $('#dg').datagrid('getPager');
       pager.pagination({buttons:$('#bb').clone()});

Any suggestions?

Thanks
Digo
11  General Category / EasyUI for jQuery / Re: Change Items Order - get final order on: May 25, 2016, 05:59:58 AM
sorry for this dumb question :-)
a simple jquery each does this job

Digo
12  General Category / EasyUI for jQuery / Change Items Order - get final order on: May 25, 2016, 04:27:55 AM
Is there a simple way to get the final order (based on the example Change Items Order)?

I would like to have a function, where I get each element (new order), so I can perform an ajax-call to
update the database.

Thanks for any hints!
Digo
13  General Category / EasyUI for jQuery / Re: Ajax Tooltip with scrollbars? on: January 30, 2015, 01:29:17 AM
Hi!

Thanks for your support - works fine!

Ciao
Digo
14  General Category / EasyUI for jQuery / Ajax Tooltip with scrollbars? on: January 23, 2015, 05:36:27 AM
Hi!

I would like to use tooltips with fixed width and height.
Need to define tooltip to display a scrollbar, so that bigger content can be viewed.
How can this be done?

Thanks!
Ciao
Digo
15  General Category / EasyUI for jQuery / Re: add custom-button to pagination-bar? on: July 25, 2013, 05:46:08 AM
Thanks for your support!

It works fine!

Ciao
Digo
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!