Wisej.Web.IFramePanel
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Represents a control that displays any HTML file in an IFrame element.
Initializes a new instance of IFramePanel.
String: Allows the IFrame to access certain local features when using a cross-origin source. Valid values for allow include: geolocation, microphone, camera, midi, encrypted-media. See deprecating-permissions-in-cross-origin-iframes for more information on the syntax and values to use in this attribute. (Default: null
)
BorderStyle: Indicates the border style for the control. (Default: None
)
Boolean: Returns or sets whether the control shows the scrollbars when needed. (Default: True
)
String: Returns or sets the source Url of the IFrame. (Default: ""
)
Fires the DocumentCompleted event.
e
Fires the UrlChanged event.
e
Processes the event from the client.
e
Event arguments.
Renders the client component.
config
Dynamic configuration object.
Updates the client component using the state information.
state
Dynamic state object.
Reloads the contents of the IFrame.
EventHandler Fired when the IFrame has finished loading the document.
EventHandler Fired when the Url property is changed.
Represents a control that can host ASP.NET or MVC pages within a Wisej application.
Provides access to the UserData
and Tag
properties associated to the component implementing this interface.
Bindable components implement this interface.
Controls that support drag & drop operations implement this interface.
All wisej components implement this interface.
Allows an object to serialize itself.
A that contains the event data.
A that contains the event data.
All wisej controls derived from the class must implement this interface.