summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/protected/pages/Ticket722.page
blob: 6acd9f24b85d8f831388d1d146448b51e8c93ffa (plain)
1
2
3
4
5
6
<com:TContent ID="Content">
<span id="label">Click to edit ==></span>
<com:TInPlaceTextBox id="InPlaceTextBox" Text="Editable Text" ReadOnly="false" onTextChanged="onTextChanged"/>
<com:TActiveButton Text="Change to Read Only" OnClick="ChangeState"/>

</com:TContent>