Sha256: 3e6d741bbc8e1eb77ad4d050007cf14ae2c2819289952c3722e3219fffc170db

Contents?: true

Size: 671 Bytes

Versions: 9

Compression:

Stored size: 671 Bytes

Contents

{
	"description": "Base View Schema for defining View Instances in an application",	
	"type": "object",
	"properties": {
		"type": {
			"type":"string",
			"description": "The Name of the Class to be used for this view"		
		},

		"models": {
			"type": "array",
			"items": {
				"type":"string",
				"description": "Models that this view requires. These should reference one of the available #models",
				"dependences":{}
			}
		},

		"persist": {
			"type": "boolean",
			"description":"Keep this view loaded on the dom or memory, but not necessarily visible"
		},

		"template": {
			"type": "string",
			"description": "Template to be used with this view"
		}
	}
}

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
dojox-rails-0.14.0 vendor/assets/javascripts/dojox/app/schema/view.json
dojox-rails-0.13.0 vendor/assets/javascripts/dojox/app/schema/view.json
dojox-rails-0.12.0 vendor/assets/javascripts/dojox/app/schema/view.json
dojox-rails-0.11.0 vendor/assets/javascripts/app/schema/view.json
dojo-rails-0.9.4 vendor/assets/javascripts/dojox/app/schema/view.json
dojo-rails-0.9.3 vendor/assets/javascripts/dojox/app/schema/view.json
dojo-rails-0.9.2 vendor/assets/javascripts/dojox/app/schema/view.json
dojo-rails-0.9.1 vendor/assets/javascripts/dojox/app/schema/view.json
dojo-rails-0.9.0 vendor/assets/javascripts/dojox/app/schema/view.json