Pages and Templates: Difference between revisions

From IHRIS Wiki
Line 1: Line 1:
=Pages and Their Classes=
=Pages=
==Page Classes==
===The action() method==
==Variable Conversion==


=Wrangler=
=Wrangler=

Revision as of 16:00, 12 March 2009

Pages

Page Classes

=The action() method

Variable Conversion

Wrangler

Converting a URL to a Page

Page Styles

Templates

Template Data

Display Data

Options

Closely related to the Display Data module is the Options module which saves template data in the category 'OPTIONS.' It process tags of the form:

<select id='some_id'/>

and if it finds an OPTION template data named 'some_id' it will append a <select> tag for each of these bits of data.

Form Data

A form can be set on any node and can be referenced as

<span type='form' name='form:field'/>

where you would substitute 'form' and 'field' as appropriate. If the 'form' is not specified it uses the default form, if any, set for the page.

Tags and Module Functions

Tasks and Roles