Difference between revisions of "PrF UG forms instancerow"
From Protege Wiki
Line 2: | Line 2: | ||
== InstanceRowWidget and InstanceTableWidget == | == InstanceRowWidget and InstanceTableWidget == | ||
− | {{PrF_UG_TOC_forms}}<div id='prf_ug'> | + | <noinclude>{{PrF_UG_TOC_forms}}<div id='prf_ug'></noinclude> |
InstanceRowWidget is an optional widget for slots | InstanceRowWidget is an optional widget for slots | ||
Line 26: | Line 26: | ||
− | </div> | + | <noinclude></div></noinclude> |
Latest revision as of 16:57, November 13, 2008
InstanceRowWidget and InstanceTableWidget
InstanceRowWidget is an optional widget for slots of type Instance with single cardinality (at most equal to 1). It shows all slot values for the instance. (The default widget, InstanceFieldWidget, only shows the name of the instance that is selected as the value of the slot.)
InstanceTableWidget is very similar to InstanceRowWidget, except that it is available for Instance slots with multiple cardinality (at most not specified or greater than 1). So, it can display multiple rows of information.
For information on how to customize the display of this widget, see Customizing an InstanceRow- or InstanceTableWidget.