iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Hi,all
I want to know if i can define these client events that in the creat event page or edit event page by myself.
for example:
WS_CategoryChanged,WS_EndTimeTime_OnClick,WS_EndTimeTime_OnAfterValueChanged in the page EditingUrl="./WebScheduler/EditingForm.aspx"
thanks
Hi Gao Yixin,
Yes, of course we are able to do so. Since in our EditingForm.aspx, we are using our component as well and most of them is Webcombo and WebInput. So by simply go to "./WebScheduler/EditingForm.aspx" and create a client side event for a desired component. For example, in these following snippet, I have created an event of OnClick on StartTime WebCombo in EditingForm.aspx.
JavaScript:
function WS_Onclick(controlId) { var WebScheduler1 = ISGetObject(controlId); // Do task in here return true; }
HTML:
<ClientSideEvents OnClick="WS_Onclick">
I hope it helps. Thank you and have a nice day.
Best Regards,
Andi Santoso
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname