﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebEssentials - Setting text client side</title><link>http://www.intersoftsolutions.com/Community/WebEssentials/Setting-text-client-side/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>Setting text client side</title><link>http://www.intersoftsolutions.com/Community/WebEssentials/Setting-text-client-side/</link><pubDate>Tue, 04 Sep 2012 23:16:16 GMT</pubDate><dc:creator>Hans</dc:creator><description>Hello,&lt;br /&gt;&lt;br /&gt;Please forgive me for lack of understanding about the reported problem.&lt;br /&gt;&lt;br /&gt;If you want to set the header text from client side, you could try to use this example snippet code:&lt;br /&gt;&lt;pre&gt;function ChangeText() {    var paneManager = ISGetObject("WebPaneManager1");
    var pane = paneManager.GetPaneByName("Content");
    pane.SetText("My New Content From Client Side");
}&lt;/pre&gt;
&lt;p&gt;But if want to the header text from server side, you could use this example snippet code:&lt;br /&gt;&lt;/p&gt;&lt;pre&gt;WebPaneManager1.GetAllPanes().GetNamedItem("Content").Text = "My New Content From Server Side";&lt;/pre&gt;
&lt;p&gt;Please have review on my sample and let me know your response.&lt;br /&gt;&lt;br /&gt;Hope this helps.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Hans.&lt;br /&gt;&lt;/p&gt;
</description></item><item><title>Setting text client side</title><link>http://www.intersoftsolutions.com/Community/WebEssentials/Setting-text-client-side/</link><pubDate>Tue, 04 Sep 2012 09:12:40 GMT</pubDate><dc:creator>ehanig@extendemail.com</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;i need to set the Caption (title) on a pane, and on the server side i use this:&lt;/p&gt;&lt;span style="font-family: consolas; font-size: 13px;"&gt;&lt;span style="font-family: consolas; font-size: 13px;"&gt;&lt;/span&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/span&gt;
&lt;p&gt;&lt;span style="color: rgb(0, 0, 255); font-family: consolas; font-size: 13px;"&gt;&lt;span style="color: rgb(0, 0, 255); font-family: consolas; font-size: 13px;"&gt;&lt;span style="color: rgb(0, 0, 255); font-family: consolas; font-size: 13px;"&gt;this&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; font-size: 13px;"&gt;&lt;span style="font-family: consolas; font-size: 13px;"&gt;.WebPaneManager1.RootGroupPane.Panes[0].PaneManager.GetAllPanes()[1].Text = &lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(163, 21, 21); font-family: consolas; font-size: 13px;"&gt;&lt;span style="color: rgb(163, 21, 21); font-family: consolas; font-size: 13px;"&gt;&lt;span style="color: rgb(163, 21, 21); font-family: consolas; font-size: 13px;"&gt;"History"&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; font-size: 13px;"&gt;&lt;span style="font-family: consolas; font-size: 13px;"&gt;;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: consolas; font-size: 13px;"&gt;&lt;span style="font-family: consolas; font-size: 13px;"&gt;
But nothing i do seems to work client side.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: consolas;"&gt;Eric&lt;/span&gt;&lt;/p&gt;</description></item></channel></rss>