Sigma Php Ajax framework, Ajax Components, GUI Builder
May 17, 2012, 12:49:15 AM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: griad and jquery  (Read 221 times)
fawaz
Newbie
*
Posts: 2


View Profile
« on: November 10, 2011, 08:59:00 AM »

I found this code, its a time formt, I need to do this when user editing the cell

<script language = "javascript" src="js/jquery.min.js"></script>
<link type ="text/css"   href ="js/jquery.timeentry7.css">
<script type="text/javascript" src="js/jquery.timeentry.js"></script>
<script type="text/javascript" src="js/jquery.datetimeentry.js"></script>

 
<script type="text/javascript">
$(function () {
$('#textID').timeEntry({show24Hours: true});
});
</script>

note:
#textID : is the text box id , ex : <input id = "textID" type="text" name="T1" size="20">

how i can do this style to cell text box, when cell is editing
Logged
fawaz
Newbie
*
Posts: 2


View Profile
« Reply #1 on: November 12, 2011, 06:45:14 AM »

this is a good example :
http://keith-wood.name/timeEntry.html

how i can do that for text editor ,
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.7 | SMF © 2006-2008, Simple Machines LLC Valid XHTML 1.0! Valid CSS!