function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Arun TyagiArun Tyagi 

how can we make visualforce page with offiec toolkit

how can we make a visualforce page with office toolkit like this snap shoti need a this type of visulaforce page
Best Answer chosen by Arun Tyagi
Andy BoettcherAndy Boettcher
You're going to need to learn/find information on using Javascript/jQuery/etc, but both products have "Getting Started" documentation.  TinyMCE is here:  http://www.tinymce.com/wiki.php/Installation.  All you do is add it to your page (typically save it as a Static Resource and pull it in that way) and then just take it from there.

All Answers

Andy BoettcherAndy Boettcher
You will need to invoke your own editor outside of the "normal" Salesforce record pages.  Some examples I've used are CKEDITOR or TINYMCE.  You will want to store whatever output you generate in Rich Text Area fields however to preserve the HTML.
Arun TyagiArun Tyagi
HI Andy, but there are a module at Ckeditor and tinymice ..I have download from there ..but how to use this module in visualforce..i m not able to understand,,plz help me out this
Andy BoettcherAndy Boettcher
You're going to need to learn/find information on using Javascript/jQuery/etc, but both products have "Getting Started" documentation.  TinyMCE is here:  http://www.tinymce.com/wiki.php/Installation.  All you do is add it to your page (typically save it as a Static Resource and pull it in that way) and then just take it from there.
This was selected as the best answer