EasyUI Forum
July 26, 2024, 11:05:35 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
  Home Help Search Login Register  
  Show Posts
Pages: 1 ... 11 12 [13]
181  General Category / EasyUI for jQuery / Re: Datalist singleSelect on: October 09, 2016, 07:17:19 AM
Hi stworthy

You haven't read my text proberly.  Cool

Have set: singleSelect: true

But i still can choose multi rows

182  General Category / EasyUI for jQuery / Datalist singleSelect on: October 08, 2016, 02:24:11 PM
Can't get singleSelect to work

<div id="scanEventID" class="easyui-datalist" title="Scan Event" style="width:600px;height:250px" data-options="
      url: 'getfromdb.asp?st=scaneventlist&showall=false',
      method: 'get',
      checkbox: true,
      singleSelect: true,
      selectOnCheck: false,
      checkOnSelect: false,
      idField: 'ID',
      textField: 'name',
      toolbar:'#toolbarEventID'
      ">
</div>

Still can select more than one row.

183  General Category / EasyUI for jQuery / Re: datagrid-header font size on: September 16, 2016, 10:00:43 AM
Thanks.

But Can you Explain why font-weight and color works in .datagrid-header .datagrid-cell but font size need also span?
184  General Category / EasyUI for jQuery / datagrid-header font size on: September 16, 2016, 01:30:56 AM
This works

<style>
    .datagrid-cell{
        font-size: 14px;
    }
    .datagrid-header .datagrid-cell{
        font-weight: bold;
        color: blue;
    }
</style>

Changing cell font size Works

<style>
    .datagrid-cell{
        font-size: 18px;
    }
    .datagrid-header .datagrid-cell{
        font-weight: bold;
        color: blue;

    }
</style>


Changing header font size doesn't Work

<style>
    .datagrid-cell{
        font-size: 18px;
    }
    .datagrid-header .datagrid-cell{
        font-weight: bold;
        color: blue;
        font-size:18px;
    }
</style>

What am i doing wrong ??

Jesper
185  General Category / EasyUI for jQuery / Re: Weeknumbers in calendar on: August 30, 2016, 10:51:39 PM
Hi.

why does this not Work ?

<input id="db1" name="db1" class="easyui-datebox">
<input id="db2" name="db2" class="easyui-datebox">

<script type="text/javascript">
   $( document ).ready(function(){
   
      $('.easyui-datebox').datebox('calendar').calendar({showWeek:true,weekNumberHeader:'u'});
   

   });
   
   
</script>


Only db1 get showWeek true
186  General Category / General Discussion / Re: State of switchbutton on: August 21, 2016, 12:43:38 AM
Ah very Nice. Thanks
187  General Category / General Discussion / State of switchbutton on: August 18, 2016, 10:06:26 PM
How to get the State before submit. Like $(obj).switchbutton('checked') answering true/false or whatever.

188  General Category / EasyUI for jQuery / Re: [SOLVED] Draggable set position on: July 18, 2016, 03:00:47 AM
Doesn't Work,
$('#teamNameShape').css('left', saved number);
$('#teamNameShape').css('top', saved number);


But this Work ;-)
$('#'+element.shapeName).css({left: element.shapeLeft+'px', top: element.shapeTop+'px', position:'absolute'});
189  General Category / EasyUI for jQuery / Re: tabletoexcel for datagrid on: July 16, 2016, 11:23:05 PM
Just tried the extended code,

Simple datagrid with pagination, 4 cols and 25 rows


In this line

alink[0].click(); An error says "The data area that is send to a systemcall, is too small"





190  General Category / EasyUI for jQuery / [SOLVED] Draggable set position on: July 16, 2016, 11:34:20 AM
Hi.

Have this div

<div id="teamNameShape" class="easyui-draggable" data-options="onDrag:onDrag,onStopDrag:onStopDrag" style="width:auto;height:auto"></div>

in function onStopDrag, i save the left and top to database.

When open site, i want to set div at the saved position.

Can't see something like

$('#teamNameShape').draggable('left',saved number)
$('#teamNameShape').draggable('top',saved number)

Any help ??
191  General Category / EasyUI for jQuery / Re: Weeknumbers in calendar on: July 16, 2016, 11:25:33 AM
Hi stworthy

Thank you very much. Looks great, BUT.  Grin

Weeknumber is Black, and fall into the dates. Can it be etc. blue ??

Is it also possible to get weekNumbers in datebox and datetimebox ??

192  General Category / EasyUI for jQuery / Re: Weeknumbers in calendar on: June 26, 2016, 11:29:20 AM
But Will it come in the future, and hos Can i modify it to do it now.

Any help is wellcome
193  General Category / EasyUI for jQuery / Weeknumbers in calendar on: June 24, 2016, 05:53:52 AM
Is there any way to show weeknumbers to the left of dates Huh?

194  General Category / Bug Report / Re: easyui 1.4 textbox bug! on: May 21, 2015, 01:29:59 AM
http://www.jeasyui.com/download/downloads/jquery-easyui-1.4.2-patch.zip
Pages: 1 ... 11 12 [13]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!