I have created a custom field in Joomla 1.5 menu for description of the menu. I have edited the component.xml in administrator\components\com_menus\models\metadata but now I want to put a text editor in place of a normal text-box. Any ideas how to approach this?
Text editor for custom field in joomla
498 views Asked by swap At
1
There are 1 answers
Related Questions in JOOMLA1.5
- Update Joomla 1.5.22 to php greater than 5.4
- BooKIT Joomla 1.5 nth-of-type Select option
- 301 redirect from URL with GET-parameters to the homepage
- Problem with migration Joomla 1.5.26 to 3.x with jUpgradePro
- Why am I receiving the following error message when uploading CSV Improved? Error! Could not find a Joomla! XML setup file in the package
- Comparing 2 tables and display missing rows
- How to add flv video into joomla mod_custom
- Can't install captcha plugin on Joomla 1.5.22
- Virtue-mart products-categories move to WooCommerce
- Disable error reporting php 5.6 Joomla 1.5
- Apache2, FastCGI, PHP5 and urls without .php sufix
- Allow Login from Different Domain having user login details on a single database of one particular domain - Joomla 1.5
- Error on migrating website : Database Error: Unable to connect to the database:Could not connect to MySQL
- Upgrading extension for Joomla 3 gives fatal php error
- Check if a column exists in Joomla table
Related Questions in JOOMLA-EXTENSIONS
- Problem with a simple query script used in RS Forms on Joomla 4
- Class 'SppagebuilderHelper' not found in Joomla CMS
- Joomla Update Causing Frontend and Backend Issues – Admin Panel 500 Internal Error
- Joomla extension Articles Good Search module can't handle German "umlauts"
- How to add a custom class to GTRASLATE Plugin for JOOMLA?
- Error while trying to authenticate in joomla template
- PHP error "Failed to open stream: Permission denied"
- Joomla 4 system plugin does not get parsed
- Joomla / ESHOP Question - how i correctly pull the sub total, vat, shipping and total value from the order totals table?
- Joomla Logman Notify modify email message
- How to use a com_content extension category on other Joomla4 Component?
- How to restore the install from file upload container in the Joomla back-end admin
- How could I save special characters on text type on Joomla xml config file?
- Adding a menu item to Joomla's tinymce editor
- How do I create parameters in a Joomla module depending on another parameter / number?
Related Questions in JOOMLA-TEMPLATE
- I use joomla 4.2.6 and pagebuilder .The addon form builder dont work properly
- Error while trying to authenticate in joomla template
- Joomla 4 doesn't load assets of custom template
- How can I identify the ID of a specific DIV so I can add background image to it?
- Error "500 behavior::tabstate not found." when trying to access SP Page Builder
- Set Different Typography for Joomla Template
- Style Joomla! template with Bootstrap 4.3, Add bootstrap style to custom style
- Joomla - Convenient Template Upgrades
- Joomla - Save article from frontend does not work with Allrounder-Template
- Rewriting whole DOM via Javascript
- how to change content of template postion by a component in joomla
- How to load a menu module in header and footer in joomla?
- Strange String ">>>>" turning up in the top of the site
- Joomla custom template error installing
- Responsive site to Joomla template
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
You need to create an element of editor type.
Learn how to create element and how to save data
And you can use this in xml as