Difference between revisions of "Working With Tables"

From HLKitWiki
Jump to: navigation, search
 
Line 4: Line 4:
 
==Overview==
 
==Overview==
  
Table portals behave in significantly different ways from other types of portals. Since you will be using tables extensively in your data files, it's critical that you become familiar with the nuances of working with tables. The topics below explain the most important differences that you need to be aware of.
+
Table portals behave in significantly different ways from other types of portals. Since you will be using tables extensively in your data files, it's critical that you become familiar with the nuances of working with tables.  
 +
 
 +
==Topics==
 +
 
 +
The topics below explain the most important differences that you need to be aware of.
 +
 
 +
*{{fl|x}}
 +
*{{fl|x}}
 +
*{{fl|x}}
 +
*{{fl|x}}
 +
*{{fl|x}}
 +
*{{fl|x}}
 +
*{{fl|x}}
 +
*{{fl|x}}
 +
*{{fl|x}}
 +
*{{fl|x}}
  
 
==Controlling the Contents==
 
==Controlling the Contents==
  
component
+
The purpose of tables is to display a collection of picks or things that are related in some way. For example, all the attributes for a character are shown in a table, all the skills are shown in a table, all the weapons and armor are broken up across multiple tables, etc. So the first order of business with a table is identifying the set of picks or things to be viewed.
list tagexpr
+
 
 +
Tables are generally associated with a specific component. This component establishes the first criteria for determining which objects are displayed in the table. If an object derives from the specified component, then it is valid for inclusion in the table. In many situations, this is all that's required.
 +
 
 +
However, there are times when additional filtering is required. In this case, you can specify an additional tag expression that is applied to every object that derives from the component. This is referred to as the "List" tag expression, since it identifies which objects are shown within the list of objects for the table. Any object that satisfies the List tag expression are included in the table, while any object that does not is omitted.
  
 
==Tables Use Templates==
 
==Tables Use Templates==
Line 21: Line 39:
 
==Adding Items==
 
==Adding Items==
  
 +
actually two separate tables - one for display and one for selection
 
candidate tagexpr
 
candidate tagexpr
 
add template
 
add template

Revision as of 04:11, 19 November 2008

[Context: HL KitBasic Concepts and TerminologyManipulation of Visual Elements]

Overview

Table portals behave in significantly different ways from other types of portals. Since you will be using tables extensively in your data files, it's critical that you become familiar with the nuances of working with tables.

Topics

The topics below explain the most important differences that you need to be aware of.

Controlling the Contents

The purpose of tables is to display a collection of picks or things that are related in some way. For example, all the attributes for a character are shown in a table, all the skills are shown in a table, all the weapons and armor are broken up across multiple tables, etc. So the first order of business with a table is identifying the set of picks or things to be viewed.

Tables are generally associated with a specific component. This component establishes the first criteria for determining which objects are displayed in the table. If an object derives from the specified component, then it is valid for inclusion in the table. In many situations, this is all that's required.

However, there are times when additional filtering is required. In this case, you can specify an additional tag expression that is applied to every object that derives from the component. This is referred to as the "List" tag expression, since it identifies which objects are shown within the list of objects for the table. Any object that satisfies the List tag expression are included in the table, while any object that does not is omitted.

Tables Use Templates

template for showing template for choosing

Sequencing Through Sort Sets

Adding Items

actually two separate tables - one for display and one for selection candidate tagexpr add template add item script titlebar script description script

Headers and Footers

header title script header template footer template

Tables Always Auto-Size

Controlling Rows and Columns

columns attribute maxrows and maxcolumns via scripts

Keying on Items

itemcount itemsshown