SK
unread,Nov 30, 2012, 11:53:13 AM11/30/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to erpnext-dev...@googlegroups.com
Hi,
I have written a custom script, i just want it be executed when i press a button, ie click event. I have created a custom field with type button called
checkin.Now i want to execute a client side code, when that button is
clicked.
Can you please tell me the event, so that i can write the prepared
code below it. I am just having difficulties with name and id of button.
when the button is clicked i want to write to read only text box , the time they have checked in.
I am able to write to text box the current time, but i want it to be when i click textbox check in
Thanks