<p> isset($widget_properties['input_help']) ? (bool)$widget_properties['input_help'] : $this->getProperty('input_help'),<br />
isset($widget_properties['input_morehlp']) ? (bool)$widget_properties['input_morehlp'] : $this->getProperty('input_morehlp'),<br />
null, // $example;<br />
isset($widget_properties['show_formatters']) ? (int)$widget_properties['show_formatters'] : ($this->getProperty('html_show') ? AA_Formatters::STANDARD_FORMATTERS : 0),<br />
isset($widget_properties['default_formatter']) ? (int)$widget_properties['default_formatter'] : ($this->getProperty('html_default') ? AA_Formatters::RAW : AA_Formatters::TEXT2HTML),<br />
null, // perms<br />
isset($widget_properties['default']) ? $widget_properties['default'] : $this->getDefault(),<br />
</p>