WYSIWYG EDITOR

WYSIWYG EDITOR
This commit is contained in:
norahmollo
2012-11-27 18:13:56 +00:00
parent 892a48eba0
commit 1f00433203
19 changed files with 5 additions and 1 deletions

0
build.xml Normal file → Executable file
View File

View File

View File

View File

Before

Width:  |  Height:  |  Size: 671 B

After

Width:  |  Height:  |  Size: 671 B

View File

View File

View File

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

View File

View File

View File

Before

Width:  |  Height:  |  Size: 595 B

After

Width:  |  Height:  |  Size: 595 B

View File

View File

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

View File

0
phpunit.xml Normal file → Executable file
View File

0
workflow/engine/methods/outputdocs/testOut.php Normal file → Executable file
View File

View File

@@ -535,9 +535,13 @@ try {
}
$aVariables = array();
foreach ($aFields as $key => $value){
if($queryText!='') {
if(stristr($aFields[$key]['sName'], $queryText)){
$aVariables[] = $aFields[$key];
}
} else {
$aVariables[] = $aFields[$key];
}
}
$oJSON = new Services_JSON();
echo $oJSON->encode( $aVariables );

0
workflow/engine/templates/outputdocs/testOut.php Normal file → Executable file
View File