EasyUI Forum
April 29, 2024, 12:47:48 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: datetime box language  (Read 9899 times)
itay-g
Newbie
*
Posts: 35


View Profile
« on: April 30, 2014, 08:15:38 AM »

hi i am trying to change the calendar language and css from the datetime box is it possible?

example:
weeks: ['א','ב','ג',..]


and do i cath the opening event of the calendar from the datetimebox?

thnx Smiley
Logged
stworthy
Administrator
Hero Member
*****
Posts: 3581


View Profile Email
« Reply #1 on: April 30, 2014, 09:16:43 AM »

Find a locale file that stored in 'locale' directory and include it to your page. If the locale file does not exists, please build one by yourself.
Logged
itay-g
Newbie
*
Posts: 35


View Profile
« Reply #2 on: April 30, 2014, 10:25:20 PM »

what about the second question?
how do i cath the opening event of the calendar from the datetimebox?
(i need to chenge the calender z-index)
Logged
stworthy
Administrator
Hero Member
*****
Posts: 3581


View Profile Email
« Reply #3 on: May 01, 2014, 12:21:33 AM »

When drop down the calendar panel, the 'onShowPanel' event fires, which is inherited from combo plugin.
Code:
$('#dd').datebox({
  onShowPanel:function(){
    // your handle code here
  }
});
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!