I would like to add an unordered list in the table of the Redactor WYSIWYG-editor but I cannot get it work. Other formatted text like bold, links etc. work. It just does not seem to work in the table plugin. Did anyone manage to do so?
Imperavi redactor.js table plugin with bullets
392 Views Asked by Patricia At
1
There are 1 best solutions below
Related Questions in HTML-LISTS
- How to Bold both number and list on HTML (OL LI) without getting the sub list getting affected?
- Border-Top on only second nav ul li
- CSS - How to hide the 4th <li> without CSS class on WP Admin menu
- How to adjust width of the element from angular: "p-multiselect", so that it is always as wide as the widest "li" element?
- Need help Aligning list and image (HTML CSS)
- Can I make list items tabable without assigning `tabindex` to each one?
- How to Get only Change (Pts) column data (with minus values) from this Table in selenium?
- Trying to create ol of urls
- How to generate ul li from a nested array?
- Creating a multilayer drop down nav bar
- Vertically align a menu bar with text and icon elements and a cart icon outside of it
- Ensure user selects item from filtered <UL> in an html form
- How to select an option in a combined input and li field with Selenium?
- Is "<li>" different from "<a>" on hover in terms of accessiblity?
- How to Sort a List by Alphabetical order?
Related Questions in REDACTOR
- Summernote editor and spring mvc predefined html variable
- How to add CraftCms imperavi redactor custom list of font size options?
- Redactor/HTMLPurifier won't allow entry update CraftCMS
- Jquery replacement for .html() function that won't try to rewrite the html on Redactor imperavi - Xss vulnerability
- Upload Files to ASP.NET Core. Array is always empty
- Cannot read property 'replace' of undefined in Redactor
- What should I put in the imageUpload of the redactor Parameter?
- How to change image paths in Redactor editor?
- Input text in iframe with puppeteer
- How can i add custom shortcodes in Redactor
- How to change Imperavi redactor's text direction dynamically using jquery
- How to allow DIV tags in Yii2 Editor
- Append space to <li> content
- How to bind posted data named "file[]" to an MVC model?
- How to get Redactor wysiwyg working with vue.js ( without jQuery )
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)
Popular # Hahtags
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?
Yes, I got the same issue and my plugin version is 2.11. In this plugin I have to modify some code to make it work.
Go to line number 6913 where you will find the code
in toggle function comment out the following block of code:
Then later you need to comment 1 more line at line number 6996:
After commenting out the above code you will be able to put ordered/unordered lists in table.