Class FWListData
Last edit by:
Walter Davis
31 Jul, 2009
Pages in this section:
- A Hello World tutorial
- Action Elements
- Class FWAction
- Class FWActionList
- Class FWAttribute
- Class FWColor
- Class FWLinkParameter
- Class FWListData
- Class FWOSAInterpreter
- Class FWOutput
- Class FWPage
- Class FWParameter
- Class FWParameterList
- Class FWTag
- Files and Freeway Actions
- Organisation of Classes
- Specific Properties and User Methods
- Weaver
This class is used to represent lists of items such as extended attributes.
Property
fwLength
Number of items in the list. The list will have name/value pairs e.g. meta tags. Integer
meta = fwPage.fwMetaTags
alert(meta[“GENERATOR”]);
shows “freeway 3.0”
