Class WTextLayoutEditor

Description

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

  • author: Gabe Schine
  • version: $Id: WTextLayoutEditor.class.php,v 1.4 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/WTextLayoutEditor.class.php (line 26)

SObject
   |
   --WizardComponent
      |
      --WizardComponentWithChildren
         |
         --WMoreOptions
            |
            --WTextLayoutEditor
Variable Summary
Method Summary
WTextLayoutEditor WTextLayoutEditor (mixed $callBack, mixed $collectionName, mixed $thingsToApplyCollectionTo)
string advancedMarkup (string $fieldName)
string getMarkup (string $fieldName)
void rebuildContent ()
Variables
mixed $_callBack (line 32)
mixed $_collectionName (line 33)
mixed $_thingsToApplyCollectionTo (line 34)

Inherited Variables

Inherited from WMoreOptions

WMoreOptions::$_usingAdvanced

Inherited from WizardComponentWithChildren

WizardComponentWithChildren::$_children

Inherited from WizardComponent

WizardComponent::$_enabled
WizardComponent::$_enabledSticky
WizardComponent::$_parent
Methods
Constructor WTextLayoutEditor (line 43)

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.

WTextLayoutEditor WTextLayoutEditor (mixed $callBack, mixed $collectionName, mixed $thingsToApplyCollectionTo)
advancedMarkup (line 182)

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 128)

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.
rebuildContent (line 59)

Make everything

void rebuildContent ()

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:25 -0400 by phpDocumentor 1.3.0RC3