WYSIWYG EDITOR
WYSIWYG EDITOR
0
gulliver/js/tinymce/jscripts/tiny_mce/plugins/fullpage/editor_plugin_src.js
vendored
Normal file → Executable file
0
gulliver/js/tinymce/jscripts/tiny_mce/plugins/pmSimpleUploader/editor_plugin_src.js
vendored
Normal file → Executable file
0
gulliver/js/tinymce/jscripts/tiny_mce/plugins/pmSimpleUploader/img/pmSimpleUploader.png
vendored
Normal file → Executable file
|
Before Width: | Height: | Size: 671 B After Width: | Height: | Size: 671 B |
0
gulliver/js/tinymce/jscripts/tiny_mce/plugins/pmSimpleUploader/langs/en.js
vendored
Normal file → Executable file
0
gulliver/js/tinymce/jscripts/tiny_mce/plugins/pmSimpleUploader/langs/es.js
vendored
Normal file → Executable file
0
gulliver/js/tinymce/jscripts/tiny_mce/plugins/pmSimpleUploader/progress.gif
vendored
Normal file → Executable file
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |
0
gulliver/js/tinymce/jscripts/tiny_mce/plugins/pmSimpleUploader/uploader.php
vendored
Normal file → Executable file
0
gulliver/js/tinymce/jscripts/tiny_mce/plugins/pmVariablePicker/VariablePicker.html
vendored
Normal file → Executable file
0
gulliver/js/tinymce/jscripts/tiny_mce/plugins/pmVariablePicker/editor_plugin_src.js
vendored
Normal file → Executable file
0
gulliver/js/tinymce/jscripts/tiny_mce/plugins/pmVariablePicker/img/picker.png
vendored
Normal file → Executable file
|
Before Width: | Height: | Size: 595 B After Width: | Height: | Size: 595 B |
0
gulliver/js/tinymce/jscripts/tiny_mce/plugins/pmVariablePicker/langs/en.js
vendored
Normal file → Executable file
0
gulliver/js/tinymce/jscripts/tiny_mce/plugins/pmVariablePicker/progress.gif
vendored
Normal file → Executable file
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |
0
gulliver/js/tinymce/jscripts/tiny_mce/plugins/pmVariablePicker/uploader.php
vendored
Normal file → Executable file
0
gulliver/js/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/form.css
vendored
Normal file → Executable file
0
phpunit.xml
Normal file → Executable file
0
workflow/engine/methods/outputdocs/testOut.php
Normal file → Executable 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 );
|
||||
|
||||