Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Ken Mark 82 posts 94 karma points
    Oct 06, 2014 @ 23:47
    Ken Mark
    1

    Formats dropdown missing in Richtext

    How do i add a stylesheet to the Richtext editor to be able to use the Formats dropdown?

     

    /Kenneth

  • Dennis Aaen 4499 posts 18254 karma points admin hq c-trib
    Oct 07, 2014 @ 05:26
    Dennis Aaen
    0

    Hi Kenneth,

    If the U7 Grid Data Type package, uses the standard Umbraco way to add stylesheet to the Rich Text editor to be able to use the formats dropdown, then you should take a look at this video. http://umbraco.tv/videos/umbraco-v7/implementor/fundamentals/stylesheets-and-javascript/setting-up-rte-styles/

    Hope this helps,

    /Dennis

  • Ken Mark 82 posts 94 karma points
    Oct 07, 2014 @ 10:03
    Ken Mark
    0

    Can you see it? I can see the Formats-dropdown in my standard Richtext-editor but not in the one used in the U7 Grid Data Type package.

     

  • Dennis Aaen 4499 posts 18254 karma points admin hq c-trib
    Oct 07, 2014 @ 10:20
    Dennis Aaen
    0

    Hi Kenneth,

    No I can't see it either.

    It could looks like this Rich Text-editor there are used in the U7 Grid Data Type package, are limited, to some standard options.

    /Dennis

     

  • Ken Mark 82 posts 94 karma points
    Oct 07, 2014 @ 10:41
    Ken Mark
    0

    I'm afraid so. Gilad, do you have any input on this issue? (Great plugin by the way :))

  • Martijn Duizendstra 3 posts 28 karma points
    Apr 01, 2015 @ 13:25
    Martijn Duizendstra
    5

    In case anyone is still wondering about this one...!

    You can attach the custom stylesheet inside the Umbraco Grid data type (Go to: Developer > Data types > Grid or Grid Layout).
    When you scroll down you'll see a section called "Rich Text Editor" which is specifically for the grid RTE :)

    I just stumbled on it by accident and this fixed the problem as described above.

    Cheers!

  • Ken Mark 82 posts 94 karma points
    Apr 21, 2015 @ 23:40
    Ken Mark
    0

    Hi, I'm afraid it wont affect this package only the new Grid datadatype in Umbraco 7.2

  • Calle Bjernekull 28 posts 103 karma points
    Oct 10, 2015 @ 13:25
    Calle Bjernekull
    0

    Any updates on this one?

    I want to use the RTE in my custom grid editor

    enter image description here

    <div ng-controller="Custom.PropertyEditors.Grid.PromotionPicker">
    <h2>Titel</h2>
    <input type="text" ng-model="control.value.title" />
    <h2>Pris</h2>
    <input type="text" ng-model="control.value.price" />
    <h2>Text</h2>
    <div>
        <div unique-id="control.$uniqueId"
             value="control.value.content"
             grid-rte configuration="control.config.rte">
        </div>
    </div>
    

    enter image description here

    However seems to work fine if I just use the normal rte-editor from "out of the box"

  • Magnus Bolling 10 posts 90 karma points
    Dec 10, 2015 @ 09:53
    Magnus Bolling
    0

    Any solution to this problem yet? The formats list is empty. The formats/styles works fine in the regular rich text editor.

    Screenshot

  • Christopher Vest 1 post 71 karma points
    Dec 21, 2015 @ 12:34
    Christopher Vest
    0

    I'm having the same issue as Magnus.

    I have tried refreshing the cache in my browser and on the site itself, as well as refreshing the whole site via API.

    EDIT: I fixed my issue, I hadn't linked my Grid Layout Data Type to the stylesheet, only the RTE Data Type.

Please Sign in or register to post replies

Write your reply to:

Draft