12 public function setup($config) {
14 'Custom: ((rb, (rt | (rp, rt, rp))) | (rbc, rtc, rtc?))',
16 $this->
addElement(
'rbc',
false,
'Required: rb',
'Common');
17 $this->
addElement(
'rtc',
false,
'Required: rt',
'Common');
18 $rb = $this->
addElement(
'rb',
false,
'Inline',
'Common');
19 $rb->excludes = array(
'ruby' =>
true);
20 $rt = $this->
addElement(
'rt',
false,
'Inline',
'Common', array(
'rbspan' =>
'Number'));
21 $rt->excludes = array(
'ruby' =>
true);
22 $this->
addElement(
'rp',
false,
'Optional: #PCDATA',
'Common');
XHTML 1.1 Ruby Annotation Module, defines elements that indicate short runs of text alongside base te...
addElement($element, $type, $contents, $attr_includes=array(), $attr=array())
Convenience function that sets up a new element.
Represents an XHTML 1.1 module, with information on elements, tags and attributes.