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 want to set WebDialogBox Title using javascript's. I use dlgbx.Text="My title";. And now. I have WebGrid with cellselect. When I dblclick cell I open WebDialogBox and set title loading from grid. It's working at first time. When I click one more script set this title but not show. Why?
I have show this value on alert and all is ok. I see that I have new title but on dialog box I don't see new title.
Thanx for help
Adam
You can use the following code to set the WebDialogBox header. Setting the Text property will work the first time the dialog box is shown, everytime you want to change it after that you have to use the SetCaption method for the dialogbox Window object.
var label = 'Caption'; if (dialogbox.Window)dialogbox.Window.SetCaption(label); else dialogbox.Text = label;
Thank you Mark,
Your suggestion is the correct one. Adam should be able to implement for his scenario. Thanks
Yes it's working
raly thanx :)
reagards
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