Set one key at a timevoid setFormatConf (string format name, string conf key, mixed conf value)Set all keys at oncevoid setFormatConf (string format name, array conf key-value pairs)Set the configuration for a format renderer. For example, to tell the "RTF" format what base font to use:

 
$wiki =& new Text_Wiki;
$wiki->setFormatConf('Rtf', 'font-face', 'Arial');

> Note: Not all formats have configuration keys.

 
text_wiki/methodsetformatconf.txt · Last modified: 2008/09/16 11:49 (external edit)
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki