EasyUI Forum
April 28, 2024, 12:08:33 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] 4 5 ... 13
31  General Category / EasyUI for jQuery / combogrid + pagination + getValues on: January 19, 2021, 04:58:55 AM
Hi all,

I have a problem with the following code:

http://195.144.40.170/jeasyui/AAA3/

Please in the combogrid select all items on both pages.
After that select the "Execute" button.
As you can see in the web console the items in the first page are selected twice.

Regards
Miche
32  General Category / EasyUI for jQuery / Tabs + iframe + Firefox on: July 06, 2020, 05:28:16 AM
Hi all,

in my jeasyui-application I need to insert a third web-application in a iframe inside a tab.
I have delay problems when switching from tabs.

Please select the following link:
http://195.144.40.170/jeasyui/gantt/
Then select "Tab2" and then "Tab1" again.
Wait 30 seconds.
Then select "Tab2".

In Chrome all is ok but in Firefox (any version), when selecting "Tab2" after 30sec, it is very slow.

Thanks for any help.
Miche
33  General Category / EasyUI for jQuery / form load + easyui-color on: April 27, 2020, 04:27:19 AM
Hi all,

in the following code I am able to initialize an easyui-combobox but not an easyui-color.

http://195.144.40.170/jeasyui/PPP.7/index2.html

Any help is appreciated.

Regards.
Miche¨
34  General Category / EasyUI for jQuery / Re: filebox + validType +onChange on: March 06, 2020, 02:52:15 AM
Thanks a lot !

Regards
Miche
35  General Category / EasyUI for jQuery / filebox + validType +onChange on: March 03, 2020, 12:54:49 AM
Hi all,

I have a filebox where I test the filesize.

Here the code:

Code:
               {field:'uploadFile',title:'File',width:300,
                  editor: {
                     type: 'filebox',
                     options: {
                        validType: 'maxFileSize[10000]',
                         onChange: function(value) {
                           var File = value;
                           _uploadFile($(this), File);
                        }
                     }
                  }
               }

_uploadFile() is a function that upload the file to the server and starts after an onChange event.
This means that the file is uploaded also if the maxFileSize test is no passed.
How can I avoid this ?
In other words I want to start the function _uploadFile() only if the maxFileSize test is passed.

Thanks
Miche
36  General Category / EasyUI for jQuery / Re: datagrid + editor.type = color on: February 12, 2020, 06:43:47 AM
Thanks a lot !
Miche
37  General Category / EasyUI for jQuery / datagrid + editor.type = color on: February 10, 2020, 09:33:04 AM
Hi all,

in the following example in the second column I have set "color" as editor type.
It doesn't work.

http://195.144.40.170/jeasyui/PPP.7

Thanks
Miche
38  General Category / EasyUI for jQuery / Form + combotree on: February 05, 2020, 03:58:31 AM
 Hi all,

I have a form with a combotree field.
How can i pass to "prog.cgi" the value of "Homepage" ?

Thanks Miche            

<form>
   <input class="easyui-combotree" id="Homepage" name="Homepage" data-options="
      url: 'prog.cgi?Homepage=' + #Homepage
   ">
</form>

39  General Category / EasyUI for jQuery / datagrid + color on: November 05, 2019, 09:27:10 AM
Hi all,

in a datagrid the selected row is highlighted in yellow.

How can I highlight the selected row in an other color (for example "blue") ?
How can I disable the highlight ?

Thanks
Miche
40  General Category / EasyUI for jQuery / Re: calendar + showWeek on: June 21, 2019, 05:10:00 AM
I found a solution to my problem.

In the calendar pluging there is the property "getWeekNumber".
With this property it is possible to override the text in the "Week Columns" but it is also possible to add a link.
41  General Category / EasyUI for jQuery / calendar + showWeek on: June 18, 2019, 10:07:42 AM
Hi all,

I have a field where I need to save the week-number and the year (example 21-2019).

To this purpose I am trying to use the calendar plugin.
Therefore, I have set "showWeek: true".

Here the questions:
- how is it possible in the calendar plugin to make the weekNumber selectable (and all the month-days unselectable) ?
- how can I return the week-number and the year ?

Thanks
Miche
42  General Category / EasyUI for jQuery / Re: Tab height on: March 18, 2019, 04:42:37 AM
Thanks !

Miche
43  General Category / EasyUI for jQuery / Tab height on: March 15, 2019, 08:42:40 AM
Hi all,

i am trying to display two tabs that occupy the whole height.
The height of the first tab is 100px and the height of the second tab is (100% - 100px).
It doesn't works.
http://195.144.40.170/jeasyui/PPP.6/index.html


Thanks for any help.
Miche
44  General Category / EasyUI for jQuery / Re: Using easyui offline on: February 12, 2019, 09:57:14 AM
Thanks a lot !

Miche
45  General Category / EasyUI for jQuery / Using easyui offline on: February 08, 2019, 02:29:30 AM
Hi all,

I am writing a small application that must run offline.

Therefore I have added the following directive:
<html manifest="index.appcache">

The following example works:
https://www.ofima.ch/PPP.6/index1.html

But if the tab content is loaded with "href", when you select "tab2" a loading message appears and the tab content is not updated.
See the following example:
https://www.ofima.ch/PPP.6/index2.html


I am not sure but the reason could be that the "href" dynamically adds some code like "?_=1549621105203".


Thanks for any help.
Miche

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