This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| myown : { | |
| name : 'MyOwn', | |
| fields : { | |
| og : { | |
| name : 'Open Graph', | |
| icon : 'opengraph', | |
| fields : { | |
| location : {name: 'Location', icon: 'location', type: 'string', cs: true, input: 'text', operators: ['exists', 'contains', 'substr', 'contains_any', 'contains_near', 'different', 'regex_partial', 'regex_exact']}, | |
| } | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| myown : { | |
| name : 'MyOwn', | |
| fields : { | |
| og : { | |
| name : 'Open Graph', | |
| icon : 'opengraph', | |
| fields : { | |
| location : {name: 'Location', icon: 'location', type: 'string', cs: true, input: 'text', operators: ['exists', 'contains', 'substr', 'contains_any', 'contains_near', 'different', 'regex_partial', 'regex_exact']}, | |
| } | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| myown : { | |
| name : 'MyOwn', | |
| fields : { | |
| og : { | |
| name : 'Open Graph', | |
| icon : 'opengraph', | |
| fields : { | |
| location : {name: 'Location', icon: 'location', type: 'string', cs: true, input: 'text', operators: ['exists', 'contains', 'substr', 'contains_any', 'contains_near', 'different', 'regex_partial', 'regex_exact']}, | |
| } | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var editor = new JCSDLGui($("#editor"), { | |
| animate : 200 | |
| }); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <link rel="stylesheet" type="text/css" href="yourCssFile.css" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div id="jcsdl"></div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script src="https://gist.github.com/2823259.js?file=gistfile1.js" type="text/javascript"></script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| different : { | |
| //label : 'Different', | |
| label : 'MyCustomLabelDifferent', | |
| //description : 'Is different than the following.', | |
| description : 'My custom description', | |
| code : '!=' | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| different : { | |
| //label : 'Different', | |
| label : 'MyCustomLabelDifferent', | |
| //description : 'Is different than the following.', | |
| description : 'My custom description', | |
| code : '!=' | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** @var {Object} GUI config object. */ | |
| this.config = $.extend(true, { | |
| animate : 200, | |
| cancelButtton : true, | |
| googleMapsApiKey : '', | |
| mapsOverlay : { | |
| strokeWeight : 0, | |
| //fillColor : '#7585dd', | |
| fillColor : '#2fbbf3', | |
| //fillOpacity : 0.5 |
OlderNewer