Found 193 results for "javascript"

The search executed in 5.62445E-4 seconds. That's fast.

Gitana / 4.0 / Reference / Types / Authority Report

Discover our Authority Report object, offering comprehensive schema details and coding cookbooks in various languages to accelerate your development.

Score: 4.3300953

The Beauty of Cloud CMS Chaining

Chaining is a common technique that has been widely adopted by modern JavaScript libraries to chain method calls together. The goal of chaining is to produce elegant and concise code that is easy to understand or maintain. For example, if you are a jQuery developer, you may produce similar code like this on daily basis. $('#mydiv').empty().html('Hello Word!').css('font-size','10px'); However, most popular JavaScript libraries only support “static” chaining, e.g. DOM object manipulation. If the m

Score: 4.3263836

Gitana / 4.0 / Reference / Types / Import Configuration

Optimize your import configuration with detailed guides on properties, schema, and language-specific cookbooks for C#, Java, Python, and more.

Score: 4.2877936

Gitana / 3.2 / Guide / Guide / Authentication / OAuth 2.0

Securely authenticate clients and users with Cloud CMS's OAuth2 support, industry-standard authorization, and explore its robust features through our comprehensive guide.

Score: 4.248352

Gitana / 4.0 / Developers / Authentication / OAuth 2.0

Securely authenticate clients and users with Cloud CMS's OAuth2 support, industry-standard authorization, and explore its robust features through our comprehensive guide.

Score: 4.248352

Gitana / 4.0 / Reference / Types / Document

Comprehensive schema and properties guide for effectively managing objects using various language drivers including C#, Java, and Python.

Score: 4.24631

Gitana / 4.0 / Reference / Types / Timestamp

Explore a comprehensive guide to Timestamps with schema, properties, methods, and examples for easy integration into your projects.

Score: 4.24631

Gitana / 4.0 / Reference / Types / Domain Group

Explore our comprehensive guide on Domain Groups within the Gitana platform, featuring properties, schema, and language driver integration tips.

Score: 4.24631

Gitana / 3.2 / Guide / Guide / Workflow / Workflow Handlers / Script

Run scripts in workflows with this handler to access document and workflow data seamlessly. Configure with optional mimetypes for custom scripts.

Score: 4.205622

Gitana / 4.0 / Content Engine / Workflow / Workflow Handlers / Script

Run customizable scripts in workflows, accessing variables like document data and metadata for efficient task automation.

Score: 4.205622

Gitana / 4.0 / Reference / Types / Teamable Hierarchy

Explore our comprehensive guide on Teamable Hierarchy within a cluster, complete with properties, methods, examples, and schema for developers.

Score: 4.205622

Gitana / 4.0 / Reference / Types / Access Policy Assignment

Explore Access Policy Assignment within the Platform, offering detailed properties, methods, and schema for efficient and secure access management.

Score: 4.205622

Gitana / 4.0 / Reference / Types / Team

Explore our comprehensive guide on Team object properties, methods, and schema. Accelerate development with language drivers and cookbooks for C#, Java, and more!

Score: 4.205622

Gitana / 4.0 / Reference / Types / Authentication Grant

Learn to securely generate and manage alternate credentials with Authentication Grants, enhancing user authentication flexibility on your platform.

Score: 4.153708

How can I reuse connections with the Java Driver?

The Cloud CMS Java Driver uses a thread local variable to store the authentication context it receives after connecting. This is perhaps unusual for folks who are coming from the JavaScript world but should be very familiar for anyone who works with common JavaScript frameworks such as Spring Framework or Spring Security. When the authentication completes, the Java Driver constructs a "Driver" object that it stores into a thread local variable using the following call: DriverContext.setDriver(dr

Score: 4.153708

Gitana / 4.0 / Reference / Types / Export Configuration

Explore our Export Configuration guide with properties, schema details, and popular programming cookbooks for C#, Java, Go, and more to get started.

Score: 4.126541

Gitana / 4.0 / Reference / Types / Domain User

Learn how to utilize Gitana's Domain User object with comprehensive properties and methods for efficient development. Get started with our cookbooks.

Score: 4.126541

The best way to enable content authoring with your JS framework

Now that you’ve built that beautiful application in Angular, Aurelia, Ember, React - or the next big JavaScript framework - how do make your content authors happy? Easy: Think Headless. Never let a CMS dictate your presentation tier options. The field is too crowded and is changing too rapidly for pre-ordained “templates” to suffice. Instead, crank out that prototype in your desired framework(s) and utilise REST calls to query content a simple mockup will do returning JSON for each node Then go

Score: 4.126541

Gitana / 4.0 / Reference / Types / Result Map of ACL entries

Explore our API's Result Map of ACL entries featuring detailed properties, schema, and language-specific Cookbooks for accelerated development.

Score: 4.088105

Gitana / 4.0 / Reference / Types / Refresh Token

Explore the properties, schema, and examples of Refresh Token, a key component within the Cluster architecture for secure application development.

Score: 4.013343

Gitana / 3.2 / Guide / Guide / Modules

Build custom add-on modules for Cloud CMS using GitHub and JavaScript. Easily register and deploy your module to enhance the Cloud CMS interface.

Score: 4.002205

Gitana / 4.0 / User Interface / Modules / Overview

Learn to build and deploy add-on modules for Cloud CMS using GitHub, enhancing the user interface with customizable module extensions.

Score: 4.002205

Gitana / 4.0 / Reference / Types / Access Token

Explore the comprehensive guide on Access Tokens, their properties, and schema within a Cluster for enhanced API development.

Score: 3.9412653

Gitana / 4.0 / Reference / Types / Server

Explore our comprehensive Server API documentation, featuring methods, properties, and examples to accelerate your development efforts.

Score: 3.9412653

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