Class: base_btnbuilder

Quellcode Position: Program_Root/base_btnbuilder.php

Class base_btnbuilder

Class Overview

Button bar delegation-class

Implementiert in Program_Root/base_btnbuilder.php [Zeile 20]

base_object
   |
   --base_btnbuilder
Author(s): Information Tags:

Properties

Methods

Inherited Properties And Methods
Inherited Properties Inherited Methods

Abgeleitet von base_object

base_object::$msgs

Abgeleitet von base_object

base_object::addmsg()
Adds a message in the message object.
base_object::createPluginObject()
Create plugin object
base_object::debug()
Show the debug of the variable &$var
base_object::encodeQueryString()
Encode query string
base_object::escapeForFilename()
Escape chars in a string to use it in a filename
base_object::getAbsoluteURL()
Return absolute URL
base_object::getBaseLink()
Get base link
base_object::getBasePath()
get base path to current script
base_object::getLink()
Get link
base_object::getSessionValue()
base_object::getWebLink()
Get web link
base_object::getWebMediaLink()
Get web media link
base_object::includePluginFile()
Include plugin file
base_object::initializeParams()
Parameter initialisation
base_object::initializeSessionParam()
Initialisation of session-parameter
base_object::logMsg()
Log events
base_object::parseRequestURI()
Parse request URI to filter data out of it
base_object::setSessionValue()
base_object::stripslashes()
base_object::_gt()
Phrasetranslator - Fetch translation for all phrase
base_object::_gtf()
Phrasetranslator - Fetch translation of one phrase and insert variable
base_object::_gtfile()
Phrases - Locate files

Properties Summary
mixed   $images  
mixed   $toolbar  

Method Summary
void   addButton()   Add a Button to button bar
void   addCombo()   Add combo
void   addSeperator()   Add seperator
void   clear()  
string   getXML()   Output function

Properties
mixed   $images = null [Zeile 23]

mixed   $toolbar = null [Zeile 22]

Methods
addButton  [Zeile 39]

  void addButton( string $caption, string $href, [string $img = ''], [string $hint = ''], [boolean $down = false]  )

Add a Button to button bar

Parameters:
string   $caption: 
string   $href: 
string   $img:  optional, default value ''
string   $hint:  optional, default value ''
boolean   $down:  optional, default value false

API Tags:
Access:  public


addCombo  [Zeile 57]

  void addCombo( string $caption, string $href, string $paramname, string $default, array $options  )

Add combo

Parameters:
string   $caption: 
string   $href: 
string   $paramname: 
string   $default: 
array   $options: 

API Tags:
Access:  public


addSeperator  [Zeile 79]

  void addSeperator( )

Add seperator


API Tags:
Access:  public


clear  [Zeile 25]

  void clear( )



getXML  [Zeile 94]

  string getXML( )

Output function


API Tags:
Access:  public