CODE STYLE Formating gulliver/system/class.htmlArea.php
Change format files in gulliver/system/class.htmlArea.php
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* class.htmlArea.php
|
||||
*
|
||||
* @package gulliver.system
|
||||
*
|
||||
* ProcessMaker Open Source Edition
|
||||
@@ -24,9 +26,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
/**
|
||||
*
|
||||
* @package gulliver.system
|
||||
**/
|
||||
*
|
||||
*/
|
||||
|
||||
class XmlForm_Field_HTML extends XmlForm_Field_Textarea
|
||||
{
|
||||
@@ -60,8 +64,10 @@ class XmlForm_Field_HTML extends XmlForm_Field_Textarea
|
||||
* @return string
|
||||
*
|
||||
*/
|
||||
function attachEvents($element) {
|
||||
$html='var _editor_url = "";editor_generate("form['.$this->name.']");';
|
||||
function attachEvents ($element)
|
||||
{
|
||||
$html = 'var _editor_url = "";editor_generate("form[' . $this->name . ']");';
|
||||
return $html;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user