HtmlContentPopup Methods
Allows you to show a popup window with a UI rendered from an HTML-CSS template. Can show data from a bound data context (a business object or data source item).
Name | Description |
---|---|
Activate() | Activates the current window. |
Bind |
Uses the command selector to find an appropriate parameterized MVVM command in the source, and binds this command to the target HTML element. |
Bind |
Binds the parameterized MVVM command to the target HTML element. |
Bind |
Uses the command selector to find an appropriate parameterized MVVM command in the source, and binds this command to the target HTML element. |
Calc |
Calculates the popup size required to fit its content without exceeding the maximum width. |
Close() | Closes the window. |
Close |
Closes the Html object that was opened as a modal window, and sets the dialog result.
|
Create |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
Inherited from Marshal |
Create |
|
Dispose() | Releases all resources used by the Component. Inherited from Component. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
Inherited from Marshal |
Get |
Returns an object that represents a service provided by the Component or by its Container. Inherited from Component. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Hide() | Makes the window invisible. |
Initialize |
Obtains a lifetime service object to control the lifetime policy for this instance.
Inherited from Marshal |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Marshal |
Of |
|
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Set |
|
Show |
Displays the Html as a popup window within the specified bounds.
|
Show |
Displays the Html object as a modal window within the specified bounds.
|
To |
Returns a String containing the name of the Component, if any. This method should not be overridden. Inherited from Component. |
Update |
See Also