How to add preset text into the content box using JCE? - joomla

Using Joomla! 1.5.26 and JCE 2.1.3, the users can select several options (strings) from a popup and those options should be directly insert text in the JCE textarea where the cursor is.
How can I interact with the JCE content without creating a plugin?

tinyMCE.execCommand('mceInsertContent', false, '<strong>whatever you want!!!!</strong>');

Related

TinyMCE image_caption force checkbox to be auto-ticked?

Is it possible, via TinyMCE's configuration choices or by any other means to force the 'Show caption' checkbox to be auto-checked?
Note: I am using Laravel Nova (Nova TinyMCE)

RTE is not present for content elements in typo3 7.6

I am using TYPO3 7.6.9 with fluid template. I am trying to add a text as content element for text & Media content element. I want the text to be written in RTE field. But unfortunately, the RTE field is not showing for any of the content element. rtehtmlarea extension in activated in the extension manager. How can I have the rte field for the content elements?
do you have rte enabled in your user settings (tab: Edit & Advanced functions)?
I think this problem arise due to some permission issue.Create a new admin backend user and try to login with new user.

joomla add custom tab and custom fields to article

first i show image: http://www.upload.ee/image/4675395/Untitled.png , to understand my idea better
I am using joomla 2.5.14 and I want to add another menu option for Extra Fields (It would have 10 fields - ID, Picture URL, Video URL, etc).
The new menu would be saved as vod_items table. The menu would be added where are the Publishing Options, Configure Edit Screen, etc.
That option should be available in every article.
Is there a simple way to add that option to Joomla or is there any kind of a code or plugin to do that?
Kind regards,
Aimar.
You can create a custom plugin to add more custom fields on Article manager or any other core component of Joomla.
You can follow following link for creating a plugin for adding custom fields to Article manager.
Reference : Adding custom fields to core components using a plugin
Note : Don't edit the core component as all changes will be lost in future update of Joomla.

Changing the edit form in Joomla 3.x for specific article category

I have a bunch of articles in a Joomla 3.1 site that all live under a single category.
I'm creating a specific editor group for each article, ie a small group of users will have edit permissions for 1 article.
I'd like to do something so that when an article that is within the prescribed category (not all articles) is edited, the user (editor) sees a short block of text at the top of the edit page.
Is that possible within Joomla or would I have to edit the PHP file that creates the form?
You could accomplish this using a tool like content templater. http://extensions.joomla.org/extensions/core-enhancements/coding-a-scripts-integration/code-snippets/7152

Joomla: how to use the site default text editor for the module Textarea parameter field type

I want to use the site default text editor like TinyMCE or JCE as the editor in the Module Textarea parameter field type. Will that be possible anyhow?
I am using Joomla 2.5.1
http://docs.joomla.org/Editor_form_field_type
I have got the solution using the parameter type as "editor"

Resources