Found 225 results for "docs fields ckeditor"

The search executed in 0.001311304 seconds. That's fast.

Gitana 4.0 / Content Engine / Content Models / Connectors

Integrate Cloud CMS content into your forms with Alpaca connectors, enabling dynamic data sourcing for fields like dropdowns easily.

Score: 15.553117

Gitana 4.0 / Content Engine / Content Models / Relator Properties

Explore Relator Properties in Cloud CMS—auto-managing relationships between nodes for easy content modeling and dynamic web provisioning.

Score: 11.741235

Gitana 4.0 / Forms / Fields / CKEditor Field

Enhance your web editing with CKEditor, allowing seamless HTML integration and customizable rich-text editing features.

Score: 10.970102

Gitana 3.2 / Guide / Guide / Forms / Fields

Explore our comprehensive guide to form fields, including Attachment Picker, CK Editor, File Picker, Node Picker, Related Content, and Slug options.

Score: 8.184942

Gitana 4.0 / Forms / CMS / Fields

Explore comprehensive CMS field documentation: Attachment Picker, CK Editor, File Picker, Node Picker, Related Content & Slug.

Score: 8.184942

Gitana 3.2 / Guide / Guide / Forms

Optimize your content management with Cloud CMS's mobile-friendly, role-based forms using the powerful Alpaca Forms engine.

Score: 8.11843

Gitana 4.0 / Forms

Enhance your web applications with Gitana's intuitive Forms engine, offering advanced schema management, role-based provisioning, and custom fields.

Score: 8.101062

Gitana 3.2 / Guide / Guide / User Interface / Embed Media In CKEditor

Embed Vimeo, YouTube, and more in CKEditor with CloudCMS. Create and insert media templates effortlessly to enhance your content.

Score: 7.673569

Gitana 3.2 / Guide / Guide / Content Modeling / Connectors

Integrate Cloud CMS content into your forms with Alpaca connectors, enabling dynamic data sourcing for fields like dropdowns easily.

Score: 7.177438

Gitana 4.0 / Forms / API / Custom Fields

Create custom fields in Alpaca forms with ease. Extend field types, override methods, and access open-source code to customize UI components.

Score: 6.988265

Gitana 3.2 / Guide / Guide / Forms / Fields / CK Editor

Enhance your forms with CKEditor, a customizable HTML editor with plugins, for intuitive visual editing and streamlined content management.

Score: 6.401414

Gitana 4.0 / Forms / CMS / Fields / CK Editor

Enhance your editorial experience with CKEditor, a flexible HTML editor with customizable plugins and tools for visual HTML editing.

Score: 6.401414

Gitana 4.0 / Forms / CMS

Explore our comprehensive guide to forms, designed to simplify data collection and enhance user experience on your website.

Score: 6.3583345

Gitana 3.2 / Guide / Guide / UI Developers Guide / Contexts / documents-list-sort-fields

Optimize your document management with sortable fields like Title, Description, Date, Author, and Size. Customize your experience today!

Score: 5.415413

Gitana 4.0 / Developers / User Interface Customization / Contexts / documents-list-sort-fields

Optimize your document management with sortable fields like Title, Description, Date, Author, and Size. Customize your experience today!

Score: 5.415413

Gitana 3.2 / Guide / Guide / Content Modeling / Relator Properties

Optimize your node relationships with Cloud CMS relator properties, auto-managing links between nodes for seamless content mapping.

Score: 5.3295946

How to get a content definition JSON from the Cloud CMS API?

There are a couple of ways to do this. The first is simply use the node GET call and pass in the qname like this: GET /repositories/{repositoryId}/branches/{branchId}/nodes/{qname} http://api.cloudcms.com/docs#!/node/get_repositories_repositoryId_branches_branchId_nodes_nodeId This will give you back the JSON for the definition. Another way is to use this variation: GET /repositories/{repositoryId}/branches/{branchId}/definitions/{qname} http://api.cloudcms.com/docs#!/branch/get_repositories_rep

Score: 4.8877554

Gitana 3.2 / Guide / Guide / User Interface / Embed Media In CKEditor / Advanced Usages / Extra Attributes

Learn to add custom attributes like title and creator to your embedded media in CKEditor using simple JSON configurations.

Score: 4.7126846

Gitana 4.0 / User Interface / Embedded Media / Advanced Usages / Extra Attributes

Enhance embedded media with extra HTML attributes like title and creator using CloudCMS configurations for richer content customization.

Score: 4.7126846

Gitana 4.0 / Getting Started / Working with Content / Forms

Create and customize dynamic web forms with Cloud CMS’s intuitive engine, leveraging Alpaca.js for seamless integration with JSON Schema.

Score: 4.4281983

Gitana 3.2 / Guide / Guide / Getting Started / Web Forms

Effortlessly create dynamic web forms with Cloud CMS using customizable, open-source controls powered by Alpaca.js and JSON Schema integration.

Score: 4.395731

How to limit the fields that come back in a query

Query API calls like http://api.cloudcms.com/docs#!/node/post_repositories_repositoryId_branches_branchId_nodes_query support a parameter named _fields which defines an object specifying the node properties you want to include in the result set for matching nodes. For example in the following query I want the title, subTitle and slug fields returned: { "_type":"my:article", "_fields":{ "title":1, "subTitle":1, "slug":1 } } The result set would look something like the

Score: 4.346364

Gitana 4.0 / Forms / Fields

Explore a comprehensive list of form fields with detailed documentation for multiple field types including text, date, email, and more.

Score: 4.168913

Gitana 4.0 / User Interface / Embedded Media

Learn how to seamlessly embed media in CKEditor with CloudCMS, using templates for YouTube, Vimeo, and more. Perfect for enriching your content.

Score: 3.461226

Is there a programmatic way to add more content to workflows?

There is a programmatic way to add more content to workflows once they're in-flight. However, once the workflow is in-flight, the workflow process instance isn't the correct place to add things. Instead, you'd want to add new content to a workflow task. Essentially, a workflow is made up of a series of tasks. When the workflow transitions from one node to another in the workflow model, it instantiates a new task and the task holds the state (and references to documents) for that phase of the wor

Score: 3.424644