Zikula: A Flexible Open Source Content Management System
home | forum | international support | contact us

Docs for page pnHTML.php

Procedural File: pnHTML.php

Source Location: /pnHTML.php

Classes:

pnHTML
HTML creation and display functions


Page Details:

Zikula Application Framework



Tags:

version:  $Id: pnHTML.php 24383 2008-06-12 14:15:02Z markwest $
copyright:  (c) 2001, Zikula Development Team
link:  http://www.zikula.org
license:  GNU/GPL







_PNH_KEEPOUTPUT [line 21]

_PNH_KEEPOUTPUT = 0
Set object to keep generated HTML.

After calling SetOutputMode() with this value, all future calls to pnHTML methods will store their HTML in the objecr rather than returning it to the calling process.

$const _PNH_KEEPOUTPUT Keep the output from method calls





[ Top ]



_PNH_PARSEINPUT [line 46]

_PNH_PARSEINPUT = 1
Set incoming text to be parsed for display before putting in the output buffer

$const _PNH_PARSEINPUT Parse incoming text





[ Top ]



_PNH_RETURNOUTPUT [line 32]

_PNH_RETURNOUTPUT = 1
Set object to return generated HTML to caller.

After calling SetOutputMode() with this value, all future calls to pnHTML methods will return their HTML directly to the calling process rather than storing it within the object.

$const _PNH_RETURNOUTPUT Return the output from method calls





[ Top ]



_PNH_VERBATIMINPUT [line 39]

_PNH_VERBATIMINPUT = 0
Set incoming text to be copied verbatim to the output buffer

$const _PNH_VERBATIMINPUT Do not parse incoming text





[ Top ]



Packages:

Files:

Classes: