Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Saurabh Jain Posted January 15, 2018 Posted January 15, 2018 I want to divide text editor into two parts For writing the same content in two languages manual posting... please advise how this can be done...
Nathan Explosion Posted January 15, 2018 Posted January 15, 2018 Create a 2-column table - you'll need to add table plugins from the ckeditor site to do this (search there)
Cyboman Posted January 16, 2018 Posted January 16, 2018 That's what I found: https://sdk.ckeditor.com/samples/table.html
Saurabh Jain Posted January 20, 2018 Author Posted January 20, 2018 Table is one solution ..but then it will not be responsive... I have poems to showcase in database records and are in two languages I want two responsive coluns or If I can add two side by side editors.... What will be the code to be changed in the template as by default it is coming vertically bottom of the first record
Saurabh Jain Posted January 21, 2018 Author Posted January 21, 2018 Can this code be used in Editor <div> <div class='ipsGrid ipsGrid_collapsePhone'> <div class='ipsGrid_span6'> {template="widgetContainer" group="pages" app="cms" params="'col1', $widgets, 'horizontal'"} </div> <div class='ipsGrid_span6'> {template="widgetContainer" group="pages" app="cms" params="'col2', $widgets, 'horizontal'"} </div> </div> </div>
Saurabh Jain Posted January 22, 2018 Author Posted January 22, 2018 11 hours ago, Saurabh Jain said: Can this code be used in Editor <div> <div class='ipsGrid ipsGrid_collapsePhone'> <div class='ipsGrid_span6'> {template="widgetContainer" group="pages" app="cms" params="'col1', $widgets, 'horizontal'"} </div> <div class='ipsGrid_span6'> {template="widgetContainer" group="pages" app="cms" params="'col2', $widgets, 'horizontal'"} </div> </div> </div> can any 1 validate
Recommended Posts
Archived
This topic is now archived and is closed to further replies.