Please note: In an effort to better serve you, we are in the process of restructuring DevCenter. In the process, we have moved many items that you may be used to finding in DevCenter over to the Main Site. If you are having trouble locating something, please try looking at the following places:
This article will show you how to change the header text of the WebPanel at run time on the client side.
Since there are no getText and setText methods on the client, changing the header text requires changing the header HTML element. This can be done using javascript in the WebPanel’s ExpandedStateChanged event:In JavaScript: