blob: d5023adcd94934ba6b0d126563e80dbc1f7f2c20 (
plain)
1
2
3
4
5
6
7
8
9
|
<com:TContent ID="Content">
<com:TActiveButton ID="switchContentTypeButton"
Text="change" onClick="switchContentTypeClicked" onCallBack="switchContentTypeCallback" />
<com:TActivePanel ID="ContentPanel" >
<com:THtmlArea ID="EditHtmlTextBox" />
</com:TActivePanel>
</com:TContent>
|