EasyUI Forum
May 09, 2024, 07:25:49 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 ... 7
1  General Category / EasyUI for jQuery / Re: Hide/delete tab header on: April 30, 2013, 05:09:19 AM
Of course it works perfect !
Thanks a lot!!
2  General Category / EasyUI for jQuery / Re: Hide/delete tab header on: April 30, 2013, 12:42:58 AM
Hello
thanks for your example, but of course, I have reversed case:
Above tab should have no title/header, and below should be normal.
I try to modify your code but it does not work:

Code:
  <style type="text/css">
    .mytabs .tabs-header{
      display:none;
    }
    .mytabs .tabs-wrap{
      height:0;
    }
  </style>
    <div class="mytabs easyui-tabs" style="width:700px;height:250px">
    <div title="Sub Tabs" style="padding:10px;">
      <div class="easyui-tabs" data-options="fit:true,plain:true">
        <div title="Title1" style="padding:10px;">Content 1</div>
        <div title="Title2" style="padding:10px;">Content 2</div>
        <div title="Title3" style="padding:10px;">Content 3</div>
      </div>
    </div>
  </div>
3  General Category / EasyUI for jQuery / Re: Hide/delete tab header on: April 29, 2013, 01:05:06 PM
stworthy
your example works fine, but I have some other tabs and I need to display their header (title).
Do you have some idea of how to hide title/header only for specified tab object and not for all?
Thanks.
4  General Category / EasyUI for jQuery / Re: Hide/delete tab header on: April 17, 2013, 05:41:53 AM
Me again Sad
is it possible to use different style for tabs?
I mean, I need to hide some tabs but css above hide all my tabs and it should not Sad
5  General Category / EasyUI for jQuery / Re: Hide/delete tab header on: April 17, 2013, 03:59:44 AM
Hello
it works perfect.
Thanks man.
6  General Category / EasyUI for jQuery / Re: Hide/delete tab header on: April 16, 2013, 11:43:50 PM
stworthy, do you have idea how to hide or delete tab header, please?
7  General Category / EasyUI for jQuery / Re: Hide/delete tab header on: April 15, 2013, 04:17:42 AM
Hello
I'm using something like this:
http://www.jeasyui.com/documentation/index.php
but instead of tree (on left side) I'm using Accordion.
Each click on tree load page to tab (using href). If tab does not exists, it is created and if it exists, it is reused - it is great idea, btw.
Thanks!
8  General Category / EasyUI for jQuery / Re: Hide/delete tab header on: April 15, 2013, 01:21:30 AM
Is it possible to somehow hide or delete tab header.
Thanks!
9  General Category / EasyUI for jQuery / Re: Read JSON data on: April 12, 2013, 08:41:22 AM
It works light fast!
Thanks man.
10  General Category / EasyUI for jQuery / Re: Read JSON data on: April 12, 2013, 06:35:38 AM
Update:
attached is new tree.htm (old have wrong table declaration, but loading time is same)
11  General Category / EasyUI for jQuery / Re: Read JSON data on: April 12, 2013, 04:33:58 AM
Here is complete example but without /scripts/jquery.easyui.min.js (because of 128 KB size limit).
Thanks.
12  General Category / EasyUI for jQuery / Re: Read JSON data on: April 12, 2013, 03:29:48 AM
Hello
here is declaration of treegrid:
Code:
  <table id="members_tree" class="easyui-treegrid" toolbar="#tb" fit="true" fitcolumns="true" rownumbers="true" url="json/members_tree.json" idField="select_id" treeField="firstlastname" 
    data-options="onClickRow:onClickMemberTreeRow,onLoadSuccess:onLoadSuccessMembers">
<thead>
<tr>
  <th field="select_id" hidden="true"></th>
  <th field="id" hidden="true"></th>
  <th field="firstlastname" width="600%">First and Last name</th>   
  <th field="email" width="100%">Email</th>     
  <th field="phone" width="100%">Phone</th>   
  <!--  <th field="cell" width="100%">Cell phone</th>   -->
  <th field="entrydate" width="100%">Entry date</th>   
  <th field="birthdate" width="100%">Date Of Birth</th>   
  <th field="note" width="100%">Note</th>   
</tr>
</thead>
  </table>

Thank you!
13  General Category / EasyUI for jQuery / Read JSON data on: April 12, 2013, 01:31:03 AM
Hi all
I have treegrid with about 400 records. I can not use pagination.
Preparing of JSON file take about 1 sec, but displaying of data take about 20 seconds.
Each record have about 10 columns.
I'm using i5 processor with 8 GB of RAM.
Is that OK or it should display data faster?
Thanks.
14  General Category / EasyUI for jQuery / Hide/delete tab header on: April 08, 2013, 12:29:52 PM
Hi all
any option ti hide tab header?
I try with height:0 but it does not work.
I will drive the tabs with accordion.
Thanks.
15  General Category / General Discussion / IDE editor on: April 07, 2013, 02:40:55 PM
What is OK for you for code editing?
I'm using some Notepad (http://www.flos-freeware.ch/notepad2.html) - it is OK but I need some code folding (jQuery)
thanks!
Pages: [1] 2 3 ... 7
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!