HTML_Progress2
[ class tree: HTML_Progress2 ] [ index: HTML_Progress2 ] [ all elements ]

Class: ActionDisplay

Source Location: /HTML_Progress2-2.4.2/HTML/Progress2/Generator/Default.php

Class Overview

HTML_QuickForm_Action_Display
   |
   --ActionDisplay

The ActionDisplay class provides the default form rendering.


Author(s):

Version:

  • Release: @package_version@

Copyright:

  • 2005-2008 Laurent Laville

Variables

Methods


Inherited Variables

Inherited Methods


Class Details

[line 58]
The ActionDisplay class provides the default form rendering.


[ Top ]


Class Variables

$css =

[line 67]

Style sheet for the custom layout
  • Since: 2.1.0
  • Access: public

Type:   string


[ Top ]



Method Detail

ActionDisplay (Constructor)   [line 77]

ActionDisplay ActionDisplay( [string $css = null])

class constructor
  • Since: version 2.1.0 (2006-08-12)
  • Access: public

Parameters:

string   $css   —  custom stylesheet to apply, or default if not set

[ Top ]

getStyleSheet   [line 201]

string getStyleSheet( [bool $content = true])

Returns the custom style sheet to use for layout
  • Since: version 2.1.0 (2006-08-12)
  • Access: public

Parameters:

bool   $content   —  (optional) Either return css filename or string contents

[ Top ]

setStyleSheet   [line 220]

bool setStyleSheet( [string $css = null])

Set the custom style sheet to use your own styles
  • Return: true if custom styles, false if default styles applied
  • Since: version 2.1.0 (2006-08-12)
  • Access: public

Parameters:

string   $css   —  (optional) File to read user-defined styles from

[ Top ]

_renderForm   [line 92]

void _renderForm( object &$page)

Outputs the form.
  • Since: version 2.0.0RC1 (2005-06-23)
  • Access: public

Parameters:

object   &$page   —  the page being processed

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:46:42 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.