Found 503 results for "scripting node"

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

Gitana 4.0 / Content Engine / Aspects / Previewable

Automate the creation of preview attachments for PDF files, transforming them into images optimized for devices like iPhone and iPad.

Score: 1.0507312

Gitana 4.0 / User Interface / User Interface / Multilingual

Optimize your content for multilingual support with features to set locales, manage translations, and apply multilingual behavior.

Score: 1.0502872

Tree Hierarchies

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: 1.0480008

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

Download node attachments easily as text using our intuitive syntax for efficient data management.

Score: 1.0439674

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

Download node attachments easily as text using our intuitive syntax for efficient data management.

Score: 1.0439674

Gitana 3.2 / Guide / Guide / Features / Extractable

Optimize metadata extraction with Cloud CMS. Automatically extract properties from attachments to enhance your document's JSON data.

Score: 1.0418912

Gitana 4.0 / Content Engine / Aspects / Extractable

Optimize metadata extraction with Cloud CMS. Automatically extract properties from attachments to enhance your document's JSON data.

Score: 1.0418912

Gitana 3.2 / Guide / Guide / Reports

Generate comprehensive reports in CSV, PDF, or ZIP with Cloud CMS, using export configurations tailored for your business needs.

Score: 1.0417354

Gitana 4.0 / Content Engine / Nodes / Reports

Generate comprehensive reports in CSV, PDF, or ZIP with Cloud CMS, using export configurations tailored for your business needs.

Score: 1.0417354

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

Discover relatives around a node with @relatives syntax. Explore associations, set limits, and customize templates easily.

Score: 1.0406775

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

Discover relatives around a node with @relatives syntax. Explore associations, set limits, and customize templates easily.

Score: 1.0406775

Gitana 4.0 / Developers / Drivers / Java

Connect Java and Android apps effortlessly with Gitana's driver. Explore Maven, API keys, and open-source options for seamless integration.

Score: 1.0385435

Gitana 3.2 / Guide / Guide / Actions / Change QName

Modify a node's QName effortlessly with our detailed guide, ensuring seamless XML data handling and optimization.

Score: 1.0374084

Gitana 4.0 / Content Engine / Behaviors / Actions / Change QName

Modify a node's QName effortlessly with our detailed guide, ensuring seamless XML data handling and optimization.

Score: 1.0374084

How to monitor API traffic from a node js app

It is sometimes helpful to see the API traffic that is going on between the Gitana javascript driver and the Cloud CMS API server. This is a non-intrusive method of doing that. install a tool called Charles Proxy https://www.charlesproxy.com/ This is an excellent tool for monitoring http/https traffic. Once installed, start Charles Proxy and enable reverse proxy: Check "Enable Reverse Proxies" and then click the "Add" button. A port will be assigned (55703 in the example below). Set Remote Host

Score: 1.0338433

Gitana 3.2 / Guide / Guide / Conditions / Property Changed

Monitor node property changes with customizable conditions, including property, old, and new values. Trigger actions on state changes efficiently.

Score: 1.0331987

Gitana 4.0 / Content Engine / Behaviors / Conditions / Property Changed

Monitor node property changes with customizable conditions, including property, old, and new values. Trigger actions on state changes efficiently.

Score: 1.0331987

Gitana 3.2 / Guide / Guide / Cookbooks / REST API Cookbook

Optimize your REST API integration skills with our comprehensive Cloud CMS guide, including authentication, node creation, and sample queries.

Score: 1.0325551

Gitana 4.0 / Developers / Cookbooks / REST API Cookbook

Optimize your REST API usage with Gitana's comprehensive guide, covering OAuth2 for authentication, sample queries, node creation, and associations.

Score: 1.0325551

Cloud Content Management - Gitana

Cloud Content Management - Gitana Status Releases Registry Blog Cloud CMS Platform Platform Manage, collaborate, search and distribute your highly-structured data across branches, versions and workflow-driven lifecycle. Content Management Create, Approve and Publish quality content to production on-time. Easy editorial and workflow tools let your best work reach your customers. Automation Automate your content creation and approval flows while taking advantage of AI services to enhance and curat

Score: 1.0309882

Gitana 3.2 / Guide / Guide / Conditions / Or

Learn how to use logical or conditions in JSON schemas, with examples for articles and press releases.

Score: 1.0274105

Gitana 4.0 / Content Engine / Behaviors / Conditions / Or

Learn how to use logical or conditions in JSON schemas, with examples for articles and press releases.

Score: 1.0274105

Gitana 3.2 / Guide / Guide / Cookbooks / PHP Cookbook

Learn how to use the Gitana PHP driver in your projects. Connect to Gitana, query, and search efficiently with PHP. Explore our PHP Cookbook!

Score: 1.0233333

Gitana 4.0 / Developers / Cookbooks / PHP Cookbook

Explore the PHP Cookbook for comprehensive guides and code samples to seamlessly integrate Gitana's PHP driver into your projects.

Score: 1.0233333

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: 1.0216868