Documentation > Services API > ServicesInput
CrownPeak.CMSAPI.Services.ServicesInput
// * ServicesInput - WYSIWYG * This include is meant to house and structure all the various types of WYSIWYGs. This code is broken out from inc_input_elements primarily just to make the file easier to manage. Each of the WYSIWYG functions is just a few lines and is self defining.
Name | Description | Type |
---|---|---|
CompressedWYSIWYG | For use in cramped quarters |
Method |
FullWYSIWYG | A big WYSIWYG with all the options |
Method |
MediumWYSIWYG | A very typical WYSIWYG |
Method |
populateDictionaries | Method | |
SetAcquireParams | A shortcut for generating a ShowAcquireParams object useful for Internal links |
Method |
ShowDateTime | ServicesInput.DateTime ServicesInput.DateTime creates a group of input fields for managing datetime values. Use with ServicesPostInput.SetDateTime to save as a consolodated field for use in sorting and output. |
Method |
ShowDescInput | Generic Page Fields Note: This will create a section that includes an image upload control. The Image upload control is setup to create a thumbnail on upload. Upload.aspx and post_input.aspx are not needed to manage the images. The original image name will be "original" and the resulting thumbnail will be called "thumbnail" unless a different values are passed to the optional originalName or thumbnailName fields. The alt text field name will be thumbnailName + "_alt" |
Method |
ShowHyperLink | Creates a set of fields for managing a common HyperLink with options such as internal/external, target type, a text or image title, etc. Update to 2 levels of navigation. |
Method |
ShowHyperLink | Creates a set of fields for managing a common HyperLink with options such as internal/external, target type, a text or image title, etc. Update to 2 levels of navigation. |
Method |
ShowInputHeader | Generates generic Page Fields for input Creates a standard content header for use across your site. Consistent fieldnames can simplify maintenance and revisions of templates. |
Method |
ShowInputHeader | Generates generic Page Fields for input Creates a standard content header for use across your site. Consistent fieldnames can simplify maintenance and revisions of templates. |
Method |
ShowMetaInput | Creates Input fields for common Meta/SEO tags. Use with ServicesOutput.RenderMetaOutput to populate your output |
Method |
ShowMetaRobotsInput | Input for standard meta robots options, useful for SEO |
Method |
ShowSiteMapInput | Input for configuring page and global-level XML sitemap options. The resulting content fields can be crawled when creating XML sitemaps |
Method |