Merge pull request #286 from drzax/forms

ENHANCEMENT: Heading level updatable on heading form fields.
This commit is contained in:
Will Rossiter 2012-04-02 23:22:23 -07:00
commit 1996089b8b

View File

@ -35,6 +35,10 @@ class HeaderField extends DatalessField {
public function getHeadingLevel() {
return $this->headingLevel;
}
public function setHeadingLevel($level) {
$this->headingLevel = $level;
}
function getAttributes() {
return array_merge(