From c234c4996b109eeede37b726d3d97d609ea20a5d Mon Sep 17 00:00:00 2001 From: Silvio Date: Thu, 2 Sep 2010 12:20:48 -0300 Subject: Doc update --- doc/html/classCinisisDisplayHelper.html | 179 ++++++++++++++++++++++++++++++-- 1 file changed, 173 insertions(+), 6 deletions(-) (limited to 'doc/html/classCinisisDisplayHelper.html') diff --git a/doc/html/classCinisisDisplayHelper.html b/doc/html/classCinisisDisplayHelper.html index 71545b3..ee8356b 100644 --- a/doc/html/classCinisisDisplayHelper.html +++ b/doc/html/classCinisisDisplayHelper.html @@ -53,8 +53,6 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');

Static Public Member Functions

static methodName ($method) static __callStatic ($method, $arguments) -

Protected Member Functions

webMergeCsvItems ($items)

Static Protected Member Functions

static webTitle ($title) static cliTitle ($title) @@ -65,6 +63,8 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); static webNavbar ($entry, $entries, $action= 'index.php', $extra=NULL) static webLink ($action, $args, $title) static webEntryLink ($entry) +static webFieldLink ($entry, $fid) +static webRepetitionLink ($entry, $fid) static webOpenTable () static webCloseTable () static webH2 ($text) @@ -83,6 +83,9 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); static webCsv ($value=NULL) static webCsvTitles ($format) static webCsvRow () +static webMergeCsvItems ($items) +static webRadio ($name, $value, $caption, $checked=NULL) +static webRadios ($name, $data, $checked=NULL)

Detailed Description

Display helpers for test scripts.

@@ -507,6 +510,42 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
Returns:
Formatted link.
+ + + +
+
+ + + + + + + + + + + + + + + + + + +
static CinisisDisplayHelper::webFieldLink ( entry,
fid 
) [static, protected]
+
+
+

Format a link to the field app.

+
Parameters:
+ + + +
$entry Entry number.
$fid Field code.
+
+
+
Returns:
Formatted link.
+
@@ -758,17 +797,17 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); - +
- + - +
CinisisDisplayHelper::webMergeCsvItems static CinisisDisplayHelper::webMergeCsvItems ( items  )  [protected] [static, protected]
@@ -909,6 +948,134 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');

Draws a pre open element.

+
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
static CinisisDisplayHelper::webRadio ( name,
value,
caption,
checked = NULL 
) [static, protected]
+
+
+

Renders a radio button.

+
Parameters:
+ + + + + +
$name Radio name.
$value Radio value.
$caption Radio caption.
$checked Whether the radio is checked.
+
+
+
Returns:
HTML rendered radio button.
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
static CinisisDisplayHelper::webRadios ( name,
data,
checked = NULL 
) [static, protected]
+
+
+

Draws a combination of radio buttons.

+
Parameters:
+ + + + +
$name Radio names.
$data Array with values and captions.
$checked Index of the selected option.
+
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
static CinisisDisplayHelper::webRepetitionLink ( entry,
fid 
) [static, protected]
+
+
+

Format a link to the field app.

+
Parameters:
+ + + +
$entry Entry number.
$fid Field code.
+
+
+
Returns:
Formatted link.
+
@@ -954,7 +1121,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); -
Generated on Mon Aug 23 16:26:22 2010 for Cinisis Database Reader by  +
Generated on Thu Sep 2 12:20:42 2010 for Cinisis Database Reader by  doxygen 1.6.3
-- cgit v1.2.3