With the spring '12 coming over these days, the old "hack" to convert the rich editor will not work any more. What can be done to retain full CKEditor functionality after spring 12?
相关问题
- salesforce sandbox cURL request invalid grant_type
- Using .NET WebBrowser control, why Salesforce.com
- Salesforce - one WSDL for Sandbox and Production?
- Bad Request when using Google OAuth2.0
- How to refresh access_token in OAuth 2.0 in salesf
相关文章
- Force.com IDE didn't reflect my changes?
- Regular expression to require 10 digits without co
- Ruby / Rails: how can I create multiple records in
- Salesforce WSDL import of simpleContent w/extensio
- Reference a remote site setting URL in Apex class?
- Custom Button or Link to a Visualforce page with a
- Jenkins Pipeline - How do I use the 'tool'
- How to implement “Cancel” functionality in a Visua
New CKEditor is object rather than URL based and a new approach is needed. In case anyone needs it, the following script will replace factory editor layout with a full version allowing additional formating options (fonts, colors, etc). Note, I set the height to 600px, adjust for your own needs. Also, as before, this can only work in your own VF pages, you cannot change the behavior of "factory" page layouts.
The result: