OWSimpleDom

UNIX name Owner Status
OWSimpleDom eZ Publish Legacy stable
Version Compatible with
N/A N/A
Provides a simple dom access library for eZPublish (simplehtmldom) and bonus features !

OWSimpleDom

Provides a simple dom access library for eZPublish (simplehtmldom) and bonus features !

Usage

  1. You need to declare a new owSimpleDom object
  2. You can use SimpleHTMLDom functions

Example

$owSimpleDom = new owSimpleDom();
$html_dom = str_get_html( $html );

About SimpleHTMLDom

Online documentation of SimpleHTMLDom : http://simplehtmldom.sourceforge.net/manual.htm

Bonus operators

css_inline

It provides a simple css inliner for your mailing.

Warning : It doesn't support css selector priority (for example : "#id .class" won't override ".class". You need to declare CSS rules in the order you want them applied)

{set-block variable=$html}

Title


Content


{/set-block}
{$html|css_inline('stylesheets/style.css'|ezdesign(no))}

No news yet.

This project has no reviews yet. Be the first one to review it!

No forum messages yet.