EasyUI Forum
May 03, 2024, 11:51:15 AM *
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: 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
182  General Category / General Discussion / Re: State of switchbutton on: August 21, 2016, 12:43:38 AM
Ah very Nice. Thanks
183  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.

184  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'});
185  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"





186  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 ??
187  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 ??

188  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
189  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?

190  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!