Creating static lists
The gadget spec URL could not be found



Static lists are used when the set of values that a public cell can accept are definite i.e. cells for which a radio button can be provided. For our example application, we will need a static list for size. Let's create the static list for size. 


Click on the "Static List" tab. List of available static lists will be displayed.
   
 Click on the "+" icon to add a new static list.
   


 Enter the list name "Size"
   
Click on the "+" icon to add list values. Textbox to enter the list value will be displayed. Add  XS, S, M, L, XL, XXL as the list values.

Note: The "X" icon next to a textbox can be used to delete the list value.
   
Click on the "Save" button to add the list. Alternatively, you can click on the "Cancel" button to discard the list.  


   

 



The static list for size will be displayed as shown.
   
  How to edit an existing static list?
   
To edit an existing static list, click the arrow icon  to list the values.
   

The list values of Size will be displayed. You can edit any value or add new list value and save it.

 

  How to create list box using static list for a public cell?


We have already created a static list for size. Now, we will implement the list box for ProductSize public cell in ProductSize data model.

Open ProductSize data model and click on the rules perspective.

Select the "Product Size" public cell.
   
Click on the "Static List" icon.


"Static List Wizard" will be displayed.
   
 Select "Size" from the list displayed.
   
The list values for size are displayed.
   
Click on the "OK" button.


The list box is added to the ProductSize public cell.