Class WMultiCollection

Description

This class allows for the modification of the layout of a font.

  • author: Gabe Schine
  • version: $Id: WMultiCollection.class.php,v 1.3 2007/09/19 14:04:45 adamfranco Exp $
  • license: GNU General Public License (GPL)
  • copyright: Copyright © 2006, Middlebury College
  • since: 8/09/2006

Located in /polyphony/main/library/GUIWizardComponents/CollectionEditors/WMultiCollection.class.php (line 26)

SObject
   |
   --WizardComponent
      |
      --WizardComponentWithChildren
         |
         --WMoreOptions
            |
            --WMultiCollection
Variable Summary
Method Summary
WMultiCollection WMultiCollection (mixed $callBack, mixed $uniqueName, mixed $thingsToApplyCollectionsTo, mixed $font, mixed $bg, mixed $text)
string advancedMarkup (string $fieldName)
string getMarkup (string $fieldName)
Variables
mixed $_callBack (line 32)
mixed $_descriptions (line 38)
mixed $_shown (line 37)
mixed $_thingsToApplyCollectionsTo (line 34)
mixed $_uniqueName (line 33)

Inherited Variables

Inherited from WMoreOptions

WMoreOptions::$_usingAdvanced

Inherited from WizardComponentWithChildren

WizardComponentWithChildren::$_children

Inherited from WizardComponent

WizardComponent::$_enabled
WizardComponent::$_enabledSticky
WizardComponent::$_parent
Methods
Constructor WMultiCollection (line 48)

It is important to know that the $thingsToApplyCollectionTo is an array of arrays. Each array should have two elements--an index at 'index', and a type at 'type.' types might be MENU, BLOCK, HEADING and so forth.

The last three are booleans. False means they are hidden under "More Options."

WMultiCollection WMultiCollection (mixed $callBack, mixed $uniqueName, mixed $thingsToApplyCollectionsTo, mixed $font, mixed $bg, mixed $text)
advancedMarkup (line 171)

Returns a block of XHTML-valid code that contains markup for the "advanced" options.

  • access: public
string advancedMarkup (string $fieldName)
  • string $fieldName: The field name to use when outputting form data or similar parameters/information.

Redefinition of:
WMoreOptions::advancedMarkup()
Returns a block of XHTML-valid code that contains markup for the "advanced" options.
getMarkup (line 95)

Returns a block of XHTML-valid code that contains markup for this specific component.

  • access: public
string getMarkup (string $fieldName)
  • string $fieldName: The field name to use when outputting form data or similar parameters/information.

Redefinition of:
WMoreOptions::getMarkup()
Returns a block of XHTML-valid code that contains markup for this specific component.

Inherited Methods

Inherited From WMoreOptions

WMoreOptions::advancedMarkup()
WMoreOptions::getAllValues()
WMoreOptions::getCheckboxMarkup()
WMoreOptions::getMarkup()
WMoreOptions::getOptionalComponentsMarkup()
WMoreOptions::init()
WMoreOptions::isUsingAdvanced()
WMoreOptions::update()

Inherited From WizardComponentWithChildren

WizardComponentWithChildren::addComponent()
WizardComponentWithChildren::getAllValues()
WizardComponentWithChildren::getChild()
WizardComponentWithChildren::getChildren()
WizardComponentWithChildren::removeChild()
WizardComponentWithChildren::setEnabled()
WizardComponentWithChildren::update()
WizardComponentWithChildren::validate()

Inherited From WizardComponent

WizardComponent::getAllValues()
WizardComponent::getMarkup()
WizardComponent::getWizard()
WizardComponent::isEnabled()
WizardComponent::setEnabled()
WizardComponent::setParent()
WizardComponent::update()
WizardComponent::validate()

Inherited From SObject

SObject::asA()
SObject::asString()
SObject::copy()
SObject::copySameFrom()
SObject::copyTwoLevel()
SObject::deepCopy()
SObject::isEqual()
SObject::isEqualTo()
SObject::isNotEqualTo()
SObject::isNotReferenceTo()
SObject::isReferenceTo()
SObject::newFrom()
SObject::postCopy()
SObject::printableString()
SObject::shallowCopy()
SObject::_deepCopyArray()

Documentation generated on Wed, 19 Sep 2007 10:28:09 -0400 by phpDocumentor 1.3.0RC3