Dynamic Object Properties in Edit Mode
When working with model objects in the Istarel Workshop application framework, you inevitably want to display some data related to (but not intrinsic to) the object. For example, in an editor, you might want to display a calculated result. Now, you can certainly have an IWDivElement
as the element in an IWFormElement
(or similar object), but sometimes you want to display the information like an ordinary input element that represents a property on the model object.