| Editor inner properties
|
| |
|
<%@ Register TagPrefix="ed" Namespace="OboutInc.Editor" Assembly="obout_Editor" %>
|
By default all properties in Editor's Popup Windows
(Table properties, Image properties etc.) are enabled. Sometimes it is necessary to
prohibit some properties direct changing by user. For Example, you want user to select an image
in Image properties Popup using Browse button only.
In this case you should prohibit Image URL field use.
Every property (input field, check box etc.) in all Popups can be disabled.
For this purpose the following OboutInc.Editor.Editor inner properties are used.
See also Popup properties disabling.
| |
|
OboutInc.Editor.Editor inner properties
Sample ASP.NET
<ed:Editor id="editor" imageBrowse="myImageBrowse.aspx" UrlBrowse="myUrlBrowse.aspx" runat="server"> <EnabledUrlProperties Protocol="false" URL="false" /> <EnabledImageProperties URL="false" /> <EnabledBgImageProperties URL="false" /> <DefaultTable Rows="2" Columns="5" BorderStyle="Dotted" BorderColor="#0000FF" /> </ed:Editor>
See PopupProperties.aspx example in downloaded zip file.
| |
|
| "The Window control has turned out to be excellent.
It is 100% better than anything I have seen...." |
W.Butler |
|
| |
|