Found 70 results for "tree"

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

Tree

Gitana 3.2 / Guide / Guide / Tree

Documentation Reference

Retrieve content efficiently with our Tree API, supporting UI tree controls, dynamic loading, and path-based queries. (Gitana 3.2)

Score: 100.8272
Overview

Gitana 4.0 / Content Engine / Tree

Documentation Reference

Discover the power of the Tree API for seamless content retrieval, filtering, and dynamic path expansion with ease. (Gitana 4.0)

Score: 64.2709
Option Tree Field

Gitana 4.0 / Forms / Fields / Option Tree Field

Documentation Reference

Option Tree Field enables dynamic user input with customizable selectors for efficient data entry and selection paths. (Gitana 4.0)

Score: 31.319
How can I retrieve content for a tree view?

How can I retrieve content for a tree view?

Support Article

The Cloud CMS API offers a number of convenience API methods that go beyond basic CRUD and bulk content operations. Among these methods are those that allow you to retrieve content from your repository branch in a tree-friendly format. A tree-organized format means that the data comes back in a such a way as to make it easy to load into front-end tree controls. Typical front-end tree controls requires the ability to load a "snapshot" of the tree as a starting point as well as iteratively grow or

Score: 8.7639
Tree Hierarchies

Tree Hierarchies

Support Article

In Cloud CMS, there are no hard and fast rules regarding association types between nodes. And so, when dealing with things like tree structures, you usually have to first make some assumptions about the kinds of relationships between nodes that you want to traverse. For arbitrary relationships and traversals around nodes, Cloud CMS provides traversal methods which are a bit more intensive to use. However, if you're using typical a:child relationships between nodes (which is what Cloud CMS uses f

Score: 8.5799
References

Gitana 4.0 / Forms / API / References

Documentation Reference

Explore using JSON schema references with Alpaca for efficient schema management and dynamic form generation. (Gitana 4.0)

Score: 7.5177
How to Retrieve content by their document library path

How to Retrieve content by their document library path

Support Article

You can retrieve content by their document library path using the CMS API using the Node API. For example, you can paginate through the children of a node using this call: http://api.cloudcms.com/docs#!/node/get_repositories_repositoryId_branches_branchId_nodes_nodeId_children GET /repositories/{repositoryId}/branches/{branchId}/nodes/{nodeId}/children?path={path} In this case, you would set "nodeId" to the value "root" to indicate the root node. And then use "path" to describe the offset. If yo

Score: 6.7384
Extend Field Templates

Gitana 3.2 / Guide / Guide / Content Modeling / Content Model Builder / Extend Field Templates

Documentation Reference

Create custom field templates with Summernote WYSIWYG editor to extend default functionality in your web application. (Gitana 3.2)

Score: 6.5792
Extend Field Templates

Gitana 4.0 / Content Engine / Content Models / Content Model Builder / Extend Field Templates

Documentation Reference

Extend and customize your web forms with Summernote WYSIWYG editors via field templates and modules. (Gitana 4.0)

Score: 6.5792
Overview

Gitana 4.0 / Forms / Fields

Documentation Reference

Explore comprehensive documentation on diverse field types including address, email, date, checkbox, and more for form creation. (Gitana 4.0)

Score: 6.29
Branch

Gitana 3.2 / Guide / Guide / API / Data Types / Branch

Documentation Reference

Manage isolated workspaces with dynamic branches; create, customize, and secure your projects with ease. Ideal for collaborative teams. (Gitana 3.2)

Score: 5.9253
Overview

Gitana

Documentation Reference

Cloud CMS is a fully decoupled API-first CMS that empowers businesses to create and publish content seamlessly. Get started with our guides.

Score: 5.7206
Views

Gitana 4.0 / Forms / API / Views

Documentation Reference

Optimize Alpaca views for rendering schemas with custom templates, styles, and callbacks in web, Bootstrap, and jQuery UI layouts. (Gitana 4.0)

Score: 5.6161
Files

Gitana 3.2 / Guide / Guide / Bulk Import / Files

Documentation Reference

Effortlessly import and organize diverse files into Cloud CMS with the Bulk Import tool and packager module. (Gitana 3.2)

Score: 5.5332
Files

Gitana 4.0 / Content Engine / Bulk Import / Files

Documentation Reference

Effortlessly import diverse file types into Cloud CMS with the Bulk Import tool, including Office, PDF, audio, and video. (Gitana 4.0)

Score: 5.5332
@form

Gitana 3.2 / Guide / Guide / Application Server / Tags / @form

Documentation Reference

Render dynamic Alpaca Forms with Cloud CMS. Define and control form behavior with various parameters and success or failure redirects. (Gitana 3.2)

Score: 5.4398
@form

Gitana 4.0 / Developers / Application Server / Tags / @form

Documentation Reference

Render dynamic forms using Alpaca Forms in Cloud CMS by setting definition & form keys for seamless client-side integration. (Gitana 4.0)

Score: 5.4398
CSV

Gitana 3.2 / Guide / Guide / Bulk Import / CSV

Documentation Reference

Easily import CSV data into Cloud CMS content repositories using our Bulk Import tool. (Gitana 3.2)

Score: 5.1773
CSV

Gitana 4.0 / Content Engine / Bulk Import / CSV

Documentation Reference

Effortlessly import CSV data into Cloud CMS repositories with the powerful Bulk Import tool. (Gitana 4.0)

Score: 5.1773
Nodes

Gitana 3.2 / Guide / Guide / Bulk Import / Nodes

Documentation Reference

Effortlessly import structured data with Cloud CMS Bulk Import tool, ideal for managing content types and author associations. (Gitana 3.2)

Score: 5.016
XML

Gitana 3.2 / Guide / Guide / Bulk Import / XML

Documentation Reference

Effortlessly import XML content into Cloud CMS using the Bulk Import tool for streamlined data management. (Gitana 3.2)

Score: 5.016
Nodes

Gitana 4.0 / Content Engine / Bulk Import / Nodes

Documentation Reference

Easily import and relate content with Cloud CMS Bulk Import tool's Packager API, perfect for structured data and metadata. (Gitana 4.0)

Score: 5.016
XML

Gitana 4.0 / Content Engine / Bulk Import / XML

Documentation Reference

Easily import XML content into Cloud CMS repositories with bulk import tools and code examples. (Gitana 4.0)

Score: 5.016
Fine Tuning User Management

Fine Tuning User Management

Support Article

Teams provide a very broad way to assign authorities. If a Team grants the Consumer authority, say, it grants that authority over everything in the project. That means all content is readable by anyone on the team. While this is useful in a number of cases, it is also too broad a stroke for more complex scenarios. In a more complex scenario where you wish to limit read access for specific types of content to specific users. To do this, you start by modifying all Teams that a user is a member so

Score: 4.7217
How do I retrieve the folder path for my content?

How do I retrieve the folder path for my content?

Support Article

In Cloud CMS, you may choose to associate nodes with folders. This allows the content to be worked with by editorial teams such that they can navigate to content within folders, move content between folders and generally organize their content as they wish. It also allows for content to be retrieved by path via the API, if you wish. Technically speaking, Cloud CMS does not require folders or paths. In fact, plenty of customers use Cloud CMS in such a way that they don't require folders at all. C

Score: 4.5872