16 Topics

Member Avatar for
Member Avatar for davy_yg

Hello, I Have this website and I am trying to make the footprint smaller in text size. How to do so? http://gsa-constructionspecialist.com/home/vision-mission https://www.tinymce.com/docs/configure/content-formatting/#fontsize_formats This is the fontsize_formats in tiny mce. I already try to insert a new feature to change font size in tinymce and have not been successful yet. …

Member Avatar for pauldore
0
1K
Member Avatar for davy_yg

Hello, I am trying to install TinyMCE standard version but I have not been successful yet. tinymce_471_dev/index.php <!DOCTYPE html> <html> <head> <script src="https://tinymce_471_dev/tinymce/js/tinymce/tinymce.min.js"></script> <script>tinymce.init({ selector:'textarea' });</script> </head> <body> <textarea>Next, start a free trial!

Member Avatar for gentlemedia
-1
363
Member Avatar for davy_yg

Anyone ever integrate wysiwg with file manager to update images or attachment ? Any idea how to ? Or have the complete codes that I can download ?

Member Avatar for davy_yg
0
207
Member Avatar for davy_yg

Hello, I am having a problem aligning text to the top of the table. Cek this out: http://gsa-constructionspecialist.com/experiences All the text is not aligning to the top. It's aligning to the center vertically. I wonder how to align the text to the top with tiny mce. I don't think I …

Member Avatar for gentlemedia
0
2K
Member Avatar for davy_yg

Hello, I am trying to open pdf link that I place through tinymce. I add the link button through toolbar add or plugin in tinymce: https://www.tinymce.com/docs/plugins/link/ http://www.gsa-constructionspecialist.com/articles/article/detail/visi-dan-misi-training-names-gsa I wonder why I cannot open the pdf link that I place without having to enter the cpanel password? I already set the …

Member Avatar for diafol
0
277
Member Avatar for davy_yg

Hello, I am trying to place pdf link in CI: http://www.gsa-constructionspecialist.com/articles/article/detail/tugas-lpjk-ke-5 I wonder why I cannot link it. I already place the file address name, yet it comes back to the original file when I click it. Try another file which I copy exactly from the cpanel: http://www.gsa-constructionspecialist.com/articles/article/detail/visi-dan-misi-training-names-gsa It has …

Member Avatar for davy_yg
0
501
Member Avatar for davy_yg

Hello, I download free filemanager to integrate with TinyMCE. I am trying to customize another extension to upload to Roxyfilemanager. Can anyone help me with the customization? Please read this quickly: http://www.roxyfileman.com/custom-integration and Here is my custom.js: function FileSelected(file){ /** * file is an object containing following properties: * * …

0
137
Member Avatar for davy_yg

I am hoping the second text editor is without tiny mce but the tinymce is still appearing how to delete it? <!DOCTYPE html> <html> <head> <script src="<?php echo site_url('assets/tinymce/js/tinymce/tinymce.min.js'); ?>"></script> <!-- <script>tinymce.init({ selector:'textarea' });</script> --> <script> tinymce.init({ selector: 'textarea', height: 200, width: 600, menubar: false, plugins: [ 'advlist autolink lists …

Member Avatar for davy_yg
0
428
Member Avatar for davy_yg

Hello, I am trying to integrate TinyMCE with RoxyFileManager. Can anyone help me with the process ? Thanks in advance. Cek my code below. I wonder what I should place for the selector selector:'textarea' or selector: '#tinymce' ? http://www.roxyfileman.com/TinyMCE-file-browser <!DOCTYPE html> <html> <head> <script src="js/jquery-1.7.1.js"></script> <script src="js/jquery-3.1.1.min.js"></script> <script type="text/javascript" src="js/tiny_mce/tiny_mce_popup.js"></script> …

0
179
Member Avatar for Amr87

I have function that creates textareas fields on the fly upon a click on a link I want to convert these textareas into tinymce wysiwyg here is the code $("body").delegate("a.add_tab","click",function(e){ e.preventDefault(); var uniq = $(this).attr("uniqid"); add_tab_ui($(this),uniq); }); function add_tab_ui(elem,uniq){ var content = "<div class='wrapTab'><label >Tab Title:<input type='text' name='tab-title-"+uniq+"' id='tab-title' value='' …

Member Avatar for Amr87
0
1K
Member Avatar for simplypixie

I am using tinymce on a cms and I want to be able to have a dropdown menu of all pages on the site (stored in a db) to choose from when adding a link but all I am getting is an emtpy set of values. I am using the …

Member Avatar for simplypixie
0
884
Member Avatar for easypro

I have a custom install of TinyMCE with multiple editable areas. when an area (div) is clicked, it becomes an active editable area (tinyMCE iframe). Everything works perfectly exept for in IE10 when I click on a div to make it editable, the page jumps up. I'm not sure if …

Member Avatar for LastMitch
0
147
Member Avatar for LastMitch

Hi I'm having issues with **get_magic_quotes_gpc()** function. I download this **Ajax File and Image Manager** from this site: http://www.phpletter.com/DOWNLOAD/ I install it on tinymce & fckeditor to test it out. They both work. I try to link the images and it didn't work and I also realizes the links are …

Member Avatar for LastMitch
0
262
Member Avatar for Stefano Mtangoo

Hello, I was reading web security stuffs and found that user can inject malicious codes mostly JS in forms. Now, What about CKFinder/TinyMCE et al? They obviously produce html and any stripping will destroy the article formatting. bad enough they have a "code mode" where user can enter html directly. …

Member Avatar for Stefano Mtangoo
0
143
Member Avatar for klemme

Hi all, I have installed Tinymce on my textareas, which are working fine. I have more than one textarea, and the Tinymce attaches itself on ALL textareas, where I only need it to display on one. It starts like this, and logically it will show on textareas, anyone who knows …

Member Avatar for vibhaJ
0
212
Member Avatar for begueradj

Hello people I used TinyMCE for my "textarea" inputs. When I display that text the colors of TinyMCE don't work meanwhile my script works fine, including other features of TinyMCE who work fine also (such as Bold, Italic fonts ...etc) Only colors don't work, I just add that similar script …

Member Avatar for vibhaJ
0
115

The End.