Documentation > Services API > ServicesInput > FullWYSIWYG()

FullWYSIWYG

A big WYSIWYG with all the options

public CrownPeak.CMSAPI.WysiwygParams FullWYSIWYG()


Returns

WysiwygParams to use in the Input.ShowWysiwyg() control

Code Example

C#

Sample:

            
             WysiwygParams wParams = ServicesInput.FullWYSIWYG();
             Input.ShowWysiwyg("Page Body", "page_body", wParams);    
            
            

Connect with Crownpeak