Constant

ToFlow::LIST_TYPE_TO_HTML

There's no documentation for this item.

{
  SM::ListBase::BULLET     =>  [ "<ul>", "</ul>" ],
  SM::ListBase::NUMBER     =>  [ "<ol>", "</ol>" ],
  SM::ListBase::UPPERALPHA =>  [ "<ol>", "</ol>" ],
  SM::ListBase::LOWERALPHA =>  [ "<ol>", "</ol>" ],
  SM::ListBase::LABELED    =>  [ "<dl>", "</dl>" ],
  SM::ListBase::NOTE       =>  [ "<table>", "</table>" ],
}
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.