KTML 4 API Documentation for ASP .NET

Ktml.ControlToBindTo Property

Set this property to use Ktml in the pluginable mode.
ControlToBindTo can be set to any control of type TextBox, HtmlInputText or HtmlTextArea.

public string ControlToBindTo {get; set;}

Remarks

Setting this property disables the Text property (KtmlInstance.Text will be always empty in pluginable mode). You shoud use instead the equivalent property (Text or Value) from the control you've bind Ktml to in order to get or set the edited content.

See Also

Ktml Class | InterAKT.WebControls Namespace