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
This tutorial demonstrates how to use Action context menu in WebNotification. Action context menu provides a way for end users to access a list of available actions and perform an action against notification event.
[WebMethod] public WebNotificationEventCollection GetNotifications(WebNotificationEventArgs e) { WebNotificationEventCollection collection = new WebNotificationEventCollection(); WebNotificationEvent evnt = new WebNotificationEvent(); evnt.CaptionText = "Samples"; evnt.ContentText = "Hello world from WebNotification!\nCurrent time is:" + DateTime.Now.ToLongTimeString(); collection.Notifications = new WebNotificationEvent[] { evnt }; return collection; }
function doClick(mi) { alert("Clicked : " + mi.Name); }
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