I am doing a custom module in Prestashop 1.6.X. In my module I have form which is made in smarty. I want to add WYSIWYG editor in that smarty form. So can someone tell me how to add WYSIWYG editor to smarty template form? Any help or suggestion will be really appreciable. Thanks
Add WYSIWYG editor to Prestashop 1.6.X module smarty template form
4.4k views Asked by NewUser At
1
There are 1 answers
Related Questions in SMARTY
- Smarty - Best way to create reusable components
- Adding Smarty Template to Docker Compose File?
- Smarty : Use {block} in included files?
- Creating a custom date in smarty, using the year from a variable and the month and day of my choosing?
- Friendly category URLs - generated only when adding, blocked when editing (PrestaShop)
- Smarty Compiler: Syntax error in config file
- (1/1) SmartyException Source: Missing name in smarty_template_source.php line 169, with TM Mega Menu Module in Prestashop 1.7
- If Else Operations doesnt work in .tpl file
- Prestashop: Ignore cover image when choosing combination on product page
- How to compare two different date AND timestamps in smarty
- How to display {$product.availability_message} on Prestashop order confirmation?
- Issue with Custom Admin Controller in PrestaShop 1.7.5.2: "The controller ExportStats is missing or invalid"
- Why will Smarty remove Support for using PHP Functions as Modifiers?
- Smarty regex_replace: how to find one string after match
- How to add Google Tag Manager to Prestashop v. 1.7.7
Related Questions in PRESTASHOP-1.6
- Allowing PDF upload in product customization Prestashop 1.6: how to delete the uploaded file
- Exporting Prestashop 1.6 products with description to CSV file
- Products rearrange feature does not work if you want different orders for multishop PS 1.7.8
- SQLSTATE[42000]: Syntax error or access violation: 1064 ... near 'INSERT INTO `ps_kfasupply_warehouse_receipt_detail` (`id_ware...' at line 6
- Local Copy Error in PrestaShop 1.6.1.0 it's impossible for me to run PrestaShop locally
- Prestashop 1.6 - Access denied on backoffice custom module after modification
- PrestaShop error "Create file parameters"
- Prestashop website throwing 404 errors for every page and every ajax query [Version 1.6.1.18]
- Will inventory stock be retained if advanced stock management is disabled in existing Prestashop 1.6.1.4 installation?
- How to show images from a cdn url in admin listing page using admin controller in prestashop 1.7
- Price product page more than 2 decimals occasionally, how to change to 2 decimals?
- PRESTASHOP - how to show regular and discounted prices in basket summary after discount code is used
- Not getting any POST value from custom front controller Prestashop 1.6.1.8
- PHP 7.3 PHP Deprecated: Function create_function() is deprecated
- php missing decoding module or problem with newrelic?
Related Questions in BOOTSTRAP-WYSIWYG
- bootstrap3-wysiwyg editor error when clicking bold, italic, underline, small
- jodit add button to insert html in editor
- How Can I initialize multiple wysihtml5 editor on same page?
- Can i use WySIWYG Text Editor in add/edit option of jqgrid
- Integrating a wysiwyg editor and how is communicating with the DB?
- bootstrap wysihtml5 set Value not working
- Bootstrap WYSIWYG: insert char c at index i
- bootstrap-wysiwyg Set Content
- React applying JQuery code to an element inside a component
- Adding "name" attribute to <a> tags in WYSIWYG editor... CKEditor or otherwise
- JSPM not creating js file in root directory
- WYSIWYG HTML editor that doesn't try and fix bad HTML
- WYSIWYG Text Editor Not Triggering TextArea Text
- How to add bootstrap wysiwyg into flask?
- Bootstrap 3 WYSIWYG: Only show specific font-styles in dropdown?
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 have many solution to indicate if element in your Form have wysiwyg editor. If you use helperform you can use this solution :
Solution backoffice / use helper form
Second solution in your template :
Example in yourmodule.php function getContent
in your smarty template file :