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
i need to set the Caption (title) on a pane, and on the server side i use this:
this.WebPaneManager1.RootGroupPane.Panes[0].PaneManager.GetAllPanes()[1].Text = "History";
But nothing i do seems to work client side.
Eric
function ChangeText() { var paneManager = ISGetObject("WebPaneManager1"); var pane = paneManager.GetPaneByName("Content"); pane.SetText("My New Content From Client Side"); }
But if want to the header text from server side, you could use this example snippet code:
WebPaneManager1.GetAllPanes().GetNamedItem("Content").Text = "My New Content From Server Side";
Please have review on my sample and let me know your response.Hope this helps.Regards,Hans.
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