__('Delete','wp-smart-editor'), 'Edit'=>__('Edit','wp-smart-editor'), 'Cancel'=>__('Cancel','wp-smart-editor'), 'Ok'=>__('Ok','wp-smart-editor'), 'Confirm'=>__('Confirm','wp-smart-editor'), 'Save'=>__('Save','wp-smart-editor'), 'GOT_IT'=>__('Got it!','wp-smart-editor'), 'LAYOUT_WPTM_SELECT_ONE' => __('Please select a table a create a new one', 'wp-smart-editor') , 'VIEW_WPTM_TABLE_ADD' => __('Add new table', 'wp-smart-editor') , 'JS_WANT_DELETE' => __('Do you really want to delete ', 'wp-smart-editor') , 'CHANGE_INVALID_CHART_DATA' => __('Invalid chart data', 'wp-smart-editor') , 'CHART_INVALID_DATA'=>__('Invalid data, please make a new data range selection with at least one row or column with only numeric data, thanks!','wp-smart-editor'), 'CHOOSE_EXCEL_FIE_TYPE' => __('Please choose a file with type of xls or xlsx.', 'wp-smart-editor') , 'WARNING_CHANGE_THEME' => __('Warning - all data and styles will be removed & replaced on theme switch', 'wp-smart-editor') , 'Your browser does not support HTML5 file uploads'=>__('Your browser does not support HTML5 file uploads','wp-smart-editor'), 'Too many files'=>__('Too many files','wp-smart-editor'), 'is too large'=>__('is too large','wp-smart-editor'), 'Only images are allowed'=>__('Only images are allowed','wp-smart-editor'), 'Do you want to delete "'=>__('Do you want to delete "','wp-smart-editor'), 'Select files'=>__('Select files','wp-smart-editor'), 'Image parameters'=>__('Image parameters','wp-smart-editor'), 'notice_msg_table_syncable'=>__('This spreadsheet is currently sync with an external file, you may lose content in case of modification','wp-smart-editor'), 'notice_msg_table_database'=>__('Table data are from database, only the 50 first rows are displayed for performance reason.','wp-smart-editor'), )); wp_localize_script('wptm-bootbox','wptmCmd',array( 'Delete'=>__('Delete','wp-smart-editor'), 'Edit'=>__('Edit','wp-smart-editor'), 'CANCEL'=>__('Cancel','wp-smart-editor'), 'OK'=>__('Ok','wp-smart-editor'), 'CONFIRM'=>__('Confirm','wp-smart-editor'), 'Save'=>__('Save','wp-smart-editor'), )); if (isset($_GET['noheader'])){ global $hook_suffix; _wp_admin_html_begin(); do_action( 'admin_enqueue_scripts', $hook_suffix ); do_action( "admin_print_scripts-$hook_suffix" ); do_action( 'admin_print_scripts' ); } $alone = ''; $editor_id = 'wptmditor'; $editor_args = array( 'tabfocus_elements' => 'content-html,save-post', 'quicktags' => true, 'media_buttons' => false, 'editor_height' => 400, 'tinymce' => array( 'resize' => true, 'wp_autoresize_on' => true, 'add_unload_trigger' => false ) ); wp_editor( '

', $editor_id,$editor_args ); $editor_args1 = $editor_args; $editor_args1['quicktags'] = false; $editor_args1['tinymce'] = array( 'setup' => 'function (ed) { ed.on("keyup", function (e) { // ed.save(); //wptm_tooltipChange(); }); ed.on("change", function(e) { // ed.save(); //wptm_tooltipChange(); }); }', ); wp_editor('', 'wptm_tooltip', $editor_args1); ?>
params['enable_autosave']) && $this->params['enable_autosave'] == '0'): ?>





params['enable_tooltip']) && $this->params['enable_tooltip'] == '1'): ?>

id.'">'; } function closeItem($category){ return ''; } function itemContent($category){ return '
'.$category->title.'
'; } function openlist($category){ return '
    '; } function closelist($category){ return '
'; } ?>