vrijvlinder
MVPvrijvlinder MVP
Reactions
-
Re: How to add labels for screen readers to social buttons?
2.2 is in beta mode though. Not for use in production sites. It is for developers to work with and help improve the code . (View Post)2 -
Re: How to add code button to WYSIWYG (CLEditor)
Find the part that has something like this: $Sender->Head->AddString Right below is the js that adds the cleditor and you can see the buttons, add your new one <script type="text/javasc… (View Post)1 -
Re: How to add code button to WYSIWYG (CLEditor)
You need to make sure you add the new button exactly like the others, that means spaces too. You should add the button at the end after pastetext source Then after you do the changes you need to dele… (View Post)1 -
Re: How to add code button to WYSIWYG (CLEditor)
controls: "bold italic strikethrough | font size " + "style | color highlight removeformat | bullets numbering | outdent indent | " + "alignleft center alignright | undo redo… (View Post)1 -
Re: Asset Pipeline for Vanilla
In my experience it causes more problems than it helps. Because style sheets might be specific to a single page and only called on that page. When minifying, it is on one long sheet and it adversely … (View Post)1