Jump to: navigation, search

Difference between revisions of "HowTo:Create a new Selective List"


 
(13 intermediate revisions by 3 users not shown)
Line 1: Line 1:
==How to create a selective list==
+
A [[SELECTIVELIST|Selective List]] serves as container of a collection of [[SELECTIVEITEM|selective items]].  
[[File:Add_a_selectivelist.png|300px|thumb|right|Add a new selective list]]
+
#At first add a new selective list in the [[Contentview]] of the [[Designer]]. For this just fill in the necessary name, description and the type of the following data.[[File:Add_selective_items.png|300px|thumb|right|Add new selective items]]
+
#Now add a few needed Selective items. ''It is very important to set a VALUE for each selective item''.This could be a integer or string value.[[File:Selective_list_tree.png|300px|thumb|right|Structure]]
+
#Open a [[Relation Editor]] Tab and drag the selective items onto the selective list.
+
  
 +
#Create a new instance of the [[SELECTIVELIST]] class via the [[Bulk Editor]] <br/>[[File:UI Selectivelist 01.PNG|220 px|alt=Selectivelist|Selectivelist]]
 +
#Set the data type of the list items corresponding to the VALUE of the according selective items <br/>[[File:UI Selectivelist 02.PNG|880 px|alt=Selectivelist|Selectivelist]]
 +
#Relate selective items to the list via the [[Relation Editor]] <br/>[[File:UI Selectivelist 03.PNG|220 px|alt=Selectivelist|Selectivelist]]
  
[[Category:How-To]]
+
 
[[Category:UBIK Studio]]
+
{{Attention|The data type of the VALUE of the selective items must be of the same data type as configured on the selective list.}}
 +
 
 +
== See also ==
 +
* [[HowTo:Assign a Selective List to a MetaProperty]]
 +
 
 +
[[Category:How-To|Create a new Selective List]]

Latest revision as of 11:04, 1 July 2015

A Selective List serves as container of a collection of selective items.

  1. Create a new instance of the SELECTIVELIST class via the Bulk Editor
    Selectivelist
  2. Set the data type of the list items corresponding to the VALUE of the according selective items
    Selectivelist
  3. Relate selective items to the list via the Relation Editor
    Selectivelist


IC Attention.pngThe data type of the VALUE of the selective items must be of the same data type as configured on the selective list.

See also