Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
2k views

Learning to create Windows MCE plugins

I am currently mostly a Java Developer, and would like to know if one would be able to creating Windows MCE plugins for popular services using a language like C#? Where would i find resources to ...
1
vote
2answers
67 views

text_area submit problem using Rich Text Editor which outputs HTML

Using tiny_mce from https://github.com/kete/tiny_mce to be able to change the format of the text, the problem is once its submitted it sends the html to my comments and its not getting translated and ...
1
vote
1answer
242 views

What's the meaning of “<mce:script type=”text/javascript“><!— --></mce:script>”

These days I try to learn dojo(version 1.6). In the demo codes, I found some codes like the below. <mce:script type="text/javascript"> <!-- //other codes --> </mce:script> So, ...
1
vote
0answers
205 views

TinyMCE loading incomplete whil eusnig multiple instances on one page

hello everyone having problems with TinyMCE while Loading multiple instances on a single page using this option and using the class name on the html page mode : "specific_textareas", ...
0
votes
1answer
17 views

Tiny MCE: use seperate config file (for youtube)

In Magento, there is this setup.js file (located in \js\mage\adminhtml\wysiwyg\tiny_mce) for tiny mce. This is a file which I don't wanna edit, therefore I'm making a seperate js file for the tiny mce ...
0
votes
0answers
29 views

Problem with paste in tiny mce

I'm using tiny mce for customizing template text. I have added some functions, on key press, key up, click and change event of the editor. Each the editor will have only one text node, e.g. a ...
0
votes
1answer
231 views

tiny mce toolbar icons conflict with jquery UI icons

I have a div with another div holding three icons from Jquery UI. Inside parent div, there is a tiny mce instance. When I click on any button of tiny mce, it is moved down and it its place, Jquery ...
0
votes
1answer
231 views

Getting recording status in Win Media Center 7

I am using a Hauppauge HD-PVR with Windows 7 Media Center (using DVBLink to connect them). I'd like to write a small application to check if the system is currently recording and if not perform some ...