diff --git a/Gemfile b/Gemfile index c9517b0756..a57322dbde 100644 --- a/Gemfile +++ b/Gemfile @@ -9,5 +9,5 @@ gem "builder" gem 'therubyracer' # faster ExecJS gem 'oj' # faster JSON gem 'redcarpet' # faster Markdown - +gem 'nokogiri' gem 'capistrano' \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index e6da44b1c0..01e952a2e1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,11 +1,11 @@ GEM remote: https://rubygems.org/ specs: - activesupport (3.2.11) + activesupport (3.2.12) i18n (~> 0.6) multi_json (~> 1.0) - builder (3.1.4) - capistrano (2.14.1) + builder (3.2.0) + capistrano (2.15.4) highline net-scp (>= 1.0.0) net-sftp (>= 2.0.0) @@ -22,46 +22,45 @@ GEM sass (~> 3.1) execjs (1.4.0) multi_json (~> 1.0) - favicon_maker (0.0.9) - mini_magick (~> 3.0) - ffi (1.3.1) - fssm (0.2.9) - haml (3.1.7) - highline (1.6.15) + favicon_maker (0.1.1) + mini_magick (~> 3.5) + fssm (0.2.10) + haml (4.0.0) + tilt + highline (1.6.19) hike (1.2.1) http_router (0.10.2) rack (>= 1.0.0) url_mount (~> 0.2.1) - i18n (0.6.1) + i18n (0.6.4) libv8 (3.11.8.13) - listen (0.5.3) + listen (0.7.3) maruku (0.6.1) syntax (>= 1.0.0) - middleman (3.0.11) - middleman-core (= 3.0.11) - middleman-more (= 3.0.11) - middleman-sprockets (~> 3.0.6) - middleman-blog (3.1.1) + middleman (3.0.12) + middleman-core (= 3.0.12) + middleman-more (= 3.0.12) + middleman-sprockets (~> 3.0.8) + middleman-blog (3.2.0) maruku (~> 0.6.0) - middleman-core (~> 3.0.1) + middleman-core (~> 3.0) tzinfo (~> 0.3.0) - middleman-core (3.0.11) + middleman-core (3.0.12) activesupport (~> 3.2.6) bundler (~> 1.1) - listen (~> 0.5.2) + listen (~> 0.7.3) rack (~> 1.4.1) rack-test (~> 0.6.1) - rb-fsevent (~> 0.9.1) - rb-inotify (~> 0.8.8) + rb-fsevent (~> 0.9.3) thor (~> 0.15.4) tilt (~> 1.3.1) middleman-deploy (0.0.10) middleman-core (>= 3.0.0) ptools - middleman-favicon-maker (3.0.3) - favicon_maker (~> 0.0.9) + middleman-favicon-maker (3.1.2) + favicon_maker (~> 0.1.1) middleman-core (>= 3.0.0) - middleman-more (3.0.11) + middleman-more (3.0.12) coffee-script (~> 2.2.0) coffee-script-source (~> 1.3.3) compass (>= 0.12.2) @@ -69,25 +68,28 @@ GEM haml (>= 3.1.6) i18n (~> 0.6.0) maruku (~> 0.6.0) - middleman-core (= 3.0.11) + middleman-core (= 3.0.12) padrino-helpers (= 0.10.7) sass (>= 3.1.20) uglifier (~> 1.2.6) - middleman-sprockets (3.0.6) - middleman-more (>= 3.0.1) + middleman-sprockets (3.0.9) + middleman-more (>= 3.0.11) sprockets (~> 2.1, < 2.5) - sprockets-sass (~> 0.9.0) - mini_magick (3.4) + sprockets-sass (~> 0.9.1) + mini_magick (3.5.0) subexec (~> 0.2.1) - multi_json (1.5.0) - net-scp (1.0.4) - net-ssh (>= 1.99.1) - net-sftp (2.0.5) - net-ssh (>= 2.0.9) - net-ssh (2.6.3) - net-ssh-gateway (1.1.0) - net-ssh (>= 1.99.1) - oj (2.0.2) + mini_portile (0.5.0) + multi_json (1.6.1) + net-scp (1.1.1) + net-ssh (>= 2.6.5) + net-sftp (2.1.2) + net-ssh (>= 2.6.5) + net-ssh (2.6.7) + net-ssh-gateway (1.2.0) + net-ssh (>= 2.6.5) + nokogiri (1.6.0) + mini_portile (~> 0.5.0) + oj (2.0.10) padrino-core (0.10.7) activesupport (~> 3.2.0) http_router (~> 0.10.2) @@ -98,20 +100,18 @@ GEM i18n (~> 0.6) padrino-core (= 0.10.7) ptools (1.2.2) - rack (1.4.4) - rack-protection (1.3.2) + rack (1.4.5) + rack-protection (1.5.0) rack rack-test (0.6.2) rack (>= 1.0) rb-fsevent (0.9.3) - rb-inotify (0.8.8) - ffi (>= 0.5.0) redcarpet (2.2.2) ref (1.0.2) - sass (3.2.5) - sinatra (1.3.3) - rack (~> 1.3, >= 1.3.6) - rack-protection (~> 1.2) + sass (3.2.7) + sinatra (1.3.5) + rack (~> 1.4) + rack-protection (~> 1.3) tilt (~> 1.3, >= 1.3.3) sprockets (2.4.5) hike (~> 1.2) @@ -123,12 +123,12 @@ GEM tilt (~> 1.1) subexec (0.2.2) syntax (1.0.0) - therubyracer (0.11.3) + therubyracer (0.11.4) libv8 (~> 3.11.8.12) ref thor (0.15.4) - tilt (1.3.3) - tzinfo (0.3.35) + tilt (1.3.7) + tzinfo (0.3.37) uglifier (1.2.7) execjs (>= 0.3.0) multi_json (~> 1.3) @@ -145,6 +145,7 @@ DEPENDENCIES middleman-blog middleman-deploy middleman-favicon-maker + nokogiri oj redcarpet therubyracer diff --git a/build/404 b/build/404 new file mode 100644 index 0000000000..c2c3321dff --- /dev/null +++ b/build/404 @@ -0,0 +1,467 @@ + + + + + + + - App development for Mobile and Desktop with Application Craft + + + + + + + + + + + + + + + + + + + + + + + + +
+

+ + +

+ +
+ + +
+ + + + + Page Not Found :( + + + +
+

Not found :(

+

Sorry, but the page you were trying to view does not exist.

+

It looks like this was the result of either:

+
    +
  • a mistyped address
  • +
  • an out-of-date link
  • +
+ + +
+ + + +
+
+
+ + + +
+
+
only $14 per month
+ + +
+ +
+ + + + + + 1:28 +
+ + + Watch the intro video... + + +
+
+
+ + + + + +
+
+ +

Your browser is very old and will not work correctly with ApplicationCraft.

+

Please upgrade Internet Explorer or use a modern browser, and Browse Happy!

+
+
+ +
+ +
+

Live Webinars

+

Application Craft runs regularly scheduled webinars, including:

+ +

Both are designed to help you every step of the way!

+

+ Tell me more + No thanks +

+
+ +
+ + + + + + + + + + + + + + diff --git a/build/404/index.html b/build/404/index.html deleted file mode 100644 index 044654413f..0000000000 --- a/build/404/index.html +++ /dev/null @@ -1,157 +0,0 @@ - - - - - Page Not Found :( - - - -
-

Not found :(

-

Sorry, but the page you were trying to view does not exist.

-

It looks like this was the result of either:

- - - -
- - diff --git a/build/404/index.html.gz b/build/404/index.html.gz deleted file mode 100644 index a52a575974..0000000000 Binary files a/build/404/index.html.gz and /dev/null differ diff --git a/build/blog/2012/01/index.html b/build/blog/2012/01/index.html index 384b9c682f..5ec857b1e2 100644 --- a/build/blog/2012/01/index.html +++ b/build/blog/2012/01/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/blog/2012/01/index.html.gz b/build/blog/2012/01/index.html.gz index 1c0ccfa5cd..64f561a8f6 100644 Binary files a/build/blog/2012/01/index.html.gz and b/build/blog/2012/01/index.html.gz differ diff --git a/build/blog/2012/01/new-google-maps-v3-widget/index.html b/build/blog/2012/01/new-google-maps-v3-widget/index.html index f0063a482f..82f259e845 100644 --- a/build/blog/2012/01/new-google-maps-v3-widget/index.html +++ b/build/blog/2012/01/new-google-maps-v3-widget/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/blog/2012/01/new-google-maps-v3-widget/index.html.gz b/build/blog/2012/01/new-google-maps-v3-widget/index.html.gz index dfb1c83407..2f70da890f 100644 Binary files a/build/blog/2012/01/new-google-maps-v3-widget/index.html.gz and b/build/blog/2012/01/new-google-maps-v3-widget/index.html.gz differ diff --git a/build/blog/2012/01/phonegap-application-craft-pain-free-mobile-app-development/index.html b/build/blog/2012/01/phonegap-application-craft-pain-free-mobile-app-development/index.html index 13115b15b3..cd60840635 100644 --- a/build/blog/2012/01/phonegap-application-craft-pain-free-mobile-app-development/index.html +++ b/build/blog/2012/01/phonegap-application-craft-pain-free-mobile-app-development/index.html @@ -19,7 +19,7 @@ - + diff --git a/build/blog/2012/01/phonegap-application-craft-pain-free-mobile-app-development/index.html.gz b/build/blog/2012/01/phonegap-application-craft-pain-free-mobile-app-development/index.html.gz index 4baff8be92..8f47027aeb 100644 Binary files a/build/blog/2012/01/phonegap-application-craft-pain-free-mobile-app-development/index.html.gz and b/build/blog/2012/01/phonegap-application-craft-pain-free-mobile-app-development/index.html.gz differ diff --git a/build/blog/2012/01/why-we-love-ace-cloud-9-editor-and-how-weve-integrated-it/index.html b/build/blog/2012/01/why-we-love-ace-cloud-9-editor-and-how-weve-integrated-it/index.html index 1c1ad246fb..35966ffec6 100644 --- a/build/blog/2012/01/why-we-love-ace-cloud-9-editor-and-how-weve-integrated-it/index.html +++ b/build/blog/2012/01/why-we-love-ace-cloud-9-editor-and-how-weve-integrated-it/index.html @@ -17,7 +17,7 @@ - + diff --git a/build/blog/2012/01/why-we-love-ace-cloud-9-editor-and-how-weve-integrated-it/index.html.gz b/build/blog/2012/01/why-we-love-ace-cloud-9-editor-and-how-weve-integrated-it/index.html.gz index 268c825f51..920220b9d4 100644 Binary files a/build/blog/2012/01/why-we-love-ace-cloud-9-editor-and-how-weve-integrated-it/index.html.gz and b/build/blog/2012/01/why-we-love-ace-cloud-9-editor-and-how-weve-integrated-it/index.html.gz differ diff --git a/build/blog/2012/07/index.html b/build/blog/2012/07/index.html index c3b9d8852c..2749731061 100644 --- a/build/blog/2012/07/index.html +++ b/build/blog/2012/07/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/blog/2012/07/index.html.gz b/build/blog/2012/07/index.html.gz index e48ccbc254..7ec1f8d244 100644 Binary files a/build/blog/2012/07/index.html.gz and b/build/blog/2012/07/index.html.gz differ diff --git a/build/blog/2012/07/scandit-partnership-enterprise-quality-barcode-scanning-application-craft/index.html b/build/blog/2012/07/scandit-partnership-enterprise-quality-barcode-scanning-application-craft/index.html index 13f268ece9..cabd2ce36f 100644 --- a/build/blog/2012/07/scandit-partnership-enterprise-quality-barcode-scanning-application-craft/index.html +++ b/build/blog/2012/07/scandit-partnership-enterprise-quality-barcode-scanning-application-craft/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/blog/2012/07/scandit-partnership-enterprise-quality-barcode-scanning-application-craft/index.html.gz b/build/blog/2012/07/scandit-partnership-enterprise-quality-barcode-scanning-application-craft/index.html.gz index 7ecb88279d..9516d339ea 100644 Binary files a/build/blog/2012/07/scandit-partnership-enterprise-quality-barcode-scanning-application-craft/index.html.gz and b/build/blog/2012/07/scandit-partnership-enterprise-quality-barcode-scanning-application-craft/index.html.gz differ diff --git a/build/blog/2012/09/application-craft-launches-cloud-based-app-platform-gets-1-million-funding/index.html b/build/blog/2012/09/application-craft-launches-cloud-based-app-platform-gets-1-million-funding/index.html index dcaacebb34..47c42af9e3 100644 --- a/build/blog/2012/09/application-craft-launches-cloud-based-app-platform-gets-1-million-funding/index.html +++ b/build/blog/2012/09/application-craft-launches-cloud-based-app-platform-gets-1-million-funding/index.html @@ -17,7 +17,7 @@ - + diff --git a/build/blog/2012/09/application-craft-launches-cloud-based-app-platform-gets-1-million-funding/index.html.gz b/build/blog/2012/09/application-craft-launches-cloud-based-app-platform-gets-1-million-funding/index.html.gz index 4736124409..ad3a88f40d 100644 Binary files a/build/blog/2012/09/application-craft-launches-cloud-based-app-platform-gets-1-million-funding/index.html.gz and b/build/blog/2012/09/application-craft-launches-cloud-based-app-platform-gets-1-million-funding/index.html.gz differ diff --git a/build/blog/2012/09/index.html b/build/blog/2012/09/index.html index 03f5c06be9..4db4906953 100644 --- a/build/blog/2012/09/index.html +++ b/build/blog/2012/09/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/blog/2012/09/index.html.gz b/build/blog/2012/09/index.html.gz index f5a27eac8d..7a04a364a4 100644 Binary files a/build/blog/2012/09/index.html.gz and b/build/blog/2012/09/index.html.gz differ diff --git a/build/blog/2012/09/power-server-side-javascript/index.html b/build/blog/2012/09/power-server-side-javascript/index.html index 0ee4eb5aef..7e724e8a18 100644 --- a/build/blog/2012/09/power-server-side-javascript/index.html +++ b/build/blog/2012/09/power-server-side-javascript/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/blog/2012/09/power-server-side-javascript/index.html.gz b/build/blog/2012/09/power-server-side-javascript/index.html.gz index de12ff5c83..ffb258ead2 100644 Binary files a/build/blog/2012/09/power-server-side-javascript/index.html.gz and b/build/blog/2012/09/power-server-side-javascript/index.html.gz differ diff --git a/build/blog/2012/09/what-mark-zuckerberg-really-said-about-html5/index.html b/build/blog/2012/09/what-mark-zuckerberg-really-said-about-html5/index.html index e6fd78c6a3..94f3f09c32 100644 --- a/build/blog/2012/09/what-mark-zuckerberg-really-said-about-html5/index.html +++ b/build/blog/2012/09/what-mark-zuckerberg-really-said-about-html5/index.html @@ -18,7 +18,7 @@ - + diff --git a/build/blog/2012/09/what-mark-zuckerberg-really-said-about-html5/index.html.gz b/build/blog/2012/09/what-mark-zuckerberg-really-said-about-html5/index.html.gz index 0cf06a8ba9..b4c442059e 100644 Binary files a/build/blog/2012/09/what-mark-zuckerberg-really-said-about-html5/index.html.gz and b/build/blog/2012/09/what-mark-zuckerberg-really-said-about-html5/index.html.gz differ diff --git a/build/blog/2012/10/accepting-credit-card-payments-ac-apps/index.html b/build/blog/2012/10/accepting-credit-card-payments-ac-apps/index.html index 9aa1b8f93d..f81060ffe3 100644 --- a/build/blog/2012/10/accepting-credit-card-payments-ac-apps/index.html +++ b/build/blog/2012/10/accepting-credit-card-payments-ac-apps/index.html @@ -17,7 +17,7 @@ - + diff --git a/build/blog/2012/10/accepting-credit-card-payments-ac-apps/index.html.gz b/build/blog/2012/10/accepting-credit-card-payments-ac-apps/index.html.gz index eb25ba1877..9e0a007721 100644 Binary files a/build/blog/2012/10/accepting-credit-card-payments-ac-apps/index.html.gz and b/build/blog/2012/10/accepting-credit-card-payments-ac-apps/index.html.gz differ diff --git a/build/blog/2012/10/index.html b/build/blog/2012/10/index.html index 1dc923babe..85a2272119 100644 --- a/build/blog/2012/10/index.html +++ b/build/blog/2012/10/index.html @@ -15,7 +15,7 @@ - + @@ -306,101 +306,6 @@

Frequent Releases

-
-
-

- October 9, 2012 - - by Joel Moss - -

- -

Tagged:

- - -

- Comments -

-
- -

Introducing the Developer Portal

- -
-
- - -
- -
- -
- - - -
- -
-
-
-
- - - Introducing the Developer Portal - - -

Over the last few months we have been working towards improving and optimising our internal development processes. We have also been thinking hard about how we can include you in these processes, and to improve transparency throughout. So today, I am happy to announce the first step in that endeavour, and introduce the Application Craft Developer Portal

- -

This portal will eventually be your gateway to our large collection of help, guides, resources and assistance when working with the Application Craft platform. But this will be a stepped introduction, so right now we are opening up our bug tracker to you all, which will allow you to report bugs or possible issues to us in a much more efficient manner. This system also happens to be the same system that we use internally to manage and track development of AC, which means we get to see your issues almost immediately, and can more easily include them into our internal development processes.

- -

In the past, bugs and issues have been reported via our GetSatisfaction forums, but as of now you should use the new Developer Portal to do this. Any bugs or issues that are reported to the forums will be closed and you will be asked to use the Portal instead. If you are not sure about which system to use, please use the Portal and create a new issue there.

- -

So if you spot something that doesn't look or behave the way that you expect, and think it may be a bug, or perhaps there is a general issue that you feel needs to be addressed, please head on over to the new Developer Portal and create a new issue.

- -

Watch this space for more to come. In the meantime, please feel free to leave your comments below.

- -

Enjoy!

- - -
-
- - -
- -
- -
- - - -
- -
-
-
-
-
- - -

@@ -619,6 +524,101 @@

Server-side code

+
+
+

+ October 9, 2012 + + by Joel Moss + +

+ +

Tagged:

+
    + +
  • developers
  • + +
  • support
  • + +
+ +

+ Comments +

+
+ +

Introducing the Developer Portal

+ +
+
+ + +
+ +
+ +
+ + + +
+ +
+
+
+
+ + + Introducing the Developer Portal + + +

Over the last few months we have been working towards improving and optimising our internal development processes. We have also been thinking hard about how we can include you in these processes, and to improve transparency throughout. So today, I am happy to announce the first step in that endeavour, and introduce the Application Craft Developer Portal

+ +

This portal will eventually be your gateway to our large collection of help, guides, resources and assistance when working with the Application Craft platform. But this will be a stepped introduction, so right now we are opening up our bug tracker to you all, which will allow you to report bugs or possible issues to us in a much more efficient manner. This system also happens to be the same system that we use internally to manage and track development of AC, which means we get to see your issues almost immediately, and can more easily include them into our internal development processes.

+ +

In the past, bugs and issues have been reported via our GetSatisfaction forums, but as of now you should use the new Developer Portal to do this. Any bugs or issues that are reported to the forums will be closed and you will be asked to use the Portal instead. If you are not sure about which system to use, please use the Portal and create a new issue there.

+ +

So if you spot something that doesn't look or behave the way that you expect, and think it may be a bug, or perhaps there is a general issue that you feel needs to be addressed, please head on over to the new Developer Portal and create a new issue.

+ +

Watch this space for more to come. In the meantime, please feel free to leave your comments below.

+ +

Enjoy!

+ + +
+
+ + +
+ +
+ +
+ + + +
+ +
+
+
+
+
+ + +
@@ -665,10 +665,10 @@

on this page...

  • Updated code editor and ShareThis widget
  • -
  • Introducing the Developer Portal
  • -
  • Accepting Credit Card Payments in AC Apps
  • +
  • Introducing the Developer Portal
  • +
    diff --git a/build/blog/2012/10/index.html.gz b/build/blog/2012/10/index.html.gz index 7aa56a057c..b5ab3ceb75 100644 Binary files a/build/blog/2012/10/index.html.gz and b/build/blog/2012/10/index.html.gz differ diff --git a/build/blog/2012/10/introducing-developer-portal/index.html b/build/blog/2012/10/introducing-developer-portal/index.html index 6bf5f52a39..7e0aaa3cca 100644 --- a/build/blog/2012/10/introducing-developer-portal/index.html +++ b/build/blog/2012/10/introducing-developer-portal/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/blog/2012/10/introducing-developer-portal/index.html.gz b/build/blog/2012/10/introducing-developer-portal/index.html.gz index 3f97c9f79d..c27b976449 100644 Binary files a/build/blog/2012/10/introducing-developer-portal/index.html.gz and b/build/blog/2012/10/introducing-developer-portal/index.html.gz differ diff --git a/build/blog/2012/10/just-released-updated-code-editor-and-sharethis-widget/index.html b/build/blog/2012/10/just-released-updated-code-editor-and-sharethis-widget/index.html index 310f8b2397..ee95edd80d 100644 --- a/build/blog/2012/10/just-released-updated-code-editor-and-sharethis-widget/index.html +++ b/build/blog/2012/10/just-released-updated-code-editor-and-sharethis-widget/index.html @@ -21,7 +21,7 @@ - + diff --git a/build/blog/2012/10/just-released-updated-code-editor-and-sharethis-widget/index.html.gz b/build/blog/2012/10/just-released-updated-code-editor-and-sharethis-widget/index.html.gz index c419a1f24e..a4b906a143 100644 Binary files a/build/blog/2012/10/just-released-updated-code-editor-and-sharethis-widget/index.html.gz and b/build/blog/2012/10/just-released-updated-code-editor-and-sharethis-widget/index.html.gz differ diff --git a/build/blog/2012/10/worlds-first-full-featured-ide/index.html b/build/blog/2012/10/worlds-first-full-featured-ide/index.html index 85d5406e97..51eff9582a 100644 --- a/build/blog/2012/10/worlds-first-full-featured-ide/index.html +++ b/build/blog/2012/10/worlds-first-full-featured-ide/index.html @@ -19,7 +19,7 @@ - + diff --git a/build/blog/2012/10/worlds-first-full-featured-ide/index.html.gz b/build/blog/2012/10/worlds-first-full-featured-ide/index.html.gz index 93989aade8..ff56ca4916 100644 Binary files a/build/blog/2012/10/worlds-first-full-featured-ide/index.html.gz and b/build/blog/2012/10/worlds-first-full-featured-ide/index.html.gz differ diff --git a/build/blog/2012/11/a-new-way-to-talk/index.html b/build/blog/2012/11/a-new-way-to-talk/index.html index 582b14caef..92416f812d 100644 --- a/build/blog/2012/11/a-new-way-to-talk/index.html +++ b/build/blog/2012/11/a-new-way-to-talk/index.html @@ -17,7 +17,7 @@ - + diff --git a/build/blog/2012/11/a-new-way-to-talk/index.html.gz b/build/blog/2012/11/a-new-way-to-talk/index.html.gz index 4b61c6f260..d2d243cb63 100644 Binary files a/build/blog/2012/11/a-new-way-to-talk/index.html.gz and b/build/blog/2012/11/a-new-way-to-talk/index.html.gz differ diff --git a/build/blog/2012/11/ac-mobile-build/index.html b/build/blog/2012/11/ac-mobile-build/index.html index 7a73011737..26ac47b97f 100644 --- a/build/blog/2012/11/ac-mobile-build/index.html +++ b/build/blog/2012/11/ac-mobile-build/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/blog/2012/11/ac-mobile-build/index.html.gz b/build/blog/2012/11/ac-mobile-build/index.html.gz index 45bc909b31..efb3f2593b 100644 Binary files a/build/blog/2012/11/ac-mobile-build/index.html.gz and b/build/blog/2012/11/ac-mobile-build/index.html.gz differ diff --git a/build/blog/2012/11/chrome-users-around-the-world-rejoice/index.html b/build/blog/2012/11/chrome-users-around-the-world-rejoice/index.html index 391bfc324c..005f5d0e50 100644 --- a/build/blog/2012/11/chrome-users-around-the-world-rejoice/index.html +++ b/build/blog/2012/11/chrome-users-around-the-world-rejoice/index.html @@ -17,7 +17,7 @@ - + diff --git a/build/blog/2012/11/chrome-users-around-the-world-rejoice/index.html.gz b/build/blog/2012/11/chrome-users-around-the-world-rejoice/index.html.gz index b6096645a2..38517d6959 100644 Binary files a/build/blog/2012/11/chrome-users-around-the-world-rejoice/index.html.gz and b/build/blog/2012/11/chrome-users-around-the-world-rejoice/index.html.gz differ diff --git a/build/blog/2012/11/documentation-search-and-full-screen/index.html b/build/blog/2012/11/documentation-search-and-full-screen/index.html index b4035e50d1..8b0cd0346b 100644 --- a/build/blog/2012/11/documentation-search-and-full-screen/index.html +++ b/build/blog/2012/11/documentation-search-and-full-screen/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/blog/2012/11/documentation-search-and-full-screen/index.html.gz b/build/blog/2012/11/documentation-search-and-full-screen/index.html.gz index c9015fd675..d5f5289098 100644 Binary files a/build/blog/2012/11/documentation-search-and-full-screen/index.html.gz and b/build/blog/2012/11/documentation-search-and-full-screen/index.html.gz differ diff --git a/build/blog/2012/11/index.html b/build/blog/2012/11/index.html index 3f5cc21476..9937ea47c3 100644 --- a/build/blog/2012/11/index.html +++ b/build/blog/2012/11/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/blog/2012/11/index.html.gz b/build/blog/2012/11/index.html.gz index c93a91dcc0..e37ee9ed06 100644 Binary files a/build/blog/2012/11/index.html.gz and b/build/blog/2012/11/index.html.gz differ diff --git a/build/blog/2012/11/my-first-app-tutorial/index.html b/build/blog/2012/11/my-first-app-tutorial/index.html index 59e196851d..f03f7ffa7c 100644 --- a/build/blog/2012/11/my-first-app-tutorial/index.html +++ b/build/blog/2012/11/my-first-app-tutorial/index.html @@ -17,7 +17,7 @@ - + diff --git a/build/blog/2012/11/my-first-app-tutorial/index.html.gz b/build/blog/2012/11/my-first-app-tutorial/index.html.gz index 394cea9ea9..84845599a6 100644 Binary files a/build/blog/2012/11/my-first-app-tutorial/index.html.gz and b/build/blog/2012/11/my-first-app-tutorial/index.html.gz differ diff --git a/build/blog/2012/11/page/2/index.html b/build/blog/2012/11/page/2/index.html index e004494f38..149fe5e39b 100644 --- a/build/blog/2012/11/page/2/index.html +++ b/build/blog/2012/11/page/2/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/blog/2012/11/page/2/index.html.gz b/build/blog/2012/11/page/2/index.html.gz index 60052646df..8ed16ca199 100644 Binary files a/build/blog/2012/11/page/2/index.html.gz and b/build/blog/2012/11/page/2/index.html.gz differ diff --git a/build/blog/2012/11/welcome-to-the-all-new-application-craft/index.html b/build/blog/2012/11/welcome-to-the-all-new-application-craft/index.html index d87cf864a2..2d34b115ad 100644 --- a/build/blog/2012/11/welcome-to-the-all-new-application-craft/index.html +++ b/build/blog/2012/11/welcome-to-the-all-new-application-craft/index.html @@ -17,7 +17,7 @@ - + diff --git a/build/blog/2012/11/welcome-to-the-all-new-application-craft/index.html.gz b/build/blog/2012/11/welcome-to-the-all-new-application-craft/index.html.gz index 7a75bffe36..90ef651d92 100644 Binary files a/build/blog/2012/11/welcome-to-the-all-new-application-craft/index.html.gz and b/build/blog/2012/11/welcome-to-the-all-new-application-craft/index.html.gz differ diff --git a/build/blog/2012/12/application-craft-vs-appcelerator-titanium/index.html b/build/blog/2012/12/application-craft-vs-appcelerator-titanium/index.html index 8604c85b05..3e2ec743c2 100644 --- a/build/blog/2012/12/application-craft-vs-appcelerator-titanium/index.html +++ b/build/blog/2012/12/application-craft-vs-appcelerator-titanium/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/blog/2012/12/application-craft-vs-appcelerator-titanium/index.html.gz b/build/blog/2012/12/application-craft-vs-appcelerator-titanium/index.html.gz index d5b35da2d8..b081efd076 100644 Binary files a/build/blog/2012/12/application-craft-vs-appcelerator-titanium/index.html.gz and b/build/blog/2012/12/application-craft-vs-appcelerator-titanium/index.html.gz differ diff --git a/build/blog/2012/12/get-more-out-of-the-developer-portal/index.html b/build/blog/2012/12/get-more-out-of-the-developer-portal/index.html index 7be9f21751..787e8fbf35 100644 --- a/build/blog/2012/12/get-more-out-of-the-developer-portal/index.html +++ b/build/blog/2012/12/get-more-out-of-the-developer-portal/index.html @@ -17,7 +17,7 @@ - + diff --git a/build/blog/2012/12/get-more-out-of-the-developer-portal/index.html.gz b/build/blog/2012/12/get-more-out-of-the-developer-portal/index.html.gz index ccd265fa21..acbc887735 100644 Binary files a/build/blog/2012/12/get-more-out-of-the-developer-portal/index.html.gz and b/build/blog/2012/12/get-more-out-of-the-developer-portal/index.html.gz differ diff --git a/build/blog/2012/12/index.html b/build/blog/2012/12/index.html index a2c525cd1d..a05e377ef9 100644 --- a/build/blog/2012/12/index.html +++ b/build/blog/2012/12/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/blog/2012/12/index.html.gz b/build/blog/2012/12/index.html.gz index bf838034d8..3203ae9615 100644 Binary files a/build/blog/2012/12/index.html.gz and b/build/blog/2012/12/index.html.gz differ diff --git a/build/blog/2012/12/introducing-our-new-webinar-sessions/index.html b/build/blog/2012/12/introducing-our-new-webinar-sessions/index.html index 89cbcac050..273631a084 100644 --- a/build/blog/2012/12/introducing-our-new-webinar-sessions/index.html +++ b/build/blog/2012/12/introducing-our-new-webinar-sessions/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/blog/2012/12/introducing-our-new-webinar-sessions/index.html.gz b/build/blog/2012/12/introducing-our-new-webinar-sessions/index.html.gz index 564c568501..ee7c800a71 100644 Binary files a/build/blog/2012/12/introducing-our-new-webinar-sessions/index.html.gz and b/build/blog/2012/12/introducing-our-new-webinar-sessions/index.html.gz differ diff --git a/build/blog/2012/12/oauth-support/index.html b/build/blog/2012/12/oauth-support/index.html index 0d49e95812..12c8569128 100644 --- a/build/blog/2012/12/oauth-support/index.html +++ b/build/blog/2012/12/oauth-support/index.html @@ -17,7 +17,7 @@ - + diff --git a/build/blog/2012/12/oauth-support/index.html.gz b/build/blog/2012/12/oauth-support/index.html.gz index c18ce2015d..c45edc4f75 100644 Binary files a/build/blog/2012/12/oauth-support/index.html.gz and b/build/blog/2012/12/oauth-support/index.html.gz differ diff --git a/build/blog/2012/12/page/2/index.html b/build/blog/2012/12/page/2/index.html index 6fe6029202..5f54f35aaf 100644 --- a/build/blog/2012/12/page/2/index.html +++ b/build/blog/2012/12/page/2/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/blog/2012/12/page/2/index.html.gz b/build/blog/2012/12/page/2/index.html.gz index 2290c5eeda..24f9f7bda5 100644 Binary files a/build/blog/2012/12/page/2/index.html.gz and b/build/blog/2012/12/page/2/index.html.gz differ diff --git a/build/blog/2012/12/release-jquery-mobile/index.html b/build/blog/2012/12/release-jquery-mobile/index.html index d9c5738b69..e00b5aff05 100644 --- a/build/blog/2012/12/release-jquery-mobile/index.html +++ b/build/blog/2012/12/release-jquery-mobile/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/blog/2012/12/release-jquery-mobile/index.html.gz b/build/blog/2012/12/release-jquery-mobile/index.html.gz index 2078a250f8..22aba1bd0e 100644 Binary files a/build/blog/2012/12/release-jquery-mobile/index.html.gz and b/build/blog/2012/12/release-jquery-mobile/index.html.gz differ diff --git a/build/blog/2012/index.html b/build/blog/2012/index.html index baca10fe89..37465d67b0 100644 --- a/build/blog/2012/index.html +++ b/build/blog/2012/index.html @@ -15,7 +15,7 @@ - + @@ -281,7 +281,7 @@

    Introducing the Developer Portal

    +

    Accepting Credit Card Payments in AC Apps

    @@ -296,7 +296,7 @@

    Introducing the Develo

    -

    Accepting Credit Card Payments in AC Apps

    +

    Introducing the Developer Portal

    diff --git a/build/blog/2012/index.html.gz b/build/blog/2012/index.html.gz index b6a0b9249a..077290b892 100644 Binary files a/build/blog/2012/index.html.gz and b/build/blog/2012/index.html.gz differ diff --git a/build/blog/2013/01/all-new-console/index.html b/build/blog/2013/01/all-new-console/index.html index 5c5d334875..4e847a62aa 100644 --- a/build/blog/2013/01/all-new-console/index.html +++ b/build/blog/2013/01/all-new-console/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/blog/2013/01/all-new-console/index.html.gz b/build/blog/2013/01/all-new-console/index.html.gz index 7d3655095a..7f6bae386e 100644 Binary files a/build/blog/2013/01/all-new-console/index.html.gz and b/build/blog/2013/01/all-new-console/index.html.gz differ diff --git a/build/blog/2013/01/css-styling/index.html b/build/blog/2013/01/css-styling/index.html index 2b8b09a90d..eb375ea750 100644 --- a/build/blog/2013/01/css-styling/index.html +++ b/build/blog/2013/01/css-styling/index.html @@ -17,7 +17,7 @@ - + diff --git a/build/blog/2013/01/css-styling/index.html.gz b/build/blog/2013/01/css-styling/index.html.gz index 10937f6143..f04dd713a9 100644 Binary files a/build/blog/2013/01/css-styling/index.html.gz and b/build/blog/2013/01/css-styling/index.html.gz differ diff --git a/build/blog/2013/01/gjigan/index.html b/build/blog/2013/01/gjigan/index.html index 6e13757119..9a6605b064 100644 --- a/build/blog/2013/01/gjigan/index.html +++ b/build/blog/2013/01/gjigan/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/blog/2013/01/gjigan/index.html.gz b/build/blog/2013/01/gjigan/index.html.gz index 94424679ab..7a0efe866a 100644 Binary files a/build/blog/2013/01/gjigan/index.html.gz and b/build/blog/2013/01/gjigan/index.html.gz differ diff --git a/build/blog/2013/01/index.html b/build/blog/2013/01/index.html index 5bfc3be8a7..5f6305d860 100644 --- a/build/blog/2013/01/index.html +++ b/build/blog/2013/01/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/blog/2013/01/index.html.gz b/build/blog/2013/01/index.html.gz index 8bcf4a2631..c20b73f99d 100644 Binary files a/build/blog/2013/01/index.html.gz and b/build/blog/2013/01/index.html.gz differ diff --git a/build/blog/2013/01/page/2/index.html b/build/blog/2013/01/page/2/index.html index 2255e1790b..fb384a2e9d 100644 --- a/build/blog/2013/01/page/2/index.html +++ b/build/blog/2013/01/page/2/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/blog/2013/01/page/2/index.html.gz b/build/blog/2013/01/page/2/index.html.gz index a9fb104c9a..f5c12389d2 100644 Binary files a/build/blog/2013/01/page/2/index.html.gz and b/build/blog/2013/01/page/2/index.html.gz differ diff --git a/build/blog/2013/01/push-notifications/index.html b/build/blog/2013/01/push-notifications/index.html index 77f106c688..33ff3723c9 100644 --- a/build/blog/2013/01/push-notifications/index.html +++ b/build/blog/2013/01/push-notifications/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/blog/2013/01/push-notifications/index.html.gz b/build/blog/2013/01/push-notifications/index.html.gz index 0a39a1cbfe..b7afcf5267 100644 Binary files a/build/blog/2013/01/push-notifications/index.html.gz and b/build/blog/2013/01/push-notifications/index.html.gz differ diff --git a/build/blog/2013/01/quick-and-easy-database-crud-with-parse/index.html b/build/blog/2013/01/quick-and-easy-database-crud-with-parse/index.html index 7d1e7262d8..5179291779 100644 --- a/build/blog/2013/01/quick-and-easy-database-crud-with-parse/index.html +++ b/build/blog/2013/01/quick-and-easy-database-crud-with-parse/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/blog/2013/01/quick-and-easy-database-crud-with-parse/index.html.gz b/build/blog/2013/01/quick-and-easy-database-crud-with-parse/index.html.gz index c9bffa4ad5..31ecb42b71 100644 Binary files a/build/blog/2013/01/quick-and-easy-database-crud-with-parse/index.html.gz and b/build/blog/2013/01/quick-and-easy-database-crud-with-parse/index.html.gz differ diff --git a/build/blog/2013/01/something-big-is-coming/index.html b/build/blog/2013/01/something-big-is-coming/index.html index 2c38258152..27e909b07c 100644 --- a/build/blog/2013/01/something-big-is-coming/index.html +++ b/build/blog/2013/01/something-big-is-coming/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/blog/2013/01/something-big-is-coming/index.html.gz b/build/blog/2013/01/something-big-is-coming/index.html.gz index d79e84dc43..625f61fbca 100644 Binary files a/build/blog/2013/01/something-big-is-coming/index.html.gz and b/build/blog/2013/01/something-big-is-coming/index.html.gz differ diff --git a/build/blog/2013/01/state-of-the-ide/index.html b/build/blog/2013/01/state-of-the-ide/index.html index 03d4e81e66..fe751a3c2d 100644 --- a/build/blog/2013/01/state-of-the-ide/index.html +++ b/build/blog/2013/01/state-of-the-ide/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/blog/2013/01/state-of-the-ide/index.html.gz b/build/blog/2013/01/state-of-the-ide/index.html.gz index 36123f2776..27856b854f 100644 Binary files a/build/blog/2013/01/state-of-the-ide/index.html.gz and b/build/blog/2013/01/state-of-the-ide/index.html.gz differ diff --git a/build/blog/2013/01/windows-phone-mobile-build-support/index.html b/build/blog/2013/01/windows-phone-mobile-build-support/index.html index 7e4e9fd862..24c2ce93d0 100644 --- a/build/blog/2013/01/windows-phone-mobile-build-support/index.html +++ b/build/blog/2013/01/windows-phone-mobile-build-support/index.html @@ -19,7 +19,7 @@ - + diff --git a/build/blog/2013/01/windows-phone-mobile-build-support/index.html.gz b/build/blog/2013/01/windows-phone-mobile-build-support/index.html.gz index 7c95ad0610..09d4cdc443 100644 Binary files a/build/blog/2013/01/windows-phone-mobile-build-support/index.html.gz and b/build/blog/2013/01/windows-phone-mobile-build-support/index.html.gz differ diff --git a/build/blog/2013/02/ac-education-creighton-university-experience/index.html b/build/blog/2013/02/ac-education-creighton-university-experience/index.html index 813bafd0a1..2ecabe9bdd 100644 --- a/build/blog/2013/02/ac-education-creighton-university-experience/index.html +++ b/build/blog/2013/02/ac-education-creighton-university-experience/index.html @@ -17,7 +17,7 @@ - + diff --git a/build/blog/2013/02/ac-education-creighton-university-experience/index.html.gz b/build/blog/2013/02/ac-education-creighton-university-experience/index.html.gz index d3a83af648..89a1ba0678 100644 Binary files a/build/blog/2013/02/ac-education-creighton-university-experience/index.html.gz and b/build/blog/2013/02/ac-education-creighton-university-experience/index.html.gz differ diff --git a/build/blog/2013/02/collaboration-is-big/index.html b/build/blog/2013/02/collaboration-is-big/index.html index 35d7bfcde3..f7f4e79a76 100644 --- a/build/blog/2013/02/collaboration-is-big/index.html +++ b/build/blog/2013/02/collaboration-is-big/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/blog/2013/02/collaboration-is-big/index.html.gz b/build/blog/2013/02/collaboration-is-big/index.html.gz index 4f57ccf53e..ec856ca013 100644 Binary files a/build/blog/2013/02/collaboration-is-big/index.html.gz and b/build/blog/2013/02/collaboration-is-big/index.html.gz differ diff --git a/build/blog/2013/02/index.html b/build/blog/2013/02/index.html index 10f5296fcd..e7f58de7e5 100644 --- a/build/blog/2013/02/index.html +++ b/build/blog/2013/02/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/blog/2013/02/index.html.gz b/build/blog/2013/02/index.html.gz index 01a0b3837f..21c222993e 100644 Binary files a/build/blog/2013/02/index.html.gz and b/build/blog/2013/02/index.html.gz differ diff --git a/build/blog/2013/04/ac-education-student-experience/index.html b/build/blog/2013/04/ac-education-student-experience/index.html index cba23021d7..a2207c928b 100644 --- a/build/blog/2013/04/ac-education-student-experience/index.html +++ b/build/blog/2013/04/ac-education-student-experience/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/blog/2013/04/ac-education-student-experience/index.html.gz b/build/blog/2013/04/ac-education-student-experience/index.html.gz index c03ed276f2..8186565371 100644 Binary files a/build/blog/2013/04/ac-education-student-experience/index.html.gz and b/build/blog/2013/04/ac-education-student-experience/index.html.gz differ diff --git a/build/blog/2013/04/expressflow/index.html b/build/blog/2013/04/expressflow/index.html index 93f2bc8e39..720a9f77c3 100644 --- a/build/blog/2013/04/expressflow/index.html +++ b/build/blog/2013/04/expressflow/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/blog/2013/04/expressflow/index.html.gz b/build/blog/2013/04/expressflow/index.html.gz index ad48953afb..35eea5c3f7 100644 Binary files a/build/blog/2013/04/expressflow/index.html.gz and b/build/blog/2013/04/expressflow/index.html.gz differ diff --git a/build/blog/2013/04/index.html b/build/blog/2013/04/index.html index c8dccc08a2..44ad9f57db 100644 --- a/build/blog/2013/04/index.html +++ b/build/blog/2013/04/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/blog/2013/04/index.html.gz b/build/blog/2013/04/index.html.gz index 5c88c90234..e50659f2c6 100644 Binary files a/build/blog/2013/04/index.html.gz and b/build/blog/2013/04/index.html.gz differ diff --git a/build/blog/2013/index.html b/build/blog/2013/index.html index f8628ab548..3f77f7ca7a 100644 --- a/build/blog/2013/index.html +++ b/build/blog/2013/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/blog/2013/index.html.gz b/build/blog/2013/index.html.gz index 7180991206..09b59c6f4f 100644 Binary files a/build/blog/2013/index.html.gz and b/build/blog/2013/index.html.gz differ diff --git a/build/blog/all/index.html b/build/blog/all/index.html index 12da88e1ad..4b9464d258 100644 --- a/build/blog/all/index.html +++ b/build/blog/all/index.html @@ -15,7 +15,7 @@ - + @@ -469,7 +469,7 @@

    Introducing the Developer Portal

    +

    Accepting Credit Card Payments in AC Apps

    @@ -484,7 +484,7 @@

    Introducing the Develo

    -

    Accepting Credit Card Payments in AC Apps

    +

    Introducing the Developer Portal

    diff --git a/build/blog/all/index.html.gz b/build/blog/all/index.html.gz index 9631765378..276355adb6 100644 Binary files a/build/blog/all/index.html.gz and b/build/blog/all/index.html.gz differ diff --git a/build/blog/feed.xml b/build/blog/feed.xml index 304385704f..82108b72e4 100644 --- a/build/blog/feed.xml +++ b/build/blog/feed.xml @@ -18,8 +18,7 @@ Article Author - <p>We&#39;ve partnered up with <a href="http://expressflow.com/">expressFlow</a>, a small startup providing simple and intuitive document-encryption in the cloud. expressFlow launched an app challenge, which we announced a couple of weeks ago and we caught up with CEO Martin Vasko to get an inside scoop on expressFlow and how the idea of the app challenge was born.</p> - + <p>We've partnered up with <a href="http://expressflow.com/">expressFlow</a>, a small startup providing simple and intuitive document-encryption in the cloud. expressFlow launched an app challenge, which we announced a couple of weeks ago and we caught up with CEO Martin Vasko to get an inside...</p> <p>We&#39;ve partnered up with <a href="http://expressflow.com/">expressFlow</a>, a small startup providing simple and intuitive document-encryption in the cloud. expressFlow launched an app challenge, which we announced a couple of weeks ago and we caught up with CEO Martin Vasko to get an inside scoop on expressFlow and how the idea of the app challenge was born.</p> <p><em><strong>expressFlow App Challenge</strong></em></p> @@ -62,8 +61,7 @@ Article Author - <p><a href="http://www.creighton.edu/">Creighton University</a> recently held an App Dev Argy-Bargy, a competition that was a huge success and attended by many students, IT companies and the press. We caught up with Cindy Corritore, a Professor of IT at the University, earlier this year and heard about <a href="/blog/2013/02/ac-education-creighton-university-experience/">her experience</a> from the teaching side. Now we&#39;ve been fortunate to catch up with one of the students and competition&#39;s runner-ups, Morgan McVay, who created the <a href="http://creighton.applicationcraft.com/live.php?formId=c68f1542-8200-4a2f-ad89-79978ecedee7#/c68f1542-8200-4a2f-ad89-79978ecedee7/homepage">CitySlicker</a> app with team mate Catherine Lucas . The duo won themselves a Google Nexus 7 tablet in the process and have memories to last a lifetime.</p> - + <p><a href="http://www.creighton.edu/">Creighton University</a> recently held an App Dev Argy-Bargy, a competition that was a huge success and attended by many students, IT companies and the press. We caught up with Cindy Corritore, a Professor of IT at the University, earlier this year and...</p> <p><a href="http://www.creighton.edu/">Creighton University</a> recently held an App Dev Argy-Bargy, a competition that was a huge success and attended by many students, IT companies and the press. We caught up with Cindy Corritore, a Professor of IT at the University, earlier this year and heard about <a href="/blog/2013/02/ac-education-creighton-university-experience/">her experience</a> from the teaching side. Now we&#39;ve been fortunate to catch up with one of the students and competition&#39;s runner-ups, Morgan McVay, who created the <a href="http://creighton.applicationcraft.com/live.php?formId=c68f1542-8200-4a2f-ad89-79978ecedee7#/c68f1542-8200-4a2f-ad89-79978ecedee7/homepage">CitySlicker</a> app with team mate Catherine Lucas . The duo won themselves a Google Nexus 7 tablet in the process and have memories to last a lifetime.</p> <h4 id="toc_0">Introducing...<strong>Morgan McVay</strong>!</h4> @@ -104,8 +102,7 @@ Article Author - <p>As you should already know by now, we&#39;re working on <a href="/blog/2013/01/something-big-is-coming/">something BIG!</a>. It&#39;s an all new cloud based software development platform. And it will be the very first cloud based IDE that every developer will love to use, day in and day out. Please <a href="http://crafted.applicationcraft.com/">register your interest</a> and we&#39;ll let you in on the first public beta.</p> - + <p>As you should already know by now, we're working on <a href="/blog/2013/01/something-big-is-coming/">something BIG!</a>. It's an all new cloud based software development platform. And it will be the very first cloud based IDE that every developer will love to use, day in and day out. Please <a href="http://crafted.applicationcraft.com/">register...</a></p> <p>As you should already know by now, we&#39;re working on <a href="/blog/2013/01/something-big-is-coming/">something BIG!</a>. It&#39;s an all new cloud based software development platform. And it will be the very first cloud based IDE that every developer will love to use, day in and day out. Please <a href="http://crafted.applicationcraft.com/">register your interest</a> and we&#39;ll let you in on the first public beta.</p> <blockquote> @@ -142,8 +139,7 @@ <h2 id="toc_0">Introducing Creighton University</h2> -<p>We like to round up different perspectives of various Application Craft users and were pleased when Dr. Cindy Corritore, a Professor of IT in the <a href="http://business.creighton.edu/">College of Business at Creighton University</a>, offered her insights on what it has been like to teach with Application Craft.</p> - +<p>We like to round up different perspectives of various Application Craft users and were pleased when Dr. Cindy Corritore, a Professor of IT in the <a href="http://business.creighton.edu/">College of Business at Creighton University</a>, offered her insights on...</p> <h2 id="toc_0">Introducing Creighton University</h2> <p>We like to round up different perspectives of various Application Craft users and were pleased when Dr. Cindy Corritore, a Professor of IT in the <a href="http://business.creighton.edu/">College of Business at Creighton University</a>, offered her insights on what it has been like to teach with Application Craft.</p> @@ -178,8 +174,7 @@ Article Author - <p>A while ago I wrote about <a href="/blog/2012/10/worlds-first-full-featured-ide/">what an IDE really is</a>. Since then, we&#39;ve been thinking hard and working even harder to realise that dream of a real IDE in the browser, and one that can go head to head with any desktop IDE. This is not without its challenges, so I wanted to write a little about how we are tackling these challenges head on, and to reveal a little more about something BIG that we announced <a href="/blog/2013/01/something-big-is-coming/">last week</a>.</p> - + <p>A while ago I wrote about <a href="/blog/2012/10/worlds-first-full-featured-ide/">what an IDE really is</a>. Since then, we've been thinking hard and working even harder to realise that dream of a real IDE in the browser, and one that can go head to head with any desktop IDE. This is not without its challenges...</p> <p>A while ago I wrote about <a href="/blog/2012/10/worlds-first-full-featured-ide/">what an IDE really is</a>. Since then, we&#39;ve been thinking hard and working even harder to realise that dream of a real IDE in the browser, and one that can go head to head with any desktop IDE. This is not without its challenges, so I wanted to write a little about how we are tackling these challenges head on, and to reveal a little more about something BIG that we announced <a href="/blog/2013/01/something-big-is-coming/">last week</a>.</p> <h2 id="toc_0">From the Desktop...</h2> @@ -230,8 +225,7 @@ Article Author - <p>Think the CIA and MI5 is full of secrets? You ain&#39;t seen nothin&#39; yet! These last few months have been very exciting here at AC&#39;s Evil Lair. We&#39;ve been planning and building something that we think will blow you all away, and it&#39;s coming very soon. The next few months will be even more exciting, and we think you are going to love it.</p> - + <p>Think the CIA and MI5 is full of secrets? You ain't seen nothin' yet! These last few months have been very exciting here at AC's Evil Lair. We've been planning and building something that we think will blow you all away, and it's coming very soon....</p> <p>Think the CIA and MI5 is full of secrets? You ain&#39;t seen nothin&#39; yet! These last few months have been very exciting here at AC&#39;s Evil Lair. We&#39;ve been planning and building something that we think will blow you all away, and it&#39;s coming very soon. The next few months will be even more exciting, and we think you are going to love it.</p> <p>But unlike the secret service, we&#39;re going to show you our secrets, a little bit at a time. If you want a sneak peak, and possibly even have a little play, <a href="http://crafted.applicationcraft.com/">click here</a>. Watch this space as we unveil our secrets, one layer at a time.</p> diff --git a/build/blog/index.html b/build/blog/index.html index 88667e381a..63e6ee5172 100644 --- a/build/blog/index.html +++ b/build/blog/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/blog/index.html.gz b/build/blog/index.html.gz index eba099d4e1..957b85e0be 100644 Binary files a/build/blog/index.html.gz and b/build/blog/index.html.gz differ diff --git a/build/blog/page/2/index.html b/build/blog/page/2/index.html index 520a442ac6..3c0ed60471 100644 --- a/build/blog/page/2/index.html +++ b/build/blog/page/2/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/blog/page/2/index.html.gz b/build/blog/page/2/index.html.gz index c8c148e1ae..de50a3d7de 100644 Binary files a/build/blog/page/2/index.html.gz and b/build/blog/page/2/index.html.gz differ diff --git a/build/blog/page/3/index.html b/build/blog/page/3/index.html index 4f794b6f38..938c6447f0 100644 --- a/build/blog/page/3/index.html +++ b/build/blog/page/3/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/blog/page/3/index.html.gz b/build/blog/page/3/index.html.gz index 6679e61bd9..887173b9ae 100644 Binary files a/build/blog/page/3/index.html.gz and b/build/blog/page/3/index.html.gz differ diff --git a/build/blog/page/4/index.html b/build/blog/page/4/index.html index 203440eaac..e743d94b1a 100644 --- a/build/blog/page/4/index.html +++ b/build/blog/page/4/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/blog/page/4/index.html.gz b/build/blog/page/4/index.html.gz index c8bfe2a741..795c3aec8f 100644 Binary files a/build/blog/page/4/index.html.gz and b/build/blog/page/4/index.html.gz differ diff --git a/build/blog/page/5/index.html b/build/blog/page/5/index.html index d7b2133a8d..8c4d16502c 100644 --- a/build/blog/page/5/index.html +++ b/build/blog/page/5/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/blog/page/5/index.html.gz b/build/blog/page/5/index.html.gz index d91982d10e..ccbbe4296f 100644 Binary files a/build/blog/page/5/index.html.gz and b/build/blog/page/5/index.html.gz differ diff --git a/build/blog/page/6/index.html b/build/blog/page/6/index.html index 0d1b3e67d7..758338992a 100644 --- a/build/blog/page/6/index.html +++ b/build/blog/page/6/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/blog/page/6/index.html.gz b/build/blog/page/6/index.html.gz index b28f8d39a2..113da10d2a 100644 Binary files a/build/blog/page/6/index.html.gz and b/build/blog/page/6/index.html.gz differ diff --git a/build/blog/page/7/index.html b/build/blog/page/7/index.html index db1edbdd23..b0082a60fd 100644 --- a/build/blog/page/7/index.html +++ b/build/blog/page/7/index.html @@ -15,7 +15,7 @@ - + @@ -189,100 +189,6 @@

    Frequent Releases

    -
    -
    -

    - October 9, 2012 - - by Joel Moss - -

    - -

    Tagged:

    -
      - -
    • developers
    • - -
    • support
    • - -
    - -

    - Comments -

    -
    - -

    Introducing the Developer Portal

    - -
    -
    - - -
    - -
    - -
    - - - -
    - -
    -
    -
    -
    - - - Introducing the Developer Portal - -

    Over the last few months we have been working towards improving and optimising our internal development processes. We have also been thinking hard about how we can include you in these processes, and to improve transparency throughout. So today, I am happy to announce the first step in that endeavour, and introduce the Application Craft Developer Portal

    - -

    This portal will eventually be your gateway to our large collection of help, guides, resources and assistance when working with the Application Craft platform. But this will be a stepped introduction, so right now we are opening up our bug tracker to you all, which will allow you to report bugs or possible issues to us in a much more efficient manner. This system also happens to be the same system that we use internally to manage and track development of AC, which means we get to see your issues almost immediately, and can more easily include them into our internal development processes.

    - -

    In the past, bugs and issues have been reported via our GetSatisfaction forums, but as of now you should use the new Developer Portal to do this. Any bugs or issues that are reported to the forums will be closed and you will be asked to use the Portal instead. If you are not sure about which system to use, please use the Portal and create a new issue there.

    - -

    So if you spot something that doesn't look or behave the way that you expect, and think it may be a bug, or perhaps there is a general issue that you feel needs to be addressed, please head on over to the new Developer Portal and create a new issue.

    - -

    Watch this space for more to come. In the meantime, please feel free to leave your comments below.

    - -

    Enjoy!

    - - -
    -
    - - -
    - -
    - -
    - - - -
    - -
    -
    -
    -
    -
    - - -

    @@ -500,6 +406,100 @@

    Server-side code

    +
    +
    +

    + October 9, 2012 + + by Joel Moss + +

    + +

    Tagged:

    +
      + +
    • developers
    • + +
    • support
    • + +
    + +

    + Comments +

    +
    + +

    Introducing the Developer Portal

    + +
    +
    + + +
    + +
    + +
    + + + +
    + +
    +
    +
    +
    + + + Introducing the Developer Portal + +

    Over the last few months we have been working towards improving and optimising our internal development processes. We have also been thinking hard about how we can include you in these processes, and to improve transparency throughout. So today, I am happy to announce the first step in that endeavour, and introduce the Application Craft Developer Portal

    + +

    This portal will eventually be your gateway to our large collection of help, guides, resources and assistance when working with the Application Craft platform. But this will be a stepped introduction, so right now we are opening up our bug tracker to you all, which will allow you to report bugs or possible issues to us in a much more efficient manner. This system also happens to be the same system that we use internally to manage and track development of AC, which means we get to see your issues almost immediately, and can more easily include them into our internal development processes.

    + +

    In the past, bugs and issues have been reported via our GetSatisfaction forums, but as of now you should use the new Developer Portal to do this. Any bugs or issues that are reported to the forums will be closed and you will be asked to use the Portal instead. If you are not sure about which system to use, please use the Portal and create a new issue there.

    + +

    So if you spot something that doesn't look or behave the way that you expect, and think it may be a bug, or perhaps there is a general issue that you feel needs to be addressed, please head on over to the new Developer Portal and create a new issue.

    + +

    Watch this space for more to come. In the meantime, please feel free to leave your comments below.

    + +

    Enjoy!

    + + +
    +
    + + +
    + +
    + +
    + + + +
    + +
    +
    +
    +
    +
    + + +

    @@ -687,10 +687,10 @@

    on this page...

  • Updated code editor and ShareThis widget
  • -
  • Introducing the Developer Portal
  • -
  • Accepting Credit Card Payments in AC Apps
  • +
  • Introducing the Developer Portal
  • +
  • The Power of Server Side Javascript
  • diff --git a/build/blog/page/7/index.html.gz b/build/blog/page/7/index.html.gz index d85cb9f6b1..5270b24b92 100644 Binary files a/build/blog/page/7/index.html.gz and b/build/blog/page/7/index.html.gz differ diff --git a/build/blog/page/8/index.html b/build/blog/page/8/index.html index afcdeb066a..cf08927697 100644 --- a/build/blog/page/8/index.html +++ b/build/blog/page/8/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/blog/page/8/index.html.gz b/build/blog/page/8/index.html.gz index 3660bf59bf..b267db2852 100644 Binary files a/build/blog/page/8/index.html.gz and b/build/blog/page/8/index.html.gz differ diff --git a/build/blog/page/9/index.html b/build/blog/page/9/index.html index cfd4c7cdb7..3e794d74e9 100644 --- a/build/blog/page/9/index.html +++ b/build/blog/page/9/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/blog/page/9/index.html.gz b/build/blog/page/9/index.html.gz index 427cd8e561..a3b666b727 100644 Binary files a/build/blog/page/9/index.html.gz and b/build/blog/page/9/index.html.gz differ diff --git a/build/company/careers/index.html b/build/company/careers/index.html index d0a424db01..ea1934cfa2 100644 --- a/build/company/careers/index.html +++ b/build/company/careers/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/company/careers/index.html.gz b/build/company/careers/index.html.gz index f706ca7200..1502382a80 100644 Binary files a/build/company/careers/index.html.gz and b/build/company/careers/index.html.gz differ diff --git a/build/company/contact-us/index.html b/build/company/contact-us/index.html index eac9a6f3df..7cba3ab8f3 100644 --- a/build/company/contact-us/index.html +++ b/build/company/contact-us/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/company/contact-us/index.html.gz b/build/company/contact-us/index.html.gz index 972acb52f8..925299bb27 100644 Binary files a/build/company/contact-us/index.html.gz and b/build/company/contact-us/index.html.gz differ diff --git a/build/company/contacted/index.html b/build/company/contacted/index.html index 9822abe008..7a3c92ba6b 100644 --- a/build/company/contacted/index.html +++ b/build/company/contacted/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/company/contacted/index.html.gz b/build/company/contacted/index.html.gz index ed41575273..cce385556f 100644 Binary files a/build/company/contacted/index.html.gz and b/build/company/contacted/index.html.gz differ diff --git a/build/company/index.html b/build/company/index.html index 05a96de726..115dffd20e 100644 --- a/build/company/index.html +++ b/build/company/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/company/index.html.gz b/build/company/index.html.gz index 23eaf8c7d4..ec65855d4a 100644 Binary files a/build/company/index.html.gz and b/build/company/index.html.gz differ diff --git a/build/company/team/index.html b/build/company/team/index.html index 5f066efc5f..b687cdb56c 100644 --- a/build/company/team/index.html +++ b/build/company/team/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/company/team/index.html.gz b/build/company/team/index.html.gz index 3e6514e6a9..bafdbbe54c 100644 Binary files a/build/company/team/index.html.gz and b/build/company/team/index.html.gz differ diff --git a/build/crafted/index.html b/build/crafted/index.html index 11da92d4b3..63c5e202fc 100644 --- a/build/crafted/index.html +++ b/build/crafted/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/crafted/index.html.gz b/build/crafted/index.html.gz index 0adaa48427..9d055becd4 100644 Binary files a/build/crafted/index.html.gz and b/build/crafted/index.html.gz differ diff --git a/build/css/boilerplate-499c4720.css b/build/css/boilerplate-499c4720.css new file mode 100644 index 0000000000..29a3237337 --- /dev/null +++ b/build/css/boilerplate-499c4720.css @@ -0,0 +1 @@ +html,button,input,select,textarea{color:#222}body{font-size:1em;line-height:1.4}::-moz-selection{background:#b3d4fc;text-shadow:none}::selection{background:#b3d4fc;text-shadow:none}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}img{vertical-align:middle}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}.chromeframe{margin:.2em 0;background:#ccc;color:#000;padding:.2em 0}.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;content:"";line-height:0}.clearfix:after{clear:both}@font-face{font-family:'gotham_bookregular';src:url('/fonts/gotham-book-webfont-a762c283.eot');src:url('/fonts/gotham-book-webfont-a762c283.eot?#iefix') format("embedded-opentype"),url('/fonts/gotham-book-webfont-f94bde4a.woff') format("woff"),url('/fonts/gotham-book-webfont-095a7715.ttf') format("truetype"),url('/fonts/gotham-book-webfont-079e0b44.svg#gotham_bookregular') format("svg");font-weight:400;font-style:normal}@font-face{font-family:'gotham_lightregular';src:url('/fonts/gotham-light-webfont-1b6837d4.eot');src:url('/fonts/gotham-light-webfont-1b6837d4.eot?#iefix') format("embedded-opentype"),url('/fonts/gotham-light-webfont-0c908025.woff') format("woff"),url('/fonts/gotham-light-webfont-909197cb.ttf') format("truetype"),url('/fonts/gotham-light-webfont-e714931a.svg#gotham_lightregular') format("svg");font-weight:400;font-style:normal}@font-face{font-family:'gotham_mediumregular';src:url('/fonts/gotham-medium-webfont-52a4cb7d.eot');src:url('/fonts/gotham-medium-webfont-52a4cb7d.eot?#iefix') format("embedded-opentype"),url('/fonts/gotham-medium-webfont-621a1662.woff') format("woff"),url('/fonts/gotham-medium-webfont-94cff276.ttf') format("truetype"),url('/fonts/gotham-medium-webfont-09f708f8.svg#gotham_mediumregular') format("svg");font-weight:400;font-style:normal}@font-face{font-family:'gotham_thinregular';src:url('/fonts/gotham-thin-webfont-ec6c7fdd.eot');src:url('/fonts/gotham-thin-webfont-ec6c7fdd.eot?#iefix') format("embedded-opentype"),url('/fonts/gotham-thin-webfont-a664458d.woff') format("woff"),url('/fonts/gotham-thin-webfont-0ca969cc.ttf') format("truetype"),url('/fonts/gotham-thin-webfont-94a88c75.svg#gotham_thinregular') format("svg");font-weight:400;font-style:normal}@font-face{font-family:'museo_sans_rounded_300regular';src:url('/fonts/museosansrounded-300-webfont-4d607c99.eot');src:url('/fonts/museosansrounded-300-webfont-4d607c99.eot?#iefix') format("embedded-opentype"),url('/fonts/museosansrounded-300-webfont-5b31827c.woff') format("woff"),url('/fonts/museosansrounded-300-webfont-8ff6872e.ttf') format("truetype"),url('/fonts/museosansrounded-300-webfont-dc7963c3.svg#museo_sans_rounded_300regular') format("svg");font-weight:400;font-style:normal}@font-face{font-family:'museo_sans_rounded_700regular';src:url('/fonts/museosansrounded-700-webfont-8ca567d8.eot');src:url('/fonts/museosansrounded-700-webfont-8ca567d8.eot?#iefix') format("embedded-opentype"),url('/fonts/museosansrounded-700-webfont-63bf059a.woff') format("woff"),url('/fonts/museosansrounded-700-webfont-cc22eec1.ttf') format("truetype"),url('/fonts/museosansrounded-700-webfont-abf578df.svg#museo_sans_rounded_700regular') format("svg");font-weight:400;font-style:normal}.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp{padding:0;margin:0;border:0;outline:none;vertical-align:top}.fancybox-wrap{position:absolute;top:0;left:0;z-index:8020}.fancybox-skin{position:relative;background:#f9f9f9;color:#444;text-shadow:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.fancybox-opened{z-index:8030}.fancybox-opened .fancybox-skin{-webkit-box-shadow:0 10px 25px rgba(0,0,0,0.5);-moz-box-shadow:0 10px 25px rgba(0,0,0,0.5);box-shadow:0 10px 25px rgba(0,0,0,0.5)}.fancybox-outer,.fancybox-inner{position:relative}.fancybox-inner{overflow:hidden}.fancybox-type-iframe .fancybox-inner{-webkit-overflow-scrolling:touch}.fancybox-error{color:#444;font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;margin:0;padding:15px;white-space:nowrap}.fancybox-image,.fancybox-iframe{display:block;width:100%;height:100%}.fancybox-image{max-width:100%;max-height:100%}#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span{background-image:url('/img/fancybox/fancybox_sprite-17df19f9.png?1370850275')}#fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-22px;margin-left:-22px;background-position:0 -108px;opacity:.8;cursor:pointer;z-index:8060}#fancybox-loading div{width:44px;height:44px;background:url('/img/fancybox/fancybox_loading-2f213014.gif?1370850275') center center no-repeat}.fancybox-close{position:absolute;top:-18px;right:-18px;width:36px;height:36px;cursor:pointer;z-index:8040}.fancybox-nav{position:absolute;top:0;width:40%;height:100%;cursor:pointer;text-decoration:none;background:transparent url('/img/fancybox/blank-2daeaa8b.gif?1370850275');-webkit-tap-highlight-color:rgba(0,0,0,0);z-index:8040}.fancybox-prev{left:0}.fancybox-next{right:0}.fancybox-nav span{position:absolute;top:50%;width:36px;height:34px;margin-top:-18px;cursor:pointer;z-index:8040;visibility:hidden}.fancybox-prev span{left:10px;background-position:0 -36px}.fancybox-next span{right:10px;background-position:0 -72px}.fancybox-nav:hover span{visibility:visible}.fancybox-tmp{position:absolute;top:-99999px;left:-99999px;visibility:hidden;max-width:99999px;max-height:99999px;overflow:visible !important}.fancybox-lock{overflow:hidden}.fancybox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;z-index:8010;background:url('/img/fancybox/fancybox_overlay-ef40483f.png?1370850275')}.fancybox-overlay-fixed{position:fixed;bottom:0;right:0}.fancybox-lock .fancybox-overlay{overflow:auto;overflow-y:scroll}.fancybox-title{visibility:hidden;font:400 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;position:relative;text-shadow:none;z-index:8050}.fancybox-opened .fancybox-title{visibility:visible}.fancybox-title-float-wrap{position:absolute;bottom:0;right:50%;margin-bottom:-35px;z-index:8050;text-align:center}.fancybox-title-float-wrap .child{display:inline-block;margin-right:-100%;padding:2px 20px;background:transparent;background:rgba(0,0,0,0.8);-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;text-shadow:0 1px 2px #222;color:#FFF;font-weight:700;line-height:24px;white-space:nowrap}.fancybox-title-outside-wrap{position:relative;margin-top:10px;color:#fff}.fancybox-title-inside-wrap{padding-top:10px}.fancybox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;padding:10px;background:#000;background:rgba(0,0,0,0.8)}#fancybox-buttons{position:fixed;left:0;width:100%;z-index:8050}#fancybox-buttons.top{top:10px}#fancybox-buttons.bottom{bottom:10px}#fancybox-buttons ul{display:block;width:166px;height:30px;margin:0 auto;padding:0;list-style:none;border:1px solid #111;border-radius:3px;-webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.05);-moz-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.05);box-shadow:inset 0 0 0 1px rgba(255,255,255,0.05);background:#323232;background:-moz-linear-gradient(top,#444444 0,#343434 50%,#292929 50%,#333333 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#444444),color-stop(50%,#343434),color-stop(50%,#292929),color-stop(100%,#333333));background:-webkit-linear-gradient(top,#444444 0,#343434 50%,#292929 50%,#333333 100%);background:-o-linear-gradient(top,#444444 0,#343434 50%,#292929 50%,#333333 100%);background:-ms-linear-gradient(top,#444444 0,#343434 50%,#292929 50%,#333333 100%);background:linear-gradient(top,#444444 0,#343434 50%,#292929 50%,#333333 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444',endColorstr='#222222',GradientType=0 )}#fancybox-buttons ul li{float:left;margin:0;padding:0}#fancybox-buttons a{display:block;width:30px;height:30px;text-indent:-9999px;background-image:url('/img/fancybox/fancybox_buttons-e385b139.png?1370850275');background-repeat:no-repeat;outline:none;opacity:.8}#fancybox-buttons a:hover{opacity:1}#fancybox-buttons a.btnPrev{background-position:5px 0}#fancybox-buttons a.btnNext{background-position:-33px 0;border-right:1px solid #3e3e3e}#fancybox-buttons a.btnPlay{background-position:0 -30px}#fancybox-buttons a.btnPlayOn{background-position:-30px -30px}#fancybox-buttons a.btnToggle{background-position:3px -60px;border-left:1px solid #111;border-right:1px solid #3e3e3e;width:35px}#fancybox-buttons a.btnToggleOn{background-position:-27px -60px}#fancybox-buttons a.btnClose{border-left:1px solid #111;width:35px;background-position:-56px 0}#fancybox-buttons a.btnDisabled{opacity:.4;cursor:default}.btn{display:inline-block;*display:inline;*zoom:1;padding:4px 14px;margin-bottom:0;font-size:14px;line-height:20px;*line-height:20px;text-align:center;vertical-align:middle;cursor:pointer;color:#333333;text-shadow:0 1px 1px rgba(255,255,255,0.75);background-color:whitesmoke;background-image:-moz-linear-gradient(top,white,#e6e6e6);background-image:-webkit-gradient(linear,0 0,0 100%,from(white),to(#e6e6e6));background-image:-webkit-linear-gradient(top,white,#e6e6e6);background-image:-o-linear-gradient(top,white,#e6e6e6);background-image:linear-gradient(to bottom,#ffffff,#e6e6e6);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFE6E6E6',GradientType=0);border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) fadein(rgba(0,0,0,0.1),15%);*background-color:#e6e6e6;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);border:1px solid #bbbbbb;*border:0;border-bottom-color:#a2a2a2;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;*margin-left:.3em;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)}.btn:hover,.btn:active,.btn.active,.btn.disabled,.btn[disabled]{color:#333333;background-color:#e6e6e6;*background-color:#d9d9d9}.btn:active,.btn.active{background-color:#cccccc \9}.btn:first-child{*margin-left:0}.btn:hover{color:#333333;text-decoration:none;background-color:#e6e6e6;*background-color:#d9d9d9;background-position:0 -15px;-webkit-transition:background-position .1s linear;-moz-transition:background-position .1s linear;-o-transition:background-position .1s linear;transition:background-position .1s linear}.btn:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.active,.btn:active{background-color:#e6e6e6;background-color:#d9d9d9 \9;background-image:none;outline:0;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05)}.btn.disabled,.btn[disabled]{cursor:default;background-color:#e6e6e6;background-image:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.btn-large{padding:9px 14px;font-size:16px;line-height:normal;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.btn-large [class^="icon-"]{margin-top:2px}.btn-small{padding:3px 9px;font-size:12px;line-height:18px}.btn-small [class^="icon-"]{margin-top:0}.btn-mini{padding:2px 6px;font-size:11px;line-height:17px}.btn-block{display:block;width:100%;padding-left:0;padding-right:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.btn-block + .btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.btn-primary.active,.btn-warning.active,.btn-danger.active,.btn-success.active,.btn-info.active,.btn-inverse.active{color:rgba(255,255,255,0.75)}.btn{border-color:#c5c5c5;border-color:rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25)}.btn-primary{color:white;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#f37550;background-image:-moz-linear-gradient(top,#f36050,#f39650);background-image:-webkit-gradient(linear,0 0,0 100%,from(#f36050),to(#f39650));background-image:-webkit-linear-gradient(top,#f36050,#f39650);background-image:-o-linear-gradient(top,#f36050,#f39650);background-image:linear-gradient(to bottom,#f36050,#f39650);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF36050',endColorstr='#FFF39650',GradientType=0);border-color:#f39650 #f39650 #e76d10;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) fadein(rgba(0,0,0,0.1),15%);*background-color:#f39650;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.btn-primary:hover,.btn-primary:active,.btn-primary.active,.btn-primary.disabled,.btn-primary[disabled]{color:white;background-color:#f39650;*background-color:#f18838}.btn-primary:active,.btn-primary.active{background-color:#f07a20 \9}.btn-warning{color:white;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#f9a732;background-image:-moz-linear-gradient(top,#fbb450,#f89406);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));background-image:-webkit-linear-gradient(top,#fbb450,#f89406);background-image:-o-linear-gradient(top,#fbb450,#f89406);background-image:linear-gradient(to bottom,#fbb450,#f89406);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFBB450',endColorstr='#FFF89406',GradientType=0);border-color:#f89406 #f89406 #ad6704;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) fadein(rgba(0,0,0,0.1),15%);*background-color:#f89406;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.btn-warning:hover,.btn-warning:active,.btn-warning.active,.btn-warning.disabled,.btn-warning[disabled]{color:white;background-color:#f89406;*background-color:#df8505}.btn-warning:active,.btn-warning.active{background-color:#c67605 \9}.btn-danger{color:white;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#da4e49;background-image:-moz-linear-gradient(top,#ee5f5b,#bd362f);background-image:-webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));background-image:-webkit-linear-gradient(top,#ee5f5b,#bd362f);background-image:-o-linear-gradient(top,#ee5f5b,#bd362f);background-image:linear-gradient(to bottom,#ee5f5b,#bd362f);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEE5F5B',endColorstr='#FFBD362F',GradientType=0);border-color:#bd362f #bd362f #802420;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) fadein(rgba(0,0,0,0.1),15%);*background-color:#bd362f;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.btn-danger:hover,.btn-danger:active,.btn-danger.active,.btn-danger.disabled,.btn-danger[disabled]{color:white;background-color:#bd362f;*background-color:#a9302a}.btn-danger:active,.btn-danger.active{background-color:#942a25 \9}.btn-success{color:white;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#5bb65b;background-image:-moz-linear-gradient(top,#62c462,#51a351);background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));background-image:-webkit-linear-gradient(top,#62c462,#51a351);background-image:-o-linear-gradient(top,#62c462,#51a351);background-image:linear-gradient(to bottom,#62c462,#51a351);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62C462',endColorstr='#FF51A351',GradientType=0);border-color:#51a351 #51a351 #387038;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) fadein(rgba(0,0,0,0.1),15%);*background-color:#51a351;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.btn-success:hover,.btn-success:active,.btn-success.active,.btn-success.disabled,.btn-success[disabled]{color:white;background-color:#51a351;*background-color:#499249}.btn-success:active,.btn-success.active{background-color:#408140 \9}.btn-info{color:white;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#49afcd;background-image:-moz-linear-gradient(top,#5bc0de,#2f96b4);background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));background-image:-webkit-linear-gradient(top,#5bc0de,#2f96b4);background-image:-o-linear-gradient(top,#5bc0de,#2f96b4);background-image:linear-gradient(to bottom,#5bc0de,#2f96b4);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE',endColorstr='#FF2F96B4',GradientType=0);border-color:#2f96b4 #2f96b4 #1f6377;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) fadein(rgba(0,0,0,0.1),15%);*background-color:#2f96b4;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.btn-info:hover,.btn-info:active,.btn-info.active,.btn-info.disabled,.btn-info[disabled]{color:white;background-color:#2f96b4;*background-color:#2a85a0}.btn-info:active,.btn-info.active{background-color:#24748c \9}.btn-inverse{color:white;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#363636;background-image:-moz-linear-gradient(top,#444444,#222222);background-image:-webkit-gradient(linear,0 0,0 100%,from(#444444),to(#222222));background-image:-webkit-linear-gradient(top,#444444,#222222);background-image:-o-linear-gradient(top,#444444,#222222);background-image:linear-gradient(to bottom,#444444,#222222);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF444444',endColorstr='#FF222222',GradientType=0);border-color:#222222 #222222 black;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) fadein(rgba(0,0,0,0.1),15%);*background-color:#222222;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.btn-inverse:hover,.btn-inverse:active,.btn-inverse.active,.btn-inverse.disabled,.btn-inverse[disabled]{color:white;background-color:#222222;*background-color:#151515}.btn-inverse:active,.btn-inverse.active{background-color:#090909 \9}button.btn,input[type="submit"].btn{*padding-top:3px;*padding-bottom:3px}button.btn::-moz-focus-inner,input[type="submit"].btn::-moz-focus-inner{padding:0;border:0}button.btn.btn-large,input[type="submit"].btn.btn-large{*padding-top:7px;*padding-bottom:7px}button.btn.btn-small,input[type="submit"].btn.btn-small{*padding-top:3px;*padding-bottom:3px}button.btn.btn-mini,input[type="submit"].btn.btn-mini{*padding-top:1px;*padding-bottom:1px}.btn-link,.btn-link:active,.btn-link[disabled]{background-color:transparent;background-image:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.btn-link{border-color:transparent;cursor:pointer;color:#f36050;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.btn-link:hover{color:#e72510;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover{color:#333333;text-decoration:none}.label,.badge{display:inline-block;padding:2px 4px;font-size:11.844px;font-weight:700;line-height:14px;color:#ffffff;vertical-align:baseline;white-space:nowrap;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#999999}.label{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.badge{padding-left:9px;padding-right:9px;-webkit-border-radius:9px;-moz-border-radius:9px;border-radius:9px}a.label:hover,a.badge:hover{color:#ffffff;text-decoration:none;cursor:pointer}.label-important,.badge-important{background-color:#b94a48}.label-important[href],.badge-important[href]{background-color:#953b39}.label-warning,.badge-warning{background-color:#f89406}.label-warning[href],.badge-warning[href]{background-color:#c67605}.label-success,.badge-success{background-color:#468847}.label-success[href],.badge-success[href]{background-color:#356635}.label-info,.badge-info{background-color:#3a87ad}.label-info[href],.badge-info[href]{background-color:#2d6987}.label-inverse,.badge-inverse{background-color:#333333}.label-inverse[href],.badge-inverse[href]{background-color:#1a1a1a}.btn .label,.btn .badge{position:relative;top:-1px}.btn-mini .label,.btn-mini .badge{top:0}body{font-family:Helvetica,Arial;color:#555;background-color:#F9FAF7;font-size:.96em}h1,h2,h3,h4{font-family:'museo_sans_rounded_300regular';text-transform:uppercase}a{color:#f36050;text-decoration:none}img{width:auto 9;height:auto;max-width:100%;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic}.affix{position:fixed;top:10px}.container{margin:0 auto}@media only screen and (min-width:980px){.container{width:980px}}input[type=text]{font-size:13px;color:#8e8d8d;padding:11px 15px 10px 6px;background-color:#fdfdfd;margin:0;line-height:20px;box-shadow:inset 2px 2px 4px #f1f1f1;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;height:20px;border:1px solid #cccccc;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border linear .2s,box-shadow linear .2s;-moz-transition:border linear .2s,box-shadow linear .2s;-o-transition:border linear .2s,box-shadow linear .2s;transition:border linear .2s,box-shadow linear .2s}.modal{max-width:500px}.modal h2{margin:0;border-bottom:1px solid #CCC}#sign-in{display:none}#sign-in .btn{margin-left:20px}#sign-in .waDomainLogins{margin-bottom:18px}#sign-in .waDomainLogins span{color:#f36050;display:block;padding:2px 0 2px 15px;font-size:14px;cursor:pointer}#sign-in .waDomainLogins span:hover{color:#e72510}@media only screen and (max-width:980px){#blog-ribbon{display:none}}#blog-ribbon a{background:url('/img/blog-ribbon-7158a39e.png?1370850275') no-repeat scroll top left;text-indent:-9999px;display:block;width:51px;height:106px;position:absolute;top:94px;z-index:99}#old-browser{display:none}#old-browser-inner{text-align:center;padding:30px 0}#old-browser-inner h1{width:500px;font-size:26px;margin:28px auto 20px}#old-browser-inner p{width:400px;margin:0 auto}aside ul#submenu{list-style:none;padding:0;border-right:1px solid #ddd;width:230px}@media only screen and (max-width:980px){aside ul#submenu{width:165px}}aside ul#submenu li{margin:4px 0 4px 6px}aside ul#submenu li a{display:block;padding:8px 16px 8px 14px;text-transform:uppercase;font-size:14px;text-align:right;font-family:gotham_mediumregular}aside ul#submenu li.active a{background-color:#F9FAF7;border:1px solid #ddd;-webkit-border-radius:8px 0 0 8px;-moz-border-radius:8px 0 0 8px;border-radius:8px 0 0 8px;border-color:#ddd transparent #ddd #ddd;left:1px;position:relative}nav.main{background-color:#f8f7ef;text-transform:uppercase;font:14px 'museo_sans_rounded_300regular';position:relative;height:90px;-webkit-box-shadow:0 0 6px #888888;-moz-box-shadow:0 0 6px #888888;box-shadow:0 0 6px #888888}@media only screen and (min-width:767px){nav.main{height:68px}}@media only screen and (min-width:980px){nav.main{height:100px}}nav.main ul{position:relative;z-index:9;margin:0 auto;padding:0}@media only screen and (min-width:767px){nav.main ul > li{float:left}}nav.main ul > li a{display:block}nav.main ul > li:first-child{margin:8px auto;text-align:center}@media only screen and (min-width:767px){nav.main ul > li:first-child{margin:25px 0 0 10px !important}}@media only screen and (min-width:980px){nav.main ul > li:first-child{margin:34px 0 0 0 !important}}@media only screen and (min-width:767px){nav.main ul > li:last-child{float:right}}nav.main ul > li ul{display:table;border-top:1px solid #ccc}@media only screen and (min-width:767px){nav.main ul > li ul{border:none}}nav.main ul > li ul li{float:left;margin:19px 0 0 0 !important;height:35px}@media only screen and (min-width:767px){nav.main ul > li ul li{margin-top:25px !important;height:47px}}@media only screen and (min-width:980px){nav.main ul > li ul li{margin-top:38px !important;height:66px}}@media only screen and (min-width:980px){nav.main ul > li ul li:first-child{margin-top:38px !important}}@media only screen and (max-width:980px){nav.main ul > li ul li:nth-child(4){display:none}}@media only screen and (max-width:320px){nav.main ul > li ul li:nth-child(5) a:first-child{display:none}}nav.main ul > li ul li a{color:#3e3e3e;padding:0 10px}@media only screen and (min-width:480px){nav.main ul > li ul li a{padding:0 10px}}@media only screen and (min-width:767px){nav.main ul > li ul li a{padding:0 12px}}@media only screen and (min-width:980px){nav.main ul > li ul li a{font-size:16px}}nav.main ul > li ul li.active a{color:#f36050}nav.main ul > li ul li:last-child{height:100px;text-align:center}nav.main ul > li ul li:last-child a{color:#f36050}nav.main ul > li ul li:last-child #cws-sign-up{display:none;font:12px 'museo_sans_rounded_300regular';margin:0;padding:0 0 22px;text-align:center}@media only screen and (min-width:767px){nav.main ul > li ul li:last-child{margin:0 0 0 10px !important;background-color:#f36050;height:68px}nav.main ul > li ul li:last-child a{color:#FFF;padding:24px 12px 28px;font-family:'gotham_mediumregular'}nav.main ul > li ul li:last-child a:hover{color:#000}}@media only screen and (min-width:980px){nav.main ul > li ul li:last-child{margin:0 0 0 20px !important;height:100px}nav.main ul > li ul li:last-child a{background-color:#f36050;padding:33px 18px 4px;font-size:23px}}nav.main .active{background:#f8f7ef url('/img/products/nav-pointer-6ba79b2f.gif?1370850275') no-repeat center 16px}@media only screen and (min-width:767px){nav.main .active{background-position:center 28px}}@media only screen and (min-width:980px){nav.main .active{background-position:center 47px}}body.home nav.main{-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}body.home nav.main .active{background-image:url('/img/home/nav-pointer-0caff26f.gif?1370850275')}nav.sub{background-color:#EFEDE7;padding:12px 0 10px;box-shadow:0 0 6px #888;font-family:'museo_sans_rounded_300regular'}nav.sub ul,nav.sub li{list-style:none;margin:0;padding:0}nav.sub .container{display:table}nav.sub ul{text-align:center;margin:0 auto}nav.sub ul li{display:inline;margin:0 12px}@media only screen and (min-width:320px){nav.sub ul li{margin:0 6px}}@media only screen and (min-width:767px){nav.sub ul li{margin:0 20px}}nav.sub ul li.active{font-family:museo_sans_rounded_700regular}nav.sub ul li.active a{color:#f36050}nav.sub ul li a{font-size:15px;color:#3e3e3e;text-transform:uppercase}.video-thumb{width:120px;height:68px;padding:3px;background-color:#FFF;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:1px solid rgba(0,0,0,0.2);-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);box-shadow:0 1px 3px rgba(0,0,0,0.1)}.video-thumb span:first-child{position:relative;width:120px;height:68px;display:block;overflow:hidden}.video-thumb span:first-child img{display:inline-block;vertical-align:middle;top:-11px;position:relative;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.video-thumb span:last-child{padding:0 4px;font-weight:700;font-size:11px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-color:#000;color:#fff !important;height:14px;line-height:14px;opacity:.75;filter:alpha(opacity=75);display:-moz-inline-stack;display:inline-block;vertical-align:top;zoom:1;float:right;margin-right:4px;position:relative;top:-17px}body.home{background:#f8f7ef url('/img/graphbg-2b03e80b.gif?1370850275') repeat}body.home .carousel{width:100%;position:relative}body.home .carousel .carousel-item{display:none}body.home .carousel .carousel-active{display:block}body.home .carousel .carousel-nav{height:13px}body.home .carousel .carousel-nav:nth-child(2){display:none}body.home .carousel .prev,body.home .carousel .next{display:none}body.home .carousel .carousel-pagination{margin:20px auto;width:100px}body.home .carousel .carousel-pagination li{float:left;margin:0 1px;list-style:none}body.home .carousel .carousel-pagination li a{display:block;width:12px;height:0;padding-top:13px;background-image:url('/img/home/slides/pagination-8abc339e.png?1370850275');background-position:0 0;float:left;overflow:hidden}body.home .carousel .carousel-pagination li a:hover{background-position:0 -26px}body.home .carousel .carousel-pagination li.carousel-active-page a{background-position:0 -13px}body.home .carousel-slide{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}body.home .carousel-slide .carousel-item{position:absolute;left:100%;top:0;width:100%;display:block;z-index:1;-webkit-transition:left .2s ease;-moz-transition:left .2s ease;-ms-transition:left .2s ease;-o-transition:left .2s ease;transition:left .2s ease}body.home .carousel-no-transition .carousel-item{-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none}body.home .carousel-slide .carousel-active{left:0;position:relative;z-index:2}body.home .carousel-slide .carousel-in{left:0}body.home .carousel-slide-reverse .carousel-out{left:100%}body.home .carousel-slide .carousel-out,body.home .carousel-slide-reverse .carousel-item,body.home .carousel-slide-reverse .carousel-in{left:-100%}body.home .carousel-slide-reverse .carousel-active{left:0}body.home .carousel-flip{position:relative;overflow:visible;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-perspective:800;-moz-perspective:800;-ms-perspective:800;-o-perspective:800;perspective:800}body.home .carousel-flip .carousel-item{position:absolute;top:0;width:100%;display:block;z-index:1;opacity:0;-webkit-transition:-webkit-transform .2s ease;-moz-transition:-moz-transform .2s ease;-ms-transition:-ms-transform .2s ease;-o-transition:-o-transform .2s ease;transition:transform .2s ease;-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-ms-transform:rotateY(180deg);-o-transform:rotateY(180deg);-transform:rotateY(180deg);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden}body.home .carousel-no-transition .carousel-item{-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none}body.home .carousel-flip .carousel-active{-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-ms-transform:rotateY(0deg);-o-transform:rotateY(0deg);-transform:rotateY(0deg);position:relative;z-index:2;opacity:1}body.home .carousel-flip .carousel-out,body.home .carousel-flip-reverse .carousel-item{-webkit-transform:rotateY(-180deg);-moz-transform:rotateY(-180deg);-ms-transform:rotateY(-180deg);-o-transform:rotateY(-180deg);-transform:rotateY(-180deg)}body.home .carousel-flip .carousel-in{-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-ms-transform:rotateY(0deg);-o-transform:rotateY(0deg);-transform:rotateY(0deg);opacity:1}body.home .carousel-flip .carousel-top{z-index:3;opacity:1}body.home .carousel-flip-reverse .carousel-out{-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-ms-transform:rotateY(180deg);-o-transform:rotateY(180deg);-transform:rotateY(180deg)}body.home .carousel-flip-reverse .carousel-in{-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-ms-transform:rotateY(0deg);-o-transform:rotateY(0deg);-transform:rotateY(0deg)}body.home header{background:#666666 url('/img/bgcloth-66b6fbca.png?1370850275') repeat;padding:10px 0 20px}@media only screen and (min-width:767px){body.home header{padding:50px 0}}body.home header section{height:485px}@media only screen and (min-width:480px){body.home header section{height:640px}}@media only screen and (min-width:767px){body.home header section{height:314px}}@media only screen and (min-width:980px){body.home header section{height:430px}}body.home header section > div{text-align:center}@media only screen and (min-width:767px){body.home header section > div{float:left}}body.home header section > div p{color:#F8F7EF;text-align:center;text-transform:uppercase;line-height:1.7em;font-family:'gotham_thinregular';font-size:14px}@media only screen and (min-width:980px){body.home header section > div p{font-size:18px}}body.home header section > div:first-child > div:nth-child(3){display:none}@media only screen and (min-width:767px){body.home header section > div:first-child > div:nth-child(3){display:block}}body.home header section > div:first-child div:first-child p{display:block;margin:0;line-height:1.05em;font-family:'gotham_mediumregular';font-size:38px}@media only screen and (min-width:480px){body.home header section > div:first-child div:first-child p{font-size:52px}}@media only screen and (min-width:980px){body.home header section > div:first-child div:first-child p{font-size:64px}}body.home header section > div:last-child{margin:20px 0 0 0}@media only screen and (min-width:980px){body.home header section > div:last-child{margin:0}}@media only screen and (min-width:767px){body.home header section > div:last-child{width:44%}}body.home header section > div:last-child img{max-width:78%}@media only screen and (min-width:480px){body.home header section > div:last-child img{max-width:70%}}@media only screen and (min-width:767px){body.home header section > div:last-child img{max-width:80%}}@media only screen and (min-width:980px){body.home header section > div:last-child img{max-width:100%}}@media only screen and (min-width:767px){body.home section#slide1 > div:first-child{width:56%}}@media only screen and (min-width:980px){body.home section#slide1 > div:first-child{margin-top:50px;width:52%;padding-right:38px}}body.home section#slide1 > div:first-child div:nth-child(2) p{width:320px;text-align:center;margin:20px auto}@media only screen and (min-width:480px){body.home section#slide1 > div:first-child div:nth-child(2) p{font-size:16px;margin:14px auto}}@media only screen and (min-width:980px){body.home section#slide1 > div:first-child div:nth-child(2) p{width:450px;margin:25px auto}}body.home section#slide1 > div:first-child div:first-child img{margin:0 auto}body.home section#slide1 > div:first-child div:first-child p:first-child{margin-bottom:3px;font-size:24px}@media only screen and (min-width:480px){body.home section#slide1 > div:first-child div:first-child p:first-child{font-size:34px}}@media only screen and (min-width:980px){body.home section#slide1 > div:first-child div:first-child p:first-child{font-size:54px}}body.home section#slide1 > div:first-child div:first-child p:nth-child(3){font-size:40px}@media only screen and (min-width:480px){body.home section#slide1 > div:first-child div:first-child p:nth-child(3){font-size:54px}}@media only screen and (min-width:980px){body.home section#slide1 > div:first-child div:first-child p:nth-child(3){font-size:66px}}body.home section#slide1 > div:first-child div:first-child p:last-child{font-size:24px}@media only screen and (min-width:480px){body.home section#slide1 > div:first-child div:first-child p:last-child{font-size:30px}}@media only screen and (min-width:980px){body.home section#slide1 > div:first-child div:first-child p:last-child{font-size:40px}}@media only screen and (min-width:767px){body.home section#slide2 > div:first-child{width:56%}}@media only screen and (min-width:980px){body.home section#slide2 > div:first-child{margin-top:25px;width:52%;padding-right:38px}}body.home section#slide2 > div:first-child div:nth-child(2) p{width:320px;text-align:center;margin:20px auto}@media only screen and (min-width:480px){body.home section#slide2 > div:first-child div:nth-child(2) p{font-size:16px;margin:14px auto}}@media only screen and (min-width:980px){body.home section#slide2 > div:first-child div:nth-child(2) p{width:450px;margin:25px auto}}body.home section#slide2 > div:first-child div:first-child img{margin:0 auto}body.home section#slide2 > div:first-child div:first-child p:first-child{font-size:24px}@media only screen and (min-width:480px){body.home section#slide2 > div:first-child div:first-child p:first-child{font-size:34px}}@media only screen and (min-width:980px){body.home section#slide2 > div:first-child div:first-child p:first-child{font-size:44px}}body.home section#slide2 > div:first-child div:first-child p:nth-child(2){line-height:.8em;font-size:94px}@media only screen and (min-width:480px){body.home section#slide2 > div:first-child div:first-child p:nth-child(2){font-size:132px}}@media only screen and (min-width:980px){body.home section#slide2 > div:first-child div:first-child p:nth-child(2){font-size:166px}}body.home section#slide2 > div:first-child div:first-child p:last-child{font-size:26px;margin-top:5px}@media only screen and (min-width:480px){body.home section#slide2 > div:first-child div:first-child p:last-child{font-size:38px}}@media only screen and (min-width:980px){body.home section#slide2 > div:first-child div:first-child p:last-child{font-size:46px}}@media only screen and (min-width:767px){body.home section#slide3 > div:first-child{width:52%}}@media only screen and (min-width:980px){body.home section#slide3 > div:first-child{margin:25px 0;width:52%;padding-right:38px}}body.home section#slide3 > div:first-child div:nth-child(2) p{width:320px;text-align:center;margin:20px auto}@media only screen and (min-width:480px){body.home section#slide3 > div:first-child div:nth-child(2) p{font-size:16px;margin:14px auto}}@media only screen and (min-width:980px){body.home section#slide3 > div:first-child div:nth-child(2) p{width:450px;margin:25px auto}}body.home section#slide3 > div:first-child div:first-child img{margin:0 auto}body.home section#slide3 > div:first-child div:first-child p:first-child{font-size:22px}@media only screen and (min-width:480px){body.home section#slide3 > div:first-child div:first-child p:first-child{font-size:34px}}@media only screen and (min-width:980px){body.home section#slide3 > div:first-child div:first-child p:first-child{font-size:44px}}body.home section#slide3 > div:first-child div:first-child p:nth-child(2){font-size:44px}@media only screen and (min-width:480px){body.home section#slide3 > div:first-child div:first-child p:nth-child(2){font-size:64px}}@media only screen and (min-width:767px){body.home section#slide3 > div:first-child div:first-child p:nth-child(2){font-size:54px}}@media only screen and (min-width:980px){body.home section#slide3 > div:first-child div:first-child p:nth-child(2){font-size:72px}}body.home section#slide3 > div:first-child div:first-child p:nth-child(3){font-size:22px}@media only screen and (min-width:480px){body.home section#slide3 > div:first-child div:first-child p:nth-child(3){font-size:34px}}@media only screen and (min-width:980px){body.home section#slide3 > div:first-child div:first-child p:nth-child(3){font-size:44px}}body.home section#slide3 > div:first-child div:first-child p:last-child{font-size:42px}@media only screen and (min-width:480px){body.home section#slide3 > div:first-child div:first-child p:last-child{font-size:62px}}@media only screen and (min-width:767px){body.home section#slide3 > div:first-child div:first-child p:last-child{font-size:50px}}@media only screen and (min-width:980px){body.home section#slide3 > div:first-child div:first-child p:last-child{font-size:68px}}body.home section#slide3 > div:last-child img{max-width:90%}@media only screen and (min-width:480px){body.home section#slide3 > div:last-child img{max-width:80%}}@media only screen and (min-width:767px){body.home section#slide3 > div:last-child img{max-width:100%}}@media only screen and (min-width:767px){body.home section#slide3 > div:last-child{width:366px;margin:0}}@media only screen and (min-width:980px){body.home section#slide3 > div:last-child{width:430px}}body.home section#content{padding:0 25px;font-family:'museo_sans_rounded_300regular'}body.home section#content .feature{font-size:16px;line-height:1.5em;margin:5px 0 20px}@media only screen and (min-width:767px){body.home section#content .feature{margin:50px 0 60px}}@media only screen and (min-width:980px){body.home section#content .feature{font-size:18px;line-height:1.6em}}body.home section#content .feature h2{font:28px gotham_mediumregular;text-transform:uppercase;margin-bottom:10px}@media only screen and (min-width:980px){body.home section#content .feature h2{font-size:42px;margin-bottom:20px}}body.home section#content .feature p{margin:0}@media only screen and (min-width:767px){body.home section#content .feature div{float:left;width:50%}body.home section#content .feature div img{max-width:90%}}body.home section#content .feature:nth-child(1) div:first-child{display:none}@media only screen and (min-width:767px){body.home section#content .feature:nth-child(1) div:first-child{display:block}}body.home section#content .feature:nth-child(1) strong{line-height:1em;font-size:70px;color:#27b6da;display:block}@media only screen and (min-width:980px){body.home section#content .feature:nth-child(1) strong{font-size:120px}}body.home section#content .feature:nth-child(2) div:last-child{display:none}@media only screen and (min-width:767px){body.home section#content .feature:nth-child(2) div:last-child{display:block;text-align:right;margin-top:20px}}body.home section#content .feature:nth-child(3) div:first-child{display:none}@media only screen and (min-width:767px){body.home section#content .feature:nth-child(3) div:first-child{display:block}body.home section#content .feature:nth-child(3) div:first-child img{max-width:85%}}body.home section#content .feature:nth-child(3) div:last-child{margin-top:20px}body.home section#content .feature:nth-child(4) div:last-child{display:none}@media only screen and (min-width:767px){body.home section#content .feature:nth-child(4) div:last-child{display:block;text-align:right}body.home section#content .feature:nth-child(4) div:last-child img{max-width:80%}}body.home section#content .feature:nth-child(5) div:first-child{float:left}@media only screen and (min-width:767px){body.home section#content .feature:nth-child(5) div:first-child{float:right;width:45%}}body.home section#content .feature:nth-child(5) div:last-child{float:left;margin-top:40px}body.home section#content .feature:nth-child(5) div:last-child article{display:table;border:1px solid #CCC;border-radius:6px;padding:10px;font-size:14px}@media only screen and (min-width:767px){body.home section#content .feature:nth-child(5) div:last-child article{margin-right:60px;padding:30px}}body.home section#content .feature:nth-child(5) div:last-child article h2{font-size:18px;margin:0 0 16px;color:#666}body.home section#content .feature:nth-child(5) div:last-child article h3{margin:10px 0 12px;line-height:1.2em;font-size:18px}@media only screen and (min-width:980px){body.home section#content .feature:nth-child(5) div:last-child article h3{font-size:22px}}body.home section#content .feature:nth-child(5) div:last-child article p{line-height:1.4em}body.home section#content .feature:nth-child(5) div:last-child article p a{font-size:13px}@media only screen and (min-width:767px){body.home section#content .feature:nth-child(5) div:last-child{margin-top:30px;float:right;width:55%}}@media only screen and (min-width:980px){body.home section#content .feature:nth-child(5) div:last-child{margin-top:40px}}@-webkit-keyframes cloudAnim{50%{-webkit-transform:translate(0,10px)}100%{-webkit-transform:translate(0,0)}}@-moz-keyframes cloudAnim{50%{-moz-transform:translate(0,10px)}100%{-moz-transform:translate(0,0)}}@-o-keyframes cloudAnim{50%{-o-transform:translate(0,10px)}100%{-o-transform:translate(0,0)}}@-ms-keyframes cloudAnim{50%{-ms-transform:translate(0,10px)}100%{-ms-transform:translate(0,0)}}@keyframes cloudAnim{50%{-webkit-transform:translate(0,10px)}100%{-webkit-transform:translate(0,0)}}body.products #overview-sections{background:#666666 url('/img/bgcloth-66b6fbca.png?1370850275') repeat;font-size:.8em}body.products #overview-sections .container > h1{color:#f8f7ef;font:26px gotham_thinregular;text-transform:uppercase;padding:28px 0 0;margin:0 auto;text-align:center}body.products #overview-sections ul{list-style:none;margin:0;padding:0;padding:20px 20px 10px}@media only screen and (min-width:767px){body.products #overview-sections ul{margin-left:32px}}@media only screen and (min-width:980px){body.products #overview-sections ul{margin-left:0;padding:30px 10px 20px}}body.products #overview-sections ul > li a{display:block;padding-left:78px;height:84px;width:200px}@media only screen and (min-width:480px){body.products #overview-sections ul > li a{width:140px;float:left}}@media only screen and (min-width:767px){body.products #overview-sections ul > li a{width:270px}}@media only screen and (min-width:980px){body.products #overview-sections ul > li a{width:145px;margin-right:20px}}body.products #overview-sections ul > li h3{font-size:18px;padding:4px 0 0 0;margin:0}body.products #overview-sections ul > li p{margin:4px 0 0 0;color:#AAA}body.products #overview-sections ul > li:nth-child(1) a{background:transparent url('/img/products/ui-builder-c0be35df.gif?1370850275') no-repeat}body.products #overview-sections ul > li:nth-child(2) a{background:transparent url('/img/products/code-editor-79b66eb4.gif?1370850275') no-repeat}body.products #overview-sections ul > li:nth-child(3) a{background:transparent url('/img/products/deployment-b683d15b.gif?1370850275') no-repeat}body.products #overview-sections ul > li:last-child a{background:transparent url('/img/products/extras-c4b6fa5d.gif?1370850275') no-repeat}@media only screen and (min-width:980px){body.products #overview-sections ul > li:last-child a{margin-right:0}}body.products .back-top,body.services .back-top,body.mobile-build .back-top{float:right;position:relative;top:12px;font-size:12px;color:#888}@media only screen and (min-width:767px){body.products .back-top,body.services .back-top,body.mobile-build .back-top{top:21px}}body.products .overview-section .container,body.services .overview-section .container,body.mobile-build .overview-section .container{padding:0 10px}body.products .overview-section .container img,body.services .overview-section .container img,body.mobile-build .overview-section .container img{display:none}@media only screen and (min-width:480px){body.products .overview-section .container img,body.services .overview-section .container img,body.mobile-build .overview-section .container img{display:block;max-width:36%}}@media only screen and (min-width:767px){body.products .overview-section .container img,body.services .overview-section .container img,body.mobile-build .overview-section .container img{max-width:32%}}body.products .overview-section .container article h3,body.services .overview-section .container article h3,body.mobile-build .overview-section .container article h3{color:#f36050;font:26px gotham_bookregular;margin:0 0 26px;text-shadow:1px 1px 3px #BBB;text-transform:uppercase;border-bottom:3px solid #CCC;padding-bottom:10px}@media only screen and (min-width:480px){body.products .overview-section .container article h3,body.services .overview-section .container article h3,body.mobile-build .overview-section .container article h3{margin:0}}@media only screen and (min-width:767px){body.products .overview-section .container article h3,body.services .overview-section .container article h3,body.mobile-build .overview-section .container article h3{font-size:32px}}@media only screen and (min-width:980px){body.products .overview-section .container article h3,body.services .overview-section .container article h3,body.mobile-build .overview-section .container article h3{font-size:36px;margin:0 0 26px}}body.products .overview-section .container article ul,body.services .overview-section .container article ul,body.mobile-build .overview-section .container article ul{list-style:none;margin:0;padding:0}body.products .overview-section .container article ul li,body.services .overview-section .container article ul li,body.mobile-build .overview-section .container article ul li{float:left;width:250px}@media only screen and (min-width:480px){body.products .overview-section .container article ul li,body.services .overview-section .container article ul li,body.mobile-build .overview-section .container article ul li{width:210px}}@media only screen and (min-width:980px){body.products .overview-section .container article ul li,body.services .overview-section .container article ul li,body.mobile-build .overview-section .container article ul li{width:300px}}body.products .overview-section .container article ul li:nth-child(1),body.products .overview-section .container article ul li:nth-child(3),body.services .overview-section .container article ul li:nth-child(1),body.services .overview-section .container article ul li:nth-child(3),body.mobile-build .overview-section .container article ul li:nth-child(1),body.mobile-build .overview-section .container article ul li:nth-child(3){margin-right:40px}body.products .overview-section .container article ul li h4,body.services .overview-section .container article ul li h4,body.mobile-build .overview-section .container article ul li h4{font:16px gotham_mediumregular;margin-bottom:0}body.products .overview-section .container article ul li p,body.services .overview-section .container article ul li p,body.mobile-build .overview-section .container article ul li p{font-size:14px;margin:10px 0 0 0}body.products #overview-ui-builder,body.services #overview-ui-builder,body.mobile-build #overview-ui-builder{margin-top:30px}@media only screen and (min-width:480px){body.products #overview-ui-builder,body.services #overview-ui-builder,body.mobile-build #overview-ui-builder{margin:60px 0 70px}}@media only screen and (min-width:480px){body.products #overview-ui-builder .container article,body.services #overview-ui-builder .container article,body.mobile-build #overview-ui-builder .container article{margin-top:10px}}@media only screen and (min-width:480px){body.products #overview-ui-builder .container img,body.services #overview-ui-builder .container img,body.mobile-build #overview-ui-builder .container img{margin-right:20px}}body.products #overview-code-editor,body.services #overview-code-editor,body.mobile-build #overview-code-editor{margin:80px 0}@media only screen and (min-width:767px){body.products #overview-code-editor .container article ul,body.services #overview-code-editor .container article ul,body.mobile-build #overview-code-editor .container article ul{margin-right:240px}}body.products #overview-code-editor .container article ul li,body.services #overview-code-editor .container article ul li,body.mobile-build #overview-code-editor .container article ul li{width:235px}@media only screen and (min-width:480px){body.products #overview-code-editor .container article ul li,body.services #overview-code-editor .container article ul li,body.mobile-build #overview-code-editor .container article ul li{width:208px}}@media only screen and (min-width:980px){body.products #overview-code-editor .container article ul li,body.services #overview-code-editor .container article ul li,body.mobile-build #overview-code-editor .container article ul li{width:285px}}@media only screen and (min-width:480px){body.products #overview-code-editor .container img,body.services #overview-code-editor .container img,body.mobile-build #overview-code-editor .container img{margin:0 10px 0 40px}}body.products #overview-deployment,body.services #overview-deployment,body.mobile-build #overview-deployment{margin:80px 0}body.products #overview-deployment .container article ul li,body.services #overview-deployment .container article ul li,body.mobile-build #overview-deployment .container article ul li{width:230px}@media only screen and (min-width:480px){body.products #overview-deployment .container article ul li,body.services #overview-deployment .container article ul li,body.mobile-build #overview-deployment .container article ul li{width:210px}}@media only screen and (min-width:980px){body.products #overview-deployment .container article ul li,body.services #overview-deployment .container article ul li,body.mobile-build #overview-deployment .container article ul li{width:290px}}@media only screen and (min-width:480px){body.products #overview-deployment .container img,body.services #overview-deployment .container img,body.mobile-build #overview-deployment .container img{margin:0 40px 0 0}}body.products #overview-detail,body.services #overview-detail,body.mobile-build #overview-detail{margin:0 10px 60px}@media only screen and (min-width:480px){body.products #overview-detail,body.services #overview-detail,body.mobile-build #overview-detail{margin-bottom:60px}}body.products #overview-detail .container > h3,body.services #overview-detail .container > h3,body.mobile-build #overview-detail .container > h3{color:#f36050;margin:0 0 16px;font:26px gotham_bookregular;text-shadow:1px 1px 3px #BBB;text-transform:uppercase;border-bottom:3px solid #CCC;padding-bottom:10px}body.products #overview-detail .container > ul,body.services #overview-detail .container > ul,body.mobile-build #overview-detail .container > ul{list-style:none;margin:0;padding:0}body.products #overview-detail .container > ul > li,body.services #overview-detail .container > ul > li,body.mobile-build #overview-detail .container > ul > li{float:left;width:300px;padding:10px 0 0 0}@media only screen and (min-width:480px){body.products #overview-detail .container > ul > li,body.services #overview-detail .container > ul > li,body.mobile-build #overview-detail .container > ul > li{width:210px;padding:10px 40px 0 0}}@media only screen and (min-width:480px){body.products #overview-detail .container > ul > li:nth-child(1),body.products #overview-detail .container > ul > li:nth-child(2),body.services #overview-detail .container > ul > li:nth-child(1),body.services #overview-detail .container > ul > li:nth-child(2),body.mobile-build #overview-detail .container > ul > li:nth-child(1),body.mobile-build #overview-detail .container > ul > li:nth-child(2){padding-bottom:20px}}@media only screen and (min-width:480px){body.products #overview-detail .container > ul > li:nth-child(2),body.products #overview-detail .container > ul > li:nth-child(4),body.services #overview-detail .container > ul > li:nth-child(2),body.services #overview-detail .container > ul > li:nth-child(4),body.mobile-build #overview-detail .container > ul > li:nth-child(2),body.mobile-build #overview-detail .container > ul > li:nth-child(4){padding-right:0}}@media only screen and (min-width:980px){body.products #overview-detail .container > ul > li:nth-child(2),body.products #overview-detail .container > ul > li:nth-child(4),body.services #overview-detail .container > ul > li:nth-child(2),body.services #overview-detail .container > ul > li:nth-child(4),body.mobile-build #overview-detail .container > ul > li:nth-child(2),body.mobile-build #overview-detail .container > ul > li:nth-child(4){padding-right:40px}}body.products #overview-detail .container > ul > li:last-child,body.services #overview-detail .container > ul > li:last-child,body.mobile-build #overview-detail .container > ul > li:last-child{padding-right:0}@media only screen and (min-width:767px){body.products #overview-detail .container > ul > li,body.services #overview-detail .container > ul > li,body.mobile-build #overview-detail .container > ul > li{width:320px;padding:10px 40px 0 20px}}@media only screen and (min-width:980px){body.products #overview-detail .container > ul > li,body.services #overview-detail .container > ul > li,body.mobile-build #overview-detail .container > ul > li{width:212px;padding-left:0}}body.products #overview-detail .container > ul > li h3,body.services #overview-detail .container > ul > li h3,body.mobile-build #overview-detail .container > ul > li h3{color:#000;font:16px gotham_mediumregular;text-transform:uppercase;text-shadow:0 1px 0 #fff;margin:0;text-shadow:none}body.products #overview-detail .container > ul > li > ul,body.services #overview-detail .container > ul > li > ul,body.mobile-build #overview-detail .container > ul > li > ul{list-style-type:disc;font-size:14px;color:#505258;line-height:19px;list-style-type:none;padding:0;margin:0}body.products #overview-detail .container > ul > li > ul li,body.services #overview-detail .container > ul > li > ul li,body.mobile-build #overview-detail .container > ul > li > ul li{margin:0;padding:0;margin-bottom:10px;background:url('/img/details-bullet-82df4c4b.png?1370850275') no-repeat;background-position:0 7px;padding-left:10px}body.products #overview-detail .container > ul > li > ul li h4,body.services #overview-detail .container > ul > li > ul li h4,body.mobile-build #overview-detail .container > ul > li > ul li h4{font-size:14px;margin-bottom:0}body.products #overview-detail .container > ul > li > ul li p,body.services #overview-detail .container > ul > li > ul li p,body.mobile-build #overview-detail .container > ul > li > ul li p{margin:0;font-size:13px;color:#898c98}body.pricing{background:#f8f7ef url('/img/graphbg-2b03e80b.gif?1370850275') repeat}body.pricing #overview-sections{display:none}@media only screen and (min-width:767px){body.pricing #overview-sections{display:block}}body.pricing #pricing-section .container{background:transparent url('/img/products/track-mobile-b70e2a38.png?1370850275') no-repeat center 30px;font-size:.8em;height:984px}@media only screen and (min-width:767px){body.pricing #pricing-section .container{background-image:url('/img/products/track-9f404be3.png?1370850275');background-position:-52px 65px;height:770px;margin-top:0}}@media only screen and (min-width:980px){body.pricing #pricing-section .container{background-position:left 65px;background-size:inherit}}body.pricing #pricing-section article{font-size:16px;text-align:center;padding:0 20px}@media only screen and (min-width:480px){body.pricing #pricing-section article{padding:0 30px;font-size:18px}}@media only screen and (min-width:767px){body.pricing #pricing-section article{text-align:left;font-size:16px;padding:0 20px 0 346px}}@media only screen and (min-width:980px){body.pricing #pricing-section article{padding:0 20px 0 440px}}body.pricing #pricing-section article h3{font:32px gotham_bookregular;text-transform:uppercase;margin:0;display:none}@media only screen and (min-width:767px){body.pricing #pricing-section article h3{display:block}}body.pricing #pricing-section article p{margin-top:0}body.pricing #pricing-section article a{font-family:gotham_mediumregular;text-transform:uppercase}body.pricing #pricing-section article:nth-child(1){padding-top:122px}@media only screen and (min-width:480px){body.pricing #pricing-section article:nth-child(1){padding-top:130px}}@media only screen and (min-width:767px){body.pricing #pricing-section article:nth-child(1){padding-top:60px}}body.pricing #pricing-section article:nth-child(2){padding-top:180px}@media only screen and (min-width:480px){body.pricing #pricing-section article:nth-child(2){padding-top:186px}}@media only screen and (min-width:767px){body.pricing #pricing-section article:nth-child(2){padding-top:58px}}@media only screen and (min-width:980px){body.pricing #pricing-section article:nth-child(2){padding-top:78px}}body.pricing #pricing-section article:nth-child(3){padding-top:148px}@media only screen and (min-width:480px){body.pricing #pricing-section article:nth-child(3){padding-top:172px}}@media only screen and (min-width:767px){body.pricing #pricing-section article:nth-child(3){padding-top:88px}}@media only screen and (min-width:980px){body.pricing #pricing-section article:nth-child(3){padding-top:110px}}body.testimonials #testimonials-section{margin:50px 0}@media only screen and (min-width:767px){body.testimonials #testimonials-section{margin:70px 0}}body.testimonials #testimonials-section h1{font:26px gotham_mediumregular;text-transform:uppercase;text-align:center}@media only screen and (min-width:767px){body.testimonials #testimonials-section h1{font-size:30px}}@media only screen and (min-width:980px){body.testimonials #testimonials-section h1{font-size:36px}}body.testimonials #testimonials-section h4{font:14px gotham_bookregular;text-align:center;line-height:1.4em;width:80%;margin:0 auto 80px}@media only screen and (min-width:767px){body.testimonials #testimonials-section h4{font-size:18px}}body.testimonials #testimonials-section .mb-wrap{position:relative;margin:0 10px}body.testimonials #testimonials-section .mb-wrap p{margin:0;padding:0}body.testimonials #testimonials-section .mb-wrap blockquote{margin:0;position:relative;background:#fff;padding:30px;border-radius:5px;box-shadow:inset 0 2px 0 #eeeeee,-5px -4px 25px rgba(0,0,0,0.3)}body.testimonials #testimonials-section .mb-wrap blockquote:after,body.testimonials #testimonials-section .mb-wrap blockquote:before{top:100%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}body.testimonials #testimonials-section .mb-wrap blockquote:before{border-top-color:rgba(0,0,0,0.01);border-width:11px;left:65%;margin-left:-11px}body.testimonials #testimonials-section .mb-wrap blockquote:after{border-top-color:#ffffff;border-width:10px;left:65%;margin-left:-10px}body.testimonials #testimonials-section .mb-wrap blockquote p{font-size:16px;line-height:1.4em;text-indent:100px;position:relative}body.testimonials #testimonials-section .mb-wrap blockquote p:before{content:'\201C';font-family:serif;font-style:normal;font-weight:700;position:absolute;font-size:175px;top:0;left:-105px;color:#f36050;text-shadow:7px 14px 10px rgba(0,0,0,0.1)}body.testimonials #testimonials-section .mb-wrap cite{font-style:normal}body.testimonials #testimonials-section .mb-wrap cite a{font-family:serif;font-weight:700;font-style:italic;color:#fff;text-shadow:0 1px 1px rgba(0,0,0,0.3)}body.testimonials #testimonials-section .mb-wrap cite a:hover{color:#bc93c8;text-shadow:0 1px 1px rgba(255,255,255,0.7)}body.testimonials #testimonials-section .mb-wrap .mb-attribution{text-align:right;padding:20px 100px 20px 20px;position:relative}body.testimonials #testimonials-section .mb-wrap .mb-attribution .mb-author{font-size:14px;color:#777;text-shadow:0 1px 1px rgba(255,255,255,0.7)}body.testimonials #testimonials-section .mb-wrap .mb-attribution cite{font-weight:700}body.testimonials #testimonials-section .mb-wrap .mb-thumb{display:block;width:70px;height:70px;border:5px solid #fff;border-radius:50%;background:white url('/img/logos/anon-a16f6905.jpg?1370850275') no-repeat center center;background-size:100%;position:absolute;right:10px;bottom:5px;box-shadow:inset 1px 1px 4px rgba(0,0,0,0.5),0 2px 3px rgba(0,0,0,0.6)}body.testimonials #testimonials-section .mb-wrap#testimonial-gjigan .mb-thumb{background-image:url('/img/logos/gjigan-707ab841.png?1370850275');background-position:center center;background-size:100%}body.testimonials #testimonials-section .mb-wrap#testimonial-hcri .mb-thumb{background-image:url('/img/logos/hcri-41eebdef.png?1370850275');background-position:center center;background-size:100%}body.testimonials #testimonials-section .mb-wrap#testimonial-coke .mb-thumb{background-image:url('/img/logos/coke-c0f74de0.png?1370850275');background-position:left center;background-size:200%}body.testimonials #testimonials-section .mb-wrap#testimonial-gift .mb-thumb{background-image:url('/img/logos/gift-38b576f6.png?1370850275');background-position:center center}body.testimonials #testimonials-section .mb-wrap#testimonial-i360 .mb-thumb{background-image:url('/img/logos/i360views-d417f07f.png?1370850275');background-position:center center;background-size:150%}body.testimonials #testimonials-section .mb-wrap#testimonial-ndtech .mb-thumb{background-image:url('/img/logos/ndtech-97094924.png?1370850275');background-position:center center;background-size:100%}body.testimonials #testimonials-section ul{list-style:none;margin:0;padding:0;margin:40px 0 30px}body.testimonials #testimonials-section ul li{margin-bottom:40px}body.testimonials #testimonials-section ul li:last-child{margin-bottom:0}@media only screen and (min-width:767px){body.testimonials #testimonials-section ul li{float:left;width:48%;margin-bottom:15px}}@media only screen and (min-width:980px){body.testimonials #testimonials-section ul li{width:46%}}body.testimonials #testimonials-section ul li h2{font:20px gotham_mediumregular;text-transform:uppercase;color:#f36050}body.testimonials #testimonials-section ul li p{color:#3e3e3e}@media only screen and (min-width:767px){body.testimonials #testimonials-section ul li:nth-child(odd){padding-right:10px}}@media only screen and (min-width:980px){body.testimonials #testimonials-section ul li:nth-child(odd){padding-right:55px}}@media only screen and (min-width:767px){body.testimonials #testimonials-section ul li:nth-child(even){padding-left:10px}}@media only screen and (min-width:980px){body.testimonials #testimonials-section ul li:nth-child(even){padding-left:20px}}body.mobile-build header{background:#666666 url('/img/bgcloth-66b6fbca.png?1370850275') repeat;font-size:.8em;padding:20px 0}body.mobile-build header .container > .clearfix{margin:0 auto;display:table}@media only screen and (max-width:320px){body.mobile-build header .container > .clearfix img{display:none}}body.mobile-build header .container > .clearfix > div{float:left;margin-left:20px}@media only screen and (min-width:480px){body.mobile-build header .container > .clearfix > div{margin-left:10px}}body.mobile-build header .container > .clearfix > div h1{color:#f8f7ef;font:30px gotham_bookregular;text-transform:uppercase;padding:0;margin:0}@media only screen and (min-width:767px){body.mobile-build header .container > .clearfix > div h1{font-size:52px}}body.mobile-build header .container > .clearfix > div h2{color:#f8f7ef;margin:0;font-size:14px}@media only screen and (min-width:480px){body.mobile-build header .container > .clearfix > div h2{width:370px}}@media only screen and (min-width:767px){body.mobile-build header .container > .clearfix > div h2{font-size:18px;width:inherit}}body.mobile-build section#mb-overview > .container{margin:40px auto}@media only screen and (max-width:767px){body.mobile-build section#mb-overview > .container > div{padding:0 10px}}@media only screen and (min-width:767px){body.mobile-build section#mb-overview > .container > div{float:left;padding:0 10px}}@media only screen and (min-width:980px){body.mobile-build section#mb-overview > .container > div{padding:0}}@media only screen and (max-width:767px){body.mobile-build section#mb-overview > .container > div:first-child img{display:none}}@media only screen and (min-width:767px){body.mobile-build section#mb-overview > .container > div:first-child{width:260px}}@media only screen and (min-width:980px){body.mobile-build section#mb-overview > .container > div:first-child{width:460px}}@media only screen and (min-width:767px){body.mobile-build section#mb-overview > .container > div:last-child{width:460px}}@media only screen and (min-width:980px){body.mobile-build section#mb-overview > .container > div:last-child{width:520px}}body.mobile-build section#mb-overview > .container > div:last-child article{margin-bottom:80px}@media only screen and (max-width:480px){body.mobile-build section#mb-overview > .container > div:last-child article{margin-bottom:50px}}body.mobile-build section#mb-overview > .container > div:last-child article:last-child{margin-bottom:30px}body.mobile-build section#mb-overview > .container > div:last-child article h3{color:#f36050;font:22px gotham_bookregular;margin:0 0 26px;text-shadow:1px 1px 3px #BBB;text-transform:uppercase;border-bottom:3px solid #CCC;padding-bottom:10px}@media only screen and (min-width:480px){body.mobile-build section#mb-overview > .container > div:last-child article h3{margin:0}}@media only screen and (min-width:767px){body.mobile-build section#mb-overview > .container > div:last-child article h3{font-size:32px}}@media only screen and (min-width:980px){body.mobile-build section#mb-overview > .container > div:last-child article h3{margin:0 0 26px}}body.mobile-build section#mb-overview > .container > div:last-child article p{margin-bottom:5px}body.mobile-build section#mb-overview > .container > div:last-child article ul{list-style:none;margin:0;padding:0}@media only screen and (min-width:480px){body.mobile-build section#mb-overview > .container > div:last-child article ul li{float:left;width:210px}}@media only screen and (min-width:980px){body.mobile-build section#mb-overview > .container > div:last-child article ul li{width:240px}}@media only screen and (min-width:480px){body.mobile-build section#mb-overview > .container > div:last-child article ul li:nth-child(odd){margin-right:40px}}body.mobile-build section#mb-overview > .container > div:last-child article ul li h4{font:16px gotham_mediumregular;margin-bottom:0}body.mobile-build section#mb-overview > .container > div:last-child article ul li p{font-size:14px;margin:10px 0 0 0}body.enterprise header{background:#666666 url('/img/bgcloth-66b6fbca.png?1370850275') repeat;font-size:.8em;padding:20px 0}body.enterprise header .container > .clearfix{margin:0 auto;display:table}@media only screen and (max-width:320px){body.enterprise header .container > .clearfix img{display:none}}body.enterprise header .container > .clearfix > div{float:left;margin-left:20px}@media only screen and (min-width:480px){body.enterprise header .container > .clearfix > div{margin-left:10px}}body.enterprise header .container > .clearfix > div h1{color:#f8f7ef;font:30px gotham_bookregular;text-transform:uppercase;padding:0;margin:0}@media only screen and (min-width:767px){body.enterprise header .container > .clearfix > div h1{font-size:52px}}body.enterprise header .container > .clearfix > div h2{color:#f8f7ef;margin:0;font-size:14px}@media only screen and (min-width:480px){body.enterprise header .container > .clearfix > div h2{width:370px}}@media only screen and (min-width:767px){body.enterprise header .container > .clearfix > div h2{font-size:18px;width:inherit}}body.training_videos #content-body aside h4{margin:20px 0 10px 20px;text-transform:uppercase;font-family:gotham_bookregular}body.training_videos #content-body article > section{margin-bottom:30px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:1px solid #eee;-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);box-shadow:0 1px 3px rgba(0,0,0,0.1);padding-bottom:40px;background-color:#E9E8E4;padding:20px}body.training_videos #content-body article > section .video-thumb{float:left}body.training_videos #content-body article > section .video-references{float:left;margin-left:25px}body.training_videos #content-body article > section .video-references h4{float:left;font-size:12px;text-transform:uppercase;color:#777;margin:5px;width:115px}body.training_videos #content-body article > section .video-references ul{list-style:none;margin:0;padding:0;float:left;margin:0}body.training_videos #content-body article > section .video-references ul a{font-size:14px}body.training_videos #content-body article > section h3{background:url('/img/video-icon-1ab75261.png?1370850275') no-repeat left top;background-size:26px 26px;font-family:gotham_mediumregular;text-transform:uppercase;padding-left:34px;margin:0}body.training_videos #content-body article > section p{font-size:15px;margin:6px 0 0 34px}body.training_videos #content-body article > section > div{margin:20px 0 0 30px}body.developers{}body.developers .docs aside{float:left;width:300px;margin:5px 20px 50px 10px;font-size:13px}body.developers .docs aside.affix{position:fixed !important;top:25px}body.developers .docs aside form{margin:0 0 30px}body.developers .docs aside form input{font-size:12px;display:inline-block;*display:inline;*zoom:1;margin-bottom:0;vertical-align:middle;margin-bottom:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-border-radius:14px 0 0 14px;-moz-border-radius:14px 0 0 14px;border-radius:14px 0 0 14px;padding:4px 9px;width:180px}body.developers .docs aside form input:focus{border-color:rgba(82,168,236,0.8);outline:0;outline:thin dotted \9;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6)}body.developers .docs aside form button{-webkit-border-radius:0 14px 14px 0;-moz-border-radius:0 14px 14px 0;border-radius:0 14px 14px 0;margin-left:-4px;font-size:12px;padding:4px 12px 4px 9px}body.developers .docs aside #search-content{position:absolute;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;background-color:white;border:1px solid rgba(0,0,0,0.2);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);-webkit-background-clip:padding-box;-moz-background-clip:padding-box;background-clip:padding-box;max-height:360px;overflow-x:hidden;overflow-y:scroll}body.developers .docs aside #search-content:before{position:absolute;top:-7px;left:9px;display:inline-block;border-right:7px solid transparent;border-bottom:7px solid #CCC;border-left:7px solid transparent;border-bottom-color:rgba(0,0,0,0.2);content:''}body.developers .docs aside #search-content:after{position:absolute;top:-6px;left:10px;display:inline-block;border-right:6px solid transparent;border-bottom:6px solid white;border-left:6px solid transparent;content:''}body.developers .docs aside #search-content a,body.developers .docs aside #search-content li > span{display:block;padding:5px 20px;clear:both;font-weight:400;line-height:20px;color:#333;white-space:nowrap}body.developers .docs aside #search-content a:hover{color:#FFFFFF;text-decoration:none;background-color:#0081c2;background-image:-moz-linear-gradient(top,#0088cc,#0077b3);background-image:-webkit-gradient(linear,0 0,0 100%,from(#0088cc),to(#0077b3));background-image:-webkit-linear-gradient(top,#0088cc,#0077b3);background-image:-o-linear-gradient(top,#0088cc,#0077b3);background-image:linear-gradient(to bottom,#0088cc,#0077b3);background-repeat:repeat-x;outline:0;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0077b3',GradientType=0)}body.developers .docs aside #search-content a:hover em{background-color:inherit}body.developers .docs aside #search-content a:hover small{color:#f7f7f7}body.developers .docs aside #search-content a em{background-color:paleGoldenrod;font-style:normal}body.developers .docs aside #search-content a small{display:block;font-size:11px;color:#999}body.developers .docs aside #tree{overflow-x:auto}body.developers .docs aside #tree ol{list-style:none;margin:0;padding:0}body.developers .docs aside #tree ol > li > a{margin-left:16px}body.developers .docs aside #tree li{padding:2px 0}body.developers .docs aside #tree li.checked > a{color:#f36050 !important}body.developers .docs aside #tree li a{color:#000}body.developers .docs aside #tree li a.active{color:#f36050}body.developers .docs aside #tree li a:hover{color:#f36050}body.developers .docs aside #tree li > div span{background:url('/img/tree/plus-128b8d24.png?1370850275') no-repeat 0 2px;cursor:pointer;display:block;text-indent:-9999px;float:left;width:16px}body.developers .docs aside #tree li ol{display:none;margin:2px 0 6px 14px}body.developers .docs aside #tree li ol li > a{margin-left:16px}body.developers .docs aside #tree li.checked{opacity:1 !important}body.developers .docs aside #tree li.checked > div span{background-image:url('/img/tree/minus-1145b2d5.png?1370850275')}body.developers .docs aside #tree li.checked > div a{color:#f36050 !important}body.developers .docs aside #tree li.checked > ol{display:inline-block}body.developers .docs aside #tree li.expanded > div span{background-image:url('/img/tree/minus-1145b2d5.png?1370850275')}body.developers .docs aside #tree li.expanded > ol{display:inline-block}body.developers.full-screen > .main,body.developers.full-screen > .sub,body.developers.full-screen > #price-banner,body.developers.full-screen > footer{display:none}body.developers.full-screen > .container{width:100%}body.developers.full-screen > .container header{margin-left:365px}body.developers.full-screen > .container header #breadcrumbs{margin-bottom:30px}body.developers.full-screen > .container aside{margin:0 20px 50px 25px;position:fixed;top:22px;height:100%}body.developers.full-screen > .container aside form{margin-bottom:35px}body.developers.full-screen > .container article{margin-left:340px;border-left:3px solid #CCC;padding-left:30px}body.developers .docs header{margin:20px 0 0 90px;overflow:hidden}body.developers .docs header #breadcrumbs{float:left;width:835px}body.developers .docs header #full-screen{float:left;background:url('/img/fullscreen-857741a9.png?1370850275') no-repeat;width:37px;height:35px;text-indent:-9999px;cursor:pointer}body.developers .docs article{margin:0 10px 80px 335px;min-height:500px}body.developers .docs article h1{font:30px gotham_mediumregular;margin:0 0 35px;border-bottom:3px solid #ccc;padding-bottom:8px}body.developers .docs article h2{font:1.3em gotham_mediumregular;margin:4em 0 2em;border-bottom:1px solid #ddd;padding-bottom:10px}body.developers .docs article h3{font:1.2em gotham_bookregular;margin:3em 0 1.4em}body.developers .docs article img:not(.fancybox-image){vertical-align:middle;display:inline-block;padding:4px;background-color:#fff;border:1px solid #ccc;-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);box-shadow:0 1px 3px rgba(0,0,0,0.1);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;max-width:97%;margin:10px 0}body.developers .docs article ol > li{margin:12px 0}body.developers .docs article ul > li{margin:4px 0}body.developers .docs article code{color:#777;font-size:14px}body.developers .docs article table{width:100%;margin-bottom:20px;max-width:100%;background-color:transparent;border-collapse:collapse;border-spacing:0}body.developers .docs article table tbody tr:nth-child(odd) td,body.developers .docs article table tbody tr:nth-child(odd) th{background-color:#EFEDE7}body.developers .docs article table th,body.developers .docs article table td{padding:8px;line-height:20px;text-align:left;vertical-align:top;border-top:1px solid #dddddd}body.developers .docs article #pagination{margin-top:70px;border-top:1px solid #CCC;padding-top:20px}body.developers .docs article #pagination a.fright{float:right}body.developers .pricing-cap{display:block;width:164px;height:66px;background:url('/img/products/cheat-sheet/pricing_caps-0bd24695.png?1370850275') no-repeat scroll 0 0 transparent}body.developers .pricing-cap.orange{background-position:0 -66px}body.developers .pricing-cap.green{background-position:0 -132px}body.developers .pricing-cap.blue{background-position:0 -198px}body.developers .pricing-cap.purple{background-position:0 -264px}body.developers .pricing-cap h3{color:#FFFFFF}body.developers #cheatsheet{background-color:#EFEDE7;border:1px solid #DDD;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:1px 1px 3px #dddddd;-moz-box-shadow:1px 1px 3px #dddddd;box-shadow:1px 1px 3px #dddddd}body.developers .pkg ul{list-style:none outside none;clear:both}body.developers .pkg ul.large li.divided strong,body.developers .pkg ul.large li b,body.developers .tooltip b{font-weight:400}body.developers .pkg .button,body.developers .tooltip{font-weight:300}body.developers .pkg{min-height:100px;position:relative;width:164px;padding:0 14px 12px;float:left}body.developers .pkg .middle,body.developers .pkg .top,body.developers .pkg .bottom{width:184px;position:absolute}body.developers .pkg .middle{top:12px;bottom:12px;z-index:-1}body.developers .pkg .top,body.developers .pkg .bottom{height:12px;top:0;background-position:-184px -8px}body.developers .pkg .bottom{top:auto;bottom:0;background-position:-368px -18px}body.developers .pkg h3{font-size:20px;text-align:center;padding:12px 10px;text-transform:uppercase}body.developers .pkg h4{font-size:20px;text-align:center;padding:8px 5px;color:#ffffff;margin:25px 0;line-height:1.1em}body.developers .pkg hr{background-color:#b858fc;border:none;height:10px;background-position:-562px 0;margin:0}body.developers .pkg ul li{border-bottom:1px solid #ccc;padding:12px 12px;position:relative;font-size:13px;overflow:hidden}body.developers .pkg ul.large li{padding-left:82px;line-height:1.2em}body.developers .pkg ul.large li b{position:absolute;left:10px;font-size:22px;line-height:50px;top:0;width:65px;text-align:center}body.developers .pkg ul.large li.long{padding-top:15px;padding-bottom:17px}body.developers .pkg ul.large li.divided{height:42px;padding:10px 7px 12px;font-size:13px;text-align:center}body.developers .pkg ul.large li.divided strong{font-size:22px;display:block;padding-top:1px}body.developers .pkg ul.large li.divided strong.long{font-size:22px}body.developers .pkg ul.cheat li{margin-left:0 !important;padding-left:82px;line-height:2px}body.developers .pkg ul.cheat li b{position:absolute;left:10px;font-size:22px;line-height:50px;top:0;width:65px;text-align:center}body.developers .pkg ul.cheat li.long{padding-top:15px;padding-bottom:17px}body.developers .pkg ul.cheat li.divided{padding:9px 7px;font:12px monospace;text-align:center}body.developers .pkg ul.cheat li.divided strong{font:11px museo_sans_rounded_300regular;display:block;padding-top:0;margin:0;font-weight:700;text-transform:uppercase}body.developers .pkg ul.cheat li.divided strong.long{font-size:22px}body.developers .pkg ul.details li{padding:13px 4px 13px 36px}body.developers .pkg ul.details{background-position:-245px -42px;background-repeat:no-repeat}body.developers .pkg .price{text-align:center;height:50px;padding:0 11px 10px;border-bottom:1px solid #bbb}body.developers .pkg .price h3{padding-bottom:4px;text-transform:capitalize;font-size:13px;font-weight:700}body.developers .pkg .price span{font-size:12px}body.developers .pkg .buy{padding:10px;text-align:center}body.developers .pkg .button{height:30px;width:142px;display:block;background-position:-746px 0;background-color:#b858fc;text-shadow:0 -1px #999;color:#fff;font-size:16px;text-transform:uppercase;line-height:30px;margin-top:8px}body.developers .pkg .button:hover{background-color:#a54fe3;text-decoration:none}body.developers .pkg.corporate .button,body.developers .pkg.corporate hr{background-color:#58b8fc}body.developers .pkg.corporate .button:hover{background-color:#4fa5e3}body.developers .pkg.pro .button,body.developers .pkg.pro hr{background-color:#81fc58}body.developers .pkg.pro .button:hover{background-color:#74e34f}body.developers .pkg.starter .button,body.developers .pkg.starter hr{background-color:#f5de49}body.developers .pkg.starter .button:hover{background-color:#edd642}body.developers .pkg.basic .button,body.developers .pkg.basic hr{background-color:#fc8158}body.developers .pkg.basic .button:hover{background-color:#e57650}body.developers .pkg ul li.unavailable{color:#ccc}body.developers .pkg ul li.unavailable:hover{background:#fff}body.developers .pkg ul{padding:0;margin:0}body.developers .foot-note{width:97%;line-height:1.5;margin-bottom:30px}body.developers .foot-note a{color:#666;text-decoration:underline}body.developers .pkg li.no-border{border-bottom:none;height:36px;padding-top:10px}body.developers .pkg li.no-border a{color:#666;text-decoration:underline;font-size:15px;display:block;padding-top:6px}body.developers .pkg li.no-border a:hover{color:#888}body.developers .tooltip{position:absolute;left:410px;top:40px;width:275px;z-index:9;left:0;background-color:#333;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:1px 1px 12px #444444;-moz-box-shadow:1px 1px 12px #444444;box-shadow:1px 1px 12px #444444}body.developers .tooltip .inner{padding:14px 32px 14px 14px;color:#fff;font-size:13px;line-height:16px}body.developers .tooltip b{font-size:15px;display:block;padding-bottom:8px}body.developers #breadcrumbs{margin:0 0 40px;padding:0;float:left;display:block;overflow:hidden;width:99%;padding:8px;font-size:13px}body.developers #breadcrumbs ul{margin:0;padding:0;height:21px;display:block}body.developers #breadcrumbs ul li{display:block;float:left;position:relative;height:21px;overflow:hidden;line-height:21px;margin:0 6px 0 0;padding:0 10px 0 0;font-size:.9167em;background:url('/img/breadcrumbs/chevron-528bd45f.gif?1370850275') no-repeat 100% 0}body.developers #breadcrumbs ul li div.chevronOverlay{position:absolute;right:0;top:0;z-index:2}body.developers #breadcrumbs ul li span{display:block;overflow:hidden}body.developers #breadcrumbs ul li a{display:block;position:relative;height:21px;line-height:21px;overflow:hidden;float:left}body.developers #breadcrumbs ul li:first-child a{height:16px !important;text-indent:-1000em;width:16px;padding:0;margin-top:2px;overflow:hidden;background:url('/img/breadcrumbs/icon_home-1ab5207f.gif?1370850275') no-repeat 0 0}body.developers #breadcrumbs ul li:first-child a:hover{background-position:0 -16px}body.developers #breadcrumbs ul li:last-child{background:none;margin-right:0;padding-right:0}body.developers .chevronOverlay{display:none;background:url('/img/breadcrumbs/chevron_overlay-5be72bed.png?1370850275') no-repeat 100% 0;width:13px;height:20px}body.developers #developers-section{margin:60px 0}body.developers #developers-section h1{font:26px gotham_mediumregular;text-transform:uppercase;text-align:center}@media only screen and (min-width:767px){body.developers #developers-section h1{font-size:30px}}@media only screen and (min-width:980px){body.developers #developers-section h1{font-size:36px}}body.developers #developers-section h4{font:14px gotham_bookregular;text-align:center;line-height:1.4em;width:80%;margin:0 auto}@media only screen and (min-width:767px){body.developers #developers-section h4{font-size:18px}}body.developers #developers-section hr{margin:2em}body.developers #developers-section ul{list-style:none;margin:0;padding:0}@media only screen and (min-width:767px){body.developers #developers-section ul{float:left;width:50%}}body.developers #developers-section ul li{margin:0 30px 40px}body.developers #developers-section ul li:first-child{font:26px gotham_thinregular;text-transform:uppercase;margin-top:20px}body.developers #developers-section ul li a:hover h2{text-decoration:underline}body.developers #developers-section ul li h2{font:20px gotham_mediumregular;text-transform:uppercase}body.developers #developers-section ul li p{color:#3e3e3e}footer{color:#eeeee9}footer section:first-child{background:#3e3e3e url('/img/bgcloth-66b6fbca.png?1370850275') repeat;padding:40px 5px;font-size:13px}@media only screen and (min-width:767px){footer section:first-child{padding:40px 20px}}@media only screen and (max-width:980px){footer section:first-child .container.clearfix:before,footer section:first-child .container.clearfix:after{content:none;display:inherit}}footer section:first-child ul{list-style:none;margin:0;padding:0}footer section:first-child > div > ul > li{display:inline-block}footer section:first-child > div > ul > li > ul > li a{color:#BBB;margin:8px;display:block}@media only screen and (min-width:767px){footer section:first-child > div > ul > li > ul > li a{margin:8px 50px 8px 0}}@media only screen and (min-width:980px){footer section:first-child > div ul{float:left}}footer section:first-child > div #webinars #webinars-inner{border-top:1px solid #666;border-bottom:1px solid #666;margin:20px 4px;padding:10px 4px;text-align:center;font-size:1.1em}@media only screen and (min-width:480px){footer section:first-child > div #webinars #webinars-inner{border-bottom:none;margin:30px 4px 0;padding-top:20px}}@media only screen and (min-width:980px){footer section:first-child > div #webinars #webinars-inner{border:none;float:left;margin:0 0 0 20px;padding:0;text-align:left;font-size:1em}}footer section:first-child > div #webinars #webinars-inner div > p{color:#BBB;margin:0;padding:0}footer section:first-child > div #webinars #webinars-inner div > p a{margin:0 4px}footer section:first-child > div #webinars #webinars-inner div > p span.title{font-size:15px;padding:14px 0 4px;color:#FFF}footer section:first-child > div #webinars #webinars-inner div > p span{display:block}@media only screen and (min-width:767px){footer section:first-child > div #webinars #webinars-inner div > p{float:left;width:50%;font-size:1.15em}}@media only screen and (min-width:980px){footer section:first-child > div #webinars #webinars-inner div > p{float:none;width:inherit;font-size:1em;margin-bottom:0}footer section:first-child > div #webinars #webinars-inner div > p:last-child{margin-top:3px}footer section:first-child > div #webinars #webinars-inner div > p span:last-child{margin-left:10px;display:inline}}footer section:first-child > div #webinars #webinars-inner h3{font-size:1.3em;margin-bottom:24px}@media only screen and (min-width:767px){footer section:first-child > div #webinars #webinars-inner h3{font-size:1.8em}}@media only screen and (min-width:980px){footer section:first-child > div #webinars #webinars-inner h3{font-size:1.7em;margin:0 0 10px}}footer section:first-child > div #social-icons{font-size:0;list-style:none}@media only screen and (min-width:480px){footer section:first-child > div #social-icons{float:right;position:relative;top:-505px}}@media only screen and (min-width:767px){footer section:first-child > div #social-icons{top:-460px}}@media only screen and (min-width:980px){footer section:first-child > div #social-icons{top:-10px}}footer section:first-child > div #social-icons li{display:inline-block;margin:15px 12px 0}@media only screen and (min-width:480px){footer section:first-child > div #social-icons li{display:block}}footer section:first-child > div #social-icons li a{background:url('/img/social-9894af0f.gif?1370850275') no-repeat 0 0;text-indent:-9999px;margin:0}footer section:first-child > div #social-icons li a:hover span{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);transform:rotate(360deg)}footer section:first-child > div #social-icons li a span{background:url('/img/social-9894af0f.gif?1370850275') no-repeat 0 0;display:block;width:50px;height:51px;position:relative;z-index:10;-webkit-transition:-webkit-transform .4s ease-out;-moz-transition:-moz-transform .4s ease-out;transition:transform .4s ease-out}footer section:first-child > div #social-icons li:nth-child(2) a,footer section:first-child > div #social-icons li:nth-child(2) a span{background-position:-71px 0}footer section:first-child > div #social-icons li:nth-child(3) a,footer section:first-child > div #social-icons li:nth-child(3) a span{background-position:-143px 0}footer section:first-child > div #social-icons li:nth-child(4) a,footer section:first-child > div #social-icons li:nth-child(4) a span{background-position:-213px 0}@media only screen and (min-width:480px){footer section:first-child > div #social-icons li:nth-child(1){float:left;margin-left:76px}footer section:first-child > div #social-icons li:nth-child(3){float:left;margin-left:76px;margin-top:5px}footer section:first-child > div #social-icons li:nth-child(4){margin-top:5px}}footer section:last-child{background-color:#f36050;font-size:12px;padding:14px 4px;text-align:center}@media only screen and (min-width:480px){footer section:last-child{text-align:left}}@media only screen and (min-width:767px){footer section:last-child{padding:24px 40px}}footer section:last-child a{color:#f8f7ef}@media only screen and (min-width:980px){footer section:last-child .container > div{float:right;margin-right:30px}}.fancybox-inner > #webinars-inner{width:500px;text-align:center}.fancybox-inner > #webinars-inner h3{font:1.6em gotham_mediumregular;margin:24px 0 24px;text-transform:uppercase}.fancybox-inner > #webinars-inner > div > p{margin:6px;font-weight:700}.fancybox-inner > #webinars-inner > div > p span{margin-left:15px}.fancybox-inner > #webinars-inner > p{margin:22px 0}@media only screen and (max-width:980px){#content-body{font-size:.95em}}#content-body > h1{font-family:'gotham_mediumregular';font-size:26px;text-transform:uppercase;border-bottom:3px solid #CCC;margin:15px 10px 25px;text-align:center}@media only screen and (min-width:767px){#content-body > h1{padding:0 0 8px 250px;margin:35px 0 25px;text-align:left}}@media only screen and (min-width:980px){#content-body > h1{padding:0 0 8px 300px}}#content-body > h1.no-border{border:none;padding-bottom:0}#content-body > div{margin:0 10px 40px}@media only screen and (min-width:767px){#content-body > div{margin:0 0 40px}}#content-body > div > article > h2{margin:3em 0 .83em}#content-body > div > article > h2:first-child{margin-top:1em}#content-body > div > article > h3{margin:3em 0 1em}@media only screen and (max-width:767px){#content-body > div aside{display:none;background-color:#0e0e0e;position:relative;top:-28px;padding:11px 1px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 1px 10px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 10px rgba(0,0,0,0.1);box-shadow:0 1px 10px rgba(0,0,0,0.1);background-color:#1b1b1b;background-image:-moz-linear-gradient(top,#222222,#111111);background-image:-webkit-gradient(linear,0 0,0 100%,from(#222222),to(#111111));background-image:-webkit-linear-gradient(top,#222222,#111111);background-image:-o-linear-gradient(top,#222222,#111111);background-image:linear-gradient(to bottom,#222222,#111111);background-repeat:repeat-x;border-color:#252525;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222',endColorstr='#ff111111',GradientType=0)}#content-body > div aside ul{list-style:none;margin:0;padding:0}#content-body > div aside ul li{line-height:20px}#content-body > div aside ul li.active a{background-color:#111111;color:#CCC}#content-body > div aside ul li:hover a{background-color:#111111}#content-body > div aside ul li a{padding:3px 15px;font-family:museo_sans_rounded_700regular;color:#777777;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;text-shadow:0 -1px 0 rgba(0,0,0,0.25);display:block}#content-body > div aside ul li a:hover{background-color:#111111}}@media only screen and (min-width:767px){#content-body > div > aside{display:block;float:left;width:200px;color:#666;margin-top:10px}#content-body > div > aside ul{margin:0 45px 0 0}#content-body > div > aside ul li.active a{color:#666}#content-body > div > article{float:left;width:550px}}@media only screen and (min-width:980px){#content-body > div > aside{width:300px}#content-body > div > article{width:680px}}#content-body .btn-navbar{color:#ffffff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#0e0e0e;background-image:-moz-linear-gradient(top,#151515,#040404);background-image:-webkit-gradient(linear,0 0,0 100%,from(#151515),to(#040404));background-image:-webkit-linear-gradient(top,#151515,#040404);background-image:-o-linear-gradient(top,#151515,#040404);background-image:linear-gradient(to bottom,#151515,#040404);background-repeat:repeat-x;border-color:#040404 #040404 #000000;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515',endColorstr='#ff040404',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);float:left;padding:6px;margin-right:5px;margin-left:5px;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.075);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.075);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.075)}@media only screen and (min-width:767px){#content-body .btn-navbar{display:none}}#content-body .btn-navbar .icon-bar{display:block;width:18px;height:3px;background-color:#f5f5f5;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;-webkit-box-shadow:0 1px 0 rgba(0,0,0,0.25);-moz-box-shadow:0 1px 0 rgba(0,0,0,0.25);box-shadow:0 1px 0 rgba(0,0,0,0.25)}#content-body .btn,#content-body .btn-group{margin-top:5px}.btn{display:inline-block;padding:4px 12px;margin-bottom:0;font-size:14px;line-height:20px;color:#333333;text-align:center;text-shadow:0 1px 1px rgba(255,255,255,0.75);vertical-align:middle;cursor:pointer;background-color:#f5f5f5;background-image:-moz-linear-gradient(top,white,#e6e6e6);background-image:-webkit-gradient(linear,0 0,0 100%,from(white),to(#e6e6e6));background-image:-webkit-linear-gradient(top,white,#e6e6e6);background-image:-o-linear-gradient(top,white,#e6e6e6);background-image:linear-gradient(to bottom,#ffffff,#e6e6e6);background-repeat:repeat-x;border:1px solid #bbbbbb;border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);border-bottom-color:#a2a2a2;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)}button{font-size:14px;font-weight:400;line-height:20px;margin:0}[class^="icon-"],[class*=" icon-"]{display:inline-block;width:14px;height:14px;margin-top:1px;line-height:14px;vertical-align:text-top;background-position:14px 14px;background-repeat:no-repeat}body.home #price-banner{border-top:none}.bar{background-color:#f8f7ef;color:#777;font:14px gotham_lightregular;border-top:1px solid #DDD;-webkit-box-shadow:1px 1px 3px #cccccc;-moz-box-shadow:1px 1px 3px #cccccc;box-shadow:1px 1px 3px #cccccc}#price-banner{background-color:#f8f7ef;text-transform:uppercase;text-align:center;color:#777;font:14px gotham_lightregular;border-top:1px solid #DDD;-webkit-box-shadow:1px 1px 3px #cccccc;-moz-box-shadow:1px 1px 3px #cccccc;box-shadow:1px 1px 3px #cccccc}@media only screen and (min-width:767px){#price-banner{font-size:16px}}#price-banner #used-by-coke{height:84px;padding:0;margin:0;background:transparent url('/img/logos/coke-019ad8af.gif?1370850275') no-repeat center top}@media only screen and (max-width:320px){#price-banner #used-by-coke{background-size:87%}}@media only screen and (min-width:480px){#price-banner #used-by-coke{height:96px}}@media only screen and (min-width:767px){#price-banner #used-by-coke{width:231px;height:61px;background-size:87%;background-position:center 4px}}@media only screen and (min-width:980px){#price-banner #used-by-coke{width:330px;height:103px;background-position:center 16px}}#price-banner #used-by-coke a{display:block;position:relative;top:60px;text-align:right;margin-right:22px;font-family:gotham_mediumregular;text-transform:lowercase;font-size:12px}@media only screen and (min-width:480px){#price-banner #used-by-coke a{top:72px;margin-right:74px}}@media only screen and (min-width:767px){#price-banner #used-by-coke a{top:44px;margin-right:18px;font-family:gotham_bookregular}}@media only screen and (min-width:980px){#price-banner #used-by-coke a{top:76px;margin-right:29px;ont-family:gotham_mediumregular}}@media only screen and (min-width:767px){#price-banner .container > div{float:left}}@media only screen and (min-width:980px){#price-banner .container > div{width:33%;font:20px gotham_mediumregular}}#price-banner .container > div p{margin:0;padding:0;line-height:1.1em}#price-banner .container > div:first-child{padding-top:0}@media only screen and (min-width:767px){#price-banner .container > div:first-child{padding:5px 10px 0}}@media only screen and (min-width:980px){#price-banner .container > div:first-child{padding:20px 0 0 0}}#price-banner .container > div:first-child span{font-size:39px;position:relative;top:5px;color:#f36050}#price-banner .container > div:nth-child(2) a{margin:10px 0;background-color:#f36050;font-size:30px;display:block;color:#f8f7ef;padding:5px 0}#price-banner .container > div:nth-child(2) a:hover{color:#000}@media only screen and (min-width:767px){#price-banner .container > div:nth-child(2) a{padding:5px 20px;margin:0;font-size:28px}}@media only screen and (min-width:980px){#price-banner .container > div:nth-child(2) a{padding:26px 20px}}#price-banner .container > div:nth-child(2) a p:last-child{font-size:20px}@media only screen and (min-width:767px){#price-banner .container > div:nth-child(2) a p:last-child{font-size:18px}}#price-banner .container > div:nth-child(2) a p:last-child span:not(.trial-period){font-size:14px;position:relative;top:-2px}@media only screen and (min-width:767px){#price-banner .container > div:nth-child(2) a p:last-child span:not(.trial-period){font-size:12px}}#price-banner .container > div.inverse a{background-color:#f8f7ef;color:#f36050}#price-banner .container > div:last-child{padding-bottom:10px}@media only screen and (min-width:767px){#price-banner .container > div:last-child{padding:23px 6px 0;font-size:14px}}@media only screen and (min-width:980px){#price-banner .container > div:last-child{padding:40px 0 0 0;font:18px gotham_bookregular}}@media only screen and (min-width:767px){#price-banner .container > div:last-child.clearfix{padding-top:15px}}#price-banner .container > div:last-child.clearfix .video-thumb{float:left;margin-left:25px}@media only screen and (min-width:480px){#price-banner .container > div:last-child.clearfix .video-thumb{margin-left:98px}}@media only screen and (min-width:767px){#price-banner .container > div:last-child.clearfix .video-thumb{display:none}}@media only screen and (min-width:980px){#price-banner .container > div:last-child.clearfix .video-thumb{display:block;margin-left:25px}}#price-banner .container > div:last-child.clearfix .video-thumb + a{text-align:left;float:left;display:block;padding:20px 0 0 20px;width:145px}@media only screen and (min-width:767px){#price-banner .container > div:last-child.clearfix .video-thumb + a{padding:1px 0 0 20px}}@media only screen and (min-width:980px){#price-banner .container > div:last-child.clearfix .video-thumb + a{padding:20px 0 0 20px}}body.signup h1{font:26px gotham_mediumregular;text-transform:uppercase;text-align:center}@media only screen and (min-width:767px){body.signup h1{font-size:30px}}@media only screen and (min-width:980px){body.signup h1{font-size:36px}}body.signup h2{font:14px gotham_bookregular;text-align:center;line-height:1.4em;width:80%;margin:0 auto}@media only screen and (min-width:767px){body.signup h2{font-size:18px}}body.signup > .container > div{margin:40px 20px}@media only screen and (min-width:767px){body.signup > .container > div > section{float:left;width:46%}}@media only screen and (min-width:767px){body.signup > .container > div > section:first-child{padding-right:40px}}@media only screen and (min-width:980px){body.signup > .container > div > section:first-child{padding-right:70px}}body.signup > .container > div > section h3{text-transform:uppercase}body.signup > .container > div > section > ul{list-style:none;margin:0;padding:0;font-size:.92em}body.signup > .container > div > section > ul h4{margin:0 0 5px}body.signup > .container > div > section > ul p{margin:0 0 20px}body.blog #disqus_thread{margin-bottom:60px}body.blog article > .blog-social{margin:0}body.blog article > .blog-social:last-child{margin-top:70px}body.blog article > .blog-social > div{float:left !important}body.blog article > .blog-social > .blog-twitter{margin-top:2px}body.blog article > .blog-social > .blog-gplus{margin:2px 0 0 10px}body.blog article > .blog-social > .blog-facebook{margin:0 0 0 10px}body.blog header{background:#666666 url('/img/bgcloth-66b6fbca.png?1370850275') repeat;font-size:.8em;padding:20px 0}body.blog header .container{margin:0 auto;display:table}@media only screen and (max-width:480px){body.blog header .container{margin:0 20px}}@media only screen and (min-width:980px){body.blog header .container > div{margin-left:170px}}body.blog header .container > div h1{color:#f8f7ef;font:30px gotham_thinregular;text-transform:uppercase;padding:0;margin:0}body.blog header .container > div h2{color:#f8f7ef;margin:0;font-size:14px}body.blog aside{clear:none;display:inline-block;float:left;margin:10px 0 0 25px;width:210px}@media only screen and (max-width:767px){body.blog aside{display:none}}body.blog aside .all-posts{margin:50px 0 62px 38px;text-transform:uppercase;font:14px gotham_bookregular}body.blog aside .all-posts h5{text-transform:capitalize;margin:50px 0}body.blog aside .all-posts h5 img{padding:0 7px 4px 0}body.blog aside .latest-posts:first-child h4{margin-top:100px}body.blog aside .latest-posts h4{text-transform:uppercase;margin:40px 0 0 38px}body.blog aside .latest-posts li{margin:10px 0;font-size:12px}body.blog .posts{margin-top:30px;float:left}@media only screen and (min-width:767px){body.blog .posts{width:740px}}body.blog .posts.all{margin:30px 0 50px}body.blog .posts.all h2{border-bottom:1px solid #CCC;margin:.83em 20px 30px}@media only screen and (min-width:767px){body.blog .posts.all h2{padding-left:169px;margin:.83em 0 30px}}body.blog .posts.all h2 a{color:#3e3e3e}body.blog .posts.all article{margin-bottom:20px;padding-bottom:1px;border:none}body.blog .posts.all article h3{margin:0;font-size:16px}@media only screen and (min-width:767px){body.blog .posts.all article .meta{top:2px;width:120px}}body.blog .posts.all article .meta p.date{text-align:left;border-bottom:none;font-size:inherit;margin:0}@media only screen and (min-width:767px){body.blog .posts.all article .meta p.date{text-align:right}}body.blog .posts.all article .meta p.date span.author{display:block;color:#AAA}body.blog .posts > .pagination{margin:20px 20px 60px}@media only screen and (min-width:767px){body.blog .posts > .pagination{margin:0 0 60px 0;padding:0 0 0 170px}}body.blog .posts > .pagination p{width:120px;float:left;padding:0;margin:0}body.blog .posts > article{margin:20px 20px 60px;border-bottom:3px solid #ccc;padding-bottom:15px}@media only screen and (min-width:767px){body.blog .posts > article{margin:0 0 100px 0;padding:0 0 45px 170px;position:relative}}body.blog .posts > article img:not(.fancybox-image){vertical-align:middle;display:inline-block;padding:4px;background-color:#fff;border:1px solid #ccc;-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);box-shadow:0 1px 3px rgba(0,0,0,0.1);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;max-width:90%;height:inherit}body.blog .posts > article img:not(.fancybox-image).blog-img{max-width:200px}body.blog .posts > article hr{margin:2em}body.blog .posts > article p{line-height:1.5em}body.blog .posts > article .meta{text-align:center}@media only screen and (min-width:767px){body.blog .posts > article .meta{left:10px;text-align:left;position:absolute;top:18px;width:145px}}body.blog .posts > article .meta p.tagged{display:block;font:14px gotham_bookregular;margin:0 0 10px 0;text-transform:uppercase}@media only screen and (max-width:767px){body.blog .posts > article .meta p.tagged{display:none}}body.blog .posts > article .meta ul.tags{color:#777;display:block;margin:0 0 36px 0;padding:0 0 0 2px;list-style:none}@media only screen and (max-width:767px){body.blog .posts > article .meta ul.tags{display:none}}body.blog .posts > article .meta ul.tags li{font-size:12px;font-style:italic;margin:0 0 10px 0;position:relative}body.blog .posts > article .meta ul.tags li:after{content:"\2014";font-size:13px;left:-14px;position:absolute;top:0}body.blog .posts > article .meta ul.tags li a{color:#777}body.blog .posts > article .meta p.date{border-bottom:1px solid #ccc;font-size:14px;margin:0 auto 20px auto;padding-bottom:15px;width:50%}@media only screen and (min-width:767px){body.blog .posts > article .meta p.date{border:none;width:100%}}body.blog .posts > article .meta p.date a{color:#aaa;font-weight:400}body.blog .posts > article .meta p.date span.author{display:block;color:#AAA}body.blog .posts > article .meta p.comments{font-size:14px}@media only screen and (max-width:767px){body.blog .posts > article .meta p.comments{display:none}}body.blog .posts > article h1{font:28px gotham_bookregular;margin-bottom:50px}@media only screen and (max-width:767px){body.blog .posts > article h1{text-align:center}}body.blog .posts > article h2{margin:1.6em 0 .83em}body.blog .posts > article h3{margin:1.8em 0 1em}body.blog .posts > article blockquote{margin:2em 40px 1.6em;font-family:serif;font-style:italic;font-size:18px;color:#666}body.blog .posts > article blockquote em{font-style:normal;font-size:14px;color:#000}#coupon{margin:40px 0;padding:6px;background-color:#FFF;text-align:center;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-webkit-box-shadow:1px 1px 3px #666666;-moz-box-shadow:1px 1px 3px #666666;box-shadow:1px 1px 3px #666666}@media only screen and (min-width:767px){#coupon{margin:25px 10px}}#coupon input[type=text]{width:56%}#coupon > div{border:5px dashed #666;padding:10px 16px}@media only screen and (min-width:767px){#coupon > div{background:white url('/img/barcode-ec742c4a.jpg?1370850275') no-repeat 20px center;padding:30px 30px 30px 130px}}#coupon > div h1{font:18px gotham_bookregular}@media only screen and (min-width:767px){#coupon > div h1{font-size:26px}}#coupon > div h1 span.logo{font:22px gotham_bookregular;text-transform:uppercase}@media only screen and (min-width:767px){#coupon > div h1 span.logo{font-size:46px}}#coupon > div h1 span.logo > span{color:#f36050;font-family:gotham_mediumregular}#coupon > div h2{margin-bottom:0;font-size:18px}#coupon > div h3{margin-top:0;font-size:14px}#coupon > div p.terms{margin-top:40px;font-size:12px;text-align:left}#coupon > div #referral-url{margin-top:20px}#coupon > div #referral-url code{display:block}body.referral-program header{background:#666666 url('/img/bgcloth-66b6fbca.png?1370850275') repeat;font-size:.8em;padding:20px 10px}@media only screen and (min-width:767px){body.referral-program header{padding:20px 0}}body.referral-program header div{margin:0 auto;text-align:center}body.referral-program header div h1{color:#f8f7ef;font:26px gotham_bookregular;text-transform:uppercase;padding:0;margin:0}@media only screen and (min-width:767px){body.referral-program header div h1{font-size:52px}}body.referral-program header div h2{color:#f8f7ef;margin:0;font-size:14px}@media only screen and (min-width:767px){body.referral-program header div h2{font-size:18px}}body.referral-program h2{color:#F04A3B}body.referral-program #referral-form input[type=submit]{height:42px;margin-top:0}body.referral-program #referral-text{margin-bottom:50px}body.referral-program #referral-text > div{margin:0 10px}@media only screen and (min-width:767px){body.referral-program #referral-text > div{float:left;width:42%}body.referral-program #referral-text > div:first-child{margin-right:40px}body.referral-program #referral-text > div:last-child{margin-left:40px}}@media only screen and (min-width:980px){body.referral-program #referral-text > div{width:44%}}#cws-signup-dialog{display:none}#cws-signup-dialog-inner{width:680px;padding:25px}#cws-signup-dialog-inner img{float:right;margin-left:60px}#cws-signup-dialog-inner h2{font:44px gotham_bookregular;text-transform:uppercase;color:#f36050;text-align:left;margin:0 0 20px}#cws-signup-dialog-inner p:last-child{text-align:right}#cws-signup-dialog-inner a.btn{border-color:#2D53AF;background-color:#4D7BD6;background-image:-moz-linear-gradient(top,#5689db 0,#4d7bd6 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#5689db),color-stop(100%,#4d7bd6));background-image:-webkit-linear-gradient(top,#5689db 0,#4d7bd6 100%);background-image:-o-linear-gradient(top,#5689db 0,#4d7bd6 100%);background-image:-ms-linear-gradient(top,#5689db 0,#4d7bd6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#5689db,endColorstr=#4d7bd6,GradientType=0);background-image:linear-gradient(top,#5689db 0,#4d7bd6 100%);color:white;text-align:center;text-shadow:0 1px 1px rgba(0,0,0,0.1);text-transform:uppercase;font-weight:700;font-family:'Open Sans',arial,sans-serif;padding:4px 20px 6px;font-size:13px;-webkit-box-shadow:0 2px 0 0 rgba(255,255,255,0.06) inset,0 2px 3px 0 rgba(0,0,0,0.2);-moz-box-shadow:0 2px 0 0 rgba(255,255,255,0.06) inset,0 2px 3px 0 rgba(0,0,0,0.2);box-shadow:0 2px 0 0 rgba(255,255,255,0.06) inset,0 2px 3px 0 rgba(0,0,0,0.2);outline:0}#cws-signup-dialog-inner a.btn span{width:19px;height:17px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAARCAQAAACVkV9MAAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAAAEgAAABIAEbJaz4AAAAJdnBBZwAAABMAAAARAMNJ7iwAAACPSURBVCjPjZJRDsMgDENfCAfY1+5/vh2g0iRI9gG0AbUa/glGiWMZxNlB2urabcutyDnmFUAUaxc+q3WPSqiX77DUI0+xafHmD2eQRqV7WiHqFtWUe+i89CmYNAWCyYsMJP8AyBsDyohltFUOUuAHBTDqojbmOgrfm93/kBfePJZF+8ztUlcSRp3fVPb+2w/RaCkkhrW/agAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAASUVORK5CYII=);display:inline-block;position:relative;top:4px;margin-right:6px}body.cws header{background:#666666 url('/img/bgcloth-66b6fbca.png?1370850275') repeat;font-size:.8em;padding:20px 0}body.cws header .container{margin:0 auto;display:table}@media only screen and (max-width:480px){body.cws header .container{margin:0 20px}}@media only screen and (min-width:980px){body.cws header .container > div{margin-left:170px}}body.cws header .container > div h1{color:#f8f7ef;font:30px gotham_thinregular;text-transform:uppercase;padding:0;margin:0}body.cws header .container > div h2{color:#f8f7ef;margin:0;font-size:14px}body.cws #chrome-signup{display:none}body.cws #chrome-signup section{float:left}body.cws #chrome-signup section:first-child{width:44%;margin:30px 50px 0 100px}body.cws #chrome-signup section:last-child{width:35%}body.cws #chrome-signup section:last-child img{position:relative;top:-32px;margin:0 0 0 90px}body.cws #chrome-signin{display:none}body.cws #chrome-signin img{float:right;position:relative;top:-32px;margin:0 150px 0 0}body.cws #chrome-signin div{width:40%;margin:65px 0 80px 172px}body.cws #chrome-signin div p:last-child{font-size:12px;color:#666}body.cws #chrome-signin-list{display:none}body.cws #chrome-signin-list img{float:right;position:relative;top:-32px;margin:0 150px 0 0}body.cws #chrome-signin-list div{width:40%;margin:65px 0 80px 172px}#webinar-dialog{display:none}#webinar-dialog-inner{width:600px;padding:25px;background:white url('/img/webinar-bg-aa9dd892.png?1370850275') no-repeat -200px bottom}#webinar-dialog-inner h2{font:44px gotham_bookregular;text-transform:uppercase;color:#f36050;text-align:left;margin:0 0 20px}#webinar-dialog-inner p{margin:27px 200px 0 0}#webinar-dialog-inner a.btn{text-align:center;text-shadow:0 1px 1px rgba(0,0,0,0.1);text-transform:uppercase;font-family:'Open Sans',arial,sans-serif;padding:3px 13px 5px;font-size:13px;outline:0;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}#webinar-dialog-inner a.btn-primary{border-color:#2D53AF;background-color:#4D7BD6;background-image:-moz-linear-gradient(top,#5689db 0,#4d7bd6 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#5689db),color-stop(100%,#4d7bd6));background-image:-webkit-linear-gradient(top,#5689db 0,#4d7bd6 100%);background-image:-o-linear-gradient(top,#5689db 0,#4d7bd6 100%);background-image:-ms-linear-gradient(top,#5689db 0,#4d7bd6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#5689db,endColorstr=#4d7bd6,GradientType=0);background-image:linear-gradient(top,#5689db 0,#4d7bd6 100%);color:white;text-align:center;text-shadow:0 1px 1px rgba(0,0,0,0.1);text-transform:uppercase;font-weight:700;font-family:'Open Sans',arial,sans-serif;padding:4px 20px 6px;font-size:13px;-webkit-box-shadow:0 2px 0 0 rgba(255,255,255,0.06) inset,0 2px 3px 0 rgba(0,0,0,0.2);-moz-box-shadow:0 2px 0 0 rgba(255,255,255,0.06) inset,0 2px 3px 0 rgba(0,0,0,0.2);box-shadow:0 2px 0 0 rgba(255,255,255,0.06) inset,0 2px 3px 0 rgba(0,0,0,0.2);outline:0;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}body.webinars #content-body > h1{text-shadow:0 2px 3px #CCC;color:#F36050;font:36px gotham_bookregular}body.webinars #content-body > h1 button{display:none}@media only screen and (min-width:767px){body.webinars #content-body > div > aside{width:250px}body.webinars #content-body > div > article{width:515px}}@media only screen and (min-width:980px){body.webinars #content-body > div > aside{width:300px}body.webinars #content-body > div > article{width:680px}}body.webinars #content-body #webinar-tweets{margin:0 60px 0 0;font-size:14px;padding:20px;border:1px solid #CCC;background-color:#EEE;border-radius:6px;box-shadow:1px 1px 7px #BBB;text-align:center}@media only screen and (min-width:767px){body.webinars #content-body #webinar-tweets{margin:0 40px 0 0}}@media only screen and (min-width:980px){body.webinars #content-body #webinar-tweets{margin:0 60px 0 0}}body.webinars #content-body #webinar-tweets h3{font:20px gotham_bookregular;text-transform:uppercase;color:#333;margin-top:10px}body.webinars #content-body #webinar-tweets .twitter-follow-button,body.webinars #content-body #webinar-tweets .twitter-mention-button{display:block;margin:22px auto 4px}body.webinars #content-body #webinar-tweets ul{list-style:none;padding:0;margin:0}body.webinars #content-body #webinar-tweets ul li{margin:0 0 7px}body.webinars #content-body article > ul{margin-top:30px;padding:0}@media only screen and (min-width:980px){body.webinars #content-body article > ul{margin-right:100px}}body.webinars #content-body article > ul > li{list-style:none;margin:54px 0}body.webinars #content-body article > ul > li > h3{margin:0;text-transform:uppercase}body.webinars #content-body article > ul > li > p{margin-top:10px}body.webinars #content-body article #next-intro-webinar{margin:25px 0 0 10px;border-left:10px solid #F8F7EF;padding-left:14px}body.webinars #content-body article #next-intro-webinar h2{font:13px gotham_bookregular;text-transform:uppercase;border-bottom:1px solid #CCC;padding-bottom:6px;color:#888;margin:0}body.webinars #content-body article #next-intro-webinar p{margin:10px 0}body.webinars #content-body article #clinic-schedule{margin:40px 0 0 0}body.webinars #content-body article #clinic-schedule h2{font:14px gotham_bookregular;text-transform:uppercase;border-bottom:1px solid #CCC;padding-bottom:6px;color:#888;margin:0 0 0 10px}body.webinars #content-body article #clinic-schedule > small{margin:10px;display:block}body.webinars #content-body article #clinic-schedule > small .twitter-follow-button{display:block;margin-top:10px}body.webinars #content-body article #clinic-schedule div{margin:25px 0 35px 10px;border-left:10px solid #F8F7EF;padding-left:14px}body.webinars #content-body article #clinic-schedule div h4{margin:0}body.webinars #content-body article #clinic-schedule div h5{margin:10px 0;font-size:.90em;color:#777}body.webinars #content-body article #clinic-schedule div p{margin:8px 0;color:#666;font-size:14px}body.webinars #content-body article #clinic-schedule div a{margin:0}body.webinars #content-body article #clinic-schedule div em{font-size:14px;font-weight:700;line-height:1.4em;color:#000;padding-top:13px;display:block}body.services #price-banner{border-top:0}body.services header{background:#666666 url('/img/bgcloth-66b6fbca.png?1370850275') repeat;font-size:.8em;padding:20px 0 40px}body.services header h1{color:#f8f7ef;font:30px gotham_bookregular;text-transform:uppercase;padding:0;margin:0 10px;text-align:center}@media only screen and (min-width:767px){body.services header h1{margin:0 20px;font-size:52px;text-align:left}}@media only screen and (min-width:980px){body.services header h1{margin:0 0 0 100px}}body.services header h2{color:#f8f7ef;margin:0 10px;text-transform:initial;font:18px Helvetica,Arial;line-height:25px;margin-top:10px;text-align:center}@media only screen and (min-width:767px){body.services header h2{margin:0 20px;text-align:left}}@media only screen and (min-width:980px){body.services header h2{margin:0 0 0 100px}}@media only screen and (min-width:767px){body.services header .clearfix{margin-top:55px}}body.services header .clearfix > div{float:left;text-align:center}@media only screen and (max-width:767px){body.services header .clearfix > div{float:none;margin:auto}}@media only screen and (min-width:767px){body.services header .clearfix > div{width:170px}}@media only screen and (min-width:980px){body.services header .clearfix > div{width:240px}}body.services header .clearfix > div.front-end{padding:40px 30px 20px}@media only screen and (min-width:767px){body.services header .clearfix > div.front-end{padding:0 30px}}body.services header .clearfix > div.front-end div{height:236px}@media only screen and (min-width:320px){body.services header .clearfix > div.front-end div{height:240px}}@media only screen and (min-width:767px){body.services header .clearfix > div.front-end div{height:190px}}@media only screen and (min-width:980px){body.services header .clearfix > div.front-end div{height:246px}}body.services header .clearfix > div.cross-platform{padding:20px 65px}@media only screen and (min-width:767px){body.services header .clearfix > div.cross-platform{padding:0 65px}}body.services header .clearfix > div.cross-platform div{height:210px}@media only screen and (min-width:320px){body.services header .clearfix > div.cross-platform div{height:250px}}@media only screen and (min-width:767px){body.services header .clearfix > div.cross-platform div{height:190px}}@media only screen and (min-width:980px){body.services header .clearfix > div.cross-platform div{height:246px}}body.services header .clearfix > div.back-end{padding:20px 30px 0 30px}@media only screen and (min-width:767px){body.services header .clearfix > div.back-end{padding:0 30px}}body.services header .clearfix > div.back-end div{padding-top:10px;height:236px}@media only screen and (min-width:767px){body.services header .clearfix > div.back-end div{height:180px}}@media only screen and (min-width:980px){body.services header .clearfix > div.back-end div{height:236px}}body.services header .clearfix > div div{height:210px}@media only screen and (min-width:767px){body.services header .clearfix > div div{height:190px}}@media only screen and (min-width:980px){body.services header .clearfix > div div{height:246px}}body.services header .clearfix > div h3{font-size:25px;color:#fff;margin:0}body.services header .clearfix > div p{font-size:16px;color:#ddd;line-height:22px}@media only screen and (min-width:767px){body.services header .clearfix > div p{font-size:14px}}body.services header .get-in-touch{margin:65px 30px}body.services header .get-in-touch p{font-size:14px;margin:0;color:#ddd;width:50%;float:left;padding:5px 0}body.services header .get-in-touch .button{float:right;display:block;padding:7px 15px;width:370px;border:0;text-transform:uppercase;text-decoration:none;border-radius:6px;color:#fff;font-weight:700;text-align:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:25px;background-color:#D44E3E}body.services header .get-in-touch .button:hover{background-color:#e6402c;transition:background-color 200ms ease;-webkit-transition:background-color 200ms ease;-moz-transition:background-color 200ms ease}body.services header .get-in-touch .clearfix{margin:0}@media only screen and (max-width:980px){body.services header .get-in-touch{margin:30px}body.services header .get-in-touch p,body.services header .get-in-touch .button{float:none;margin:auto}body.services header .get-in-touch p{width:80%;text-align:center;text-transform:uppercase;padding:7px 45px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;margin-bottom:20px}}@media only screen and (max-width:480px){body.services header .get-in-touch p{display:none}body.services header .get-in-touch .button{width:80%;margin:auto;font-size:18px}}body.services #services-showcase > div{margin:35px auto}@media only screen and (min-width:480px){body.services #services-showcase > div{width:78%}}@media only screen and (min-width:767px){body.services #services-showcase > div{float:left;width:33%}}body.services #services-showcase > div ul{padding:0}body.services #services-showcase > div ul li{list-style:none;text-align:center}@media only screen and (min-width:767px){body.services #services-showcase > div ul li{width:180px}}body.services #services-showcase > div ul li:last-child{margin-top:6px}body.services #services-showcase > div .mb-thumb{display:block;height:90px;border:5px solid #fff;border-radius:50%;background:white url('/img/logos/anon-a16f6905.jpg?1370850275') no-repeat center center;background-size:100%;box-shadow:inset 1px 1px 4px rgba(0,0,0,0.5),0 2px 3px rgba(0,0,0,0.6)}@media only screen and (min-width:767px){body.services #services-showcase > div .mb-thumb{width:160px}}body.services #services-showcase > div#services-showcase-hcri .mb-thumb{background-image:url('/img/logos/hcri-41eebdef.png?1370850275');background-position:center center;background-size:80%}@media only screen and (min-width:480px){body.services #services-showcase > div#services-showcase-hcri .mb-thumb{background-size:68%}}@media only screen and (min-width:767px){body.services #services-showcase > div#services-showcase-hcri .mb-thumb{background-size:90%}}body.services #services-showcase > div#services-showcase-coke .mb-thumb{background-image:url('/img/logos/coke-c0f74de0.png?1370850275');background-position:20px 10px;background-size:248%}@media only screen and (min-width:480px){body.services #services-showcase > div#services-showcase-coke .mb-thumb{background-position:10px 16px;background-size:171%}}@media only screen and (min-width:767px){body.services #services-showcase > div#services-showcase-coke .mb-thumb{background-position:left 20px;background-size:287%}}body.services #services-showcase > div#services-showcase-ndtech .mb-thumb{background-image:url('/img/logos/ndtech-97094924.png?1370850275');background-position:center center;background-size:100%}@media only screen and (min-width:480px){body.services #services-showcase > div#services-showcase-ndtech .mb-thumb{background-size:81%}}@media only screen and (min-width:767px){body.services #services-showcase > div#services-showcase-ndtech .mb-thumb{background-size:100%}}body.services nav.main{-webkit-box-shadow:0 0 6px #333333;-moz-box-shadow:0 0 6px #333333;box-shadow:0 0 6px #333333}body.services nav.main .active{background-image:url('/img/products/nav-pointer-black-be4adc17.gif?1370850275')}.ir{background-color:transparent;border:0;overflow:hidden;*text-indent:-9999px}.ir:before{content:"";display:block;width:0;height:100%}.hidden{display:none !important;visibility:hidden}.visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.invisible{visibility:hidden}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}.clearfix{*zoom:1}@media print{*{background:transparent !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}@page{margin:.5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}} \ No newline at end of file diff --git a/build/css/boilerplate-499c4720.css.gz b/build/css/boilerplate-499c4720.css.gz new file mode 100644 index 0000000000..f0621e5ac8 Binary files /dev/null and b/build/css/boilerplate-499c4720.css.gz differ diff --git a/build/css/boilerplate-54c5184b.css b/build/css/boilerplate-54c5184b.css deleted file mode 100644 index 5c62c317b2..0000000000 --- a/build/css/boilerplate-54c5184b.css +++ /dev/null @@ -1 +0,0 @@ -html,button,input,select,textarea{color:#222}body{font-size:1em;line-height:1.4}::-moz-selection{background:#b3d4fc;text-shadow:none}::selection{background:#b3d4fc;text-shadow:none}hr{display:block;height:1px;border:0;border-top:1px solid #cccccc;margin:1em 0;padding:0}img{vertical-align:middle}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}.chromeframe{margin:.2em 0;background:#ccc;color:#000;padding:.2em 0}.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;content:"";line-height:0}.clearfix:after{clear:both}@font-face{font-family:'gotham_bookregular';src:url('/fonts/gotham-book-webfont-a762c283.eot');src:url('/fonts/gotham-book-webfont-a762c283.eot?#iefix') format("embedded-opentype"),url('/fonts/gotham-book-webfont-f94bde4a.woff') format("woff"),url('/fonts/gotham-book-webfont-095a7715.ttf') format("truetype"),url('/fonts/gotham-book-webfont-079e0b44.svg#gotham_bookregular') format("svg");font-weight:400;font-style:normal}@font-face{font-family:'gotham_lightregular';src:url('/fonts/gotham-light-webfont-1b6837d4.eot');src:url('/fonts/gotham-light-webfont-1b6837d4.eot?#iefix') format("embedded-opentype"),url('/fonts/gotham-light-webfont-0c908025.woff') format("woff"),url('/fonts/gotham-light-webfont-909197cb.ttf') format("truetype"),url('/fonts/gotham-light-webfont-e714931a.svg#gotham_lightregular') format("svg");font-weight:400;font-style:normal}@font-face{font-family:'gotham_mediumregular';src:url('/fonts/gotham-medium-webfont-52a4cb7d.eot');src:url('/fonts/gotham-medium-webfont-52a4cb7d.eot?#iefix') format("embedded-opentype"),url('/fonts/gotham-medium-webfont-621a1662.woff') format("woff"),url('/fonts/gotham-medium-webfont-94cff276.ttf') format("truetype"),url('/fonts/gotham-medium-webfont-09f708f8.svg#gotham_mediumregular') format("svg");font-weight:400;font-style:normal}@font-face{font-family:'gotham_thinregular';src:url('/fonts/gotham-thin-webfont-ec6c7fdd.eot');src:url('/fonts/gotham-thin-webfont-ec6c7fdd.eot?#iefix') format("embedded-opentype"),url('/fonts/gotham-thin-webfont-a664458d.woff') format("woff"),url('/fonts/gotham-thin-webfont-0ca969cc.ttf') format("truetype"),url('/fonts/gotham-thin-webfont-94a88c75.svg#gotham_thinregular') format("svg");font-weight:400;font-style:normal}@font-face{font-family:'museo_sans_rounded_300regular';src:url('/fonts/museosansrounded-300-webfont-4d607c99.eot');src:url('/fonts/museosansrounded-300-webfont-4d607c99.eot?#iefix') format("embedded-opentype"),url('/fonts/museosansrounded-300-webfont-5b31827c.woff') format("woff"),url('/fonts/museosansrounded-300-webfont-8ff6872e.ttf') format("truetype"),url('/fonts/museosansrounded-300-webfont-dc7963c3.svg#museo_sans_rounded_300regular') format("svg");font-weight:400;font-style:normal}@font-face{font-family:'museo_sans_rounded_700regular';src:url('/fonts/museosansrounded-700-webfont-8ca567d8.eot');src:url('/fonts/museosansrounded-700-webfont-8ca567d8.eot?#iefix') format("embedded-opentype"),url('/fonts/museosansrounded-700-webfont-63bf059a.woff') format("woff"),url('/fonts/museosansrounded-700-webfont-cc22eec1.ttf') format("truetype"),url('/fonts/museosansrounded-700-webfont-abf578df.svg#museo_sans_rounded_700regular') format("svg");font-weight:400;font-style:normal}.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp{padding:0;margin:0;border:0;outline:none;vertical-align:top}.fancybox-wrap{position:absolute;top:0;left:0;z-index:8020}.fancybox-skin{position:relative;background:#f9f9f9;color:#444;text-shadow:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.fancybox-opened{z-index:8030}.fancybox-opened .fancybox-skin{-webkit-box-shadow:0 10px 25px rgba(0,0,0,0.5);-moz-box-shadow:0 10px 25px rgba(0,0,0,0.5);box-shadow:0 10px 25px rgba(0,0,0,0.5)}.fancybox-outer,.fancybox-inner{position:relative}.fancybox-inner{overflow:hidden}.fancybox-type-iframe .fancybox-inner{-webkit-overflow-scrolling:touch}.fancybox-error{color:#444;font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;margin:0;padding:15px;white-space:nowrap}.fancybox-image,.fancybox-iframe{display:block;width:100%;height:100%}.fancybox-image{max-width:100%;max-height:100%}#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span{background-image:url('/img/fancybox/fancybox_sprite-17df19f9.png?1351003486')}#fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-22px;margin-left:-22px;background-position:0 -108px;opacity:.8;cursor:pointer;z-index:8060}#fancybox-loading div{width:44px;height:44px;background:url('/img/fancybox/fancybox_loading-2f213014.gif?1352825922') center center no-repeat}.fancybox-close{position:absolute;top:-18px;right:-18px;width:36px;height:36px;cursor:pointer;z-index:8040}.fancybox-nav{position:absolute;top:0;width:40%;height:100%;cursor:pointer;text-decoration:none;background:transparent url('/img/fancybox/blank-2daeaa8b.gif?1351003486');-webkit-tap-highlight-color:rgba(0,0,0,0);z-index:8040}.fancybox-prev{left:0}.fancybox-next{right:0}.fancybox-nav span{position:absolute;top:50%;width:36px;height:34px;margin-top:-18px;cursor:pointer;z-index:8040;visibility:hidden}.fancybox-prev span{left:10px;background-position:0 -36px}.fancybox-next span{right:10px;background-position:0 -72px}.fancybox-nav:hover span{visibility:visible}.fancybox-tmp{position:absolute;top:-99999px;left:-99999px;visibility:hidden;max-width:99999px;max-height:99999px;overflow:visible !important}.fancybox-lock{overflow:hidden}.fancybox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;z-index:8010;background:url('/img/fancybox/fancybox_overlay-ef40483f.png?1352316069')}.fancybox-overlay-fixed{position:fixed;bottom:0;right:0}.fancybox-lock .fancybox-overlay{overflow:auto;overflow-y:scroll}.fancybox-title{visibility:hidden;font:400 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;position:relative;text-shadow:none;z-index:8050}.fancybox-opened .fancybox-title{visibility:visible}.fancybox-title-float-wrap{position:absolute;bottom:0;right:50%;margin-bottom:-35px;z-index:8050;text-align:center}.fancybox-title-float-wrap .child{display:inline-block;margin-right:-100%;padding:2px 20px;background:transparent;background:rgba(0,0,0,0.8);-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;text-shadow:0 1px 2px #222222;color:#FFF;font-weight:700;line-height:24px;white-space:nowrap}.fancybox-title-outside-wrap{position:relative;margin-top:10px;color:#fff}.fancybox-title-inside-wrap{padding-top:10px}.fancybox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;padding:10px;background:#000;background:rgba(0,0,0,0.8)}#fancybox-buttons{position:fixed;left:0;width:100%;z-index:8050}#fancybox-buttons.top{top:10px}#fancybox-buttons.bottom{bottom:10px}#fancybox-buttons ul{display:block;width:166px;height:30px;margin:0 auto;padding:0;list-style:none;border:1px solid #111111;border-radius:3px;-webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.05);-moz-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.05);box-shadow:inset 0 0 0 1px rgba(255,255,255,0.05);background:#323232;background:-moz-linear-gradient(top,#444444 0,#343434 50%,#292929 50%,#333333 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#444444),color-stop(50%,#343434),color-stop(50%,#292929),color-stop(100%,#333333));background:-webkit-linear-gradient(top,#444444 0,#343434 50%,#292929 50%,#333333 100%);background:-o-linear-gradient(top,#444444 0,#343434 50%,#292929 50%,#333333 100%);background:-ms-linear-gradient(top,#444444 0,#343434 50%,#292929 50%,#333333 100%);background:linear-gradient(top,#444444 0,#343434 50%,#292929 50%,#333333 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444',endColorstr='#222222',GradientType=0 )}#fancybox-buttons ul li{float:left;margin:0;padding:0}#fancybox-buttons a{display:block;width:30px;height:30px;text-indent:-9999px;background-image:url('/img/fancybox/fancybox_buttons-e385b139.png?1351003486');background-repeat:no-repeat;outline:none;opacity:.8}#fancybox-buttons a:hover{opacity:1}#fancybox-buttons a.btnPrev{background-position:5px 0}#fancybox-buttons a.btnNext{background-position:-33px 0;border-right:1px solid #3e3e3e}#fancybox-buttons a.btnPlay{background-position:0 -30px}#fancybox-buttons a.btnPlayOn{background-position:-30px -30px}#fancybox-buttons a.btnToggle{background-position:3px -60px;border-left:1px solid #111111;border-right:1px solid #3e3e3e;width:35px}#fancybox-buttons a.btnToggleOn{background-position:-27px -60px}#fancybox-buttons a.btnClose{border-left:1px solid #111111;width:35px;background-position:-56px 0}#fancybox-buttons a.btnDisabled{opacity:.4;cursor:default}.btn{display:inline-block;*display:inline;*zoom:1;padding:4px 14px;margin-bottom:0;font-size:14px;line-height:20px;*line-height:20px;text-align:center;vertical-align:middle;cursor:pointer;color:#333333;text-shadow:0 1px 1px rgba(255,255,255,0.75);background-color:whitesmoke;background-image:-moz-linear-gradient(top,white,#e6e6e6);background-image:-webkit-gradient(linear,0 0,0 100%,from(white),to(#e6e6e6));background-image:-webkit-linear-gradient(top,white,#e6e6e6);background-image:-o-linear-gradient(top,white,#e6e6e6);background-image:linear-gradient(to bottom,#ffffff,#e6e6e6);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFE6E6E6',GradientType=0);border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) fadein(rgba(0,0,0,0.1),15%);*background-color:#e6e6e6;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);border:1px solid #bbbbbb;*border:0;border-bottom-color:#a2a2a2;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;*margin-left:.3em;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)}.btn:hover,.btn:active,.btn.active,.btn.disabled,.btn[disabled]{color:#333333;background-color:#e6e6e6;*background-color:#d9d9d9}.btn:active,.btn.active{background-color:#cccccc \9}.btn:first-child{*margin-left:0}.btn:hover{color:#333333;text-decoration:none;background-color:#e6e6e6;*background-color:#d9d9d9;background-position:0 -15px;-webkit-transition:background-position .1s linear;-moz-transition:background-position .1s linear;-o-transition:background-position .1s linear;transition:background-position .1s linear}.btn:focus{outline:thin dotted #333333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.active,.btn:active{background-color:#e6e6e6;background-color:#d9d9d9 \9;background-image:none;outline:0;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05)}.btn.disabled,.btn[disabled]{cursor:default;background-color:#e6e6e6;background-image:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.btn-large{padding:9px 14px;font-size:16px;line-height:normal;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.btn-large [class^="icon-"]{margin-top:2px}.btn-small{padding:3px 9px;font-size:12px;line-height:18px}.btn-small [class^="icon-"]{margin-top:0}.btn-mini{padding:2px 6px;font-size:11px;line-height:17px}.btn-block{display:block;width:100%;padding-left:0;padding-right:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.btn-block + .btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.btn-primary.active,.btn-warning.active,.btn-danger.active,.btn-success.active,.btn-info.active,.btn-inverse.active{color:rgba(255,255,255,0.75)}.btn{border-color:#c5c5c5;border-color:rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25)}.btn-primary{color:white;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#f37550;background-image:-moz-linear-gradient(top,#f36050,#f39650);background-image:-webkit-gradient(linear,0 0,0 100%,from(#f36050),to(#f39650));background-image:-webkit-linear-gradient(top,#f36050,#f39650);background-image:-o-linear-gradient(top,#f36050,#f39650);background-image:linear-gradient(to bottom,#f36050,#f39650);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF36050',endColorstr='#FFF39650',GradientType=0);border-color:#f39650 #f39650 #e76d10;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) fadein(rgba(0,0,0,0.1),15%);*background-color:#f39650;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.btn-primary:hover,.btn-primary:active,.btn-primary.active,.btn-primary.disabled,.btn-primary[disabled]{color:white;background-color:#f39650;*background-color:#f18838}.btn-primary:active,.btn-primary.active{background-color:#f07a20 \9}.btn-warning{color:white;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#f9a732;background-image:-moz-linear-gradient(top,#fbb450,#f89406);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));background-image:-webkit-linear-gradient(top,#fbb450,#f89406);background-image:-o-linear-gradient(top,#fbb450,#f89406);background-image:linear-gradient(to bottom,#fbb450,#f89406);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFBB450',endColorstr='#FFF89406',GradientType=0);border-color:#f89406 #f89406 #ad6704;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) fadein(rgba(0,0,0,0.1),15%);*background-color:#f89406;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.btn-warning:hover,.btn-warning:active,.btn-warning.active,.btn-warning.disabled,.btn-warning[disabled]{color:white;background-color:#f89406;*background-color:#df8505}.btn-warning:active,.btn-warning.active{background-color:#c67605 \9}.btn-danger{color:white;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#da4e49;background-image:-moz-linear-gradient(top,#ee5f5b,#bd362f);background-image:-webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));background-image:-webkit-linear-gradient(top,#ee5f5b,#bd362f);background-image:-o-linear-gradient(top,#ee5f5b,#bd362f);background-image:linear-gradient(to bottom,#ee5f5b,#bd362f);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEE5F5B',endColorstr='#FFBD362F',GradientType=0);border-color:#bd362f #bd362f #802420;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) fadein(rgba(0,0,0,0.1),15%);*background-color:#bd362f;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.btn-danger:hover,.btn-danger:active,.btn-danger.active,.btn-danger.disabled,.btn-danger[disabled]{color:white;background-color:#bd362f;*background-color:#a9302a}.btn-danger:active,.btn-danger.active{background-color:#942a25 \9}.btn-success{color:white;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#5bb65b;background-image:-moz-linear-gradient(top,#62c462,#51a351);background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));background-image:-webkit-linear-gradient(top,#62c462,#51a351);background-image:-o-linear-gradient(top,#62c462,#51a351);background-image:linear-gradient(to bottom,#62c462,#51a351);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62C462',endColorstr='#FF51A351',GradientType=0);border-color:#51a351 #51a351 #387038;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) fadein(rgba(0,0,0,0.1),15%);*background-color:#51a351;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.btn-success:hover,.btn-success:active,.btn-success.active,.btn-success.disabled,.btn-success[disabled]{color:white;background-color:#51a351;*background-color:#499249}.btn-success:active,.btn-success.active{background-color:#408140 \9}.btn-info{color:white;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#49afcd;background-image:-moz-linear-gradient(top,#5bc0de,#2f96b4);background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));background-image:-webkit-linear-gradient(top,#5bc0de,#2f96b4);background-image:-o-linear-gradient(top,#5bc0de,#2f96b4);background-image:linear-gradient(to bottom,#5bc0de,#2f96b4);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE',endColorstr='#FF2F96B4',GradientType=0);border-color:#2f96b4 #2f96b4 #1f6377;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) fadein(rgba(0,0,0,0.1),15%);*background-color:#2f96b4;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.btn-info:hover,.btn-info:active,.btn-info.active,.btn-info.disabled,.btn-info[disabled]{color:white;background-color:#2f96b4;*background-color:#2a85a0}.btn-info:active,.btn-info.active{background-color:#24748c \9}.btn-inverse{color:white;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#363636;background-image:-moz-linear-gradient(top,#444444,#222222);background-image:-webkit-gradient(linear,0 0,0 100%,from(#444444),to(#222222));background-image:-webkit-linear-gradient(top,#444444,#222222);background-image:-o-linear-gradient(top,#444444,#222222);background-image:linear-gradient(to bottom,#444444,#222222);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF444444',endColorstr='#FF222222',GradientType=0);border-color:#222222 #222222 black;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) fadein(rgba(0,0,0,0.1),15%);*background-color:#222222;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.btn-inverse:hover,.btn-inverse:active,.btn-inverse.active,.btn-inverse.disabled,.btn-inverse[disabled]{color:white;background-color:#222222;*background-color:#151515}.btn-inverse:active,.btn-inverse.active{background-color:#090909 \9}button.btn,input[type="submit"].btn{*padding-top:3px;*padding-bottom:3px}button.btn::-moz-focus-inner,input[type="submit"].btn::-moz-focus-inner{padding:0;border:0}button.btn.btn-large,input[type="submit"].btn.btn-large{*padding-top:7px;*padding-bottom:7px}button.btn.btn-small,input[type="submit"].btn.btn-small{*padding-top:3px;*padding-bottom:3px}button.btn.btn-mini,input[type="submit"].btn.btn-mini{*padding-top:1px;*padding-bottom:1px}.btn-link,.btn-link:active,.btn-link[disabled]{background-color:transparent;background-image:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.btn-link{border-color:transparent;cursor:pointer;color:#f36050;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.btn-link:hover{color:#e72510;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover{color:#333333;text-decoration:none}.label,.badge{display:inline-block;padding:2px 4px;font-size:11.844px;font-weight:700;line-height:14px;color:#ffffff;vertical-align:baseline;white-space:nowrap;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#999999}.label{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.badge{padding-left:9px;padding-right:9px;-webkit-border-radius:9px;-moz-border-radius:9px;border-radius:9px}a.label:hover,a.badge:hover{color:#ffffff;text-decoration:none;cursor:pointer}.label-important,.badge-important{background-color:#b94a48}.label-important[href],.badge-important[href]{background-color:#953b39}.label-warning,.badge-warning{background-color:#f89406}.label-warning[href],.badge-warning[href]{background-color:#c67605}.label-success,.badge-success{background-color:#468847}.label-success[href],.badge-success[href]{background-color:#356635}.label-info,.badge-info{background-color:#3a87ad}.label-info[href],.badge-info[href]{background-color:#2d6987}.label-inverse,.badge-inverse{background-color:#333333}.label-inverse[href],.badge-inverse[href]{background-color:#1a1a1a}.btn .label,.btn .badge{position:relative;top:-1px}.btn-mini .label,.btn-mini .badge{top:0}body{font-family:Helvetica,Arial;color:#555;background-color:#F9FAF7;font-size:.96em}h1,h2,h3,h4{font-family:'museo_sans_rounded_300regular';text-transform:uppercase}a{color:#f36050;text-decoration:none}img{width:auto 9;height:auto;max-width:100%;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic}.affix{position:fixed;top:10px}.container{margin:0 auto}@media only screen and (min-width:980px){.container{width:980px}}input[type=text]{font-size:13px;color:#8e8d8d;padding:11px 15px 10px 6px;background-color:#fdfdfd;margin:0;line-height:20px;box-shadow:inset 2px 2px 4px #f1f1f1;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;height:20px;border:1px solid #cccccc;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border linear .2s,box-shadow linear .2s;-moz-transition:border linear .2s,box-shadow linear .2s;-o-transition:border linear .2s,box-shadow linear .2s;transition:border linear .2s,box-shadow linear .2s}.modal{max-width:500px}.modal h2{margin:0;border-bottom:1px solid #cccccc}#sign-in{display:none}#sign-in .btn{margin-left:20px}#sign-in .waDomainLogins{margin-bottom:18px}#sign-in .waDomainLogins span{color:#f36050;display:block;padding:2px 0 2px 15px;font-size:14px;cursor:pointer}#sign-in .waDomainLogins span:hover{color:#e72510}@media only screen and (max-width:980px){#blog-ribbon{display:none}}#blog-ribbon a{background:url('/img/blog-ribbon-7158a39e.png?1352315937') no-repeat scroll top left;text-indent:-9999px;display:block;width:51px;height:106px;position:absolute;top:94px;z-index:99}#old-browser{display:none}#old-browser-inner{text-align:center;padding:30px 0}#old-browser-inner h1{width:500px;font-size:26px;margin:28px auto 20px}#old-browser-inner p{width:400px;margin:0 auto}aside ul#submenu{list-style:none;padding:0;border-right:1px solid #dddddd;width:230px}@media only screen and (max-width:980px){aside ul#submenu{width:165px}}aside ul#submenu li{margin:4px 0 4px 6px}aside ul#submenu li a{display:block;padding:8px 16px 8px 14px;text-transform:uppercase;font-size:14px;text-align:right;font-family:gotham_mediumregular}aside ul#submenu li.active a{background-color:#F9FAF7;border:1px solid #dddddd;-webkit-border-radius:8px 0 0 8px;-moz-border-radius:8px 0 0 8px;border-radius:8px 0 0 8px;border-color:#dddddd transparent #dddddd #dddddd;left:1px;position:relative}nav.main{background-color:#f8f7ef;text-transform:uppercase;font:14px "museo_sans_rounded_300regular";position:relative;height:90px;-webkit-box-shadow:0 0 6px #888888;-moz-box-shadow:0 0 6px #888888;box-shadow:0 0 6px #888888}@media only screen and (min-width:767px){nav.main{height:68px}}@media only screen and (min-width:980px){nav.main{height:100px}}nav.main ul{position:relative;z-index:9;margin:0 auto;padding:0}@media only screen and (min-width:767px){nav.main ul > li{float:left}}nav.main ul > li a{display:block}nav.main ul > li:first-child{margin:8px auto;text-align:center}@media only screen and (min-width:767px){nav.main ul > li:first-child{margin:25px 0 0 10px !important}}@media only screen and (min-width:980px){nav.main ul > li:first-child{margin:34px 0 0 0 !important}}@media only screen and (min-width:767px){nav.main ul > li:last-child{float:right}}nav.main ul > li ul{display:table;border-top:1px solid #cccccc}@media only screen and (min-width:767px){nav.main ul > li ul{border:none}}nav.main ul > li ul li{float:left;margin:19px 0 0 0 !important;height:35px}@media only screen and (min-width:767px){nav.main ul > li ul li{margin-top:25px !important;height:47px}}@media only screen and (min-width:980px){nav.main ul > li ul li{margin-top:38px !important;height:66px}}@media only screen and (min-width:980px){nav.main ul > li ul li:first-child{margin-top:38px !important}}@media only screen and (max-width:980px){nav.main ul > li ul li:nth-child(4){display:none}}@media only screen and (max-width:320px){nav.main ul > li ul li:nth-child(5) a:first-child{display:none}}nav.main ul > li ul li a{color:#3e3e3e;padding:0 10px}@media only screen and (min-width:480px){nav.main ul > li ul li a{padding:0 10px}}@media only screen and (min-width:767px){nav.main ul > li ul li a{padding:0 12px}}@media only screen and (min-width:980px){nav.main ul > li ul li a{font-size:16px}}nav.main ul > li ul li.active a{color:#f36050}nav.main ul > li ul li:last-child{height:100px;text-align:center}nav.main ul > li ul li:last-child a{color:#f36050}nav.main ul > li ul li:last-child #cws-sign-up{display:none;font:12px "museo_sans_rounded_300regular";margin:0;padding:0 0 22px;text-align:center}@media only screen and (min-width:767px){nav.main ul > li ul li:last-child{margin:0 0 0 10px !important;background-color:#f36050;height:68px}nav.main ul > li ul li:last-child a{color:#FFF;padding:24px 12px 28px;font-family:'gotham_mediumregular'}nav.main ul > li ul li:last-child a:hover{color:#000}}@media only screen and (min-width:980px){nav.main ul > li ul li:last-child{margin:0 0 0 20px !important;height:100px}nav.main ul > li ul li:last-child a{background-color:#f36050;padding:33px 18px 4px;font-size:23px}}nav.main .active{background:#f8f7ef url('/img/products/nav-pointer-6ba79b2f.gif?1351268674') no-repeat center 16px}@media only screen and (min-width:767px){nav.main .active{background-position:center 28px}}@media only screen and (min-width:980px){nav.main .active{background-position:center 47px}}body.home nav.main{-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}body.home nav.main .active{background-image:url('/img/home/nav-pointer-0caff26f.gif?1352315960')}nav.sub{background-color:#EFEDE7;padding:12px 0 10px;box-shadow:0 0 6px #888888;font-family:'museo_sans_rounded_300regular'}nav.sub ul,nav.sub li{list-style:none;margin:0;padding:0}nav.sub .container{display:table}nav.sub ul{text-align:center;margin:0 auto}nav.sub ul li{display:inline;margin:0 12px}@media only screen and (min-width:320px){nav.sub ul li{margin:0 6px}}@media only screen and (min-width:767px){nav.sub ul li{margin:0 20px}}nav.sub ul li.active{font-family:museo_sans_rounded_700regular}nav.sub ul li.active a{color:#f36050}nav.sub ul li a{font-size:15px;color:#3e3e3e;text-transform:uppercase}.video-thumb{width:120px;height:68px;padding:3px;background-color:#FFF;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:1px solid rgba(0,0,0,0.2);-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);box-shadow:0 1px 3px rgba(0,0,0,0.1)}.video-thumb span:first-child{position:relative;width:120px;height:68px;display:block;overflow:hidden}.video-thumb span:first-child img{display:inline-block;vertical-align:middle;top:-11px;position:relative;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.video-thumb span:last-child{padding:0 4px;font-weight:700;font-size:11px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-color:#000;color:white !important;height:14px;line-height:14px;opacity:.75;filter:alpha(opacity=75);display:-moz-inline-stack;display:inline-block;vertical-align:top;zoom:1;float:right;margin-right:4px;position:relative;top:-17px}body.home{background:#f8f7ef url('/img/graphbg-2b03e80b.gif?1352315960') repeat}body.home .carousel{width:100%;position:relative}body.home .carousel .carousel-item{display:none}body.home .carousel .carousel-active{display:block}body.home .carousel .carousel-nav{height:13px}body.home .carousel .carousel-nav:nth-child(2){display:none}body.home .carousel .prev,body.home .carousel .next{display:none}body.home .carousel .carousel-pagination{margin:20px auto;width:100px}body.home .carousel .carousel-pagination li{float:left;margin:0 1px;list-style:none}body.home .carousel .carousel-pagination li a{display:block;width:12px;height:0;padding-top:13px;background-image:url('/img/home/slides/pagination-8abc339e.png?1352316069');background-position:0 0;float:left;overflow:hidden}body.home .carousel .carousel-pagination li a:hover{background-position:0 -26px}body.home .carousel .carousel-pagination li.carousel-active-page a{background-position:0 -13px}body.home .carousel-slide{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}body.home .carousel-slide .carousel-item{position:absolute;left:100%;top:0;width:100%;display:block;z-index:1;-webkit-transition:left .2s ease;-moz-transition:left .2s ease;-ms-transition:left .2s ease;-o-transition:left .2s ease;transition:left .2s ease}body.home .carousel-no-transition .carousel-item{-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none}body.home .carousel-slide .carousel-active{left:0;position:relative;z-index:2}body.home .carousel-slide .carousel-in{left:0}body.home .carousel-slide-reverse .carousel-out{left:100%}body.home .carousel-slide .carousel-out,body.home .carousel-slide-reverse .carousel-item,body.home .carousel-slide-reverse .carousel-in{left:-100%}body.home .carousel-slide-reverse .carousel-active{left:0}body.home .carousel-flip{position:relative;overflow:visible;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-perspective:800;-moz-perspective:800;-ms-perspective:800;-o-perspective:800;perspective:800}body.home .carousel-flip .carousel-item{position:absolute;top:0;width:100%;display:block;z-index:1;opacity:0;-webkit-transition:-webkit-transform .2s ease;-moz-transition:-moz-transform .2s ease;-ms-transition:-ms-transform .2s ease;-o-transition:-o-transform .2s ease;transition:transform .2s ease;-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-ms-transform:rotateY(180deg);-o-transform:rotateY(180deg);-transform:rotateY(180deg);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden}body.home .carousel-no-transition .carousel-item{-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none}body.home .carousel-flip .carousel-active{-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-ms-transform:rotateY(0deg);-o-transform:rotateY(0deg);-transform:rotateY(0deg);position:relative;z-index:2;opacity:1}body.home .carousel-flip .carousel-out,body.home .carousel-flip-reverse .carousel-item{-webkit-transform:rotateY(-180deg);-moz-transform:rotateY(-180deg);-ms-transform:rotateY(-180deg);-o-transform:rotateY(-180deg);-transform:rotateY(-180deg)}body.home .carousel-flip .carousel-in{-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-ms-transform:rotateY(0deg);-o-transform:rotateY(0deg);-transform:rotateY(0deg);opacity:1}body.home .carousel-flip .carousel-top{z-index:3;opacity:1}body.home .carousel-flip-reverse .carousel-out{-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-ms-transform:rotateY(180deg);-o-transform:rotateY(180deg);-transform:rotateY(180deg)}body.home .carousel-flip-reverse .carousel-in{-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-ms-transform:rotateY(0deg);-o-transform:rotateY(0deg);-transform:rotateY(0deg)}body.home header{background:#666666 url('/img/bgcloth-66b6fbca.png?1352825933') repeat;padding:10px 0 20px}@media only screen and (min-width:767px){body.home header{padding:50px 0}}body.home header section{height:485px}@media only screen and (min-width:480px){body.home header section{height:640px}}@media only screen and (min-width:767px){body.home header section{height:314px}}@media only screen and (min-width:980px){body.home header section{height:430px}}body.home header section > div{text-align:center}@media only screen and (min-width:767px){body.home header section > div{float:left}}body.home header section > div p{color:#F8F7EF;text-align:center;text-transform:uppercase;line-height:1.7em;font-family:'gotham_thinregular';font-size:14px}@media only screen and (min-width:980px){body.home header section > div p{font-size:18px}}body.home header section > div:first-child > div:nth-child(3){display:none}@media only screen and (min-width:767px){body.home header section > div:first-child > div:nth-child(3){display:block}}body.home header section > div:first-child div:first-child p{display:block;margin:0;line-height:1.05em;font-family:'gotham_mediumregular';font-size:38px}@media only screen and (min-width:480px){body.home header section > div:first-child div:first-child p{font-size:52px}}@media only screen and (min-width:980px){body.home header section > div:first-child div:first-child p{font-size:64px}}body.home header section > div:last-child{margin:20px 0 0 0}@media only screen and (min-width:980px){body.home header section > div:last-child{margin:0}}@media only screen and (min-width:767px){body.home header section > div:last-child{width:44%}}body.home header section > div:last-child img{max-width:78%}@media only screen and (min-width:480px){body.home header section > div:last-child img{max-width:70%}}@media only screen and (min-width:767px){body.home header section > div:last-child img{max-width:80%}}@media only screen and (min-width:980px){body.home header section > div:last-child img{max-width:100%}}@media only screen and (min-width:767px){body.home section#slide1 > div:first-child{width:56%}}@media only screen and (min-width:980px){body.home section#slide1 > div:first-child{margin-top:50px;width:52%;padding-right:38px}}body.home section#slide1 > div:first-child div:nth-child(2) p{width:320px;text-align:center;margin:20px auto}@media only screen and (min-width:480px){body.home section#slide1 > div:first-child div:nth-child(2) p{font-size:16px;margin:14px auto}}@media only screen and (min-width:980px){body.home section#slide1 > div:first-child div:nth-child(2) p{width:450px;margin:25px auto}}body.home section#slide1 > div:first-child div:first-child img{margin:0 auto}body.home section#slide1 > div:first-child div:first-child p:first-child{margin-bottom:3px;font-size:24px}@media only screen and (min-width:480px){body.home section#slide1 > div:first-child div:first-child p:first-child{font-size:34px}}@media only screen and (min-width:980px){body.home section#slide1 > div:first-child div:first-child p:first-child{font-size:54px}}body.home section#slide1 > div:first-child div:first-child p:nth-child(3){font-size:40px}@media only screen and (min-width:480px){body.home section#slide1 > div:first-child div:first-child p:nth-child(3){font-size:54px}}@media only screen and (min-width:980px){body.home section#slide1 > div:first-child div:first-child p:nth-child(3){font-size:66px}}body.home section#slide1 > div:first-child div:first-child p:last-child{font-size:24px}@media only screen and (min-width:480px){body.home section#slide1 > div:first-child div:first-child p:last-child{font-size:30px}}@media only screen and (min-width:980px){body.home section#slide1 > div:first-child div:first-child p:last-child{font-size:40px}}@media only screen and (min-width:767px){body.home section#slide2 > div:first-child{width:56%}}@media only screen and (min-width:980px){body.home section#slide2 > div:first-child{margin-top:25px;width:52%;padding-right:38px}}body.home section#slide2 > div:first-child div:nth-child(2) p{width:320px;text-align:center;margin:20px auto}@media only screen and (min-width:480px){body.home section#slide2 > div:first-child div:nth-child(2) p{font-size:16px;margin:14px auto}}@media only screen and (min-width:980px){body.home section#slide2 > div:first-child div:nth-child(2) p{width:450px;margin:25px auto}}body.home section#slide2 > div:first-child div:first-child img{margin:0 auto}body.home section#slide2 > div:first-child div:first-child p:first-child{font-size:24px}@media only screen and (min-width:480px){body.home section#slide2 > div:first-child div:first-child p:first-child{font-size:34px}}@media only screen and (min-width:980px){body.home section#slide2 > div:first-child div:first-child p:first-child{font-size:44px}}body.home section#slide2 > div:first-child div:first-child p:nth-child(2){line-height:.8em;font-size:94px}@media only screen and (min-width:480px){body.home section#slide2 > div:first-child div:first-child p:nth-child(2){font-size:132px}}@media only screen and (min-width:980px){body.home section#slide2 > div:first-child div:first-child p:nth-child(2){font-size:166px}}body.home section#slide2 > div:first-child div:first-child p:last-child{font-size:26px;margin-top:5px}@media only screen and (min-width:480px){body.home section#slide2 > div:first-child div:first-child p:last-child{font-size:38px}}@media only screen and (min-width:980px){body.home section#slide2 > div:first-child div:first-child p:last-child{font-size:46px}}@media only screen and (min-width:767px){body.home section#slide3 > div:first-child{width:52%}}@media only screen and (min-width:980px){body.home section#slide3 > div:first-child{margin:25px 0;width:52%;padding-right:38px}}body.home section#slide3 > div:first-child div:nth-child(2) p{width:320px;text-align:center;margin:20px auto}@media only screen and (min-width:480px){body.home section#slide3 > div:first-child div:nth-child(2) p{font-size:16px;margin:14px auto}}@media only screen and (min-width:980px){body.home section#slide3 > div:first-child div:nth-child(2) p{width:450px;margin:25px auto}}body.home section#slide3 > div:first-child div:first-child img{margin:0 auto}body.home section#slide3 > div:first-child div:first-child p:first-child{font-size:22px}@media only screen and (min-width:480px){body.home section#slide3 > div:first-child div:first-child p:first-child{font-size:34px}}@media only screen and (min-width:980px){body.home section#slide3 > div:first-child div:first-child p:first-child{font-size:44px}}body.home section#slide3 > div:first-child div:first-child p:nth-child(2){font-size:44px}@media only screen and (min-width:480px){body.home section#slide3 > div:first-child div:first-child p:nth-child(2){font-size:64px}}@media only screen and (min-width:767px){body.home section#slide3 > div:first-child div:first-child p:nth-child(2){font-size:54px}}@media only screen and (min-width:980px){body.home section#slide3 > div:first-child div:first-child p:nth-child(2){font-size:72px}}body.home section#slide3 > div:first-child div:first-child p:nth-child(3){font-size:22px}@media only screen and (min-width:480px){body.home section#slide3 > div:first-child div:first-child p:nth-child(3){font-size:34px}}@media only screen and (min-width:980px){body.home section#slide3 > div:first-child div:first-child p:nth-child(3){font-size:44px}}body.home section#slide3 > div:first-child div:first-child p:last-child{font-size:42px}@media only screen and (min-width:480px){body.home section#slide3 > div:first-child div:first-child p:last-child{font-size:62px}}@media only screen and (min-width:767px){body.home section#slide3 > div:first-child div:first-child p:last-child{font-size:50px}}@media only screen and (min-width:980px){body.home section#slide3 > div:first-child div:first-child p:last-child{font-size:68px}}body.home section#slide3 > div:last-child img{max-width:90%}@media only screen and (min-width:480px){body.home section#slide3 > div:last-child img{max-width:80%}}@media only screen and (min-width:767px){body.home section#slide3 > div:last-child img{max-width:100%}}@media only screen and (min-width:767px){body.home section#slide3 > div:last-child{width:366px;margin:0}}@media only screen and (min-width:980px){body.home section#slide3 > div:last-child{width:430px}}body.home section#content{padding:0 25px;font-family:'museo_sans_rounded_300regular'}body.home section#content .feature{font-size:16px;line-height:1.5em;margin:5px 0 20px}@media only screen and (min-width:767px){body.home section#content .feature{margin:50px 0 60px}}@media only screen and (min-width:980px){body.home section#content .feature{font-size:18px;line-height:1.6em}}body.home section#content .feature h2{font:28px gotham_mediumregular;text-transform:uppercase;margin-bottom:10px}@media only screen and (min-width:980px){body.home section#content .feature h2{font-size:42px;margin-bottom:20px}}body.home section#content .feature p{margin:0}@media only screen and (min-width:767px){body.home section#content .feature div{float:left;width:50%}body.home section#content .feature div img{max-width:90%}}body.home section#content .feature:nth-child(1) div:first-child{display:none}@media only screen and (min-width:767px){body.home section#content .feature:nth-child(1) div:first-child{display:block}}body.home section#content .feature:nth-child(1) strong{line-height:1em;font-size:70px;color:#27b6da;display:block}@media only screen and (min-width:980px){body.home section#content .feature:nth-child(1) strong{font-size:120px}}body.home section#content .feature:nth-child(2) div:last-child{display:none}@media only screen and (min-width:767px){body.home section#content .feature:nth-child(2) div:last-child{display:block;text-align:right;margin-top:20px}}body.home section#content .feature:nth-child(3) div:first-child{display:none}@media only screen and (min-width:767px){body.home section#content .feature:nth-child(3) div:first-child{display:block}body.home section#content .feature:nth-child(3) div:first-child img{max-width:85%}}body.home section#content .feature:nth-child(3) div:last-child{margin-top:20px}body.home section#content .feature:nth-child(4) div:last-child{display:none}@media only screen and (min-width:767px){body.home section#content .feature:nth-child(4) div:last-child{display:block;text-align:right}body.home section#content .feature:nth-child(4) div:last-child img{max-width:80%}}body.home section#content .feature:nth-child(5) div:first-child{float:left}@media only screen and (min-width:767px){body.home section#content .feature:nth-child(5) div:first-child{float:right;width:45%}}body.home section#content .feature:nth-child(5) div:last-child{float:left;margin-top:40px}body.home section#content .feature:nth-child(5) div:last-child article{display:table;border:1px solid #cccccc;border-radius:6px;padding:10px;font-size:14px}@media only screen and (min-width:767px){body.home section#content .feature:nth-child(5) div:last-child article{margin-right:60px;padding:30px}}body.home section#content .feature:nth-child(5) div:last-child article h2{font-size:18px;margin:0 0 16px;color:#666}body.home section#content .feature:nth-child(5) div:last-child article h3{margin:10px 0 12px;line-height:1.2em;font-size:18px}@media only screen and (min-width:980px){body.home section#content .feature:nth-child(5) div:last-child article h3{font-size:22px}}body.home section#content .feature:nth-child(5) div:last-child article p{line-height:1.4em}body.home section#content .feature:nth-child(5) div:last-child article p a{font-size:13px}@media only screen and (min-width:767px){body.home section#content .feature:nth-child(5) div:last-child{margin-top:30px;float:right;width:55%}}@media only screen and (min-width:980px){body.home section#content .feature:nth-child(5) div:last-child{margin-top:40px}}@-webkit-keyframes cloudAnim{50%{-webkit-transform:translate(0,10px)}100%{-webkit-transform:translate(0,0)}}@-moz-keyframes cloudAnim{50%{-moz-transform:translate(0,10px)}100%{-moz-transform:translate(0,0)}}@-o-keyframes cloudAnim{50%{-o-transform:translate(0,10px)}100%{-o-transform:translate(0,0)}}@-ms-keyframes cloudAnim{50%{-ms-transform:translate(0,10px)}100%{-ms-transform:translate(0,0)}}@keyframes cloudAnim{50%{-webkit-transform:translate(0,10px)}100%{-webkit-transform:translate(0,0)}}body.products #overview-sections{background:#666666 url('/img/bgcloth-66b6fbca.png?1352825933') repeat;font-size:.8em}body.products #overview-sections .container > h1{color:#f8f7ef;font:26px gotham_thinregular;text-transform:uppercase;padding:28px 0 0;margin:0 auto;text-align:center}body.products #overview-sections ul{list-style:none;margin:0;padding:0;padding:20px 20px 10px}@media only screen and (min-width:767px){body.products #overview-sections ul{margin-left:32px}}@media only screen and (min-width:980px){body.products #overview-sections ul{margin-left:0;padding:30px 10px 20px}}body.products #overview-sections ul > li a{display:block;padding-left:78px;height:84px;width:200px}@media only screen and (min-width:480px){body.products #overview-sections ul > li a{width:140px;float:left}}@media only screen and (min-width:767px){body.products #overview-sections ul > li a{width:270px}}@media only screen and (min-width:980px){body.products #overview-sections ul > li a{width:145px;margin-right:20px}}body.products #overview-sections ul > li h3{font-size:18px;padding:4px 0 0 0;margin:0}body.products #overview-sections ul > li p{margin:4px 0 0 0;color:#AAA}body.products #overview-sections ul > li:nth-child(1) a{background:transparent url('/img/products/ui-builder-c0be35df.gif?1351508480') no-repeat}body.products #overview-sections ul > li:nth-child(2) a{background:transparent url('/img/products/code-editor-79b66eb4.gif?1351508511') no-repeat}body.products #overview-sections ul > li:nth-child(3) a{background:transparent url('/img/products/deployment-b683d15b.gif?1352315960') no-repeat}body.products #overview-sections ul > li:last-child a{background:transparent url('/img/products/extras-c4b6fa5d.gif?1351508555') no-repeat}@media only screen and (min-width:980px){body.products #overview-sections ul > li:last-child a{margin-right:0}}body.products .back-top,body.services .back-top,body.mobile-build .back-top{float:right;position:relative;top:12px;font-size:12px;color:#888}@media only screen and (min-width:767px){body.products .back-top,body.services .back-top,body.mobile-build .back-top{top:21px}}body.products .overview-section .container,body.services .overview-section .container,body.mobile-build .overview-section .container{padding:0 10px}body.products .overview-section .container img,body.services .overview-section .container img,body.mobile-build .overview-section .container img{display:none}@media only screen and (min-width:480px){body.products .overview-section .container img,body.services .overview-section .container img,body.mobile-build .overview-section .container img{display:block;max-width:36%}}@media only screen and (min-width:767px){body.products .overview-section .container img,body.services .overview-section .container img,body.mobile-build .overview-section .container img{max-width:32%}}body.products .overview-section .container article h3,body.services .overview-section .container article h3,body.mobile-build .overview-section .container article h3{color:#f36050;font:26px gotham_bookregular;margin:0 0 26px;text-shadow:1px 1px 3px #bbbbbb;text-transform:uppercase;border-bottom:3px solid #cccccc;padding-bottom:10px}@media only screen and (min-width:480px){body.products .overview-section .container article h3,body.services .overview-section .container article h3,body.mobile-build .overview-section .container article h3{margin:0}}@media only screen and (min-width:767px){body.products .overview-section .container article h3,body.services .overview-section .container article h3,body.mobile-build .overview-section .container article h3{font-size:32px}}@media only screen and (min-width:980px){body.products .overview-section .container article h3,body.services .overview-section .container article h3,body.mobile-build .overview-section .container article h3{font-size:36px;margin:0 0 26px}}body.products .overview-section .container article ul,body.services .overview-section .container article ul,body.mobile-build .overview-section .container article ul{list-style:none;margin:0;padding:0}body.products .overview-section .container article ul li,body.services .overview-section .container article ul li,body.mobile-build .overview-section .container article ul li{float:left;width:250px}@media only screen and (min-width:480px){body.products .overview-section .container article ul li,body.services .overview-section .container article ul li,body.mobile-build .overview-section .container article ul li{width:210px}}@media only screen and (min-width:980px){body.products .overview-section .container article ul li,body.services .overview-section .container article ul li,body.mobile-build .overview-section .container article ul li{width:300px}}body.products .overview-section .container article ul li:nth-child(1),body.products .overview-section .container article ul li:nth-child(3),body.services .overview-section .container article ul li:nth-child(1),body.services .overview-section .container article ul li:nth-child(3),body.mobile-build .overview-section .container article ul li:nth-child(1),body.mobile-build .overview-section .container article ul li:nth-child(3){margin-right:40px}body.products .overview-section .container article ul li h4,body.services .overview-section .container article ul li h4,body.mobile-build .overview-section .container article ul li h4{font:16px gotham_mediumregular;margin-bottom:0}body.products .overview-section .container article ul li p,body.services .overview-section .container article ul li p,body.mobile-build .overview-section .container article ul li p{font-size:14px;margin:10px 0 0 0}body.products #overview-ui-builder,body.services #overview-ui-builder,body.mobile-build #overview-ui-builder{margin-top:30px}@media only screen and (min-width:480px){body.products #overview-ui-builder,body.services #overview-ui-builder,body.mobile-build #overview-ui-builder{margin:60px 0 70px}}@media only screen and (min-width:480px){body.products #overview-ui-builder .container article,body.services #overview-ui-builder .container article,body.mobile-build #overview-ui-builder .container article{margin-top:10px}}@media only screen and (min-width:480px){body.products #overview-ui-builder .container img,body.services #overview-ui-builder .container img,body.mobile-build #overview-ui-builder .container img{margin-right:20px}}body.products #overview-code-editor,body.services #overview-code-editor,body.mobile-build #overview-code-editor{margin:80px 0}@media only screen and (min-width:767px){body.products #overview-code-editor .container article ul,body.services #overview-code-editor .container article ul,body.mobile-build #overview-code-editor .container article ul{margin-right:240px}}body.products #overview-code-editor .container article ul li,body.services #overview-code-editor .container article ul li,body.mobile-build #overview-code-editor .container article ul li{width:235px}@media only screen and (min-width:480px){body.products #overview-code-editor .container article ul li,body.services #overview-code-editor .container article ul li,body.mobile-build #overview-code-editor .container article ul li{width:208px}}@media only screen and (min-width:980px){body.products #overview-code-editor .container article ul li,body.services #overview-code-editor .container article ul li,body.mobile-build #overview-code-editor .container article ul li{width:285px}}@media only screen and (min-width:480px){body.products #overview-code-editor .container img,body.services #overview-code-editor .container img,body.mobile-build #overview-code-editor .container img{margin:0 10px 0 40px}}body.products #overview-deployment,body.services #overview-deployment,body.mobile-build #overview-deployment{margin:80px 0}body.products #overview-deployment .container article ul li,body.services #overview-deployment .container article ul li,body.mobile-build #overview-deployment .container article ul li{width:230px}@media only screen and (min-width:480px){body.products #overview-deployment .container article ul li,body.services #overview-deployment .container article ul li,body.mobile-build #overview-deployment .container article ul li{width:210px}}@media only screen and (min-width:980px){body.products #overview-deployment .container article ul li,body.services #overview-deployment .container article ul li,body.mobile-build #overview-deployment .container article ul li{width:290px}}@media only screen and (min-width:480px){body.products #overview-deployment .container img,body.services #overview-deployment .container img,body.mobile-build #overview-deployment .container img{margin:0 40px 0 0}}body.products #overview-detail,body.services #overview-detail,body.mobile-build #overview-detail{margin:0 10px 60px}@media only screen and (min-width:480px){body.products #overview-detail,body.services #overview-detail,body.mobile-build #overview-detail{margin-bottom:60px}}body.products #overview-detail .container > h3,body.services #overview-detail .container > h3,body.mobile-build #overview-detail .container > h3{color:#f36050;margin:0 0 16px;font:26px gotham_bookregular;text-shadow:1px 1px 3px #bbbbbb;text-transform:uppercase;border-bottom:3px solid #cccccc;padding-bottom:10px}body.products #overview-detail .container > ul,body.services #overview-detail .container > ul,body.mobile-build #overview-detail .container > ul{list-style:none;margin:0;padding:0}body.products #overview-detail .container > ul > li,body.services #overview-detail .container > ul > li,body.mobile-build #overview-detail .container > ul > li{float:left;width:300px;padding:10px 0 0 0}@media only screen and (min-width:480px){body.products #overview-detail .container > ul > li,body.services #overview-detail .container > ul > li,body.mobile-build #overview-detail .container > ul > li{width:210px;padding:10px 40px 0 0}}@media only screen and (min-width:480px){body.products #overview-detail .container > ul > li:nth-child(1),body.products #overview-detail .container > ul > li:nth-child(2),body.services #overview-detail .container > ul > li:nth-child(1),body.services #overview-detail .container > ul > li:nth-child(2),body.mobile-build #overview-detail .container > ul > li:nth-child(1),body.mobile-build #overview-detail .container > ul > li:nth-child(2){padding-bottom:20px}}@media only screen and (min-width:480px){body.products #overview-detail .container > ul > li:nth-child(2),body.products #overview-detail .container > ul > li:nth-child(4),body.services #overview-detail .container > ul > li:nth-child(2),body.services #overview-detail .container > ul > li:nth-child(4),body.mobile-build #overview-detail .container > ul > li:nth-child(2),body.mobile-build #overview-detail .container > ul > li:nth-child(4){padding-right:0}}@media only screen and (min-width:980px){body.products #overview-detail .container > ul > li:nth-child(2),body.products #overview-detail .container > ul > li:nth-child(4),body.services #overview-detail .container > ul > li:nth-child(2),body.services #overview-detail .container > ul > li:nth-child(4),body.mobile-build #overview-detail .container > ul > li:nth-child(2),body.mobile-build #overview-detail .container > ul > li:nth-child(4){padding-right:40px}}body.products #overview-detail .container > ul > li:last-child,body.services #overview-detail .container > ul > li:last-child,body.mobile-build #overview-detail .container > ul > li:last-child{padding-right:0}@media only screen and (min-width:767px){body.products #overview-detail .container > ul > li,body.services #overview-detail .container > ul > li,body.mobile-build #overview-detail .container > ul > li{width:320px;padding:10px 40px 0 20px}}@media only screen and (min-width:980px){body.products #overview-detail .container > ul > li,body.services #overview-detail .container > ul > li,body.mobile-build #overview-detail .container > ul > li{width:212px;padding-left:0}}body.products #overview-detail .container > ul > li h3,body.services #overview-detail .container > ul > li h3,body.mobile-build #overview-detail .container > ul > li h3{color:#000;font:16px gotham_mediumregular;text-transform:uppercase;text-shadow:0 1px 0 white;margin:0;text-shadow:none}body.products #overview-detail .container > ul > li > ul,body.services #overview-detail .container > ul > li > ul,body.mobile-build #overview-detail .container > ul > li > ul{list-style-type:disc;font-size:14px;color:#505258;line-height:19px;list-style-type:none;padding:0;margin:0}body.products #overview-detail .container > ul > li > ul li,body.services #overview-detail .container > ul > li > ul li,body.mobile-build #overview-detail .container > ul > li > ul li{margin:0;padding:0;margin-bottom:10px;background:url('/img/details-bullet-82df4c4b.png?1351530704') no-repeat;background-position:0 7px;padding-left:10px}body.products #overview-detail .container > ul > li > ul li h4,body.services #overview-detail .container > ul > li > ul li h4,body.mobile-build #overview-detail .container > ul > li > ul li h4{font-size:14px;margin-bottom:0}body.products #overview-detail .container > ul > li > ul li p,body.services #overview-detail .container > ul > li > ul li p,body.mobile-build #overview-detail .container > ul > li > ul li p{margin:0;font-size:13px;color:#898c98}body.pricing{background:#f8f7ef url('/img/graphbg-2b03e80b.gif?1352315960') repeat}body.pricing #overview-sections{display:none}@media only screen and (min-width:767px){body.pricing #overview-sections{display:block}}body.pricing #pricing-section .container{background:transparent url('/img/products/track-mobile-b70e2a38.png?1352838907') no-repeat center 30px;font-size:.8em;height:984px}@media only screen and (min-width:767px){body.pricing #pricing-section .container{background-image:url('/img/products/track-9f404be3.png?1352838903');background-position:-52px 65px;height:770px;margin-top:0}}@media only screen and (min-width:980px){body.pricing #pricing-section .container{background-position:left 65px;background-size:inherit}}body.pricing #pricing-section article{font-size:16px;text-align:center;padding:0 20px}@media only screen and (min-width:480px){body.pricing #pricing-section article{padding:0 30px;font-size:18px}}@media only screen and (min-width:767px){body.pricing #pricing-section article{text-align:left;font-size:16px;padding:0 20px 0 346px}}@media only screen and (min-width:980px){body.pricing #pricing-section article{padding:0 20px 0 440px}}body.pricing #pricing-section article h3{font:32px gotham_bookregular;text-transform:uppercase;margin:0;display:none}@media only screen and (min-width:767px){body.pricing #pricing-section article h3{display:block}}body.pricing #pricing-section article p{margin-top:0}body.pricing #pricing-section article a{font-family:gotham_mediumregular;text-transform:uppercase}body.pricing #pricing-section article:nth-child(1){padding-top:122px}@media only screen and (min-width:480px){body.pricing #pricing-section article:nth-child(1){padding-top:130px}}@media only screen and (min-width:767px){body.pricing #pricing-section article:nth-child(1){padding-top:60px}}body.pricing #pricing-section article:nth-child(2){padding-top:180px}@media only screen and (min-width:480px){body.pricing #pricing-section article:nth-child(2){padding-top:186px}}@media only screen and (min-width:767px){body.pricing #pricing-section article:nth-child(2){padding-top:58px}}@media only screen and (min-width:980px){body.pricing #pricing-section article:nth-child(2){padding-top:78px}}body.pricing #pricing-section article:nth-child(3){padding-top:148px}@media only screen and (min-width:480px){body.pricing #pricing-section article:nth-child(3){padding-top:172px}}@media only screen and (min-width:767px){body.pricing #pricing-section article:nth-child(3){padding-top:88px}}@media only screen and (min-width:980px){body.pricing #pricing-section article:nth-child(3){padding-top:110px}}body.testimonials #testimonials-section{margin:50px 0}@media only screen and (min-width:767px){body.testimonials #testimonials-section{margin:70px 0}}body.testimonials #testimonials-section h1{font:26px gotham_mediumregular;text-transform:uppercase;text-align:center}@media only screen and (min-width:767px){body.testimonials #testimonials-section h1{font-size:30px}}@media only screen and (min-width:980px){body.testimonials #testimonials-section h1{font-size:36px}}body.testimonials #testimonials-section h4{font:14px gotham_bookregular;text-align:center;line-height:1.4em;width:80%;margin:0 auto 80px}@media only screen and (min-width:767px){body.testimonials #testimonials-section h4{font-size:18px}}body.testimonials #testimonials-section .mb-wrap{position:relative;margin:0 10px}body.testimonials #testimonials-section .mb-wrap p{margin:0;padding:0}body.testimonials #testimonials-section .mb-wrap blockquote{margin:0;position:relative;background:#fff;padding:30px;border-radius:5px;box-shadow:inset 0 2px 0 #eeeeee,-5px -4px 25px rgba(0,0,0,0.3)}body.testimonials #testimonials-section .mb-wrap blockquote:after,body.testimonials #testimonials-section .mb-wrap blockquote:before{top:100%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}body.testimonials #testimonials-section .mb-wrap blockquote:before{border-top-color:rgba(0,0,0,0.01);border-width:11px;left:65%;margin-left:-11px}body.testimonials #testimonials-section .mb-wrap blockquote:after{border-top-color:#ffffff;border-width:10px;left:65%;margin-left:-10px}body.testimonials #testimonials-section .mb-wrap blockquote p{font-size:16px;line-height:1.4em;text-indent:100px;position:relative}body.testimonials #testimonials-section .mb-wrap blockquote p:before{content:'\201C';font-family:serif;font-style:normal;font-weight:700;position:absolute;font-size:175px;top:0;left:-105px;color:#f36050;text-shadow:7px 14px 10px rgba(0,0,0,0.1)}body.testimonials #testimonials-section .mb-wrap cite{font-style:normal}body.testimonials #testimonials-section .mb-wrap cite a{font-family:serif;font-weight:700;font-style:italic;color:#fff;text-shadow:0 1px 1px rgba(0,0,0,0.3)}body.testimonials #testimonials-section .mb-wrap cite a:hover{color:#bc93c8;text-shadow:0 1px 1px rgba(255,255,255,0.7)}body.testimonials #testimonials-section .mb-wrap .mb-attribution{text-align:right;padding:20px 100px 20px 20px;position:relative}body.testimonials #testimonials-section .mb-wrap .mb-attribution .mb-author{font-size:14px;color:#777;text-shadow:0 1px 1px rgba(255,255,255,0.7)}body.testimonials #testimonials-section .mb-wrap .mb-attribution cite{font-weight:700}body.testimonials #testimonials-section .mb-wrap .mb-thumb{display:block;width:70px;height:70px;border:5px solid white;border-radius:50%;background:white url('/img/logos/anon-a16f6905.jpg?1352315961') no-repeat center center;background-size:100%;position:absolute;right:10px;bottom:5px;box-shadow:inset 1px 1px 4px rgba(0,0,0,0.5),0 2px 3px rgba(0,0,0,0.6)}body.testimonials #testimonials-section .mb-wrap#testimonial-gjigan .mb-thumb{background-image:url('/img/logos/gjigan-707ab841.png?1357557904');background-position:center center;background-size:100%}body.testimonials #testimonials-section .mb-wrap#testimonial-hcri .mb-thumb{background-image:url('/img/logos/hcri-41eebdef.png?1352316070');background-position:center center;background-size:100%}body.testimonials #testimonials-section .mb-wrap#testimonial-coke .mb-thumb{background-image:url('/img/logos/coke-c0f74de0.png?1352316084');background-position:left center;background-size:200%}body.testimonials #testimonials-section .mb-wrap#testimonial-gift .mb-thumb{background-image:url('/img/logos/gift-38b576f6.png?1352316167');background-position:center center}body.testimonials #testimonials-section .mb-wrap#testimonial-i360 .mb-thumb{background-image:url('/img/logos/i360views-d417f07f.png?1352316077');background-position:center center;background-size:150%}body.testimonials #testimonials-section .mb-wrap#testimonial-ndtech .mb-thumb{background-image:url('/img/logos/ndtech-97094924.png?1352316078');background-position:center center;background-size:100%}body.testimonials #testimonials-section ul{list-style:none;margin:0;padding:0;margin:40px 0 30px}body.testimonials #testimonials-section ul li{margin-bottom:40px}body.testimonials #testimonials-section ul li:last-child{margin-bottom:0}@media only screen and (min-width:767px){body.testimonials #testimonials-section ul li{float:left;width:48%;margin-bottom:15px}}@media only screen and (min-width:980px){body.testimonials #testimonials-section ul li{width:46%}}body.testimonials #testimonials-section ul li h2{font:20px gotham_mediumregular;text-transform:uppercase;color:#f36050}body.testimonials #testimonials-section ul li p{color:#3e3e3e}@media only screen and (min-width:767px){body.testimonials #testimonials-section ul li:nth-child(odd){padding-right:10px}}@media only screen and (min-width:980px){body.testimonials #testimonials-section ul li:nth-child(odd){padding-right:55px}}@media only screen and (min-width:767px){body.testimonials #testimonials-section ul li:nth-child(even){padding-left:10px}}@media only screen and (min-width:980px){body.testimonials #testimonials-section ul li:nth-child(even){padding-left:20px}}body.mobile-build header{background:#666666 url('/img/bgcloth-66b6fbca.png?1352825933') repeat;font-size:.8em;padding:20px 0}body.mobile-build header .container > .clearfix{margin:0 auto;display:table}@media only screen and (max-width:320px){body.mobile-build header .container > .clearfix img{display:none}}body.mobile-build header .container > .clearfix > div{float:left;margin-left:20px}@media only screen and (min-width:480px){body.mobile-build header .container > .clearfix > div{margin-left:10px}}body.mobile-build header .container > .clearfix > div h1{color:#f8f7ef;font:30px gotham_bookregular;text-transform:uppercase;padding:0;margin:0}@media only screen and (min-width:767px){body.mobile-build header .container > .clearfix > div h1{font-size:52px}}body.mobile-build header .container > .clearfix > div h2{color:#f8f7ef;margin:0;font-size:14px}@media only screen and (min-width:480px){body.mobile-build header .container > .clearfix > div h2{width:370px}}@media only screen and (min-width:767px){body.mobile-build header .container > .clearfix > div h2{font-size:18px;width:inherit}}body.mobile-build section#mb-overview > .container{margin:40px auto}@media only screen and (max-width:767px){body.mobile-build section#mb-overview > .container > div{padding:0 10px}}@media only screen and (min-width:767px){body.mobile-build section#mb-overview > .container > div{float:left;padding:0 10px}}@media only screen and (min-width:980px){body.mobile-build section#mb-overview > .container > div{padding:0}}@media only screen and (max-width:767px){body.mobile-build section#mb-overview > .container > div:first-child img{display:none}}@media only screen and (min-width:767px){body.mobile-build section#mb-overview > .container > div:first-child{width:260px}}@media only screen and (min-width:980px){body.mobile-build section#mb-overview > .container > div:first-child{width:460px}}@media only screen and (min-width:767px){body.mobile-build section#mb-overview > .container > div:last-child{width:460px}}@media only screen and (min-width:980px){body.mobile-build section#mb-overview > .container > div:last-child{width:520px}}body.mobile-build section#mb-overview > .container > div:last-child article{margin-bottom:80px}@media only screen and (max-width:480px){body.mobile-build section#mb-overview > .container > div:last-child article{margin-bottom:50px}}body.mobile-build section#mb-overview > .container > div:last-child article:last-child{margin-bottom:30px}body.mobile-build section#mb-overview > .container > div:last-child article h3{color:#f36050;font:22px gotham_bookregular;margin:0 0 26px;text-shadow:1px 1px 3px #bbbbbb;text-transform:uppercase;border-bottom:3px solid #cccccc;padding-bottom:10px}@media only screen and (min-width:480px){body.mobile-build section#mb-overview > .container > div:last-child article h3{margin:0}}@media only screen and (min-width:767px){body.mobile-build section#mb-overview > .container > div:last-child article h3{font-size:32px}}@media only screen and (min-width:980px){body.mobile-build section#mb-overview > .container > div:last-child article h3{margin:0 0 26px}}body.mobile-build section#mb-overview > .container > div:last-child article p{margin-bottom:5px}body.mobile-build section#mb-overview > .container > div:last-child article ul{list-style:none;margin:0;padding:0}@media only screen and (min-width:480px){body.mobile-build section#mb-overview > .container > div:last-child article ul li{float:left;width:210px}}@media only screen and (min-width:980px){body.mobile-build section#mb-overview > .container > div:last-child article ul li{width:240px}}@media only screen and (min-width:480px){body.mobile-build section#mb-overview > .container > div:last-child article ul li:nth-child(odd){margin-right:40px}}body.mobile-build section#mb-overview > .container > div:last-child article ul li h4{font:16px gotham_mediumregular;margin-bottom:0}body.mobile-build section#mb-overview > .container > div:last-child article ul li p{font-size:14px;margin:10px 0 0 0}body.enterprise header{background:#666666 url('/img/bgcloth-66b6fbca.png?1352825933') repeat;font-size:.8em;padding:20px 0}body.enterprise header .container > .clearfix{margin:0 auto;display:table}@media only screen and (max-width:320px){body.enterprise header .container > .clearfix img{display:none}}body.enterprise header .container > .clearfix > div{float:left;margin-left:20px}@media only screen and (min-width:480px){body.enterprise header .container > .clearfix > div{margin-left:10px}}body.enterprise header .container > .clearfix > div h1{color:#f8f7ef;font:30px gotham_bookregular;text-transform:uppercase;padding:0;margin:0}@media only screen and (min-width:767px){body.enterprise header .container > .clearfix > div h1{font-size:52px}}body.enterprise header .container > .clearfix > div h2{color:#f8f7ef;margin:0;font-size:14px}@media only screen and (min-width:480px){body.enterprise header .container > .clearfix > div h2{width:370px}}@media only screen and (min-width:767px){body.enterprise header .container > .clearfix > div h2{font-size:18px;width:inherit}}body.training_videos #content-body aside h4{margin:20px 0 10px 20px;text-transform:uppercase;font-family:gotham_bookregular}body.training_videos #content-body article > section{margin-bottom:30px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:1px solid #eeeeee;-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);box-shadow:0 1px 3px rgba(0,0,0,0.1);padding-bottom:40px;background-color:#E9E8E4;padding:20px}body.training_videos #content-body article > section .video-thumb{float:left}body.training_videos #content-body article > section .video-references{float:left;margin-left:25px}body.training_videos #content-body article > section .video-references h4{float:left;font-size:12px;text-transform:uppercase;color:#777;margin:5px;width:115px}body.training_videos #content-body article > section .video-references ul{list-style:none;margin:0;padding:0;float:left;margin:0}body.training_videos #content-body article > section .video-references ul a{font-size:14px}body.training_videos #content-body article > section h3{background:url('/img/video-icon-1ab75261.png?1352315945') no-repeat left top;background-size:26px 26px;font-family:gotham_mediumregular;text-transform:uppercase;padding-left:34px;margin:0}body.training_videos #content-body article > section p{font-size:15px;margin:6px 0 0 34px}body.training_videos #content-body article > section > div{margin:20px 0 0 30px}body.developers{}body.developers .docs aside{float:left;width:300px;margin:5px 20px 50px 10px;font-size:13px}body.developers .docs aside.affix{position:fixed !important;top:25px}body.developers .docs aside form{margin:0 0 30px}body.developers .docs aside form input{font-size:12px;display:inline-block;*display:inline;*zoom:1;margin-bottom:0;vertical-align:middle;margin-bottom:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-border-radius:14px 0 0 14px;-moz-border-radius:14px 0 0 14px;border-radius:14px 0 0 14px;padding:4px 9px;width:180px}body.developers .docs aside form input:focus{border-color:rgba(82,168,236,0.8);outline:0;outline:thin dotted \9;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6)}body.developers .docs aside form button{-webkit-border-radius:0 14px 14px 0;-moz-border-radius:0 14px 14px 0;border-radius:0 14px 14px 0;margin-left:-4px;font-size:12px;padding:4px 12px 4px 9px}body.developers .docs aside #search-content{position:absolute;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;background-color:white;border:1px solid rgba(0,0,0,0.2);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);-webkit-background-clip:padding-box;-moz-background-clip:padding-box;background-clip:padding-box;max-height:360px;overflow-x:hidden;overflow-y:scroll}body.developers .docs aside #search-content:before{position:absolute;top:-7px;left:9px;display:inline-block;border-right:7px solid transparent;border-bottom:7px solid #cccccc;border-left:7px solid transparent;border-bottom-color:rgba(0,0,0,0.2);content:''}body.developers .docs aside #search-content:after{position:absolute;top:-6px;left:10px;display:inline-block;border-right:6px solid transparent;border-bottom:6px solid white;border-left:6px solid transparent;content:''}body.developers .docs aside #search-content a,body.developers .docs aside #search-content li > span{display:block;padding:5px 20px;clear:both;font-weight:400;line-height:20px;color:#333;white-space:nowrap}body.developers .docs aside #search-content a:hover{color:#FFFFFF;text-decoration:none;background-color:#0081c2;background-image:-moz-linear-gradient(top,#0088cc,#0077b3);background-image:-webkit-gradient(linear,0 0,0 100%,from(#0088cc),to(#0077b3));background-image:-webkit-linear-gradient(top,#0088cc,#0077b3);background-image:-o-linear-gradient(top,#0088cc,#0077b3);background-image:linear-gradient(to bottom,#0088cc,#0077b3);background-repeat:repeat-x;outline:0;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0077b3',GradientType=0)}body.developers .docs aside #search-content a:hover em{background-color:inherit}body.developers .docs aside #search-content a:hover small{color:#f7f7f7}body.developers .docs aside #search-content a em{background-color:paleGoldenrod;font-style:normal}body.developers .docs aside #search-content a small{display:block;font-size:11px;color:#999}body.developers .docs aside #tree{overflow-x:auto}body.developers .docs aside #tree ol{list-style:none;margin:0;padding:0}body.developers .docs aside #tree ol > li > a{margin-left:16px}body.developers .docs aside #tree li{padding:2px 0}body.developers .docs aside #tree li.checked > a{color:#f36050 !important}body.developers .docs aside #tree li a{color:#000}body.developers .docs aside #tree li a.active{color:#f36050}body.developers .docs aside #tree li a:hover{color:#f36050}body.developers .docs aside #tree li > div span{background:url('/img/tree/plus-128b8d24.png?1352838909') no-repeat 0 2px;cursor:pointer;display:block;text-indent:-9999px;float:left;width:16px}body.developers .docs aside #tree li ol{display:none;margin:2px 0 6px 14px}body.developers .docs aside #tree li ol li > a{margin-left:16px}body.developers .docs aside #tree li.checked{opacity:1 !important}body.developers .docs aside #tree li.checked > div span{background-image:url('/img/tree/minus-1145b2d5.png?1352838909')}body.developers .docs aside #tree li.checked > div a{color:#f36050 !important}body.developers .docs aside #tree li.checked > ol{display:inline-block}body.developers .docs aside #tree li.expanded > div span{background-image:url('/img/tree/minus-1145b2d5.png?1352838909')}body.developers .docs aside #tree li.expanded > ol{display:inline-block}body.developers.full-screen > .main,body.developers.full-screen > .sub,body.developers.full-screen > #price-banner,body.developers.full-screen > footer{display:none}body.developers.full-screen > .container{width:100%}body.developers.full-screen > .container header{margin-left:365px}body.developers.full-screen > .container header #breadcrumbs{margin-bottom:30px}body.developers.full-screen > .container aside{margin:0 20px 50px 25px;position:fixed;top:22px;height:100%}body.developers.full-screen > .container aside form{margin-bottom:35px}body.developers.full-screen > .container article{margin-left:340px;border-left:3px solid #cccccc;padding-left:30px}body.developers .docs header{margin:20px 0 0 90px;overflow:hidden}body.developers .docs header #breadcrumbs{float:left;width:835px}body.developers .docs header #full-screen{float:left;background:url('/img/fullscreen-857741a9.png?1353078656') no-repeat;width:37px;height:35px;text-indent:-9999px;cursor:pointer}body.developers .docs article{margin:0 10px 80px 335px;min-height:500px}body.developers .docs article h1{font:30px gotham_mediumregular;margin:0 0 35px;border-bottom:3px solid #cccccc;padding-bottom:8px}body.developers .docs article h2{font:1.3em gotham_mediumregular;margin:4em 0 2em;border-bottom:1px solid #dddddd;padding-bottom:10px}body.developers .docs article h3{font:1.2em gotham_bookregular;margin:3em 0 1.4em}body.developers .docs article img:not(.fancybox-image){vertical-align:middle;display:inline-block;padding:4px;background-color:#fff;border:1px solid #cccccc;-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);box-shadow:0 1px 3px rgba(0,0,0,0.1);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;max-width:97%;margin:10px 0}body.developers .docs article ol > li{margin:12px 0}body.developers .docs article ul > li{margin:4px 0}body.developers .docs article code{color:#777;font-size:14px}body.developers .docs article table{width:100%;margin-bottom:20px;max-width:100%;background-color:transparent;border-collapse:collapse;border-spacing:0}body.developers .docs article table tbody tr:nth-child(odd) td,body.developers .docs article table tbody tr:nth-child(odd) th{background-color:#EFEDE7}body.developers .docs article table th,body.developers .docs article table td{padding:8px;line-height:20px;text-align:left;vertical-align:top;border-top:1px solid #dddddd}body.developers .docs article #pagination{margin-top:70px;border-top:1px solid #cccccc;padding-top:20px}body.developers .docs article #pagination a.fright{float:right}body.developers .pricing-cap{display:block;width:164px;height:66px;background:url('/img/products/cheat-sheet/pricing_caps-0bd24695.png?1352838840') no-repeat scroll 0 0 transparent}body.developers .pricing-cap.orange{background-position:0 -66px}body.developers .pricing-cap.green{background-position:0 -132px}body.developers .pricing-cap.blue{background-position:0 -198px}body.developers .pricing-cap.purple{background-position:0 -264px}body.developers .pricing-cap h3{color:#FFFFFF}body.developers #cheatsheet{background-color:#EFEDE7;border:1px solid #dddddd;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:1px 1px 3px #dddddd;-moz-box-shadow:1px 1px 3px #dddddd;box-shadow:1px 1px 3px #dddddd}body.developers .pkg ul{list-style:none outside none;clear:both}body.developers .pkg ul.large li.divided strong,body.developers .pkg ul.large li b,body.developers .tooltip b{font-weight:400}body.developers .pkg .button,body.developers .tooltip{font-weight:300}body.developers .pkg{min-height:100px;position:relative;width:164px;padding:0 14px 12px;float:left}body.developers .pkg .middle,body.developers .pkg .top,body.developers .pkg .bottom{width:184px;position:absolute}body.developers .pkg .middle{top:12px;bottom:12px;z-index:-1}body.developers .pkg .top,body.developers .pkg .bottom{height:12px;top:0;background-position:-184px -8px}body.developers .pkg .bottom{top:auto;bottom:0;background-position:-368px -18px}body.developers .pkg h3{font-size:20px;text-align:center;padding:12px 10px;text-transform:uppercase}body.developers .pkg h4{font-size:20px;text-align:center;padding:8px 5px;color:#ffffff;margin:25px 0;line-height:1.1em}body.developers .pkg hr{background-color:#b858fc;border:none;height:10px;background-position:-562px 0;margin:0}body.developers .pkg ul li{border-bottom:1px solid #cccccc;padding:12px 12px;position:relative;font-size:13px;overflow:hidden}body.developers .pkg ul.large li{padding-left:82px;line-height:1.2em}body.developers .pkg ul.large li b{position:absolute;left:10px;font-size:22px;line-height:50px;top:0;width:65px;text-align:center}body.developers .pkg ul.large li.long{padding-top:15px;padding-bottom:17px}body.developers .pkg ul.large li.divided{height:42px;padding:10px 7px 12px;font-size:13px;text-align:center}body.developers .pkg ul.large li.divided strong{font-size:22px;display:block;padding-top:1px}body.developers .pkg ul.large li.divided strong.long{font-size:22px}body.developers .pkg ul.cheat li{margin-left:0 !important;padding-left:82px;line-height:2px}body.developers .pkg ul.cheat li b{position:absolute;left:10px;font-size:22px;line-height:50px;top:0;width:65px;text-align:center}body.developers .pkg ul.cheat li.long{padding-top:15px;padding-bottom:17px}body.developers .pkg ul.cheat li.divided{padding:9px 7px;font:12px monospace;text-align:center}body.developers .pkg ul.cheat li.divided strong{font:11px museo_sans_rounded_300regular;display:block;padding-top:0;margin:0;font-weight:700;text-transform:uppercase}body.developers .pkg ul.cheat li.divided strong.long{font-size:22px}body.developers .pkg ul.details li{padding:13px 4px 13px 36px}body.developers .pkg ul.details{background-position:-245px -42px;background-repeat:no-repeat}body.developers .pkg .price{text-align:center;height:50px;padding:0 11px 10px;border-bottom:1px solid #bbbbbb}body.developers .pkg .price h3{padding-bottom:4px;text-transform:capitalize;font-size:13px;font-weight:700}body.developers .pkg .price span{font-size:12px}body.developers .pkg .buy{padding:10px;text-align:center}body.developers .pkg .button{height:30px;width:142px;display:block;background-position:-746px 0;background-color:#b858fc;text-shadow:0 -1px #999999;color:#fff;font-size:16px;text-transform:uppercase;line-height:30px;margin-top:8px}body.developers .pkg .button:hover{background-color:#a54fe3;text-decoration:none}body.developers .pkg.corporate .button,body.developers .pkg.corporate hr{background-color:#58b8fc}body.developers .pkg.corporate .button:hover{background-color:#4fa5e3}body.developers .pkg.pro .button,body.developers .pkg.pro hr{background-color:#81fc58}body.developers .pkg.pro .button:hover{background-color:#74e34f}body.developers .pkg.starter .button,body.developers .pkg.starter hr{background-color:#f5de49}body.developers .pkg.starter .button:hover{background-color:#edd642}body.developers .pkg.basic .button,body.developers .pkg.basic hr{background-color:#fc8158}body.developers .pkg.basic .button:hover{background-color:#e57650}body.developers .pkg ul li.unavailable{color:#ccc}body.developers .pkg ul li.unavailable:hover{background:#fff}body.developers .pkg ul{padding:0;margin:0}body.developers .foot-note{width:97%;line-height:1.5;margin-bottom:30px}body.developers .foot-note a{color:#666;text-decoration:underline}body.developers .pkg li.no-border{border-bottom:none;height:36px;padding-top:10px}body.developers .pkg li.no-border a{color:#666;text-decoration:underline;font-size:15px;display:block;padding-top:6px}body.developers .pkg li.no-border a:hover{color:#888}body.developers .tooltip{position:absolute;left:410px;top:40px;width:275px;z-index:9;left:0;background-color:#333;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:1px 1px 12px #444444;-moz-box-shadow:1px 1px 12px #444444;box-shadow:1px 1px 12px #444444}body.developers .tooltip .inner{padding:14px 32px 14px 14px;color:#fff;font-size:13px;line-height:16px}body.developers .tooltip b{font-size:15px;display:block;padding-bottom:8px}body.developers #breadcrumbs{margin:0 0 40px;padding:0;float:left;display:block;overflow:hidden;width:99%;padding:8px;font-size:13px}body.developers #breadcrumbs ul{margin:0;padding:0;height:21px;display:block}body.developers #breadcrumbs ul li{display:block;float:left;position:relative;height:21px;overflow:hidden;line-height:21px;margin:0 6px 0 0;padding:0 10px 0 0;font-size:.9167em;background:url('/img/breadcrumbs/chevron-528bd45f.gif?1352825922') no-repeat 100% 0}body.developers #breadcrumbs ul li div.chevronOverlay{position:absolute;right:0;top:0;z-index:2}body.developers #breadcrumbs ul li span{display:block;overflow:hidden}body.developers #breadcrumbs ul li a{display:block;position:relative;height:21px;line-height:21px;overflow:hidden;float:left}body.developers #breadcrumbs ul li:first-child a{height:16px !important;text-indent:-1000em;width:16px;padding:0;margin-top:2px;overflow:hidden;background:url('/img/breadcrumbs/icon_home-1ab5207f.gif?1352825922') no-repeat 0 0}body.developers #breadcrumbs ul li:first-child a:hover{background-position:0 -16px}body.developers #breadcrumbs ul li:last-child{background:none;margin-right:0;padding-right:0}body.developers .chevronOverlay{display:none;background:url('/img/breadcrumbs/chevron_overlay-5be72bed.png?1352826077') no-repeat 100% 0;width:13px;height:20px}body.developers #developers-section{margin:60px 0}body.developers #developers-section h1{font:26px gotham_mediumregular;text-transform:uppercase;text-align:center}@media only screen and (min-width:767px){body.developers #developers-section h1{font-size:30px}}@media only screen and (min-width:980px){body.developers #developers-section h1{font-size:36px}}body.developers #developers-section h4{font:14px gotham_bookregular;text-align:center;line-height:1.4em;width:80%;margin:0 auto}@media only screen and (min-width:767px){body.developers #developers-section h4{font-size:18px}}body.developers #developers-section hr{margin:2em}body.developers #developers-section ul{list-style:none;margin:0;padding:0}@media only screen and (min-width:767px){body.developers #developers-section ul{float:left;width:50%}}body.developers #developers-section ul li{margin:0 30px 40px}body.developers #developers-section ul li:first-child{font:26px gotham_thinregular;text-transform:uppercase;margin-top:20px}body.developers #developers-section ul li a:hover h2{text-decoration:underline}body.developers #developers-section ul li h2{font:20px gotham_mediumregular;text-transform:uppercase}body.developers #developers-section ul li p{color:#3e3e3e}footer{color:#eeeee9}footer section:first-child{background:#3e3e3e url('/img/bgcloth-66b6fbca.png?1352825933') repeat;padding:40px 5px;font-size:13px}@media only screen and (min-width:767px){footer section:first-child{padding:40px 20px}}@media only screen and (max-width:980px){footer section:first-child .container.clearfix:before,footer section:first-child .container.clearfix:after{content:none;display:inherit}}footer section:first-child ul{list-style:none;margin:0;padding:0}footer section:first-child > div > ul > li{display:inline-block}footer section:first-child > div > ul > li > ul > li a{color:#BBB;margin:8px;display:block}@media only screen and (min-width:767px){footer section:first-child > div > ul > li > ul > li a{margin:8px 50px 8px 0}}@media only screen and (min-width:980px){footer section:first-child > div ul{float:left}}footer section:first-child > div #webinars #webinars-inner{border-top:1px solid #666666;border-bottom:1px solid #666666;margin:20px 4px;padding:10px 4px;text-align:center;font-size:1.1em}@media only screen and (min-width:480px){footer section:first-child > div #webinars #webinars-inner{border-bottom:none;margin:30px 4px 0;padding-top:20px}}@media only screen and (min-width:980px){footer section:first-child > div #webinars #webinars-inner{border:none;float:left;margin:0 0 0 20px;padding:0;text-align:left;font-size:1em}}footer section:first-child > div #webinars #webinars-inner div > p{color:#BBB;margin:0;padding:0}footer section:first-child > div #webinars #webinars-inner div > p a{margin:0 4px}footer section:first-child > div #webinars #webinars-inner div > p span.title{font-size:15px;padding:14px 0 4px;color:#FFF}footer section:first-child > div #webinars #webinars-inner div > p span{display:block}@media only screen and (min-width:767px){footer section:first-child > div #webinars #webinars-inner div > p{float:left;width:50%;font-size:1.15em}}@media only screen and (min-width:980px){footer section:first-child > div #webinars #webinars-inner div > p{float:none;width:inherit;font-size:1em;margin-bottom:0}footer section:first-child > div #webinars #webinars-inner div > p:last-child{margin-top:3px}footer section:first-child > div #webinars #webinars-inner div > p span:last-child{margin-left:10px;display:inline}}footer section:first-child > div #webinars #webinars-inner h3{font-size:1.3em;margin-bottom:24px}@media only screen and (min-width:767px){footer section:first-child > div #webinars #webinars-inner h3{font-size:1.8em}}@media only screen and (min-width:980px){footer section:first-child > div #webinars #webinars-inner h3{font-size:1.7em;margin:0 0 10px}}footer section:first-child > div #social-icons{font-size:0;list-style:none}@media only screen and (min-width:480px){footer section:first-child > div #social-icons{float:right;position:relative;top:-505px}}@media only screen and (min-width:767px){footer section:first-child > div #social-icons{top:-460px}}@media only screen and (min-width:980px){footer section:first-child > div #social-icons{top:-10px}}footer section:first-child > div #social-icons li{display:inline-block;margin:15px 12px 0}@media only screen and (min-width:480px){footer section:first-child > div #social-icons li{display:block}}footer section:first-child > div #social-icons li a{background:url('/img/social-9894af0f.gif?1352315961') no-repeat 0 0;text-indent:-9999px;margin:0}footer section:first-child > div #social-icons li a:hover span{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);transform:rotate(360deg)}footer section:first-child > div #social-icons li a span{background:url('/img/social-9894af0f.gif?1352315961') no-repeat 0 0;display:block;width:50px;height:51px;position:relative;z-index:10;-webkit-transition:-webkit-transform .4s ease-out;-moz-transition:-moz-transform .4s ease-out;transition:transform .4s ease-out}footer section:first-child > div #social-icons li:nth-child(2) a,footer section:first-child > div #social-icons li:nth-child(2) a span{background-position:-71px 0}footer section:first-child > div #social-icons li:nth-child(3) a,footer section:first-child > div #social-icons li:nth-child(3) a span{background-position:-143px 0}footer section:first-child > div #social-icons li:nth-child(4) a,footer section:first-child > div #social-icons li:nth-child(4) a span{background-position:-213px 0}@media only screen and (min-width:480px){footer section:first-child > div #social-icons li:nth-child(1){float:left;margin-left:76px}footer section:first-child > div #social-icons li:nth-child(3){float:left;margin-left:76px;margin-top:5px}footer section:first-child > div #social-icons li:nth-child(4){margin-top:5px}}footer section:last-child{background-color:#f36050;font-size:12px;padding:14px 4px;text-align:center}@media only screen and (min-width:480px){footer section:last-child{text-align:left}}@media only screen and (min-width:767px){footer section:last-child{padding:24px 40px}}footer section:last-child a{color:#f8f7ef}@media only screen and (min-width:980px){footer section:last-child .container > div{float:right;margin-right:30px}}.fancybox-inner > #webinars-inner{width:500px;text-align:center}.fancybox-inner > #webinars-inner h3{font:1.6em gotham_mediumregular;margin:24px 0 24px;text-transform:uppercase}.fancybox-inner > #webinars-inner > div > p{margin:6px;font-weight:700}.fancybox-inner > #webinars-inner > div > p span{margin-left:15px}.fancybox-inner > #webinars-inner > p{margin:22px 0}@media only screen and (max-width:980px){#content-body{font-size:.95em}}#content-body > h1{font-family:'gotham_mediumregular';font-size:26px;text-transform:uppercase;border-bottom:3px solid #cccccc;margin:15px 10px 25px;text-align:center}@media only screen and (min-width:767px){#content-body > h1{padding:0 0 8px 250px;margin:35px 0 25px;text-align:left}}@media only screen and (min-width:980px){#content-body > h1{padding:0 0 8px 300px}}#content-body > h1.no-border{border:none;padding-bottom:0}#content-body > div{margin:0 10px 40px}@media only screen and (min-width:767px){#content-body > div{margin:0 0 40px}}#content-body > div > article > h2{margin:3em 0 .83em}#content-body > div > article > h2:first-child{margin-top:1em}#content-body > div > article > h3{margin:3em 0 1em}@media only screen and (max-width:767px){#content-body > div aside{display:none;background-color:#0e0e0e;position:relative;top:-28px;padding:11px 1px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 1px 10px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 10px rgba(0,0,0,0.1);box-shadow:0 1px 10px rgba(0,0,0,0.1);background-color:#1b1b1b;background-image:-moz-linear-gradient(top,#222222,#111111);background-image:-webkit-gradient(linear,0 0,0 100%,from(#222222),to(#111111));background-image:-webkit-linear-gradient(top,#222222,#111111);background-image:-o-linear-gradient(top,#222222,#111111);background-image:linear-gradient(to bottom,#222222,#111111);background-repeat:repeat-x;border-color:#252525;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222',endColorstr='#ff111111',GradientType=0)}#content-body > div aside ul{list-style:none;margin:0;padding:0}#content-body > div aside ul li{line-height:20px}#content-body > div aside ul li.active a{background-color:#111111;color:#CCC}#content-body > div aside ul li:hover a{background-color:#111111}#content-body > div aside ul li a{padding:3px 15px;font-family:museo_sans_rounded_700regular;color:#777777;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;text-shadow:0 -1px 0 rgba(0,0,0,0.25);display:block}#content-body > div aside ul li a:hover{background-color:#111111}}@media only screen and (min-width:767px){#content-body > div > aside{display:block;float:left;width:200px;color:#666;margin-top:10px}#content-body > div > aside ul{margin:0 45px 0 0}#content-body > div > aside ul li.active a{color:#666}#content-body > div > article{float:left;width:550px}}@media only screen and (min-width:980px){#content-body > div > aside{width:300px}#content-body > div > article{width:680px}}#content-body .btn-navbar{color:#ffffff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#0e0e0e;background-image:-moz-linear-gradient(top,#151515,#040404);background-image:-webkit-gradient(linear,0 0,0 100%,from(#151515),to(#040404));background-image:-webkit-linear-gradient(top,#151515,#040404);background-image:-o-linear-gradient(top,#151515,#040404);background-image:linear-gradient(to bottom,#151515,#040404);background-repeat:repeat-x;border-color:#040404 #040404 black;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515',endColorstr='#ff040404',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);float:left;padding:6px;margin-right:5px;margin-left:5px;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.075);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.075);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.075)}@media only screen and (min-width:767px){#content-body .btn-navbar{display:none}}#content-body .btn-navbar .icon-bar{display:block;width:18px;height:3px;background-color:#f5f5f5;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;-webkit-box-shadow:0 1px 0 rgba(0,0,0,0.25);-moz-box-shadow:0 1px 0 rgba(0,0,0,0.25);box-shadow:0 1px 0 rgba(0,0,0,0.25)}#content-body .btn,#content-body .btn-group{margin-top:5px}.btn{display:inline-block;padding:4px 12px;margin-bottom:0;font-size:14px;line-height:20px;color:#333333;text-align:center;text-shadow:0 1px 1px rgba(255,255,255,0.75);vertical-align:middle;cursor:pointer;background-color:#f5f5f5;background-image:-moz-linear-gradient(top,white,#e6e6e6);background-image:-webkit-gradient(linear,0 0,0 100%,from(white),to(#e6e6e6));background-image:-webkit-linear-gradient(top,white,#e6e6e6);background-image:-o-linear-gradient(top,white,#e6e6e6);background-image:linear-gradient(to bottom,#ffffff,#e6e6e6);background-repeat:repeat-x;border:1px solid #bbbbbb;border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);border-bottom-color:#a2a2a2;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)}button{font-size:14px;font-weight:400;line-height:20px;margin:0}[class^="icon-"],[class*=" icon-"]{display:inline-block;width:14px;height:14px;margin-top:1px;line-height:14px;vertical-align:text-top;background-position:14px 14px;background-repeat:no-repeat}body.home #price-banner{border-top:none}.bar{background-color:#f8f7ef;color:#777;font:14px gotham_lightregular;border-top:1px solid #dddddd;-webkit-box-shadow:1px 1px 3px #cccccc;-moz-box-shadow:1px 1px 3px #cccccc;box-shadow:1px 1px 3px #cccccc}#price-banner{background-color:#f8f7ef;text-transform:uppercase;text-align:center;color:#777;font:14px gotham_lightregular;border-top:1px solid #dddddd;-webkit-box-shadow:1px 1px 3px #cccccc;-moz-box-shadow:1px 1px 3px #cccccc;box-shadow:1px 1px 3px #cccccc}@media only screen and (min-width:767px){#price-banner{font-size:16px}}#price-banner #used-by-coke{height:84px;padding:0;margin:0;background:transparent url('/img/logos/coke-019ad8af.gif?1358770837') no-repeat center top}@media only screen and (max-width:320px){#price-banner #used-by-coke{background-size:87%}}@media only screen and (min-width:480px){#price-banner #used-by-coke{height:96px}}@media only screen and (min-width:767px){#price-banner #used-by-coke{width:231px;height:61px;background-size:87%;background-position:center 4px}}@media only screen and (min-width:980px){#price-banner #used-by-coke{width:330px;height:103px;background-position:center 16px}}#price-banner #used-by-coke a{display:block;position:relative;top:60px;text-align:right;margin-right:22px;font-family:gotham_mediumregular;text-transform:lowercase;font-size:12px}@media only screen and (min-width:480px){#price-banner #used-by-coke a{top:72px;margin-right:74px}}@media only screen and (min-width:767px){#price-banner #used-by-coke a{top:44px;margin-right:18px;font-family:gotham_bookregular}}@media only screen and (min-width:980px){#price-banner #used-by-coke a{top:76px;margin-right:29px;ont-family:gotham_mediumregular}}@media only screen and (min-width:767px){#price-banner .container > div{float:left}}@media only screen and (min-width:980px){#price-banner .container > div{width:33%;font:20px gotham_mediumregular}}#price-banner .container > div p{margin:0;padding:0;line-height:1.1em}#price-banner .container > div:first-child{padding-top:0}@media only screen and (min-width:767px){#price-banner .container > div:first-child{padding:5px 10px 0}}@media only screen and (min-width:980px){#price-banner .container > div:first-child{padding:20px 0 0 0}}#price-banner .container > div:first-child span{font-size:39px;position:relative;top:5px;color:#f36050}#price-banner .container > div:nth-child(2) a{margin:10px 0;background-color:#f36050;font-size:30px;display:block;color:#f8f7ef;padding:5px 0}#price-banner .container > div:nth-child(2) a:hover{color:#000}@media only screen and (min-width:767px){#price-banner .container > div:nth-child(2) a{padding:5px 20px;margin:0;font-size:28px}}@media only screen and (min-width:980px){#price-banner .container > div:nth-child(2) a{padding:26px 20px}}#price-banner .container > div:nth-child(2) a p:last-child{font-size:20px}@media only screen and (min-width:767px){#price-banner .container > div:nth-child(2) a p:last-child{font-size:18px}}#price-banner .container > div:nth-child(2) a p:last-child span:not(.trial-period){font-size:14px;position:relative;top:-2px}@media only screen and (min-width:767px){#price-banner .container > div:nth-child(2) a p:last-child span:not(.trial-period){font-size:12px}}#price-banner .container > div.inverse a{background-color:#f8f7ef;color:#f36050}#price-banner .container > div:last-child{padding-bottom:10px}@media only screen and (min-width:767px){#price-banner .container > div:last-child{padding:23px 6px 0;font-size:14px}}@media only screen and (min-width:980px){#price-banner .container > div:last-child{padding:40px 0 0 0;font:18px gotham_bookregular}}@media only screen and (min-width:767px){#price-banner .container > div:last-child.clearfix{padding-top:15px}}#price-banner .container > div:last-child.clearfix .video-thumb{float:left;margin-left:25px}@media only screen and (min-width:480px){#price-banner .container > div:last-child.clearfix .video-thumb{margin-left:98px}}@media only screen and (min-width:767px){#price-banner .container > div:last-child.clearfix .video-thumb{display:none}}@media only screen and (min-width:980px){#price-banner .container > div:last-child.clearfix .video-thumb{display:block;margin-left:25px}}#price-banner .container > div:last-child.clearfix .video-thumb + a{text-align:left;float:left;display:block;padding:20px 0 0 20px;width:145px}@media only screen and (min-width:767px){#price-banner .container > div:last-child.clearfix .video-thumb + a{padding:1px 0 0 20px}}@media only screen and (min-width:980px){#price-banner .container > div:last-child.clearfix .video-thumb + a{padding:20px 0 0 20px}}body.signup h1{font:26px gotham_mediumregular;text-transform:uppercase;text-align:center}@media only screen and (min-width:767px){body.signup h1{font-size:30px}}@media only screen and (min-width:980px){body.signup h1{font-size:36px}}body.signup h2{font:14px gotham_bookregular;text-align:center;line-height:1.4em;width:80%;margin:0 auto}@media only screen and (min-width:767px){body.signup h2{font-size:18px}}body.signup > .container > div{margin:40px 20px}@media only screen and (min-width:767px){body.signup > .container > div > section{float:left;width:46%}}@media only screen and (min-width:767px){body.signup > .container > div > section:first-child{padding-right:40px}}@media only screen and (min-width:980px){body.signup > .container > div > section:first-child{padding-right:70px}}body.signup > .container > div > section h3{text-transform:uppercase}body.signup > .container > div > section > ul{list-style:none;margin:0;padding:0;font-size:.92em}body.signup > .container > div > section > ul h4{margin:0 0 5px}body.signup > .container > div > section > ul p{margin:0 0 20px}body.blog #disqus_thread{margin-bottom:60px}body.blog article > .blog-social{margin:0}body.blog article > .blog-social:last-child{margin-top:70px}body.blog article > .blog-social > div{float:left !important}body.blog article > .blog-social > .blog-twitter{margin-top:2px}body.blog article > .blog-social > .blog-gplus{margin:2px 0 0 10px}body.blog article > .blog-social > .blog-facebook{margin:0 0 0 10px}body.blog header{background:#666666 url('/img/bgcloth-66b6fbca.png?1352825933') repeat;font-size:.8em;padding:20px 0}body.blog header .container{margin:0 auto;display:table}@media only screen and (max-width:480px){body.blog header .container{margin:0 20px}}@media only screen and (min-width:980px){body.blog header .container > div{margin-left:170px}}body.blog header .container > div h1{color:#f8f7ef;font:30px gotham_thinregular;text-transform:uppercase;padding:0;margin:0}body.blog header .container > div h2{color:#f8f7ef;margin:0;font-size:14px}body.blog aside{clear:none;display:inline-block;float:left;margin:10px 0 0 25px;width:210px}@media only screen and (max-width:767px){body.blog aside{display:none}}body.blog aside .all-posts{margin:50px 0 62px 38px;text-transform:uppercase;font:14px gotham_bookregular}body.blog aside .all-posts h5{text-transform:capitalize;margin:50px 0}body.blog aside .all-posts h5 img{padding:0 7px 4px 0}body.blog aside .latest-posts:first-child h4{margin-top:100px}body.blog aside .latest-posts h4{text-transform:uppercase;margin:40px 0 0 38px}body.blog aside .latest-posts li{margin:10px 0;font-size:12px}body.blog .posts{margin-top:30px;float:left}@media only screen and (min-width:767px){body.blog .posts{width:740px}}body.blog .posts.all{margin:30px 0 50px}body.blog .posts.all h2{border-bottom:1px solid #cccccc;margin:.83em 20px 30px}@media only screen and (min-width:767px){body.blog .posts.all h2{padding-left:169px;margin:.83em 0 30px}}body.blog .posts.all h2 a{color:#3e3e3e}body.blog .posts.all article{margin-bottom:20px;padding-bottom:1px;border:none}body.blog .posts.all article h3{margin:0;font-size:16px}@media only screen and (min-width:767px){body.blog .posts.all article .meta{top:2px;width:120px}}body.blog .posts.all article .meta p.date{text-align:left;border-bottom:none;font-size:inherit;margin:0}@media only screen and (min-width:767px){body.blog .posts.all article .meta p.date{text-align:right}}body.blog .posts.all article .meta p.date span.author{display:block;color:#AAA}body.blog .posts > .pagination{margin:20px 20px 60px}@media only screen and (min-width:767px){body.blog .posts > .pagination{margin:0 0 60px 0;padding:0 0 0 170px}}body.blog .posts > .pagination p{width:120px;float:left;padding:0;margin:0}body.blog .posts > article{margin:20px 20px 60px;border-bottom:3px solid #cccccc;padding-bottom:15px}@media only screen and (min-width:767px){body.blog .posts > article{margin:0 0 100px 0;padding:0 0 45px 170px;position:relative}}body.blog .posts > article img:not(.fancybox-image){vertical-align:middle;display:inline-block;padding:4px;background-color:#fff;border:1px solid #cccccc;-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);box-shadow:0 1px 3px rgba(0,0,0,0.1);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;max-width:90%;height:inherit}body.blog .posts > article img:not(.fancybox-image).blog-img{max-width:200px}body.blog .posts > article hr{margin:2em}body.blog .posts > article p{line-height:1.5em}body.blog .posts > article .meta{text-align:center}@media only screen and (min-width:767px){body.blog .posts > article .meta{left:10px;text-align:left;position:absolute;top:18px;width:145px}}body.blog .posts > article .meta p.tagged{display:block;font:14px gotham_bookregular;margin:0 0 10px 0;text-transform:uppercase}@media only screen and (max-width:767px){body.blog .posts > article .meta p.tagged{display:none}}body.blog .posts > article .meta ul.tags{color:#777;display:block;margin:0 0 36px 0;padding:0 0 0 2px;list-style:none}@media only screen and (max-width:767px){body.blog .posts > article .meta ul.tags{display:none}}body.blog .posts > article .meta ul.tags li{font-size:12px;font-style:italic;margin:0 0 10px 0;position:relative}body.blog .posts > article .meta ul.tags li:after{content:"\2014";font-size:13px;left:-14px;position:absolute;top:0}body.blog .posts > article .meta ul.tags li a{color:#777}body.blog .posts > article .meta p.date{border-bottom:1px solid #cccccc;font-size:14px;margin:0 auto 20px auto;padding-bottom:15px;width:50%}@media only screen and (min-width:767px){body.blog .posts > article .meta p.date{border:none;width:100%}}body.blog .posts > article .meta p.date a{color:#aaa;font-weight:400}body.blog .posts > article .meta p.date span.author{display:block;color:#AAA}body.blog .posts > article .meta p.comments{font-size:14px}@media only screen and (max-width:767px){body.blog .posts > article .meta p.comments{display:none}}body.blog .posts > article h1{font:28px gotham_bookregular;margin-bottom:50px}@media only screen and (max-width:767px){body.blog .posts > article h1{text-align:center}}body.blog .posts > article h2{margin:1.6em 0 .83em}body.blog .posts > article h3{margin:1.8em 0 1em}body.blog .posts > article blockquote{margin:2em 40px 1.6em;font-family:serif;font-style:italic;font-size:18px;color:#666}body.blog .posts > article blockquote em{font-style:normal;font-size:14px;color:#000}#coupon{margin:40px 0;padding:6px;background-color:#FFF;text-align:center;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-webkit-box-shadow:1px 1px 3px #666666;-moz-box-shadow:1px 1px 3px #666666;box-shadow:1px 1px 3px #666666}@media only screen and (min-width:767px){#coupon{margin:25px 10px}}#coupon input[type=text]{width:56%}#coupon > div{border:5px dashed #666666;padding:10px 16px}@media only screen and (min-width:767px){#coupon > div{background:white url('/img/barcode-ec742c4a.jpg?1352315960') no-repeat 20px center;padding:30px 30px 30px 130px}}#coupon > div h1{font:18px gotham_bookregular}@media only screen and (min-width:767px){#coupon > div h1{font-size:26px}}#coupon > div h1 span.logo{font:22px gotham_bookregular;text-transform:uppercase}@media only screen and (min-width:767px){#coupon > div h1 span.logo{font-size:46px}}#coupon > div h1 span.logo > span{color:#f36050;font-family:gotham_mediumregular}#coupon > div h2{margin-bottom:0;font-size:18px}#coupon > div h3{margin-top:0;font-size:14px}#coupon > div p.terms{margin-top:40px;font-size:12px;text-align:left}#coupon > div #referral-url{margin-top:20px}#coupon > div #referral-url code{display:block}body.referral-program header{background:#666666 url('/img/bgcloth-66b6fbca.png?1352825933') repeat;font-size:.8em;padding:20px 10px}@media only screen and (min-width:767px){body.referral-program header{padding:20px 0}}body.referral-program header div{margin:0 auto;text-align:center}body.referral-program header div h1{color:#f8f7ef;font:26px gotham_bookregular;text-transform:uppercase;padding:0;margin:0}@media only screen and (min-width:767px){body.referral-program header div h1{font-size:52px}}body.referral-program header div h2{color:#f8f7ef;margin:0;font-size:14px}@media only screen and (min-width:767px){body.referral-program header div h2{font-size:18px}}body.referral-program h2{color:#F04A3B}body.referral-program #referral-form input[type=submit]{height:42px;margin-top:0}body.referral-program #referral-text{margin-bottom:50px}body.referral-program #referral-text > div{margin:0 10px}@media only screen and (min-width:767px){body.referral-program #referral-text > div{float:left;width:42%}body.referral-program #referral-text > div:first-child{margin-right:40px}body.referral-program #referral-text > div:last-child{margin-left:40px}}@media only screen and (min-width:980px){body.referral-program #referral-text > div{width:44%}}#cws-signup-dialog{display:none}#cws-signup-dialog-inner{width:680px;padding:25px}#cws-signup-dialog-inner img{float:right;margin-left:60px}#cws-signup-dialog-inner h2{font:44px gotham_bookregular;text-transform:uppercase;color:#f36050;text-align:left;margin:0 0 20px}#cws-signup-dialog-inner p:last-child{text-align:right}#cws-signup-dialog-inner a.btn{border-color:#2D53AF;background-color:#4D7BD6;background-image:-moz-linear-gradient(top,#5689db 0,#4d7bd6 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#5689db),color-stop(100%,#4d7bd6));background-image:-webkit-linear-gradient(top,#5689db 0,#4d7bd6 100%);background-image:-o-linear-gradient(top,#5689db 0,#4d7bd6 100%);background-image:-ms-linear-gradient(top,#5689db 0,#4d7bd6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#5689db,endColorstr=#4d7bd6,GradientType=0);background-image:linear-gradient(top,#5689db 0,#4d7bd6 100%);color:white;text-align:center;text-shadow:0 1px 1px rgba(0,0,0,0.1);text-transform:uppercase;font-weight:700;font-family:'Open Sans',arial,sans-serif;padding:4px 20px 6px;font-size:13px;-webkit-box-shadow:0 2px 0 0 rgba(255,255,255,0.06) inset,0 2px 3px 0 rgba(0,0,0,0.2);-moz-box-shadow:0 2px 0 0 rgba(255,255,255,0.06) inset,0 2px 3px 0 rgba(0,0,0,0.2);box-shadow:0 2px 0 0 rgba(255,255,255,0.06) inset,0 2px 3px 0 rgba(0,0,0,0.2);outline:0}#cws-signup-dialog-inner a.btn span{width:19px;height:17px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAARCAQAAACVkV9MAAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAAAEgAAABIAEbJaz4AAAAJdnBBZwAAABMAAAARAMNJ7iwAAACPSURBVCjPjZJRDsMgDENfCAfY1+5/vh2g0iRI9gG0AbUa/glGiWMZxNlB2urabcutyDnmFUAUaxc+q3WPSqiX77DUI0+xafHmD2eQRqV7WiHqFtWUe+i89CmYNAWCyYsMJP8AyBsDyohltFUOUuAHBTDqojbmOgrfm93/kBfePJZF+8ztUlcSRp3fVPb+2w/RaCkkhrW/agAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAASUVORK5CYII=);display:inline-block;position:relative;top:4px;margin-right:6px}body.cws header{background:#666666 url('/img/bgcloth-66b6fbca.png?1352825933') repeat;font-size:.8em;padding:20px 0}body.cws header .container{margin:0 auto;display:table}@media only screen and (max-width:480px){body.cws header .container{margin:0 20px}}@media only screen and (min-width:980px){body.cws header .container > div{margin-left:170px}}body.cws header .container > div h1{color:#f8f7ef;font:30px gotham_thinregular;text-transform:uppercase;padding:0;margin:0}body.cws header .container > div h2{color:#f8f7ef;margin:0;font-size:14px}body.cws #chrome-signup{display:none}body.cws #chrome-signup section{float:left}body.cws #chrome-signup section:first-child{width:44%;margin:30px 50px 0 100px}body.cws #chrome-signup section:last-child{width:35%}body.cws #chrome-signup section:last-child img{position:relative;top:-32px;margin:0 0 0 90px}body.cws #chrome-signin{display:none}body.cws #chrome-signin img{float:right;position:relative;top:-32px;margin:0 150px 0 0}body.cws #chrome-signin div{width:40%;margin:65px 0 80px 172px}body.cws #chrome-signin div p:last-child{font-size:12px;color:#666}body.cws #chrome-signin-list{display:none}body.cws #chrome-signin-list img{float:right;position:relative;top:-32px;margin:0 150px 0 0}body.cws #chrome-signin-list div{width:40%;margin:65px 0 80px 172px}#webinar-dialog{display:none}#webinar-dialog-inner{width:600px;padding:25px;background:white url('/img/webinar-bg-aa9dd892.png?1355830134') no-repeat -200px bottom}#webinar-dialog-inner h2{font:44px gotham_bookregular;text-transform:uppercase;color:#f36050;text-align:left;margin:0 0 20px}#webinar-dialog-inner p{margin:27px 200px 0 0}#webinar-dialog-inner a.btn{text-align:center;text-shadow:0 1px 1px rgba(0,0,0,0.1);text-transform:uppercase;font-family:'Open Sans',arial,sans-serif;padding:3px 13px 5px;font-size:13px;outline:0;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}#webinar-dialog-inner a.btn-primary{border-color:#2D53AF;background-color:#4D7BD6;background-image:-moz-linear-gradient(top,#5689db 0,#4d7bd6 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#5689db),color-stop(100%,#4d7bd6));background-image:-webkit-linear-gradient(top,#5689db 0,#4d7bd6 100%);background-image:-o-linear-gradient(top,#5689db 0,#4d7bd6 100%);background-image:-ms-linear-gradient(top,#5689db 0,#4d7bd6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#5689db,endColorstr=#4d7bd6,GradientType=0);background-image:linear-gradient(top,#5689db 0,#4d7bd6 100%);color:white;text-align:center;text-shadow:0 1px 1px rgba(0,0,0,0.1);text-transform:uppercase;font-weight:700;font-family:'Open Sans',arial,sans-serif;padding:4px 20px 6px;font-size:13px;-webkit-box-shadow:0 2px 0 0 rgba(255,255,255,0.06) inset,0 2px 3px 0 rgba(0,0,0,0.2);-moz-box-shadow:0 2px 0 0 rgba(255,255,255,0.06) inset,0 2px 3px 0 rgba(0,0,0,0.2);box-shadow:0 2px 0 0 rgba(255,255,255,0.06) inset,0 2px 3px 0 rgba(0,0,0,0.2);outline:0;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}body.webinars #content-body > h1{text-shadow:0 2px 3px #cccccc;color:#F36050;font:36px gotham_bookregular}body.webinars #content-body > h1 button{display:none}@media only screen and (min-width:767px){body.webinars #content-body > div > aside{width:250px}body.webinars #content-body > div > article{width:515px}}@media only screen and (min-width:980px){body.webinars #content-body > div > aside{width:300px}body.webinars #content-body > div > article{width:680px}}body.webinars #content-body #webinar-tweets{margin:0 60px 0 0;font-size:14px;padding:20px;border:1px solid #cccccc;background-color:#EEE;border-radius:6px;box-shadow:1px 1px 7px #bbbbbb;text-align:center}@media only screen and (min-width:767px){body.webinars #content-body #webinar-tweets{margin:0 40px 0 0}}@media only screen and (min-width:980px){body.webinars #content-body #webinar-tweets{margin:0 60px 0 0}}body.webinars #content-body #webinar-tweets h3{font:20px gotham_bookregular;text-transform:uppercase;color:#333;margin-top:10px}body.webinars #content-body #webinar-tweets .twitter-follow-button,body.webinars #content-body #webinar-tweets .twitter-mention-button{display:block;margin:22px auto 4px}body.webinars #content-body #webinar-tweets ul{list-style:none;padding:0;margin:0}body.webinars #content-body #webinar-tweets ul li{margin:0 0 7px}body.webinars #content-body article > ul{margin-top:30px;padding:0}@media only screen and (min-width:980px){body.webinars #content-body article > ul{margin-right:100px}}body.webinars #content-body article > ul > li{list-style:none;margin:54px 0}body.webinars #content-body article > ul > li > h3{margin:0;text-transform:uppercase}body.webinars #content-body article > ul > li > p{margin-top:10px}body.webinars #content-body article #next-intro-webinar{margin:25px 0 0 10px;border-left:10px solid #f8f7ef;padding-left:14px}body.webinars #content-body article #next-intro-webinar h2{font:13px gotham_bookregular;text-transform:uppercase;border-bottom:1px solid #cccccc;padding-bottom:6px;color:#888;margin:0}body.webinars #content-body article #next-intro-webinar p{margin:10px 0}body.webinars #content-body article #clinic-schedule{margin:40px 0 0 0}body.webinars #content-body article #clinic-schedule h2{font:14px gotham_bookregular;text-transform:uppercase;border-bottom:1px solid #cccccc;padding-bottom:6px;color:#888;margin:0 0 0 10px}body.webinars #content-body article #clinic-schedule > small{margin:10px;display:block}body.webinars #content-body article #clinic-schedule > small .twitter-follow-button{display:block;margin-top:10px}body.webinars #content-body article #clinic-schedule div{margin:25px 0 35px 10px;border-left:10px solid #f8f7ef;padding-left:14px}body.webinars #content-body article #clinic-schedule div h4{margin:0}body.webinars #content-body article #clinic-schedule div h5{margin:10px 0;font-size:.90em;color:#777}body.webinars #content-body article #clinic-schedule div p{margin:8px 0;color:#666;font-size:14px}body.webinars #content-body article #clinic-schedule div a{margin:0}body.webinars #content-body article #clinic-schedule div em{font-size:14px;font-weight:700;line-height:1.4em;color:#000;padding-top:13px;display:block}body.services header{background:#666666 url('/img/bgcloth-66b6fbca.png?1352825933') repeat;font-size:.8em;padding:20px 0 40px;margin:0 0 40px 0}body.services header h1{color:#f8f7ef;font:30px gotham_bookregular;text-transform:uppercase;padding:0;margin:0 10px;text-align:center}@media only screen and (min-width:767px){body.services header h1{margin:0 20px;font-size:52px;text-align:left}}@media only screen and (min-width:980px){body.services header h1{margin:0 0 0 100px}}body.services header h2{color:#f8f7ef;margin:0 10px;text-transform:initial;font:18px Helvetica,Arial;line-height:25px;margin-top:10px;text-align:center}@media only screen and (min-width:767px){body.services header h2{margin:0 20px;text-align:left}}@media only screen and (min-width:980px){body.services header h2{margin:0 0 0 100px}}@media only screen and (min-width:767px){body.services header .clearfix{margin-top:55px}}body.services header .clearfix > div{float:left;text-align:center}@media only screen and (min-width:767px){body.services header .clearfix > div{width:170px}}@media only screen and (min-width:980px){body.services header .clearfix > div{width:240px}}body.services header .clearfix > div.front-end{padding:40px 30px 20px}@media only screen and (min-width:767px){body.services header .clearfix > div.front-end{padding:0 30px}}body.services header .clearfix > div.front-end div{height:236px}@media only screen and (min-width:320px){body.services header .clearfix > div.front-end div{height:240px}}@media only screen and (min-width:767px){body.services header .clearfix > div.front-end div{height:190px}}@media only screen and (min-width:980px){body.services header .clearfix > div.front-end div{height:246px}}body.services header .clearfix > div.cross-platform{padding:20px 65px}@media only screen and (min-width:767px){body.services header .clearfix > div.cross-platform{padding:0 65px}}body.services header .clearfix > div.cross-platform div{height:210px}@media only screen and (min-width:320px){body.services header .clearfix > div.cross-platform div{height:250px}}@media only screen and (min-width:767px){body.services header .clearfix > div.cross-platform div{height:190px}}@media only screen and (min-width:980px){body.services header .clearfix > div.cross-platform div{height:246px}}body.services header .clearfix > div.back-end{padding:20px 30px 0 30px}@media only screen and (min-width:767px){body.services header .clearfix > div.back-end{padding:0 30px}}body.services header .clearfix > div.back-end div{padding-top:10px;height:236px}@media only screen and (min-width:767px){body.services header .clearfix > div.back-end div{height:180px}}@media only screen and (min-width:980px){body.services header .clearfix > div.back-end div{height:236px}}body.services header .clearfix > div div{height:210px}@media only screen and (min-width:767px){body.services header .clearfix > div div{height:190px}}@media only screen and (min-width:980px){body.services header .clearfix > div div{height:246px}}body.services header .clearfix > div h3{font-size:25px;color:#fff;margin:0}body.services header .clearfix > div p{font-size:16px;color:#ddd;line-height:22px}@media only screen and (min-width:767px){body.services header .clearfix > div p{font-size:14px}}body.services #services-showcase > div{margin:35px auto}@media only screen and (min-width:480px){body.services #services-showcase > div{width:78%}}@media only screen and (min-width:767px){body.services #services-showcase > div{float:left;width:33%}}body.services #services-showcase > div ul{padding:0}body.services #services-showcase > div ul li{list-style:none;text-align:center}@media only screen and (min-width:767px){body.services #services-showcase > div ul li{width:180px}}body.services #services-showcase > div ul li:last-child{margin-top:6px}body.services #services-showcase > div .mb-thumb{display:block;height:90px;border:5px solid white;border-radius:50%;background:white url('/img/logos/anon-a16f6905.jpg?1352315961') no-repeat center center;background-size:100%;box-shadow:inset 1px 1px 4px rgba(0,0,0,0.5),0 2px 3px rgba(0,0,0,0.6)}@media only screen and (min-width:767px){body.services #services-showcase > div .mb-thumb{width:160px}}body.services #services-showcase > div#services-showcase-hcri .mb-thumb{background-image:url('/img/logos/hcri-41eebdef.png?1352316070');background-position:center center;background-size:80%}@media only screen and (min-width:480px){body.services #services-showcase > div#services-showcase-hcri .mb-thumb{background-size:68%}}@media only screen and (min-width:767px){body.services #services-showcase > div#services-showcase-hcri .mb-thumb{background-size:90%}}body.services #services-showcase > div#services-showcase-coke .mb-thumb{background-image:url('/img/logos/coke-c0f74de0.png?1352316084');background-position:20px 10px;background-size:248%}@media only screen and (min-width:480px){body.services #services-showcase > div#services-showcase-coke .mb-thumb{background-position:10px 16px;background-size:171%}}@media only screen and (min-width:767px){body.services #services-showcase > div#services-showcase-coke .mb-thumb{background-position:left 20px;background-size:287%}}body.services #services-showcase > div#services-showcase-ndtech .mb-thumb{background-image:url('/img/logos/ndtech-97094924.png?1352316078');background-position:center center;background-size:100%}@media only screen and (min-width:480px){body.services #services-showcase > div#services-showcase-ndtech .mb-thumb{background-size:81%}}@media only screen and (min-width:767px){body.services #services-showcase > div#services-showcase-ndtech .mb-thumb{background-size:100%}}body.services nav.main{-webkit-box-shadow:0 0 6px #333333;-moz-box-shadow:0 0 6px #333333;box-shadow:0 0 6px #333333}body.services nav.main .active{background-image:url('/img/products/nav-pointer-black-be4adc17.gif?1359385651')}.ir{background-color:transparent;border:0;overflow:hidden;*text-indent:-9999px}.ir:before{content:"";display:block;width:0;height:100%}.hidden{display:none !important;visibility:hidden}.visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.invisible{visibility:hidden}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}.clearfix{*zoom:1}@media print{*{background:transparent !important;color:black !important;box-shadow:none !important;text-shadow:none !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}@page{margin:.5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}} \ No newline at end of file diff --git a/build/css/boilerplate-54c5184b.css.gz b/build/css/boilerplate-54c5184b.css.gz deleted file mode 100644 index 372e91d1ff..0000000000 Binary files a/build/css/boilerplate-54c5184b.css.gz and /dev/null differ diff --git a/build/css/boilerplate-aced3c0b.css b/build/css/boilerplate-aced3c0b.css new file mode 100644 index 0000000000..50b8d00a27 --- /dev/null +++ b/build/css/boilerplate-aced3c0b.css @@ -0,0 +1 @@ +html,button,input,select,textarea{color:#222}body{font-size:1em;line-height:1.4}::-moz-selection{background:#b3d4fc;text-shadow:none}::selection{background:#b3d4fc;text-shadow:none}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}img{vertical-align:middle}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}.chromeframe{margin:.2em 0;background:#ccc;color:#000;padding:.2em 0}.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;content:"";line-height:0}.clearfix:after{clear:both}@font-face{font-family:'gotham_bookregular';src:url('/fonts/gotham-book-webfont-a762c283.eot');src:url('/fonts/gotham-book-webfont-a762c283.eot?#iefix') format("embedded-opentype"),url('/fonts/gotham-book-webfont-f94bde4a.woff') format("woff"),url('/fonts/gotham-book-webfont-095a7715.ttf') format("truetype"),url('/fonts/gotham-book-webfont-079e0b44.svg#gotham_bookregular') format("svg");font-weight:400;font-style:normal}@font-face{font-family:'gotham_lightregular';src:url('/fonts/gotham-light-webfont-1b6837d4.eot');src:url('/fonts/gotham-light-webfont-1b6837d4.eot?#iefix') format("embedded-opentype"),url('/fonts/gotham-light-webfont-0c908025.woff') format("woff"),url('/fonts/gotham-light-webfont-909197cb.ttf') format("truetype"),url('/fonts/gotham-light-webfont-e714931a.svg#gotham_lightregular') format("svg");font-weight:400;font-style:normal}@font-face{font-family:'gotham_mediumregular';src:url('/fonts/gotham-medium-webfont-52a4cb7d.eot');src:url('/fonts/gotham-medium-webfont-52a4cb7d.eot?#iefix') format("embedded-opentype"),url('/fonts/gotham-medium-webfont-621a1662.woff') format("woff"),url('/fonts/gotham-medium-webfont-94cff276.ttf') format("truetype"),url('/fonts/gotham-medium-webfont-09f708f8.svg#gotham_mediumregular') format("svg");font-weight:400;font-style:normal}@font-face{font-family:'gotham_thinregular';src:url('/fonts/gotham-thin-webfont-ec6c7fdd.eot');src:url('/fonts/gotham-thin-webfont-ec6c7fdd.eot?#iefix') format("embedded-opentype"),url('/fonts/gotham-thin-webfont-a664458d.woff') format("woff"),url('/fonts/gotham-thin-webfont-0ca969cc.ttf') format("truetype"),url('/fonts/gotham-thin-webfont-94a88c75.svg#gotham_thinregular') format("svg");font-weight:400;font-style:normal}@font-face{font-family:'museo_sans_rounded_300regular';src:url('/fonts/museosansrounded-300-webfont-4d607c99.eot');src:url('/fonts/museosansrounded-300-webfont-4d607c99.eot?#iefix') format("embedded-opentype"),url('/fonts/museosansrounded-300-webfont-5b31827c.woff') format("woff"),url('/fonts/museosansrounded-300-webfont-8ff6872e.ttf') format("truetype"),url('/fonts/museosansrounded-300-webfont-dc7963c3.svg#museo_sans_rounded_300regular') format("svg");font-weight:400;font-style:normal}@font-face{font-family:'museo_sans_rounded_700regular';src:url('/fonts/museosansrounded-700-webfont-8ca567d8.eot');src:url('/fonts/museosansrounded-700-webfont-8ca567d8.eot?#iefix') format("embedded-opentype"),url('/fonts/museosansrounded-700-webfont-63bf059a.woff') format("woff"),url('/fonts/museosansrounded-700-webfont-cc22eec1.ttf') format("truetype"),url('/fonts/museosansrounded-700-webfont-abf578df.svg#museo_sans_rounded_700regular') format("svg");font-weight:400;font-style:normal}.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp{padding:0;margin:0;border:0;outline:none;vertical-align:top}.fancybox-wrap{position:absolute;top:0;left:0;z-index:8020}.fancybox-skin{position:relative;background:#f9f9f9;color:#444;text-shadow:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.fancybox-opened{z-index:8030}.fancybox-opened .fancybox-skin{-webkit-box-shadow:0 10px 25px rgba(0,0,0,0.5);-moz-box-shadow:0 10px 25px rgba(0,0,0,0.5);box-shadow:0 10px 25px rgba(0,0,0,0.5)}.fancybox-outer,.fancybox-inner{position:relative}.fancybox-inner{overflow:hidden}.fancybox-type-iframe .fancybox-inner{-webkit-overflow-scrolling:touch}.fancybox-error{color:#444;font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;margin:0;padding:15px;white-space:nowrap}.fancybox-image,.fancybox-iframe{display:block;width:100%;height:100%}.fancybox-image{max-width:100%;max-height:100%}#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span{background-image:url('/img/fancybox/fancybox_sprite-17df19f9.png?1370850275')}#fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-22px;margin-left:-22px;background-position:0 -108px;opacity:.8;cursor:pointer;z-index:8060}#fancybox-loading div{width:44px;height:44px;background:url('/img/fancybox/fancybox_loading-2f213014.gif?1370850275') center center no-repeat}.fancybox-close{position:absolute;top:-18px;right:-18px;width:36px;height:36px;cursor:pointer;z-index:8040}.fancybox-nav{position:absolute;top:0;width:40%;height:100%;cursor:pointer;text-decoration:none;background:transparent url('/img/fancybox/blank-2daeaa8b.gif?1370850275');-webkit-tap-highlight-color:rgba(0,0,0,0);z-index:8040}.fancybox-prev{left:0}.fancybox-next{right:0}.fancybox-nav span{position:absolute;top:50%;width:36px;height:34px;margin-top:-18px;cursor:pointer;z-index:8040;visibility:hidden}.fancybox-prev span{left:10px;background-position:0 -36px}.fancybox-next span{right:10px;background-position:0 -72px}.fancybox-nav:hover span{visibility:visible}.fancybox-tmp{position:absolute;top:-99999px;left:-99999px;visibility:hidden;max-width:99999px;max-height:99999px;overflow:visible !important}.fancybox-lock{overflow:hidden}.fancybox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;z-index:8010;background:url('/img/fancybox/fancybox_overlay-ef40483f.png?1370850275')}.fancybox-overlay-fixed{position:fixed;bottom:0;right:0}.fancybox-lock .fancybox-overlay{overflow:auto;overflow-y:scroll}.fancybox-title{visibility:hidden;font:400 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;position:relative;text-shadow:none;z-index:8050}.fancybox-opened .fancybox-title{visibility:visible}.fancybox-title-float-wrap{position:absolute;bottom:0;right:50%;margin-bottom:-35px;z-index:8050;text-align:center}.fancybox-title-float-wrap .child{display:inline-block;margin-right:-100%;padding:2px 20px;background:transparent;background:rgba(0,0,0,0.8);-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;text-shadow:0 1px 2px #222;color:#FFF;font-weight:700;line-height:24px;white-space:nowrap}.fancybox-title-outside-wrap{position:relative;margin-top:10px;color:#fff}.fancybox-title-inside-wrap{padding-top:10px}.fancybox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;padding:10px;background:#000;background:rgba(0,0,0,0.8)}#fancybox-buttons{position:fixed;left:0;width:100%;z-index:8050}#fancybox-buttons.top{top:10px}#fancybox-buttons.bottom{bottom:10px}#fancybox-buttons ul{display:block;width:166px;height:30px;margin:0 auto;padding:0;list-style:none;border:1px solid #111;border-radius:3px;-webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.05);-moz-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.05);box-shadow:inset 0 0 0 1px rgba(255,255,255,0.05);background:#323232;background:-moz-linear-gradient(top,#444444 0,#343434 50%,#292929 50%,#333333 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#444444),color-stop(50%,#343434),color-stop(50%,#292929),color-stop(100%,#333333));background:-webkit-linear-gradient(top,#444444 0,#343434 50%,#292929 50%,#333333 100%);background:-o-linear-gradient(top,#444444 0,#343434 50%,#292929 50%,#333333 100%);background:-ms-linear-gradient(top,#444444 0,#343434 50%,#292929 50%,#333333 100%);background:linear-gradient(top,#444444 0,#343434 50%,#292929 50%,#333333 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444',endColorstr='#222222',GradientType=0 )}#fancybox-buttons ul li{float:left;margin:0;padding:0}#fancybox-buttons a{display:block;width:30px;height:30px;text-indent:-9999px;background-image:url('/img/fancybox/fancybox_buttons-e385b139.png?1370850275');background-repeat:no-repeat;outline:none;opacity:.8}#fancybox-buttons a:hover{opacity:1}#fancybox-buttons a.btnPrev{background-position:5px 0}#fancybox-buttons a.btnNext{background-position:-33px 0;border-right:1px solid #3e3e3e}#fancybox-buttons a.btnPlay{background-position:0 -30px}#fancybox-buttons a.btnPlayOn{background-position:-30px -30px}#fancybox-buttons a.btnToggle{background-position:3px -60px;border-left:1px solid #111;border-right:1px solid #3e3e3e;width:35px}#fancybox-buttons a.btnToggleOn{background-position:-27px -60px}#fancybox-buttons a.btnClose{border-left:1px solid #111;width:35px;background-position:-56px 0}#fancybox-buttons a.btnDisabled{opacity:.4;cursor:default}.btn{display:inline-block;*display:inline;*zoom:1;padding:4px 14px;margin-bottom:0;font-size:14px;line-height:20px;*line-height:20px;text-align:center;vertical-align:middle;cursor:pointer;color:#333333;text-shadow:0 1px 1px rgba(255,255,255,0.75);background-color:whitesmoke;background-image:-moz-linear-gradient(top,white,#e6e6e6);background-image:-webkit-gradient(linear,0 0,0 100%,from(white),to(#e6e6e6));background-image:-webkit-linear-gradient(top,white,#e6e6e6);background-image:-o-linear-gradient(top,white,#e6e6e6);background-image:linear-gradient(to bottom,#ffffff,#e6e6e6);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFE6E6E6',GradientType=0);border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) fadein(rgba(0,0,0,0.1),15%);*background-color:#e6e6e6;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);border:1px solid #bbbbbb;*border:0;border-bottom-color:#a2a2a2;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;*margin-left:.3em;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)}.btn:hover,.btn:active,.btn.active,.btn.disabled,.btn[disabled]{color:#333333;background-color:#e6e6e6;*background-color:#d9d9d9}.btn:active,.btn.active{background-color:#cccccc \9}.btn:first-child{*margin-left:0}.btn:hover{color:#333333;text-decoration:none;background-color:#e6e6e6;*background-color:#d9d9d9;background-position:0 -15px;-webkit-transition:background-position .1s linear;-moz-transition:background-position .1s linear;-o-transition:background-position .1s linear;transition:background-position .1s linear}.btn:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.active,.btn:active{background-color:#e6e6e6;background-color:#d9d9d9 \9;background-image:none;outline:0;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05)}.btn.disabled,.btn[disabled]{cursor:default;background-color:#e6e6e6;background-image:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.btn-large{padding:9px 14px;font-size:16px;line-height:normal;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.btn-large [class^="icon-"]{margin-top:2px}.btn-small{padding:3px 9px;font-size:12px;line-height:18px}.btn-small [class^="icon-"]{margin-top:0}.btn-mini{padding:2px 6px;font-size:11px;line-height:17px}.btn-block{display:block;width:100%;padding-left:0;padding-right:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.btn-block + .btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.btn-primary.active,.btn-warning.active,.btn-danger.active,.btn-success.active,.btn-info.active,.btn-inverse.active{color:rgba(255,255,255,0.75)}.btn{border-color:#c5c5c5;border-color:rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25)}.btn-primary{color:white;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#f37550;background-image:-moz-linear-gradient(top,#f36050,#f39650);background-image:-webkit-gradient(linear,0 0,0 100%,from(#f36050),to(#f39650));background-image:-webkit-linear-gradient(top,#f36050,#f39650);background-image:-o-linear-gradient(top,#f36050,#f39650);background-image:linear-gradient(to bottom,#f36050,#f39650);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF36050',endColorstr='#FFF39650',GradientType=0);border-color:#f39650 #f39650 #e76d10;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) fadein(rgba(0,0,0,0.1),15%);*background-color:#f39650;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.btn-primary:hover,.btn-primary:active,.btn-primary.active,.btn-primary.disabled,.btn-primary[disabled]{color:white;background-color:#f39650;*background-color:#f18838}.btn-primary:active,.btn-primary.active{background-color:#f07a20 \9}.btn-warning{color:white;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#f9a732;background-image:-moz-linear-gradient(top,#fbb450,#f89406);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));background-image:-webkit-linear-gradient(top,#fbb450,#f89406);background-image:-o-linear-gradient(top,#fbb450,#f89406);background-image:linear-gradient(to bottom,#fbb450,#f89406);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFBB450',endColorstr='#FFF89406',GradientType=0);border-color:#f89406 #f89406 #ad6704;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) fadein(rgba(0,0,0,0.1),15%);*background-color:#f89406;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.btn-warning:hover,.btn-warning:active,.btn-warning.active,.btn-warning.disabled,.btn-warning[disabled]{color:white;background-color:#f89406;*background-color:#df8505}.btn-warning:active,.btn-warning.active{background-color:#c67605 \9}.btn-danger{color:white;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#da4e49;background-image:-moz-linear-gradient(top,#ee5f5b,#bd362f);background-image:-webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));background-image:-webkit-linear-gradient(top,#ee5f5b,#bd362f);background-image:-o-linear-gradient(top,#ee5f5b,#bd362f);background-image:linear-gradient(to bottom,#ee5f5b,#bd362f);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEE5F5B',endColorstr='#FFBD362F',GradientType=0);border-color:#bd362f #bd362f #802420;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) fadein(rgba(0,0,0,0.1),15%);*background-color:#bd362f;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.btn-danger:hover,.btn-danger:active,.btn-danger.active,.btn-danger.disabled,.btn-danger[disabled]{color:white;background-color:#bd362f;*background-color:#a9302a}.btn-danger:active,.btn-danger.active{background-color:#942a25 \9}.btn-success{color:white;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#5bb65b;background-image:-moz-linear-gradient(top,#62c462,#51a351);background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));background-image:-webkit-linear-gradient(top,#62c462,#51a351);background-image:-o-linear-gradient(top,#62c462,#51a351);background-image:linear-gradient(to bottom,#62c462,#51a351);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62C462',endColorstr='#FF51A351',GradientType=0);border-color:#51a351 #51a351 #387038;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) fadein(rgba(0,0,0,0.1),15%);*background-color:#51a351;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.btn-success:hover,.btn-success:active,.btn-success.active,.btn-success.disabled,.btn-success[disabled]{color:white;background-color:#51a351;*background-color:#499249}.btn-success:active,.btn-success.active{background-color:#408140 \9}.btn-info{color:white;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#49afcd;background-image:-moz-linear-gradient(top,#5bc0de,#2f96b4);background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));background-image:-webkit-linear-gradient(top,#5bc0de,#2f96b4);background-image:-o-linear-gradient(top,#5bc0de,#2f96b4);background-image:linear-gradient(to bottom,#5bc0de,#2f96b4);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE',endColorstr='#FF2F96B4',GradientType=0);border-color:#2f96b4 #2f96b4 #1f6377;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) fadein(rgba(0,0,0,0.1),15%);*background-color:#2f96b4;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.btn-info:hover,.btn-info:active,.btn-info.active,.btn-info.disabled,.btn-info[disabled]{color:white;background-color:#2f96b4;*background-color:#2a85a0}.btn-info:active,.btn-info.active{background-color:#24748c \9}.btn-inverse{color:white;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#363636;background-image:-moz-linear-gradient(top,#444444,#222222);background-image:-webkit-gradient(linear,0 0,0 100%,from(#444444),to(#222222));background-image:-webkit-linear-gradient(top,#444444,#222222);background-image:-o-linear-gradient(top,#444444,#222222);background-image:linear-gradient(to bottom,#444444,#222222);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF444444',endColorstr='#FF222222',GradientType=0);border-color:#222222 #222222 black;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) fadein(rgba(0,0,0,0.1),15%);*background-color:#222222;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.btn-inverse:hover,.btn-inverse:active,.btn-inverse.active,.btn-inverse.disabled,.btn-inverse[disabled]{color:white;background-color:#222222;*background-color:#151515}.btn-inverse:active,.btn-inverse.active{background-color:#090909 \9}button.btn,input[type="submit"].btn{*padding-top:3px;*padding-bottom:3px}button.btn::-moz-focus-inner,input[type="submit"].btn::-moz-focus-inner{padding:0;border:0}button.btn.btn-large,input[type="submit"].btn.btn-large{*padding-top:7px;*padding-bottom:7px}button.btn.btn-small,input[type="submit"].btn.btn-small{*padding-top:3px;*padding-bottom:3px}button.btn.btn-mini,input[type="submit"].btn.btn-mini{*padding-top:1px;*padding-bottom:1px}.btn-link,.btn-link:active,.btn-link[disabled]{background-color:transparent;background-image:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.btn-link{border-color:transparent;cursor:pointer;color:#f36050;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.btn-link:hover{color:#e72510;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover{color:#333333;text-decoration:none}.label,.badge{display:inline-block;padding:2px 4px;font-size:11.844px;font-weight:700;line-height:14px;color:#ffffff;vertical-align:baseline;white-space:nowrap;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#999999}.label{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.badge{padding-left:9px;padding-right:9px;-webkit-border-radius:9px;-moz-border-radius:9px;border-radius:9px}a.label:hover,a.badge:hover{color:#ffffff;text-decoration:none;cursor:pointer}.label-important,.badge-important{background-color:#b94a48}.label-important[href],.badge-important[href]{background-color:#953b39}.label-warning,.badge-warning{background-color:#f89406}.label-warning[href],.badge-warning[href]{background-color:#c67605}.label-success,.badge-success{background-color:#468847}.label-success[href],.badge-success[href]{background-color:#356635}.label-info,.badge-info{background-color:#3a87ad}.label-info[href],.badge-info[href]{background-color:#2d6987}.label-inverse,.badge-inverse{background-color:#333333}.label-inverse[href],.badge-inverse[href]{background-color:#1a1a1a}.btn .label,.btn .badge{position:relative;top:-1px}.btn-mini .label,.btn-mini .badge{top:0}body{font-family:Helvetica,Arial;color:#555;background-color:#F9FAF7;font-size:.96em}h1,h2,h3,h4{font-family:'museo_sans_rounded_300regular';text-transform:uppercase}a{color:#f36050;text-decoration:none}img{width:auto 9;height:auto;max-width:100%;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic}.affix{position:fixed;top:10px}.container{margin:0 auto}@media only screen and (min-width:980px){.container{width:980px}}input[type=text]{font-size:13px;color:#8e8d8d;padding:11px 15px 10px 6px;background-color:#fdfdfd;margin:0;line-height:20px;box-shadow:inset 2px 2px 4px #f1f1f1;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;height:20px;border:1px solid #cccccc;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border linear .2s,box-shadow linear .2s;-moz-transition:border linear .2s,box-shadow linear .2s;-o-transition:border linear .2s,box-shadow linear .2s;transition:border linear .2s,box-shadow linear .2s}.modal{max-width:500px}.modal h2{margin:0;border-bottom:1px solid #CCC}#sign-in{display:none}#sign-in .btn{margin-left:20px}#sign-in .waDomainLogins{margin-bottom:18px}#sign-in .waDomainLogins span{color:#f36050;display:block;padding:2px 0 2px 15px;font-size:14px;cursor:pointer}#sign-in .waDomainLogins span:hover{color:#e72510}@media only screen and (max-width:980px){#blog-ribbon{display:none}}#blog-ribbon a{background:url('/img/blog-ribbon-7158a39e.png?1370850275') no-repeat scroll top left;text-indent:-9999px;display:block;width:51px;height:106px;position:absolute;top:94px;z-index:99}#old-browser{display:none}#old-browser-inner{text-align:center;padding:30px 0}#old-browser-inner h1{width:500px;font-size:26px;margin:28px auto 20px}#old-browser-inner p{width:400px;margin:0 auto}aside ul#submenu{list-style:none;padding:0;border-right:1px solid #ddd;width:230px}@media only screen and (max-width:980px){aside ul#submenu{width:165px}}aside ul#submenu li{margin:4px 0 4px 6px}aside ul#submenu li a{display:block;padding:8px 16px 8px 14px;text-transform:uppercase;font-size:14px;text-align:right;font-family:gotham_mediumregular}aside ul#submenu li.active a{background-color:#F9FAF7;border:1px solid #ddd;-webkit-border-radius:8px 0 0 8px;-moz-border-radius:8px 0 0 8px;border-radius:8px 0 0 8px;border-color:#ddd transparent #ddd #ddd;left:1px;position:relative}nav.main{background-color:#f8f7ef;text-transform:uppercase;font:14px 'museo_sans_rounded_300regular';position:relative;height:90px;-webkit-box-shadow:0 0 6px #888888;-moz-box-shadow:0 0 6px #888888;box-shadow:0 0 6px #888888}@media only screen and (min-width:767px){nav.main{height:68px}}@media only screen and (min-width:980px){nav.main{height:100px}}nav.main ul{position:relative;z-index:9;margin:0 auto;padding:0}@media only screen and (min-width:767px){nav.main ul > li{float:left}}nav.main ul > li a{display:block}nav.main ul > li:first-child{margin:8px auto;text-align:center}@media only screen and (min-width:767px){nav.main ul > li:first-child{margin:25px 0 0 10px !important}}@media only screen and (min-width:980px){nav.main ul > li:first-child{margin:34px 0 0 0 !important}}@media only screen and (min-width:767px){nav.main ul > li:last-child{float:right}}nav.main ul > li ul{display:table;border-top:1px solid #ccc}@media only screen and (min-width:767px){nav.main ul > li ul{border:none}}nav.main ul > li ul li{float:left;margin:19px 0 0 0 !important;height:35px}@media only screen and (min-width:767px){nav.main ul > li ul li{margin-top:25px !important;height:47px}}@media only screen and (min-width:980px){nav.main ul > li ul li{margin-top:38px !important;height:66px}}@media only screen and (min-width:980px){nav.main ul > li ul li:first-child{margin-top:38px !important}}@media only screen and (max-width:980px){nav.main ul > li ul li:nth-child(4){display:none}}@media only screen and (max-width:320px){nav.main ul > li ul li:nth-child(5) a:first-child{display:none}}nav.main ul > li ul li a{color:#3e3e3e;padding:0 10px}@media only screen and (min-width:480px){nav.main ul > li ul li a{padding:0 10px}}@media only screen and (min-width:767px){nav.main ul > li ul li a{padding:0 12px}}@media only screen and (min-width:980px){nav.main ul > li ul li a{font-size:16px}}nav.main ul > li ul li.active a{color:#f36050}nav.main ul > li ul li:last-child{height:100px;text-align:center}nav.main ul > li ul li:last-child a{color:#f36050}nav.main ul > li ul li:last-child #cws-sign-up{display:none;font:12px 'museo_sans_rounded_300regular';margin:0;padding:0 0 22px;text-align:center}@media only screen and (min-width:767px){nav.main ul > li ul li:last-child{margin:0 0 0 10px !important;background-color:#f36050;height:68px}nav.main ul > li ul li:last-child a{color:#FFF;padding:24px 12px 28px;font-family:'gotham_mediumregular'}nav.main ul > li ul li:last-child a:hover{color:#000}}@media only screen and (min-width:980px){nav.main ul > li ul li:last-child{margin:0 0 0 20px !important;height:100px}nav.main ul > li ul li:last-child a{background-color:#f36050;padding:33px 18px 4px;font-size:23px}}nav.main .active{background:#f8f7ef url('/img/products/nav-pointer-6ba79b2f.gif?1370850275') no-repeat center 16px}@media only screen and (min-width:767px){nav.main .active{background-position:center 28px}}@media only screen and (min-width:980px){nav.main .active{background-position:center 47px}}body.home nav.main{-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}body.home nav.main .active{background-image:url('/img/home/nav-pointer-0caff26f.gif?1370850275')}nav.sub{background-color:#EFEDE7;padding:12px 0 10px;box-shadow:0 0 6px #888;font-family:'museo_sans_rounded_300regular'}nav.sub ul,nav.sub li{list-style:none;margin:0;padding:0}nav.sub .container{display:table}nav.sub ul{text-align:center;margin:0 auto}nav.sub ul li{display:inline;margin:0 12px}@media only screen and (min-width:320px){nav.sub ul li{margin:0 6px}}@media only screen and (min-width:767px){nav.sub ul li{margin:0 20px}}nav.sub ul li.active{font-family:museo_sans_rounded_700regular}nav.sub ul li.active a{color:#f36050}nav.sub ul li a{font-size:15px;color:#3e3e3e;text-transform:uppercase}.video-thumb{width:120px;height:68px;padding:3px;background-color:#FFF;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:1px solid rgba(0,0,0,0.2);-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);box-shadow:0 1px 3px rgba(0,0,0,0.1)}.video-thumb span:first-child{position:relative;width:120px;height:68px;display:block;overflow:hidden}.video-thumb span:first-child img{display:inline-block;vertical-align:middle;top:-11px;position:relative;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.video-thumb span:last-child{padding:0 4px;font-weight:700;font-size:11px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-color:#000;color:#fff !important;height:14px;line-height:14px;opacity:.75;filter:alpha(opacity=75);display:-moz-inline-stack;display:inline-block;vertical-align:top;zoom:1;float:right;margin-right:4px;position:relative;top:-17px}body.home{background:#f8f7ef url('/img/graphbg-2b03e80b.gif?1370850275') repeat}body.home .carousel{width:100%;position:relative}body.home .carousel .carousel-item{display:none}body.home .carousel .carousel-active{display:block}body.home .carousel .carousel-nav{height:13px}body.home .carousel .carousel-nav:nth-child(2){display:none}body.home .carousel .prev,body.home .carousel .next{display:none}body.home .carousel .carousel-pagination{margin:20px auto;width:100px}body.home .carousel .carousel-pagination li{float:left;margin:0 1px;list-style:none}body.home .carousel .carousel-pagination li a{display:block;width:12px;height:0;padding-top:13px;background-image:url('/img/home/slides/pagination-8abc339e.png?1370850275');background-position:0 0;float:left;overflow:hidden}body.home .carousel .carousel-pagination li a:hover{background-position:0 -26px}body.home .carousel .carousel-pagination li.carousel-active-page a{background-position:0 -13px}body.home .carousel-slide{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}body.home .carousel-slide .carousel-item{position:absolute;left:100%;top:0;width:100%;display:block;z-index:1;-webkit-transition:left .2s ease;-moz-transition:left .2s ease;-ms-transition:left .2s ease;-o-transition:left .2s ease;transition:left .2s ease}body.home .carousel-no-transition .carousel-item{-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none}body.home .carousel-slide .carousel-active{left:0;position:relative;z-index:2}body.home .carousel-slide .carousel-in{left:0}body.home .carousel-slide-reverse .carousel-out{left:100%}body.home .carousel-slide .carousel-out,body.home .carousel-slide-reverse .carousel-item,body.home .carousel-slide-reverse .carousel-in{left:-100%}body.home .carousel-slide-reverse .carousel-active{left:0}body.home .carousel-flip{position:relative;overflow:visible;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-perspective:800;-moz-perspective:800;-ms-perspective:800;-o-perspective:800;perspective:800}body.home .carousel-flip .carousel-item{position:absolute;top:0;width:100%;display:block;z-index:1;opacity:0;-webkit-transition:-webkit-transform .2s ease;-moz-transition:-moz-transform .2s ease;-ms-transition:-ms-transform .2s ease;-o-transition:-o-transform .2s ease;transition:transform .2s ease;-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-ms-transform:rotateY(180deg);-o-transform:rotateY(180deg);-transform:rotateY(180deg);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden}body.home .carousel-no-transition .carousel-item{-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none}body.home .carousel-flip .carousel-active{-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-ms-transform:rotateY(0deg);-o-transform:rotateY(0deg);-transform:rotateY(0deg);position:relative;z-index:2;opacity:1}body.home .carousel-flip .carousel-out,body.home .carousel-flip-reverse .carousel-item{-webkit-transform:rotateY(-180deg);-moz-transform:rotateY(-180deg);-ms-transform:rotateY(-180deg);-o-transform:rotateY(-180deg);-transform:rotateY(-180deg)}body.home .carousel-flip .carousel-in{-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-ms-transform:rotateY(0deg);-o-transform:rotateY(0deg);-transform:rotateY(0deg);opacity:1}body.home .carousel-flip .carousel-top{z-index:3;opacity:1}body.home .carousel-flip-reverse .carousel-out{-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-ms-transform:rotateY(180deg);-o-transform:rotateY(180deg);-transform:rotateY(180deg)}body.home .carousel-flip-reverse .carousel-in{-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-ms-transform:rotateY(0deg);-o-transform:rotateY(0deg);-transform:rotateY(0deg)}body.home header{background:#666666 url('/img/bgcloth-66b6fbca.png?1370850275') repeat;padding:10px 0 20px}@media only screen and (min-width:767px){body.home header{padding:50px 0}}body.home header section{height:485px}@media only screen and (min-width:480px){body.home header section{height:640px}}@media only screen and (min-width:767px){body.home header section{height:314px}}@media only screen and (min-width:980px){body.home header section{height:430px}}body.home header section > div{text-align:center}@media only screen and (min-width:767px){body.home header section > div{float:left}}body.home header section > div p{color:#F8F7EF;text-align:center;text-transform:uppercase;line-height:1.7em;font-family:'gotham_thinregular';font-size:14px}@media only screen and (min-width:980px){body.home header section > div p{font-size:18px}}body.home header section > div:first-child > div:nth-child(3){display:none}@media only screen and (min-width:767px){body.home header section > div:first-child > div:nth-child(3){display:block}}body.home header section > div:first-child div:first-child p{display:block;margin:0;line-height:1.05em;font-family:'gotham_mediumregular';font-size:38px}@media only screen and (min-width:480px){body.home header section > div:first-child div:first-child p{font-size:52px}}@media only screen and (min-width:980px){body.home header section > div:first-child div:first-child p{font-size:64px}}body.home header section > div:last-child{margin:20px 0 0 0}@media only screen and (min-width:980px){body.home header section > div:last-child{margin:0}}@media only screen and (min-width:767px){body.home header section > div:last-child{width:44%}}body.home header section > div:last-child img{max-width:78%}@media only screen and (min-width:480px){body.home header section > div:last-child img{max-width:70%}}@media only screen and (min-width:767px){body.home header section > div:last-child img{max-width:80%}}@media only screen and (min-width:980px){body.home header section > div:last-child img{max-width:100%}}@media only screen and (min-width:767px){body.home section#slide1 > div:first-child{width:56%}}@media only screen and (min-width:980px){body.home section#slide1 > div:first-child{margin-top:50px;width:52%;padding-right:38px}}body.home section#slide1 > div:first-child div:nth-child(2) p{width:320px;text-align:center;margin:20px auto}@media only screen and (min-width:480px){body.home section#slide1 > div:first-child div:nth-child(2) p{font-size:16px;margin:14px auto}}@media only screen and (min-width:980px){body.home section#slide1 > div:first-child div:nth-child(2) p{width:450px;margin:25px auto}}body.home section#slide1 > div:first-child div:first-child img{margin:0 auto}body.home section#slide1 > div:first-child div:first-child p:first-child{margin-bottom:3px;font-size:24px}@media only screen and (min-width:480px){body.home section#slide1 > div:first-child div:first-child p:first-child{font-size:34px}}@media only screen and (min-width:980px){body.home section#slide1 > div:first-child div:first-child p:first-child{font-size:54px}}body.home section#slide1 > div:first-child div:first-child p:nth-child(3){font-size:40px}@media only screen and (min-width:480px){body.home section#slide1 > div:first-child div:first-child p:nth-child(3){font-size:54px}}@media only screen and (min-width:980px){body.home section#slide1 > div:first-child div:first-child p:nth-child(3){font-size:66px}}body.home section#slide1 > div:first-child div:first-child p:last-child{font-size:24px}@media only screen and (min-width:480px){body.home section#slide1 > div:first-child div:first-child p:last-child{font-size:30px}}@media only screen and (min-width:980px){body.home section#slide1 > div:first-child div:first-child p:last-child{font-size:40px}}@media only screen and (min-width:767px){body.home section#slide2 > div:first-child{width:56%}}@media only screen and (min-width:980px){body.home section#slide2 > div:first-child{margin-top:25px;width:52%;padding-right:38px}}body.home section#slide2 > div:first-child div:nth-child(2) p{width:320px;text-align:center;margin:20px auto}@media only screen and (min-width:480px){body.home section#slide2 > div:first-child div:nth-child(2) p{font-size:16px;margin:14px auto}}@media only screen and (min-width:980px){body.home section#slide2 > div:first-child div:nth-child(2) p{width:450px;margin:25px auto}}body.home section#slide2 > div:first-child div:first-child img{margin:0 auto}body.home section#slide2 > div:first-child div:first-child p:first-child{font-size:24px}@media only screen and (min-width:480px){body.home section#slide2 > div:first-child div:first-child p:first-child{font-size:34px}}@media only screen and (min-width:980px){body.home section#slide2 > div:first-child div:first-child p:first-child{font-size:44px}}body.home section#slide2 > div:first-child div:first-child p:nth-child(2){line-height:.8em;font-size:94px}@media only screen and (min-width:480px){body.home section#slide2 > div:first-child div:first-child p:nth-child(2){font-size:132px}}@media only screen and (min-width:980px){body.home section#slide2 > div:first-child div:first-child p:nth-child(2){font-size:166px}}body.home section#slide2 > div:first-child div:first-child p:last-child{font-size:26px;margin-top:5px}@media only screen and (min-width:480px){body.home section#slide2 > div:first-child div:first-child p:last-child{font-size:38px}}@media only screen and (min-width:980px){body.home section#slide2 > div:first-child div:first-child p:last-child{font-size:46px}}@media only screen and (min-width:767px){body.home section#slide3 > div:first-child{width:52%}}@media only screen and (min-width:980px){body.home section#slide3 > div:first-child{margin:25px 0;width:52%;padding-right:38px}}body.home section#slide3 > div:first-child div:nth-child(2) p{width:320px;text-align:center;margin:20px auto}@media only screen and (min-width:480px){body.home section#slide3 > div:first-child div:nth-child(2) p{font-size:16px;margin:14px auto}}@media only screen and (min-width:980px){body.home section#slide3 > div:first-child div:nth-child(2) p{width:450px;margin:25px auto}}body.home section#slide3 > div:first-child div:first-child img{margin:0 auto}body.home section#slide3 > div:first-child div:first-child p:first-child{font-size:22px}@media only screen and (min-width:480px){body.home section#slide3 > div:first-child div:first-child p:first-child{font-size:34px}}@media only screen and (min-width:980px){body.home section#slide3 > div:first-child div:first-child p:first-child{font-size:44px}}body.home section#slide3 > div:first-child div:first-child p:nth-child(2){font-size:44px}@media only screen and (min-width:480px){body.home section#slide3 > div:first-child div:first-child p:nth-child(2){font-size:64px}}@media only screen and (min-width:767px){body.home section#slide3 > div:first-child div:first-child p:nth-child(2){font-size:54px}}@media only screen and (min-width:980px){body.home section#slide3 > div:first-child div:first-child p:nth-child(2){font-size:72px}}body.home section#slide3 > div:first-child div:first-child p:nth-child(3){font-size:22px}@media only screen and (min-width:480px){body.home section#slide3 > div:first-child div:first-child p:nth-child(3){font-size:34px}}@media only screen and (min-width:980px){body.home section#slide3 > div:first-child div:first-child p:nth-child(3){font-size:44px}}body.home section#slide3 > div:first-child div:first-child p:last-child{font-size:42px}@media only screen and (min-width:480px){body.home section#slide3 > div:first-child div:first-child p:last-child{font-size:62px}}@media only screen and (min-width:767px){body.home section#slide3 > div:first-child div:first-child p:last-child{font-size:50px}}@media only screen and (min-width:980px){body.home section#slide3 > div:first-child div:first-child p:last-child{font-size:68px}}body.home section#slide3 > div:last-child img{max-width:90%}@media only screen and (min-width:480px){body.home section#slide3 > div:last-child img{max-width:80%}}@media only screen and (min-width:767px){body.home section#slide3 > div:last-child img{max-width:100%}}@media only screen and (min-width:767px){body.home section#slide3 > div:last-child{width:366px;margin:0}}@media only screen and (min-width:980px){body.home section#slide3 > div:last-child{width:430px}}body.home section#content{padding:0 25px;font-family:'museo_sans_rounded_300regular'}body.home section#content .feature{font-size:16px;line-height:1.5em;margin:5px 0 20px}@media only screen and (min-width:767px){body.home section#content .feature{margin:50px 0 60px}}@media only screen and (min-width:980px){body.home section#content .feature{font-size:18px;line-height:1.6em}}body.home section#content .feature h2{font:28px gotham_mediumregular;text-transform:uppercase;margin-bottom:10px}@media only screen and (min-width:980px){body.home section#content .feature h2{font-size:42px;margin-bottom:20px}}body.home section#content .feature p{margin:0}@media only screen and (min-width:767px){body.home section#content .feature div{float:left;width:50%}body.home section#content .feature div img{max-width:90%}}body.home section#content .feature:nth-child(1) div:first-child{display:none}@media only screen and (min-width:767px){body.home section#content .feature:nth-child(1) div:first-child{display:block}}body.home section#content .feature:nth-child(1) strong{line-height:1em;font-size:70px;color:#27b6da;display:block}@media only screen and (min-width:980px){body.home section#content .feature:nth-child(1) strong{font-size:120px}}body.home section#content .feature:nth-child(2) div:last-child{display:none}@media only screen and (min-width:767px){body.home section#content .feature:nth-child(2) div:last-child{display:block;text-align:right;margin-top:20px}}body.home section#content .feature:nth-child(3) div:first-child{display:none}@media only screen and (min-width:767px){body.home section#content .feature:nth-child(3) div:first-child{display:block}body.home section#content .feature:nth-child(3) div:first-child img{max-width:85%}}body.home section#content .feature:nth-child(3) div:last-child{margin-top:20px}body.home section#content .feature:nth-child(4) div:last-child{display:none}@media only screen and (min-width:767px){body.home section#content .feature:nth-child(4) div:last-child{display:block;text-align:right}body.home section#content .feature:nth-child(4) div:last-child img{max-width:80%}}body.home section#content .feature:nth-child(5) div:first-child{float:left}@media only screen and (min-width:767px){body.home section#content .feature:nth-child(5) div:first-child{float:right;width:45%}}body.home section#content .feature:nth-child(5) div:last-child{float:left;margin-top:40px}body.home section#content .feature:nth-child(5) div:last-child article{display:table;border:1px solid #CCC;border-radius:6px;padding:10px;font-size:14px}@media only screen and (min-width:767px){body.home section#content .feature:nth-child(5) div:last-child article{margin-right:60px;padding:30px}}body.home section#content .feature:nth-child(5) div:last-child article h2{font-size:18px;margin:0 0 16px;color:#666}body.home section#content .feature:nth-child(5) div:last-child article h3{margin:10px 0 12px;line-height:1.2em;font-size:18px}@media only screen and (min-width:980px){body.home section#content .feature:nth-child(5) div:last-child article h3{font-size:22px}}body.home section#content .feature:nth-child(5) div:last-child article p{line-height:1.4em}body.home section#content .feature:nth-child(5) div:last-child article p a{font-size:13px}@media only screen and (min-width:767px){body.home section#content .feature:nth-child(5) div:last-child{margin-top:30px;float:right;width:55%}}@media only screen and (min-width:980px){body.home section#content .feature:nth-child(5) div:last-child{margin-top:40px}}@-webkit-keyframes cloudAnim{50%{-webkit-transform:translate(0,10px)}100%{-webkit-transform:translate(0,0)}}@-moz-keyframes cloudAnim{50%{-moz-transform:translate(0,10px)}100%{-moz-transform:translate(0,0)}}@-o-keyframes cloudAnim{50%{-o-transform:translate(0,10px)}100%{-o-transform:translate(0,0)}}@-ms-keyframes cloudAnim{50%{-ms-transform:translate(0,10px)}100%{-ms-transform:translate(0,0)}}@keyframes cloudAnim{50%{-webkit-transform:translate(0,10px)}100%{-webkit-transform:translate(0,0)}}body.products #overview-sections{background:#666666 url('/img/bgcloth-66b6fbca.png?1370850275') repeat;font-size:.8em}body.products #overview-sections .container > h1{color:#f8f7ef;font:26px gotham_thinregular;text-transform:uppercase;padding:28px 0 0;margin:0 auto;text-align:center}body.products #overview-sections ul{list-style:none;margin:0;padding:0;padding:20px 20px 10px}@media only screen and (min-width:767px){body.products #overview-sections ul{margin-left:32px}}@media only screen and (min-width:980px){body.products #overview-sections ul{margin-left:0;padding:30px 10px 20px}}body.products #overview-sections ul > li a{display:block;padding-left:78px;height:84px;width:200px}@media only screen and (min-width:480px){body.products #overview-sections ul > li a{width:140px;float:left}}@media only screen and (min-width:767px){body.products #overview-sections ul > li a{width:270px}}@media only screen and (min-width:980px){body.products #overview-sections ul > li a{width:145px;margin-right:20px}}body.products #overview-sections ul > li h3{font-size:18px;padding:4px 0 0 0;margin:0}body.products #overview-sections ul > li p{margin:4px 0 0 0;color:#AAA}body.products #overview-sections ul > li:nth-child(1) a{background:transparent url('/img/products/ui-builder-c0be35df.gif?1370850275') no-repeat}body.products #overview-sections ul > li:nth-child(2) a{background:transparent url('/img/products/code-editor-79b66eb4.gif?1370850275') no-repeat}body.products #overview-sections ul > li:nth-child(3) a{background:transparent url('/img/products/deployment-b683d15b.gif?1370850275') no-repeat}body.products #overview-sections ul > li:last-child a{background:transparent url('/img/products/extras-c4b6fa5d.gif?1370850275') no-repeat}@media only screen and (min-width:980px){body.products #overview-sections ul > li:last-child a{margin-right:0}}body.products .back-top,body.services .back-top,body.mobile-build .back-top{float:right;position:relative;top:12px;font-size:12px;color:#888}@media only screen and (min-width:767px){body.products .back-top,body.services .back-top,body.mobile-build .back-top{top:21px}}body.products .overview-section .container,body.services .overview-section .container,body.mobile-build .overview-section .container{padding:0 10px}body.products .overview-section .container img,body.services .overview-section .container img,body.mobile-build .overview-section .container img{display:none}@media only screen and (min-width:480px){body.products .overview-section .container img,body.services .overview-section .container img,body.mobile-build .overview-section .container img{display:block;max-width:36%}}@media only screen and (min-width:767px){body.products .overview-section .container img,body.services .overview-section .container img,body.mobile-build .overview-section .container img{max-width:32%}}body.products .overview-section .container article h3,body.services .overview-section .container article h3,body.mobile-build .overview-section .container article h3{color:#f36050;font:26px gotham_bookregular;margin:0 0 26px;text-shadow:1px 1px 3px #BBB;text-transform:uppercase;border-bottom:3px solid #CCC;padding-bottom:10px}@media only screen and (min-width:480px){body.products .overview-section .container article h3,body.services .overview-section .container article h3,body.mobile-build .overview-section .container article h3{margin:0}}@media only screen and (min-width:767px){body.products .overview-section .container article h3,body.services .overview-section .container article h3,body.mobile-build .overview-section .container article h3{font-size:32px}}@media only screen and (min-width:980px){body.products .overview-section .container article h3,body.services .overview-section .container article h3,body.mobile-build .overview-section .container article h3{font-size:36px;margin:0 0 26px}}body.products .overview-section .container article ul,body.services .overview-section .container article ul,body.mobile-build .overview-section .container article ul{list-style:none;margin:0;padding:0}body.products .overview-section .container article ul li,body.services .overview-section .container article ul li,body.mobile-build .overview-section .container article ul li{float:left;width:250px}@media only screen and (min-width:480px){body.products .overview-section .container article ul li,body.services .overview-section .container article ul li,body.mobile-build .overview-section .container article ul li{width:210px}}@media only screen and (min-width:980px){body.products .overview-section .container article ul li,body.services .overview-section .container article ul li,body.mobile-build .overview-section .container article ul li{width:300px}}body.products .overview-section .container article ul li:nth-child(1),body.products .overview-section .container article ul li:nth-child(3),body.services .overview-section .container article ul li:nth-child(1),body.services .overview-section .container article ul li:nth-child(3),body.mobile-build .overview-section .container article ul li:nth-child(1),body.mobile-build .overview-section .container article ul li:nth-child(3){margin-right:40px}body.products .overview-section .container article ul li h4,body.services .overview-section .container article ul li h4,body.mobile-build .overview-section .container article ul li h4{font:16px gotham_mediumregular;margin-bottom:0}body.products .overview-section .container article ul li p,body.services .overview-section .container article ul li p,body.mobile-build .overview-section .container article ul li p{font-size:14px;margin:10px 0 0 0}body.products #overview-ui-builder,body.services #overview-ui-builder,body.mobile-build #overview-ui-builder{margin-top:30px}@media only screen and (min-width:480px){body.products #overview-ui-builder,body.services #overview-ui-builder,body.mobile-build #overview-ui-builder{margin:60px 0 70px}}@media only screen and (min-width:480px){body.products #overview-ui-builder .container article,body.services #overview-ui-builder .container article,body.mobile-build #overview-ui-builder .container article{margin-top:10px}}@media only screen and (min-width:480px){body.products #overview-ui-builder .container img,body.services #overview-ui-builder .container img,body.mobile-build #overview-ui-builder .container img{margin-right:20px}}body.products #overview-code-editor,body.services #overview-code-editor,body.mobile-build #overview-code-editor{margin:80px 0}@media only screen and (min-width:767px){body.products #overview-code-editor .container article ul,body.services #overview-code-editor .container article ul,body.mobile-build #overview-code-editor .container article ul{margin-right:240px}}body.products #overview-code-editor .container article ul li,body.services #overview-code-editor .container article ul li,body.mobile-build #overview-code-editor .container article ul li{width:235px}@media only screen and (min-width:480px){body.products #overview-code-editor .container article ul li,body.services #overview-code-editor .container article ul li,body.mobile-build #overview-code-editor .container article ul li{width:208px}}@media only screen and (min-width:980px){body.products #overview-code-editor .container article ul li,body.services #overview-code-editor .container article ul li,body.mobile-build #overview-code-editor .container article ul li{width:285px}}@media only screen and (min-width:480px){body.products #overview-code-editor .container img,body.services #overview-code-editor .container img,body.mobile-build #overview-code-editor .container img{margin:0 10px 0 40px}}body.products #overview-deployment,body.services #overview-deployment,body.mobile-build #overview-deployment{margin:80px 0}body.products #overview-deployment .container article ul li,body.services #overview-deployment .container article ul li,body.mobile-build #overview-deployment .container article ul li{width:230px}@media only screen and (min-width:480px){body.products #overview-deployment .container article ul li,body.services #overview-deployment .container article ul li,body.mobile-build #overview-deployment .container article ul li{width:210px}}@media only screen and (min-width:980px){body.products #overview-deployment .container article ul li,body.services #overview-deployment .container article ul li,body.mobile-build #overview-deployment .container article ul li{width:290px}}@media only screen and (min-width:480px){body.products #overview-deployment .container img,body.services #overview-deployment .container img,body.mobile-build #overview-deployment .container img{margin:0 40px 0 0}}body.products #overview-detail,body.services #overview-detail,body.mobile-build #overview-detail{margin:0 10px 60px}@media only screen and (min-width:480px){body.products #overview-detail,body.services #overview-detail,body.mobile-build #overview-detail{margin-bottom:60px}}body.products #overview-detail .container > h3,body.services #overview-detail .container > h3,body.mobile-build #overview-detail .container > h3{color:#f36050;margin:0 0 16px;font:26px gotham_bookregular;text-shadow:1px 1px 3px #BBB;text-transform:uppercase;border-bottom:3px solid #CCC;padding-bottom:10px}body.products #overview-detail .container > ul,body.services #overview-detail .container > ul,body.mobile-build #overview-detail .container > ul{list-style:none;margin:0;padding:0}body.products #overview-detail .container > ul > li,body.services #overview-detail .container > ul > li,body.mobile-build #overview-detail .container > ul > li{float:left;width:300px;padding:10px 0 0 0}@media only screen and (min-width:480px){body.products #overview-detail .container > ul > li,body.services #overview-detail .container > ul > li,body.mobile-build #overview-detail .container > ul > li{width:210px;padding:10px 40px 0 0}}@media only screen and (min-width:480px){body.products #overview-detail .container > ul > li:nth-child(1),body.products #overview-detail .container > ul > li:nth-child(2),body.services #overview-detail .container > ul > li:nth-child(1),body.services #overview-detail .container > ul > li:nth-child(2),body.mobile-build #overview-detail .container > ul > li:nth-child(1),body.mobile-build #overview-detail .container > ul > li:nth-child(2){padding-bottom:20px}}@media only screen and (min-width:480px){body.products #overview-detail .container > ul > li:nth-child(2),body.products #overview-detail .container > ul > li:nth-child(4),body.services #overview-detail .container > ul > li:nth-child(2),body.services #overview-detail .container > ul > li:nth-child(4),body.mobile-build #overview-detail .container > ul > li:nth-child(2),body.mobile-build #overview-detail .container > ul > li:nth-child(4){padding-right:0}}@media only screen and (min-width:980px){body.products #overview-detail .container > ul > li:nth-child(2),body.products #overview-detail .container > ul > li:nth-child(4),body.services #overview-detail .container > ul > li:nth-child(2),body.services #overview-detail .container > ul > li:nth-child(4),body.mobile-build #overview-detail .container > ul > li:nth-child(2),body.mobile-build #overview-detail .container > ul > li:nth-child(4){padding-right:40px}}body.products #overview-detail .container > ul > li:last-child,body.services #overview-detail .container > ul > li:last-child,body.mobile-build #overview-detail .container > ul > li:last-child{padding-right:0}@media only screen and (min-width:767px){body.products #overview-detail .container > ul > li,body.services #overview-detail .container > ul > li,body.mobile-build #overview-detail .container > ul > li{width:320px;padding:10px 40px 0 20px}}@media only screen and (min-width:980px){body.products #overview-detail .container > ul > li,body.services #overview-detail .container > ul > li,body.mobile-build #overview-detail .container > ul > li{width:212px;padding-left:0}}body.products #overview-detail .container > ul > li h3,body.services #overview-detail .container > ul > li h3,body.mobile-build #overview-detail .container > ul > li h3{color:#000;font:16px gotham_mediumregular;text-transform:uppercase;text-shadow:0 1px 0 #fff;margin:0;text-shadow:none}body.products #overview-detail .container > ul > li > ul,body.services #overview-detail .container > ul > li > ul,body.mobile-build #overview-detail .container > ul > li > ul{list-style-type:disc;font-size:14px;color:#505258;line-height:19px;list-style-type:none;padding:0;margin:0}body.products #overview-detail .container > ul > li > ul li,body.services #overview-detail .container > ul > li > ul li,body.mobile-build #overview-detail .container > ul > li > ul li{margin:0;padding:0;margin-bottom:10px;background:url('/img/details-bullet-82df4c4b.png?1370850275') no-repeat;background-position:0 7px;padding-left:10px}body.products #overview-detail .container > ul > li > ul li h4,body.services #overview-detail .container > ul > li > ul li h4,body.mobile-build #overview-detail .container > ul > li > ul li h4{font-size:14px;margin-bottom:0}body.products #overview-detail .container > ul > li > ul li p,body.services #overview-detail .container > ul > li > ul li p,body.mobile-build #overview-detail .container > ul > li > ul li p{margin:0;font-size:13px;color:#898c98}body.pricing{background:#f8f7ef url('/img/graphbg-2b03e80b.gif?1370850275') repeat}body.pricing #overview-sections{display:none}@media only screen and (min-width:767px){body.pricing #overview-sections{display:block}}body.pricing #pricing-section .container{background:transparent url('/img/products/track-mobile-b70e2a38.png?1370850275') no-repeat center 30px;font-size:.8em;height:984px}@media only screen and (min-width:767px){body.pricing #pricing-section .container{background-image:url('/img/products/track-9f404be3.png?1370850275');background-position:-52px 65px;height:770px;margin-top:0}}@media only screen and (min-width:980px){body.pricing #pricing-section .container{background-position:left 65px;background-size:inherit}}body.pricing #pricing-section article{font-size:16px;text-align:center;padding:0 20px}@media only screen and (min-width:480px){body.pricing #pricing-section article{padding:0 30px;font-size:18px}}@media only screen and (min-width:767px){body.pricing #pricing-section article{text-align:left;font-size:16px;padding:0 20px 0 346px}}@media only screen and (min-width:980px){body.pricing #pricing-section article{padding:0 20px 0 440px}}body.pricing #pricing-section article h3{font:32px gotham_bookregular;text-transform:uppercase;margin:0;display:none}@media only screen and (min-width:767px){body.pricing #pricing-section article h3{display:block}}body.pricing #pricing-section article p{margin-top:0}body.pricing #pricing-section article a{font-family:gotham_mediumregular;text-transform:uppercase}body.pricing #pricing-section article:nth-child(1){padding-top:122px}@media only screen and (min-width:480px){body.pricing #pricing-section article:nth-child(1){padding-top:130px}}@media only screen and (min-width:767px){body.pricing #pricing-section article:nth-child(1){padding-top:60px}}body.pricing #pricing-section article:nth-child(2){padding-top:180px}@media only screen and (min-width:480px){body.pricing #pricing-section article:nth-child(2){padding-top:186px}}@media only screen and (min-width:767px){body.pricing #pricing-section article:nth-child(2){padding-top:58px}}@media only screen and (min-width:980px){body.pricing #pricing-section article:nth-child(2){padding-top:78px}}body.pricing #pricing-section article:nth-child(3){padding-top:148px}@media only screen and (min-width:480px){body.pricing #pricing-section article:nth-child(3){padding-top:172px}}@media only screen and (min-width:767px){body.pricing #pricing-section article:nth-child(3){padding-top:88px}}@media only screen and (min-width:980px){body.pricing #pricing-section article:nth-child(3){padding-top:110px}}body.testimonials #testimonials-section{margin:50px 0}@media only screen and (min-width:767px){body.testimonials #testimonials-section{margin:70px 0}}body.testimonials #testimonials-section h1{font:26px gotham_mediumregular;text-transform:uppercase;text-align:center}@media only screen and (min-width:767px){body.testimonials #testimonials-section h1{font-size:30px}}@media only screen and (min-width:980px){body.testimonials #testimonials-section h1{font-size:36px}}body.testimonials #testimonials-section h4{font:14px gotham_bookregular;text-align:center;line-height:1.4em;width:80%;margin:0 auto 80px}@media only screen and (min-width:767px){body.testimonials #testimonials-section h4{font-size:18px}}body.testimonials #testimonials-section .mb-wrap{position:relative;margin:0 10px}body.testimonials #testimonials-section .mb-wrap p{margin:0;padding:0}body.testimonials #testimonials-section .mb-wrap blockquote{margin:0;position:relative;background:#fff;padding:30px;border-radius:5px;box-shadow:inset 0 2px 0 #eeeeee,-5px -4px 25px rgba(0,0,0,0.3)}body.testimonials #testimonials-section .mb-wrap blockquote:after,body.testimonials #testimonials-section .mb-wrap blockquote:before{top:100%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}body.testimonials #testimonials-section .mb-wrap blockquote:before{border-top-color:rgba(0,0,0,0.01);border-width:11px;left:65%;margin-left:-11px}body.testimonials #testimonials-section .mb-wrap blockquote:after{border-top-color:#ffffff;border-width:10px;left:65%;margin-left:-10px}body.testimonials #testimonials-section .mb-wrap blockquote p{font-size:16px;line-height:1.4em;text-indent:100px;position:relative}body.testimonials #testimonials-section .mb-wrap blockquote p:before{content:'\201C';font-family:serif;font-style:normal;font-weight:700;position:absolute;font-size:175px;top:0;left:-105px;color:#f36050;text-shadow:7px 14px 10px rgba(0,0,0,0.1)}body.testimonials #testimonials-section .mb-wrap cite{font-style:normal}body.testimonials #testimonials-section .mb-wrap cite a{font-family:serif;font-weight:700;font-style:italic;color:#fff;text-shadow:0 1px 1px rgba(0,0,0,0.3)}body.testimonials #testimonials-section .mb-wrap cite a:hover{color:#bc93c8;text-shadow:0 1px 1px rgba(255,255,255,0.7)}body.testimonials #testimonials-section .mb-wrap .mb-attribution{text-align:right;padding:20px 100px 20px 20px;position:relative}body.testimonials #testimonials-section .mb-wrap .mb-attribution .mb-author{font-size:14px;color:#777;text-shadow:0 1px 1px rgba(255,255,255,0.7)}body.testimonials #testimonials-section .mb-wrap .mb-attribution cite{font-weight:700}body.testimonials #testimonials-section .mb-wrap .mb-thumb{display:block;width:70px;height:70px;border:5px solid #fff;border-radius:50%;background:white url('/img/logos/anon-a16f6905.jpg?1370850275') no-repeat center center;background-size:100%;position:absolute;right:10px;bottom:5px;box-shadow:inset 1px 1px 4px rgba(0,0,0,0.5),0 2px 3px rgba(0,0,0,0.6)}body.testimonials #testimonials-section .mb-wrap#testimonial-gjigan .mb-thumb{background-image:url('/img/logos/gjigan-707ab841.png?1370850275');background-position:center center;background-size:100%}body.testimonials #testimonials-section .mb-wrap#testimonial-hcri .mb-thumb{background-image:url('/img/logos/hcri-41eebdef.png?1370850275');background-position:center center;background-size:100%}body.testimonials #testimonials-section .mb-wrap#testimonial-coke .mb-thumb{background-image:url('/img/logos/coke-c0f74de0.png?1370850275');background-position:left center;background-size:200%}body.testimonials #testimonials-section .mb-wrap#testimonial-gift .mb-thumb{background-image:url('/img/logos/gift-38b576f6.png?1370850275');background-position:center center}body.testimonials #testimonials-section .mb-wrap#testimonial-i360 .mb-thumb{background-image:url('/img/logos/i360views-d417f07f.png?1370850275');background-position:center center;background-size:150%}body.testimonials #testimonials-section .mb-wrap#testimonial-ndtech .mb-thumb{background-image:url('/img/logos/ndtech-97094924.png?1370850275');background-position:center center;background-size:100%}body.testimonials #testimonials-section ul{list-style:none;margin:0;padding:0;margin:40px 0 30px}body.testimonials #testimonials-section ul li{margin-bottom:40px}body.testimonials #testimonials-section ul li:last-child{margin-bottom:0}@media only screen and (min-width:767px){body.testimonials #testimonials-section ul li{float:left;width:48%;margin-bottom:15px}}@media only screen and (min-width:980px){body.testimonials #testimonials-section ul li{width:46%}}body.testimonials #testimonials-section ul li h2{font:20px gotham_mediumregular;text-transform:uppercase;color:#f36050}body.testimonials #testimonials-section ul li p{color:#3e3e3e}@media only screen and (min-width:767px){body.testimonials #testimonials-section ul li:nth-child(odd){padding-right:10px}}@media only screen and (min-width:980px){body.testimonials #testimonials-section ul li:nth-child(odd){padding-right:55px}}@media only screen and (min-width:767px){body.testimonials #testimonials-section ul li:nth-child(even){padding-left:10px}}@media only screen and (min-width:980px){body.testimonials #testimonials-section ul li:nth-child(even){padding-left:20px}}body.mobile-build header{background:#666666 url('/img/bgcloth-66b6fbca.png?1370850275') repeat;font-size:.8em;padding:20px 0}body.mobile-build header .container > .clearfix{margin:0 auto;display:table}@media only screen and (max-width:320px){body.mobile-build header .container > .clearfix img{display:none}}body.mobile-build header .container > .clearfix > div{float:left;margin-left:20px}@media only screen and (min-width:480px){body.mobile-build header .container > .clearfix > div{margin-left:10px}}body.mobile-build header .container > .clearfix > div h1{color:#f8f7ef;font:30px gotham_bookregular;text-transform:uppercase;padding:0;margin:0}@media only screen and (min-width:767px){body.mobile-build header .container > .clearfix > div h1{font-size:52px}}body.mobile-build header .container > .clearfix > div h2{color:#f8f7ef;margin:0;font-size:14px}@media only screen and (min-width:480px){body.mobile-build header .container > .clearfix > div h2{width:370px}}@media only screen and (min-width:767px){body.mobile-build header .container > .clearfix > div h2{font-size:18px;width:inherit}}body.mobile-build section#mb-overview > .container{margin:40px auto}@media only screen and (max-width:767px){body.mobile-build section#mb-overview > .container > div{padding:0 10px}}@media only screen and (min-width:767px){body.mobile-build section#mb-overview > .container > div{float:left;padding:0 10px}}@media only screen and (min-width:980px){body.mobile-build section#mb-overview > .container > div{padding:0}}@media only screen and (max-width:767px){body.mobile-build section#mb-overview > .container > div:first-child img{display:none}}@media only screen and (min-width:767px){body.mobile-build section#mb-overview > .container > div:first-child{width:260px}}@media only screen and (min-width:980px){body.mobile-build section#mb-overview > .container > div:first-child{width:460px}}@media only screen and (min-width:767px){body.mobile-build section#mb-overview > .container > div:last-child{width:460px}}@media only screen and (min-width:980px){body.mobile-build section#mb-overview > .container > div:last-child{width:520px}}body.mobile-build section#mb-overview > .container > div:last-child article{margin-bottom:80px}@media only screen and (max-width:480px){body.mobile-build section#mb-overview > .container > div:last-child article{margin-bottom:50px}}body.mobile-build section#mb-overview > .container > div:last-child article:last-child{margin-bottom:30px}body.mobile-build section#mb-overview > .container > div:last-child article h3{color:#f36050;font:22px gotham_bookregular;margin:0 0 26px;text-shadow:1px 1px 3px #BBB;text-transform:uppercase;border-bottom:3px solid #CCC;padding-bottom:10px}@media only screen and (min-width:480px){body.mobile-build section#mb-overview > .container > div:last-child article h3{margin:0}}@media only screen and (min-width:767px){body.mobile-build section#mb-overview > .container > div:last-child article h3{font-size:32px}}@media only screen and (min-width:980px){body.mobile-build section#mb-overview > .container > div:last-child article h3{margin:0 0 26px}}body.mobile-build section#mb-overview > .container > div:last-child article p{margin-bottom:5px}body.mobile-build section#mb-overview > .container > div:last-child article ul{list-style:none;margin:0;padding:0}@media only screen and (min-width:480px){body.mobile-build section#mb-overview > .container > div:last-child article ul li{float:left;width:210px}}@media only screen and (min-width:980px){body.mobile-build section#mb-overview > .container > div:last-child article ul li{width:240px}}@media only screen and (min-width:480px){body.mobile-build section#mb-overview > .container > div:last-child article ul li:nth-child(odd){margin-right:40px}}body.mobile-build section#mb-overview > .container > div:last-child article ul li h4{font:16px gotham_mediumregular;margin-bottom:0}body.mobile-build section#mb-overview > .container > div:last-child article ul li p{font-size:14px;margin:10px 0 0 0}body.enterprise header{background:#666666 url('/img/bgcloth-66b6fbca.png?1370850275') repeat;font-size:.8em;padding:20px 0}body.enterprise header .container > .clearfix{margin:0 auto;display:table}@media only screen and (max-width:320px){body.enterprise header .container > .clearfix img{display:none}}body.enterprise header .container > .clearfix > div{float:left;margin-left:20px}@media only screen and (min-width:480px){body.enterprise header .container > .clearfix > div{margin-left:10px}}body.enterprise header .container > .clearfix > div h1{color:#f8f7ef;font:30px gotham_bookregular;text-transform:uppercase;padding:0;margin:0}@media only screen and (min-width:767px){body.enterprise header .container > .clearfix > div h1{font-size:52px}}body.enterprise header .container > .clearfix > div h2{color:#f8f7ef;margin:0;font-size:14px}@media only screen and (min-width:480px){body.enterprise header .container > .clearfix > div h2{width:370px}}@media only screen and (min-width:767px){body.enterprise header .container > .clearfix > div h2{font-size:18px;width:inherit}}body.training_videos #content-body aside h4{margin:20px 0 10px 20px;text-transform:uppercase;font-family:gotham_bookregular}body.training_videos #content-body article > section{margin-bottom:30px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:1px solid #eee;-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);box-shadow:0 1px 3px rgba(0,0,0,0.1);padding-bottom:40px;background-color:#E9E8E4;padding:20px}body.training_videos #content-body article > section .video-thumb{float:left}body.training_videos #content-body article > section .video-references{float:left;margin-left:25px}body.training_videos #content-body article > section .video-references h4{float:left;font-size:12px;text-transform:uppercase;color:#777;margin:5px;width:115px}body.training_videos #content-body article > section .video-references ul{list-style:none;margin:0;padding:0;float:left;margin:0}body.training_videos #content-body article > section .video-references ul a{font-size:14px}body.training_videos #content-body article > section h3{background:url('/img/video-icon-1ab75261.png?1370850275') no-repeat left top;background-size:26px 26px;font-family:gotham_mediumregular;text-transform:uppercase;padding-left:34px;margin:0}body.training_videos #content-body article > section p{font-size:15px;margin:6px 0 0 34px}body.training_videos #content-body article > section > div{margin:20px 0 0 30px}body.developers{}body.developers .docs aside{float:left;width:300px;margin:5px 20px 50px 10px;font-size:13px}body.developers .docs aside.affix{position:fixed !important;top:25px}body.developers .docs aside form{margin:0 0 30px}body.developers .docs aside form input{font-size:12px;display:inline-block;*display:inline;*zoom:1;margin-bottom:0;vertical-align:middle;margin-bottom:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-border-radius:14px 0 0 14px;-moz-border-radius:14px 0 0 14px;border-radius:14px 0 0 14px;padding:4px 9px;width:180px}body.developers .docs aside form input:focus{border-color:rgba(82,168,236,0.8);outline:0;outline:thin dotted \9;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6)}body.developers .docs aside form button{-webkit-border-radius:0 14px 14px 0;-moz-border-radius:0 14px 14px 0;border-radius:0 14px 14px 0;margin-left:-4px;font-size:12px;padding:4px 12px 4px 9px}body.developers .docs aside #search-content{position:absolute;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;background-color:white;border:1px solid rgba(0,0,0,0.2);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);-webkit-background-clip:padding-box;-moz-background-clip:padding-box;background-clip:padding-box;max-height:360px;overflow-x:hidden;overflow-y:scroll}body.developers .docs aside #search-content:before{position:absolute;top:-7px;left:9px;display:inline-block;border-right:7px solid transparent;border-bottom:7px solid #CCC;border-left:7px solid transparent;border-bottom-color:rgba(0,0,0,0.2);content:''}body.developers .docs aside #search-content:after{position:absolute;top:-6px;left:10px;display:inline-block;border-right:6px solid transparent;border-bottom:6px solid white;border-left:6px solid transparent;content:''}body.developers .docs aside #search-content a,body.developers .docs aside #search-content li > span{display:block;padding:5px 20px;clear:both;font-weight:400;line-height:20px;color:#333;white-space:nowrap}body.developers .docs aside #search-content a:hover{color:#FFFFFF;text-decoration:none;background-color:#0081c2;background-image:-moz-linear-gradient(top,#0088cc,#0077b3);background-image:-webkit-gradient(linear,0 0,0 100%,from(#0088cc),to(#0077b3));background-image:-webkit-linear-gradient(top,#0088cc,#0077b3);background-image:-o-linear-gradient(top,#0088cc,#0077b3);background-image:linear-gradient(to bottom,#0088cc,#0077b3);background-repeat:repeat-x;outline:0;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0077b3',GradientType=0)}body.developers .docs aside #search-content a:hover em{background-color:inherit}body.developers .docs aside #search-content a:hover small{color:#f7f7f7}body.developers .docs aside #search-content a em{background-color:paleGoldenrod;font-style:normal}body.developers .docs aside #search-content a small{display:block;font-size:11px;color:#999}body.developers .docs aside #tree{overflow-x:auto}body.developers .docs aside #tree ol{list-style:none;margin:0;padding:0}body.developers .docs aside #tree ol > li > a{margin-left:16px}body.developers .docs aside #tree li{padding:2px 0}body.developers .docs aside #tree li.checked > a{color:#f36050 !important}body.developers .docs aside #tree li a{color:#000}body.developers .docs aside #tree li a.active{color:#f36050}body.developers .docs aside #tree li a:hover{color:#f36050}body.developers .docs aside #tree li > div span{background:url('/img/tree/plus-128b8d24.png?1370850275') no-repeat 0 2px;cursor:pointer;display:block;text-indent:-9999px;float:left;width:16px}body.developers .docs aside #tree li ol{display:none;margin:2px 0 6px 14px}body.developers .docs aside #tree li ol li > a{margin-left:16px}body.developers .docs aside #tree li.checked{opacity:1 !important}body.developers .docs aside #tree li.checked > div span{background-image:url('/img/tree/minus-1145b2d5.png?1370850275')}body.developers .docs aside #tree li.checked > div a{color:#f36050 !important}body.developers .docs aside #tree li.checked > ol{display:inline-block}body.developers .docs aside #tree li.expanded > div span{background-image:url('/img/tree/minus-1145b2d5.png?1370850275')}body.developers .docs aside #tree li.expanded > ol{display:inline-block}body.developers.full-screen > .main,body.developers.full-screen > .sub,body.developers.full-screen > #price-banner,body.developers.full-screen > footer{display:none}body.developers.full-screen > .container{width:100%}body.developers.full-screen > .container header{margin-left:365px}body.developers.full-screen > .container header #breadcrumbs{margin-bottom:30px}body.developers.full-screen > .container aside{margin:0 20px 50px 25px;position:fixed;top:22px;height:100%}body.developers.full-screen > .container aside form{margin-bottom:35px}body.developers.full-screen > .container article{margin-left:340px;border-left:3px solid #CCC;padding-left:30px}body.developers .docs header{margin:20px 0 0 90px;overflow:hidden}body.developers .docs header #breadcrumbs{float:left;width:835px}body.developers .docs header #full-screen{float:left;background:url('/img/fullscreen-857741a9.png?1370850275') no-repeat;width:37px;height:35px;text-indent:-9999px;cursor:pointer}body.developers .docs article{margin:0 10px 80px 335px;min-height:500px}body.developers .docs article h1{font:30px gotham_mediumregular;margin:0 0 35px;border-bottom:3px solid #ccc;padding-bottom:8px}body.developers .docs article h2{font:1.3em gotham_mediumregular;margin:4em 0 2em;border-bottom:1px solid #ddd;padding-bottom:10px}body.developers .docs article h3{font:1.2em gotham_bookregular;margin:3em 0 1.4em}body.developers .docs article img:not(.fancybox-image){vertical-align:middle;display:inline-block;padding:4px;background-color:#fff;border:1px solid #ccc;-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);box-shadow:0 1px 3px rgba(0,0,0,0.1);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;max-width:97%;margin:10px 0}body.developers .docs article ol > li{margin:12px 0}body.developers .docs article ul > li{margin:4px 0}body.developers .docs article code{color:#777;font-size:14px}body.developers .docs article table{width:100%;margin-bottom:20px;max-width:100%;background-color:transparent;border-collapse:collapse;border-spacing:0}body.developers .docs article table tbody tr:nth-child(odd) td,body.developers .docs article table tbody tr:nth-child(odd) th{background-color:#EFEDE7}body.developers .docs article table th,body.developers .docs article table td{padding:8px;line-height:20px;text-align:left;vertical-align:top;border-top:1px solid #dddddd}body.developers .docs article #pagination{margin-top:70px;border-top:1px solid #CCC;padding-top:20px}body.developers .docs article #pagination a.fright{float:right}body.developers .pricing-cap{display:block;width:164px;height:66px;background:url('/img/products/cheat-sheet/pricing_caps-0bd24695.png?1370850275') no-repeat scroll 0 0 transparent}body.developers .pricing-cap.orange{background-position:0 -66px}body.developers .pricing-cap.green{background-position:0 -132px}body.developers .pricing-cap.blue{background-position:0 -198px}body.developers .pricing-cap.purple{background-position:0 -264px}body.developers .pricing-cap h3{color:#FFFFFF}body.developers #cheatsheet{background-color:#EFEDE7;border:1px solid #DDD;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:1px 1px 3px #dddddd;-moz-box-shadow:1px 1px 3px #dddddd;box-shadow:1px 1px 3px #dddddd}body.developers .pkg ul{list-style:none outside none;clear:both}body.developers .pkg ul.large li.divided strong,body.developers .pkg ul.large li b,body.developers .tooltip b{font-weight:400}body.developers .pkg .button,body.developers .tooltip{font-weight:300}body.developers .pkg{min-height:100px;position:relative;width:164px;padding:0 14px 12px;float:left}body.developers .pkg .middle,body.developers .pkg .top,body.developers .pkg .bottom{width:184px;position:absolute}body.developers .pkg .middle{top:12px;bottom:12px;z-index:-1}body.developers .pkg .top,body.developers .pkg .bottom{height:12px;top:0;background-position:-184px -8px}body.developers .pkg .bottom{top:auto;bottom:0;background-position:-368px -18px}body.developers .pkg h3{font-size:20px;text-align:center;padding:12px 10px;text-transform:uppercase}body.developers .pkg h4{font-size:20px;text-align:center;padding:8px 5px;color:#ffffff;margin:25px 0;line-height:1.1em}body.developers .pkg hr{background-color:#b858fc;border:none;height:10px;background-position:-562px 0;margin:0}body.developers .pkg ul li{border-bottom:1px solid #ccc;padding:12px 12px;position:relative;font-size:13px;overflow:hidden}body.developers .pkg ul.large li{padding-left:82px;line-height:1.2em}body.developers .pkg ul.large li b{position:absolute;left:10px;font-size:22px;line-height:50px;top:0;width:65px;text-align:center}body.developers .pkg ul.large li.long{padding-top:15px;padding-bottom:17px}body.developers .pkg ul.large li.divided{height:42px;padding:10px 7px 12px;font-size:13px;text-align:center}body.developers .pkg ul.large li.divided strong{font-size:22px;display:block;padding-top:1px}body.developers .pkg ul.large li.divided strong.long{font-size:22px}body.developers .pkg ul.cheat li{margin-left:0 !important;padding-left:82px;line-height:2px}body.developers .pkg ul.cheat li b{position:absolute;left:10px;font-size:22px;line-height:50px;top:0;width:65px;text-align:center}body.developers .pkg ul.cheat li.long{padding-top:15px;padding-bottom:17px}body.developers .pkg ul.cheat li.divided{padding:9px 7px;font:12px monospace;text-align:center}body.developers .pkg ul.cheat li.divided strong{font:11px museo_sans_rounded_300regular;display:block;padding-top:0;margin:0;font-weight:700;text-transform:uppercase}body.developers .pkg ul.cheat li.divided strong.long{font-size:22px}body.developers .pkg ul.details li{padding:13px 4px 13px 36px}body.developers .pkg ul.details{background-position:-245px -42px;background-repeat:no-repeat}body.developers .pkg .price{text-align:center;height:50px;padding:0 11px 10px;border-bottom:1px solid #bbb}body.developers .pkg .price h3{padding-bottom:4px;text-transform:capitalize;font-size:13px;font-weight:700}body.developers .pkg .price span{font-size:12px}body.developers .pkg .buy{padding:10px;text-align:center}body.developers .pkg .button{height:30px;width:142px;display:block;background-position:-746px 0;background-color:#b858fc;text-shadow:0 -1px #999;color:#fff;font-size:16px;text-transform:uppercase;line-height:30px;margin-top:8px}body.developers .pkg .button:hover{background-color:#a54fe3;text-decoration:none}body.developers .pkg.corporate .button,body.developers .pkg.corporate hr{background-color:#58b8fc}body.developers .pkg.corporate .button:hover{background-color:#4fa5e3}body.developers .pkg.pro .button,body.developers .pkg.pro hr{background-color:#81fc58}body.developers .pkg.pro .button:hover{background-color:#74e34f}body.developers .pkg.starter .button,body.developers .pkg.starter hr{background-color:#f5de49}body.developers .pkg.starter .button:hover{background-color:#edd642}body.developers .pkg.basic .button,body.developers .pkg.basic hr{background-color:#fc8158}body.developers .pkg.basic .button:hover{background-color:#e57650}body.developers .pkg ul li.unavailable{color:#ccc}body.developers .pkg ul li.unavailable:hover{background:#fff}body.developers .pkg ul{padding:0;margin:0}body.developers .foot-note{width:97%;line-height:1.5;margin-bottom:30px}body.developers .foot-note a{color:#666;text-decoration:underline}body.developers .pkg li.no-border{border-bottom:none;height:36px;padding-top:10px}body.developers .pkg li.no-border a{color:#666;text-decoration:underline;font-size:15px;display:block;padding-top:6px}body.developers .pkg li.no-border a:hover{color:#888}body.developers .tooltip{position:absolute;left:410px;top:40px;width:275px;z-index:9;left:0;background-color:#333;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:1px 1px 12px #444444;-moz-box-shadow:1px 1px 12px #444444;box-shadow:1px 1px 12px #444444}body.developers .tooltip .inner{padding:14px 32px 14px 14px;color:#fff;font-size:13px;line-height:16px}body.developers .tooltip b{font-size:15px;display:block;padding-bottom:8px}body.developers #breadcrumbs{margin:0 0 40px;padding:0;float:left;display:block;overflow:hidden;width:99%;padding:8px;font-size:13px}body.developers #breadcrumbs ul{margin:0;padding:0;height:21px;display:block}body.developers #breadcrumbs ul li{display:block;float:left;position:relative;height:21px;overflow:hidden;line-height:21px;margin:0 6px 0 0;padding:0 10px 0 0;font-size:.9167em;background:url('/img/breadcrumbs/chevron-528bd45f.gif?1370850275') no-repeat 100% 0}body.developers #breadcrumbs ul li div.chevronOverlay{position:absolute;right:0;top:0;z-index:2}body.developers #breadcrumbs ul li span{display:block;overflow:hidden}body.developers #breadcrumbs ul li a{display:block;position:relative;height:21px;line-height:21px;overflow:hidden;float:left}body.developers #breadcrumbs ul li:first-child a{height:16px !important;text-indent:-1000em;width:16px;padding:0;margin-top:2px;overflow:hidden;background:url('/img/breadcrumbs/icon_home-1ab5207f.gif?1370850275') no-repeat 0 0}body.developers #breadcrumbs ul li:first-child a:hover{background-position:0 -16px}body.developers #breadcrumbs ul li:last-child{background:none;margin-right:0;padding-right:0}body.developers .chevronOverlay{display:none;background:url('/img/breadcrumbs/chevron_overlay-5be72bed.png?1370850275') no-repeat 100% 0;width:13px;height:20px}body.developers #developers-section{margin:60px 0}body.developers #developers-section h1{font:26px gotham_mediumregular;text-transform:uppercase;text-align:center}@media only screen and (min-width:767px){body.developers #developers-section h1{font-size:30px}}@media only screen and (min-width:980px){body.developers #developers-section h1{font-size:36px}}body.developers #developers-section h4{font:14px gotham_bookregular;text-align:center;line-height:1.4em;width:80%;margin:0 auto}@media only screen and (min-width:767px){body.developers #developers-section h4{font-size:18px}}body.developers #developers-section hr{margin:2em}body.developers #developers-section ul{list-style:none;margin:0;padding:0}@media only screen and (min-width:767px){body.developers #developers-section ul{float:left;width:50%}}body.developers #developers-section ul li{margin:0 30px 40px}body.developers #developers-section ul li:first-child{font:26px gotham_thinregular;text-transform:uppercase;margin-top:20px}body.developers #developers-section ul li a:hover h2{text-decoration:underline}body.developers #developers-section ul li h2{font:20px gotham_mediumregular;text-transform:uppercase}body.developers #developers-section ul li p{color:#3e3e3e}footer{color:#eeeee9}footer section:first-child{background:#3e3e3e url('/img/bgcloth-66b6fbca.png?1370850275') repeat;padding:40px 5px;font-size:13px}@media only screen and (min-width:767px){footer section:first-child{padding:40px 20px}}@media only screen and (max-width:980px){footer section:first-child .container.clearfix:before,footer section:first-child .container.clearfix:after{content:none;display:inherit}}footer section:first-child ul{list-style:none;margin:0;padding:0}footer section:first-child > div > ul > li{display:inline-block}footer section:first-child > div > ul > li > ul > li a{color:#BBB;margin:8px;display:block}@media only screen and (min-width:767px){footer section:first-child > div > ul > li > ul > li a{margin:8px 50px 8px 0}}@media only screen and (min-width:980px){footer section:first-child > div ul{float:left}}footer section:first-child > div #webinars #webinars-inner{border-top:1px solid #666;border-bottom:1px solid #666;margin:20px 4px;padding:10px 4px;text-align:center;font-size:1.1em}@media only screen and (min-width:480px){footer section:first-child > div #webinars #webinars-inner{border-bottom:none;margin:30px 4px 0;padding-top:20px}}@media only screen and (min-width:980px){footer section:first-child > div #webinars #webinars-inner{border:none;float:left;margin:0 0 0 20px;padding:0;text-align:left;font-size:1em}}footer section:first-child > div #webinars #webinars-inner div > p{color:#BBB;margin:0;padding:0}footer section:first-child > div #webinars #webinars-inner div > p a{margin:0 4px}footer section:first-child > div #webinars #webinars-inner div > p span.title{font-size:15px;padding:14px 0 4px;color:#FFF}footer section:first-child > div #webinars #webinars-inner div > p span{display:block}@media only screen and (min-width:767px){footer section:first-child > div #webinars #webinars-inner div > p{float:left;width:50%;font-size:1.15em}}@media only screen and (min-width:980px){footer section:first-child > div #webinars #webinars-inner div > p{float:none;width:inherit;font-size:1em;margin-bottom:0}footer section:first-child > div #webinars #webinars-inner div > p:last-child{margin-top:3px}footer section:first-child > div #webinars #webinars-inner div > p span:last-child{margin-left:10px;display:inline}}footer section:first-child > div #webinars #webinars-inner h3{font-size:1.3em;margin-bottom:24px}@media only screen and (min-width:767px){footer section:first-child > div #webinars #webinars-inner h3{font-size:1.8em}}@media only screen and (min-width:980px){footer section:first-child > div #webinars #webinars-inner h3{font-size:1.7em;margin:0 0 10px}}footer section:first-child > div #social-icons{font-size:0;list-style:none}@media only screen and (min-width:480px){footer section:first-child > div #social-icons{float:right;position:relative;top:-505px}}@media only screen and (min-width:767px){footer section:first-child > div #social-icons{top:-460px}}@media only screen and (min-width:980px){footer section:first-child > div #social-icons{top:-10px}}footer section:first-child > div #social-icons li{display:inline-block;margin:15px 12px 0}@media only screen and (min-width:480px){footer section:first-child > div #social-icons li{display:block}}footer section:first-child > div #social-icons li a{background:url('/img/social-9894af0f.gif?1370850275') no-repeat 0 0;text-indent:-9999px;margin:0}footer section:first-child > div #social-icons li a:hover span{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);transform:rotate(360deg)}footer section:first-child > div #social-icons li a span{background:url('/img/social-9894af0f.gif?1370850275') no-repeat 0 0;display:block;width:50px;height:51px;position:relative;z-index:10;-webkit-transition:-webkit-transform .4s ease-out;-moz-transition:-moz-transform .4s ease-out;transition:transform .4s ease-out}footer section:first-child > div #social-icons li:nth-child(2) a,footer section:first-child > div #social-icons li:nth-child(2) a span{background-position:-71px 0}footer section:first-child > div #social-icons li:nth-child(3) a,footer section:first-child > div #social-icons li:nth-child(3) a span{background-position:-143px 0}footer section:first-child > div #social-icons li:nth-child(4) a,footer section:first-child > div #social-icons li:nth-child(4) a span{background-position:-213px 0}@media only screen and (min-width:480px){footer section:first-child > div #social-icons li:nth-child(1){float:left;margin-left:76px}footer section:first-child > div #social-icons li:nth-child(3){float:left;margin-left:76px;margin-top:5px}footer section:first-child > div #social-icons li:nth-child(4){margin-top:5px}}footer section:last-child{background-color:#f36050;font-size:12px;padding:14px 4px;text-align:center}@media only screen and (min-width:480px){footer section:last-child{text-align:left}}@media only screen and (min-width:767px){footer section:last-child{padding:24px 40px}}footer section:last-child a{color:#f8f7ef}@media only screen and (min-width:980px){footer section:last-child .container > div{float:right;margin-right:30px}}.fancybox-inner > #webinars-inner{width:500px;text-align:center}.fancybox-inner > #webinars-inner h3{font:1.6em gotham_mediumregular;margin:24px 0 24px;text-transform:uppercase}.fancybox-inner > #webinars-inner > div > p{margin:6px;font-weight:700}.fancybox-inner > #webinars-inner > div > p span{margin-left:15px}.fancybox-inner > #webinars-inner > p{margin:22px 0}@media only screen and (max-width:980px){#content-body{font-size:.95em}}#content-body > h1{font-family:'gotham_mediumregular';font-size:26px;text-transform:uppercase;border-bottom:3px solid #CCC;margin:15px 10px 25px;text-align:center}@media only screen and (min-width:767px){#content-body > h1{padding:0 0 8px 250px;margin:35px 0 25px;text-align:left}}@media only screen and (min-width:980px){#content-body > h1{padding:0 0 8px 300px}}#content-body > h1.no-border{border:none;padding-bottom:0}#content-body > div{margin:0 10px 40px}@media only screen and (min-width:767px){#content-body > div{margin:0 0 40px}}#content-body > div > article > h2{margin:3em 0 .83em}#content-body > div > article > h2:first-child{margin-top:1em}#content-body > div > article > h3{margin:3em 0 1em}@media only screen and (max-width:767px){#content-body > div aside{display:none;background-color:#0e0e0e;position:relative;top:-28px;padding:11px 1px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 1px 10px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 10px rgba(0,0,0,0.1);box-shadow:0 1px 10px rgba(0,0,0,0.1);background-color:#1b1b1b;background-image:-moz-linear-gradient(top,#222222,#111111);background-image:-webkit-gradient(linear,0 0,0 100%,from(#222222),to(#111111));background-image:-webkit-linear-gradient(top,#222222,#111111);background-image:-o-linear-gradient(top,#222222,#111111);background-image:linear-gradient(to bottom,#222222,#111111);background-repeat:repeat-x;border-color:#252525;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222',endColorstr='#ff111111',GradientType=0)}#content-body > div aside ul{list-style:none;margin:0;padding:0}#content-body > div aside ul li{line-height:20px}#content-body > div aside ul li.active a{background-color:#111111;color:#CCC}#content-body > div aside ul li:hover a{background-color:#111111}#content-body > div aside ul li a{padding:3px 15px;font-family:museo_sans_rounded_700regular;color:#777777;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;text-shadow:0 -1px 0 rgba(0,0,0,0.25);display:block}#content-body > div aside ul li a:hover{background-color:#111111}}@media only screen and (min-width:767px){#content-body > div > aside{display:block;float:left;width:200px;color:#666;margin-top:10px}#content-body > div > aside ul{margin:0 45px 0 0}#content-body > div > aside ul li.active a{color:#666}#content-body > div > article{float:left;width:550px}}@media only screen and (min-width:980px){#content-body > div > aside{width:300px}#content-body > div > article{width:680px}}#content-body .btn-navbar{color:#ffffff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#0e0e0e;background-image:-moz-linear-gradient(top,#151515,#040404);background-image:-webkit-gradient(linear,0 0,0 100%,from(#151515),to(#040404));background-image:-webkit-linear-gradient(top,#151515,#040404);background-image:-o-linear-gradient(top,#151515,#040404);background-image:linear-gradient(to bottom,#151515,#040404);background-repeat:repeat-x;border-color:#040404 #040404 #000000;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515',endColorstr='#ff040404',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);float:left;padding:6px;margin-right:5px;margin-left:5px;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.075);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.075);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.075)}@media only screen and (min-width:767px){#content-body .btn-navbar{display:none}}#content-body .btn-navbar .icon-bar{display:block;width:18px;height:3px;background-color:#f5f5f5;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;-webkit-box-shadow:0 1px 0 rgba(0,0,0,0.25);-moz-box-shadow:0 1px 0 rgba(0,0,0,0.25);box-shadow:0 1px 0 rgba(0,0,0,0.25)}#content-body .btn,#content-body .btn-group{margin-top:5px}.btn{display:inline-block;padding:4px 12px;margin-bottom:0;font-size:14px;line-height:20px;color:#333333;text-align:center;text-shadow:0 1px 1px rgba(255,255,255,0.75);vertical-align:middle;cursor:pointer;background-color:#f5f5f5;background-image:-moz-linear-gradient(top,white,#e6e6e6);background-image:-webkit-gradient(linear,0 0,0 100%,from(white),to(#e6e6e6));background-image:-webkit-linear-gradient(top,white,#e6e6e6);background-image:-o-linear-gradient(top,white,#e6e6e6);background-image:linear-gradient(to bottom,#ffffff,#e6e6e6);background-repeat:repeat-x;border:1px solid #bbbbbb;border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);border-bottom-color:#a2a2a2;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)}button{font-size:14px;font-weight:400;line-height:20px;margin:0}[class^="icon-"],[class*=" icon-"]{display:inline-block;width:14px;height:14px;margin-top:1px;line-height:14px;vertical-align:text-top;background-position:14px 14px;background-repeat:no-repeat}body.home #price-banner{border-top:none}.bar{background-color:#f8f7ef;color:#777;font:14px gotham_lightregular;border-top:1px solid #DDD;-webkit-box-shadow:1px 1px 3px #cccccc;-moz-box-shadow:1px 1px 3px #cccccc;box-shadow:1px 1px 3px #cccccc}#price-banner{background-color:#f8f7ef;text-transform:uppercase;text-align:center;color:#777;font:14px gotham_lightregular;border-top:1px solid #DDD;-webkit-box-shadow:1px 1px 3px #cccccc;-moz-box-shadow:1px 1px 3px #cccccc;box-shadow:1px 1px 3px #cccccc}@media only screen and (min-width:767px){#price-banner{font-size:16px}}#price-banner #used-by-coke{height:84px;padding:0;margin:0;background:transparent url('/img/logos/coke-019ad8af.gif?1370850275') no-repeat center top}@media only screen and (max-width:320px){#price-banner #used-by-coke{background-size:87%}}@media only screen and (min-width:480px){#price-banner #used-by-coke{height:96px}}@media only screen and (min-width:767px){#price-banner #used-by-coke{width:231px;height:61px;background-size:87%;background-position:center 4px}}@media only screen and (min-width:980px){#price-banner #used-by-coke{width:330px;height:103px;background-position:center 16px}}#price-banner #used-by-coke a{display:block;position:relative;top:60px;text-align:right;margin-right:22px;font-family:gotham_mediumregular;text-transform:lowercase;font-size:12px}@media only screen and (min-width:480px){#price-banner #used-by-coke a{top:72px;margin-right:74px}}@media only screen and (min-width:767px){#price-banner #used-by-coke a{top:44px;margin-right:18px;font-family:gotham_bookregular}}@media only screen and (min-width:980px){#price-banner #used-by-coke a{top:76px;margin-right:29px;ont-family:gotham_mediumregular}}@media only screen and (min-width:767px){#price-banner .container > div{float:left}}@media only screen and (min-width:980px){#price-banner .container > div{width:33%;font:20px gotham_mediumregular}}#price-banner .container > div p{margin:0;padding:0;line-height:1.1em}#price-banner .container > div:first-child{padding-top:0}@media only screen and (min-width:767px){#price-banner .container > div:first-child{padding:5px 10px 0}}@media only screen and (min-width:980px){#price-banner .container > div:first-child{padding:20px 0 0 0}}#price-banner .container > div:first-child span{font-size:39px;position:relative;top:5px;color:#f36050}#price-banner .container > div:nth-child(2) a{margin:10px 0;background-color:#f36050;font-size:30px;display:block;color:#f8f7ef;padding:5px 0}#price-banner .container > div:nth-child(2) a:hover{color:#000}@media only screen and (min-width:767px){#price-banner .container > div:nth-child(2) a{padding:5px 20px;margin:0;font-size:28px}}@media only screen and (min-width:980px){#price-banner .container > div:nth-child(2) a{padding:26px 20px}}#price-banner .container > div:nth-child(2) a p:last-child{font-size:20px}@media only screen and (min-width:767px){#price-banner .container > div:nth-child(2) a p:last-child{font-size:18px}}#price-banner .container > div:nth-child(2) a p:last-child span:not(.trial-period){font-size:14px;position:relative;top:-2px}@media only screen and (min-width:767px){#price-banner .container > div:nth-child(2) a p:last-child span:not(.trial-period){font-size:12px}}#price-banner .container > div.inverse a{background-color:#f8f7ef;color:#f36050}#price-banner .container > div:last-child{padding-bottom:10px}@media only screen and (min-width:767px){#price-banner .container > div:last-child{padding:23px 6px 0;font-size:14px}}@media only screen and (min-width:980px){#price-banner .container > div:last-child{padding:40px 0 0 0;font:18px gotham_bookregular}}@media only screen and (min-width:767px){#price-banner .container > div:last-child.clearfix{padding-top:15px}}#price-banner .container > div:last-child.clearfix .video-thumb{float:left;margin-left:25px}@media only screen and (min-width:480px){#price-banner .container > div:last-child.clearfix .video-thumb{margin-left:98px}}@media only screen and (min-width:767px){#price-banner .container > div:last-child.clearfix .video-thumb{display:none}}@media only screen and (min-width:980px){#price-banner .container > div:last-child.clearfix .video-thumb{display:block;margin-left:25px}}#price-banner .container > div:last-child.clearfix .video-thumb + a{text-align:left;float:left;display:block;padding:20px 0 0 20px;width:145px}@media only screen and (min-width:767px){#price-banner .container > div:last-child.clearfix .video-thumb + a{padding:1px 0 0 20px}}@media only screen and (min-width:980px){#price-banner .container > div:last-child.clearfix .video-thumb + a{padding:20px 0 0 20px}}body.signup h1{font:26px gotham_mediumregular;text-transform:uppercase;text-align:center}@media only screen and (min-width:767px){body.signup h1{font-size:30px}}@media only screen and (min-width:980px){body.signup h1{font-size:36px}}body.signup h2{font:14px gotham_bookregular;text-align:center;line-height:1.4em;width:80%;margin:0 auto}@media only screen and (min-width:767px){body.signup h2{font-size:18px}}body.signup > .container > div{margin:40px 20px}@media only screen and (min-width:767px){body.signup > .container > div > section{float:left;width:46%}}@media only screen and (min-width:767px){body.signup > .container > div > section:first-child{padding-right:40px}}@media only screen and (min-width:980px){body.signup > .container > div > section:first-child{padding-right:70px}}body.signup > .container > div > section h3{text-transform:uppercase}body.signup > .container > div > section > ul{list-style:none;margin:0;padding:0;font-size:.92em}body.signup > .container > div > section > ul h4{margin:0 0 5px}body.signup > .container > div > section > ul p{margin:0 0 20px}body.blog #disqus_thread{margin-bottom:60px}body.blog article > .blog-social{margin:0}body.blog article > .blog-social:last-child{margin-top:70px}body.blog article > .blog-social > div{float:left !important}body.blog article > .blog-social > .blog-twitter{margin-top:2px}body.blog article > .blog-social > .blog-gplus{margin:2px 0 0 10px}body.blog article > .blog-social > .blog-facebook{margin:0 0 0 10px}body.blog header{background:#666666 url('/img/bgcloth-66b6fbca.png?1370850275') repeat;font-size:.8em;padding:20px 0}body.blog header .container{margin:0 auto;display:table}@media only screen and (max-width:480px){body.blog header .container{margin:0 20px}}@media only screen and (min-width:980px){body.blog header .container > div{margin-left:170px}}body.blog header .container > div h1{color:#f8f7ef;font:30px gotham_thinregular;text-transform:uppercase;padding:0;margin:0}body.blog header .container > div h2{color:#f8f7ef;margin:0;font-size:14px}body.blog aside{clear:none;display:inline-block;float:left;margin:10px 0 0 25px;width:210px}@media only screen and (max-width:767px){body.blog aside{display:none}}body.blog aside .all-posts{margin:50px 0 62px 38px;text-transform:uppercase;font:14px gotham_bookregular}body.blog aside .all-posts h5{text-transform:capitalize;margin:50px 0}body.blog aside .all-posts h5 img{padding:0 7px 4px 0}body.blog aside .latest-posts:first-child h4{margin-top:100px}body.blog aside .latest-posts h4{text-transform:uppercase;margin:40px 0 0 38px}body.blog aside .latest-posts li{margin:10px 0;font-size:12px}body.blog .posts{margin-top:30px;float:left}@media only screen and (min-width:767px){body.blog .posts{width:740px}}body.blog .posts.all{margin:30px 0 50px}body.blog .posts.all h2{border-bottom:1px solid #CCC;margin:.83em 20px 30px}@media only screen and (min-width:767px){body.blog .posts.all h2{padding-left:169px;margin:.83em 0 30px}}body.blog .posts.all h2 a{color:#3e3e3e}body.blog .posts.all article{margin-bottom:20px;padding-bottom:1px;border:none}body.blog .posts.all article h3{margin:0;font-size:16px}@media only screen and (min-width:767px){body.blog .posts.all article .meta{top:2px;width:120px}}body.blog .posts.all article .meta p.date{text-align:left;border-bottom:none;font-size:inherit;margin:0}@media only screen and (min-width:767px){body.blog .posts.all article .meta p.date{text-align:right}}body.blog .posts.all article .meta p.date span.author{display:block;color:#AAA}body.blog .posts > .pagination{margin:20px 20px 60px}@media only screen and (min-width:767px){body.blog .posts > .pagination{margin:0 0 60px 0;padding:0 0 0 170px}}body.blog .posts > .pagination p{width:120px;float:left;padding:0;margin:0}body.blog .posts > article{margin:20px 20px 60px;border-bottom:3px solid #ccc;padding-bottom:15px}@media only screen and (min-width:767px){body.blog .posts > article{margin:0 0 100px 0;padding:0 0 45px 170px;position:relative}}body.blog .posts > article img:not(.fancybox-image){vertical-align:middle;display:inline-block;padding:4px;background-color:#fff;border:1px solid #ccc;-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);box-shadow:0 1px 3px rgba(0,0,0,0.1);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;max-width:90%;height:inherit}body.blog .posts > article img:not(.fancybox-image).blog-img{max-width:200px}body.blog .posts > article hr{margin:2em}body.blog .posts > article p{line-height:1.5em}body.blog .posts > article .meta{text-align:center}@media only screen and (min-width:767px){body.blog .posts > article .meta{left:10px;text-align:left;position:absolute;top:18px;width:145px}}body.blog .posts > article .meta p.tagged{display:block;font:14px gotham_bookregular;margin:0 0 10px 0;text-transform:uppercase}@media only screen and (max-width:767px){body.blog .posts > article .meta p.tagged{display:none}}body.blog .posts > article .meta ul.tags{color:#777;display:block;margin:0 0 36px 0;padding:0 0 0 2px;list-style:none}@media only screen and (max-width:767px){body.blog .posts > article .meta ul.tags{display:none}}body.blog .posts > article .meta ul.tags li{font-size:12px;font-style:italic;margin:0 0 10px 0;position:relative}body.blog .posts > article .meta ul.tags li:after{content:"\2014";font-size:13px;left:-14px;position:absolute;top:0}body.blog .posts > article .meta ul.tags li a{color:#777}body.blog .posts > article .meta p.date{border-bottom:1px solid #ccc;font-size:14px;margin:0 auto 20px auto;padding-bottom:15px;width:50%}@media only screen and (min-width:767px){body.blog .posts > article .meta p.date{border:none;width:100%}}body.blog .posts > article .meta p.date a{color:#aaa;font-weight:400}body.blog .posts > article .meta p.date span.author{display:block;color:#AAA}body.blog .posts > article .meta p.comments{font-size:14px}@media only screen and (max-width:767px){body.blog .posts > article .meta p.comments{display:none}}body.blog .posts > article h1{font:28px gotham_bookregular;margin-bottom:50px}@media only screen and (max-width:767px){body.blog .posts > article h1{text-align:center}}body.blog .posts > article h2{margin:1.6em 0 .83em}body.blog .posts > article h3{margin:1.8em 0 1em}body.blog .posts > article blockquote{margin:2em 40px 1.6em;font-family:serif;font-style:italic;font-size:18px;color:#666}body.blog .posts > article blockquote em{font-style:normal;font-size:14px;color:#000}#coupon{margin:40px 0;padding:6px;background-color:#FFF;text-align:center;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-webkit-box-shadow:1px 1px 3px #666666;-moz-box-shadow:1px 1px 3px #666666;box-shadow:1px 1px 3px #666666}@media only screen and (min-width:767px){#coupon{margin:25px 10px}}#coupon input[type=text]{width:56%}#coupon > div{border:5px dashed #666;padding:10px 16px}@media only screen and (min-width:767px){#coupon > div{background:white url('/img/barcode-ec742c4a.jpg?1370850275') no-repeat 20px center;padding:30px 30px 30px 130px}}#coupon > div h1{font:18px gotham_bookregular}@media only screen and (min-width:767px){#coupon > div h1{font-size:26px}}#coupon > div h1 span.logo{font:22px gotham_bookregular;text-transform:uppercase}@media only screen and (min-width:767px){#coupon > div h1 span.logo{font-size:46px}}#coupon > div h1 span.logo > span{color:#f36050;font-family:gotham_mediumregular}#coupon > div h2{margin-bottom:0;font-size:18px}#coupon > div h3{margin-top:0;font-size:14px}#coupon > div p.terms{margin-top:40px;font-size:12px;text-align:left}#coupon > div #referral-url{margin-top:20px}#coupon > div #referral-url code{display:block}body.referral-program header{background:#666666 url('/img/bgcloth-66b6fbca.png?1370850275') repeat;font-size:.8em;padding:20px 10px}@media only screen and (min-width:767px){body.referral-program header{padding:20px 0}}body.referral-program header div{margin:0 auto;text-align:center}body.referral-program header div h1{color:#f8f7ef;font:26px gotham_bookregular;text-transform:uppercase;padding:0;margin:0}@media only screen and (min-width:767px){body.referral-program header div h1{font-size:52px}}body.referral-program header div h2{color:#f8f7ef;margin:0;font-size:14px}@media only screen and (min-width:767px){body.referral-program header div h2{font-size:18px}}body.referral-program h2{color:#F04A3B}body.referral-program #referral-form input[type=submit]{height:42px;margin-top:0}body.referral-program #referral-text{margin-bottom:50px}body.referral-program #referral-text > div{margin:0 10px}@media only screen and (min-width:767px){body.referral-program #referral-text > div{float:left;width:42%}body.referral-program #referral-text > div:first-child{margin-right:40px}body.referral-program #referral-text > div:last-child{margin-left:40px}}@media only screen and (min-width:980px){body.referral-program #referral-text > div{width:44%}}#cws-signup-dialog{display:none}#cws-signup-dialog-inner{width:680px;padding:25px}#cws-signup-dialog-inner img{float:right;margin-left:60px}#cws-signup-dialog-inner h2{font:44px gotham_bookregular;text-transform:uppercase;color:#f36050;text-align:left;margin:0 0 20px}#cws-signup-dialog-inner p:last-child{text-align:right}#cws-signup-dialog-inner a.btn{border-color:#2D53AF;background-color:#4D7BD6;background-image:-moz-linear-gradient(top,#5689db 0,#4d7bd6 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#5689db),color-stop(100%,#4d7bd6));background-image:-webkit-linear-gradient(top,#5689db 0,#4d7bd6 100%);background-image:-o-linear-gradient(top,#5689db 0,#4d7bd6 100%);background-image:-ms-linear-gradient(top,#5689db 0,#4d7bd6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#5689db,endColorstr=#4d7bd6,GradientType=0);background-image:linear-gradient(top,#5689db 0,#4d7bd6 100%);color:white;text-align:center;text-shadow:0 1px 1px rgba(0,0,0,0.1);text-transform:uppercase;font-weight:700;font-family:'Open Sans',arial,sans-serif;padding:4px 20px 6px;font-size:13px;-webkit-box-shadow:0 2px 0 0 rgba(255,255,255,0.06) inset,0 2px 3px 0 rgba(0,0,0,0.2);-moz-box-shadow:0 2px 0 0 rgba(255,255,255,0.06) inset,0 2px 3px 0 rgba(0,0,0,0.2);box-shadow:0 2px 0 0 rgba(255,255,255,0.06) inset,0 2px 3px 0 rgba(0,0,0,0.2);outline:0}#cws-signup-dialog-inner a.btn span{width:19px;height:17px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAARCAQAAACVkV9MAAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAAAEgAAABIAEbJaz4AAAAJdnBBZwAAABMAAAARAMNJ7iwAAACPSURBVCjPjZJRDsMgDENfCAfY1+5/vh2g0iRI9gG0AbUa/glGiWMZxNlB2urabcutyDnmFUAUaxc+q3WPSqiX77DUI0+xafHmD2eQRqV7WiHqFtWUe+i89CmYNAWCyYsMJP8AyBsDyohltFUOUuAHBTDqojbmOgrfm93/kBfePJZF+8ztUlcSRp3fVPb+2w/RaCkkhrW/agAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAASUVORK5CYII=);display:inline-block;position:relative;top:4px;margin-right:6px}body.cws header{background:#666666 url('/img/bgcloth-66b6fbca.png?1370850275') repeat;font-size:.8em;padding:20px 0}body.cws header .container{margin:0 auto;display:table}@media only screen and (max-width:480px){body.cws header .container{margin:0 20px}}@media only screen and (min-width:980px){body.cws header .container > div{margin-left:170px}}body.cws header .container > div h1{color:#f8f7ef;font:30px gotham_thinregular;text-transform:uppercase;padding:0;margin:0}body.cws header .container > div h2{color:#f8f7ef;margin:0;font-size:14px}body.cws #chrome-signup{display:none}body.cws #chrome-signup section{float:left}body.cws #chrome-signup section:first-child{width:44%;margin:30px 50px 0 100px}body.cws #chrome-signup section:last-child{width:35%}body.cws #chrome-signup section:last-child img{position:relative;top:-32px;margin:0 0 0 90px}body.cws #chrome-signin{display:none}body.cws #chrome-signin img{float:right;position:relative;top:-32px;margin:0 150px 0 0}body.cws #chrome-signin div{width:40%;margin:65px 0 80px 172px}body.cws #chrome-signin div p:last-child{font-size:12px;color:#666}body.cws #chrome-signin-list{display:none}body.cws #chrome-signin-list img{float:right;position:relative;top:-32px;margin:0 150px 0 0}body.cws #chrome-signin-list div{width:40%;margin:65px 0 80px 172px}#webinar-dialog{display:none}#webinar-dialog-inner{width:600px;padding:25px;background:white url('/img/webinar-bg-aa9dd892.png?1370850275') no-repeat -200px bottom}#webinar-dialog-inner h2{font:44px gotham_bookregular;text-transform:uppercase;color:#f36050;text-align:left;margin:0 0 20px}#webinar-dialog-inner p{margin:27px 200px 0 0}#webinar-dialog-inner a.btn{text-align:center;text-shadow:0 1px 1px rgba(0,0,0,0.1);text-transform:uppercase;font-family:'Open Sans',arial,sans-serif;padding:3px 13px 5px;font-size:13px;outline:0;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}#webinar-dialog-inner a.btn-primary{border-color:#2D53AF;background-color:#4D7BD6;background-image:-moz-linear-gradient(top,#5689db 0,#4d7bd6 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#5689db),color-stop(100%,#4d7bd6));background-image:-webkit-linear-gradient(top,#5689db 0,#4d7bd6 100%);background-image:-o-linear-gradient(top,#5689db 0,#4d7bd6 100%);background-image:-ms-linear-gradient(top,#5689db 0,#4d7bd6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#5689db,endColorstr=#4d7bd6,GradientType=0);background-image:linear-gradient(top,#5689db 0,#4d7bd6 100%);color:white;text-align:center;text-shadow:0 1px 1px rgba(0,0,0,0.1);text-transform:uppercase;font-weight:700;font-family:'Open Sans',arial,sans-serif;padding:4px 20px 6px;font-size:13px;-webkit-box-shadow:0 2px 0 0 rgba(255,255,255,0.06) inset,0 2px 3px 0 rgba(0,0,0,0.2);-moz-box-shadow:0 2px 0 0 rgba(255,255,255,0.06) inset,0 2px 3px 0 rgba(0,0,0,0.2);box-shadow:0 2px 0 0 rgba(255,255,255,0.06) inset,0 2px 3px 0 rgba(0,0,0,0.2);outline:0;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}body.webinars #content-body > h1{text-shadow:0 2px 3px #CCC;color:#F36050;font:36px gotham_bookregular}body.webinars #content-body > h1 button{display:none}@media only screen and (min-width:767px){body.webinars #content-body > div > aside{width:250px}body.webinars #content-body > div > article{width:515px}}@media only screen and (min-width:980px){body.webinars #content-body > div > aside{width:300px}body.webinars #content-body > div > article{width:680px}}body.webinars #content-body #webinar-tweets{margin:0 60px 0 0;font-size:14px;padding:20px;border:1px solid #CCC;background-color:#EEE;border-radius:6px;box-shadow:1px 1px 7px #BBB;text-align:center}@media only screen and (min-width:767px){body.webinars #content-body #webinar-tweets{margin:0 40px 0 0}}@media only screen and (min-width:980px){body.webinars #content-body #webinar-tweets{margin:0 60px 0 0}}body.webinars #content-body #webinar-tweets h3{font:20px gotham_bookregular;text-transform:uppercase;color:#333;margin-top:10px}body.webinars #content-body #webinar-tweets .twitter-follow-button,body.webinars #content-body #webinar-tweets .twitter-mention-button{display:block;margin:22px auto 4px}body.webinars #content-body #webinar-tweets ul{list-style:none;padding:0;margin:0}body.webinars #content-body #webinar-tweets ul li{margin:0 0 7px}body.webinars #content-body article > ul{margin-top:30px;padding:0}@media only screen and (min-width:980px){body.webinars #content-body article > ul{margin-right:100px}}body.webinars #content-body article > ul > li{list-style:none;margin:54px 0}body.webinars #content-body article > ul > li > h3{margin:0;text-transform:uppercase}body.webinars #content-body article > ul > li > p{margin-top:10px}body.webinars #content-body article #next-intro-webinar{margin:25px 0 0 10px;border-left:10px solid #F8F7EF;padding-left:14px}body.webinars #content-body article #next-intro-webinar h2{font:13px gotham_bookregular;text-transform:uppercase;border-bottom:1px solid #CCC;padding-bottom:6px;color:#888;margin:0}body.webinars #content-body article #next-intro-webinar p{margin:10px 0}body.webinars #content-body article #clinic-schedule{margin:40px 0 0 0}body.webinars #content-body article #clinic-schedule h2{font:14px gotham_bookregular;text-transform:uppercase;border-bottom:1px solid #CCC;padding-bottom:6px;color:#888;margin:0 0 0 10px}body.webinars #content-body article #clinic-schedule > small{margin:10px;display:block}body.webinars #content-body article #clinic-schedule > small .twitter-follow-button{display:block;margin-top:10px}body.webinars #content-body article #clinic-schedule div{margin:25px 0 35px 10px;border-left:10px solid #F8F7EF;padding-left:14px}body.webinars #content-body article #clinic-schedule div h4{margin:0}body.webinars #content-body article #clinic-schedule div h5{margin:10px 0;font-size:.90em;color:#777}body.webinars #content-body article #clinic-schedule div p{margin:8px 0;color:#666;font-size:14px}body.webinars #content-body article #clinic-schedule div a{margin:0}body.webinars #content-body article #clinic-schedule div em{font-size:14px;font-weight:700;line-height:1.4em;color:#000;padding-top:13px;display:block}body.services #price-banner{border-top:0}body.services .get-in-touch{margin:0 auto 200px;max-width:800px;color:#FFF}body.services .get-in-touch .logo{margin:75px auto 85px;display:block;width:600px}body.services .get-in-touch h2{font-size:25px;text-align:left;margin-left:0;margin-bottom:30px;font-weight:700;text-transform:none}body.services .get-in-touch p{font-size:14px;margin:0;padding:5px 0;font-weight:700;line-height:1.4}body.services .get-in-touch p.centered{text-align:center}body.services .get-in-touch .button{float:none;margin:90px auto 15px;display:block;padding:7px 15px;width:370px;border:0;text-transform:uppercase;text-decoration:none;border-radius:6px;color:#fff;font-weight:700;text-align:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:25px;background-color:#D44E3E}body.services .get-in-touch .button:hover{background-color:#e6402c;transition:background-color 200ms ease;-webkit-transition:background-color 200ms ease;-moz-transition:background-color 200ms ease}body.services .get-in-touch .clearfix{margin:0}@media only screen and (max-width:980px){body.services .get-in-touch{margin:30px}body.services .get-in-touch h2,body.services .get-in-touch p{text-align:center}}@media only screen and (max-width:480px){body.services .get-in-touch p{display:none}body.services .get-in-touch .button{width:80%;margin:auto;font-size:18px}}body.services header{background:#666666 url('/img/bgcloth-66b6fbca.png?1370850275') repeat;font-size:.8em;padding:20px 0 40px}.ir{background-color:transparent;border:0;overflow:hidden;*text-indent:-9999px}.ir:before{content:"";display:block;width:0;height:100%}.hidden{display:none !important;visibility:hidden}.visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.invisible{visibility:hidden}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}.clearfix{*zoom:1}@media print{*{background:transparent !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}@page{margin:.5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}} \ No newline at end of file diff --git a/build/css/boilerplate-aced3c0b.css.gz b/build/css/boilerplate-aced3c0b.css.gz new file mode 100644 index 0000000000..97817165ae Binary files /dev/null and b/build/css/boilerplate-aced3c0b.css.gz differ diff --git a/build/css/boilerplate-d2c8147f.css b/build/css/boilerplate-d2c8147f.css new file mode 100644 index 0000000000..94aa041ed7 --- /dev/null +++ b/build/css/boilerplate-d2c8147f.css @@ -0,0 +1 @@ +html,button,input,select,textarea{color:#222}body{font-size:1em;line-height:1.4}::-moz-selection{background:#b3d4fc;text-shadow:none}::selection{background:#b3d4fc;text-shadow:none}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}img{vertical-align:middle}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}.chromeframe{margin:.2em 0;background:#ccc;color:#000;padding:.2em 0}.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;content:"";line-height:0}.clearfix:after{clear:both}@font-face{font-family:'gotham_bookregular';src:url('/fonts/gotham-book-webfont-a762c283.eot');src:url('/fonts/gotham-book-webfont-a762c283.eot?#iefix') format("embedded-opentype"),url('/fonts/gotham-book-webfont-f94bde4a.woff') format("woff"),url('/fonts/gotham-book-webfont-095a7715.ttf') format("truetype"),url('/fonts/gotham-book-webfont-079e0b44.svg#gotham_bookregular') format("svg");font-weight:400;font-style:normal}@font-face{font-family:'gotham_lightregular';src:url('/fonts/gotham-light-webfont-1b6837d4.eot');src:url('/fonts/gotham-light-webfont-1b6837d4.eot?#iefix') format("embedded-opentype"),url('/fonts/gotham-light-webfont-0c908025.woff') format("woff"),url('/fonts/gotham-light-webfont-909197cb.ttf') format("truetype"),url('/fonts/gotham-light-webfont-e714931a.svg#gotham_lightregular') format("svg");font-weight:400;font-style:normal}@font-face{font-family:'gotham_mediumregular';src:url('/fonts/gotham-medium-webfont-52a4cb7d.eot');src:url('/fonts/gotham-medium-webfont-52a4cb7d.eot?#iefix') format("embedded-opentype"),url('/fonts/gotham-medium-webfont-621a1662.woff') format("woff"),url('/fonts/gotham-medium-webfont-94cff276.ttf') format("truetype"),url('/fonts/gotham-medium-webfont-09f708f8.svg#gotham_mediumregular') format("svg");font-weight:400;font-style:normal}@font-face{font-family:'gotham_thinregular';src:url('/fonts/gotham-thin-webfont-ec6c7fdd.eot');src:url('/fonts/gotham-thin-webfont-ec6c7fdd.eot?#iefix') format("embedded-opentype"),url('/fonts/gotham-thin-webfont-a664458d.woff') format("woff"),url('/fonts/gotham-thin-webfont-0ca969cc.ttf') format("truetype"),url('/fonts/gotham-thin-webfont-94a88c75.svg#gotham_thinregular') format("svg");font-weight:400;font-style:normal}@font-face{font-family:'museo_sans_rounded_300regular';src:url('/fonts/museosansrounded-300-webfont-4d607c99.eot');src:url('/fonts/museosansrounded-300-webfont-4d607c99.eot?#iefix') format("embedded-opentype"),url('/fonts/museosansrounded-300-webfont-5b31827c.woff') format("woff"),url('/fonts/museosansrounded-300-webfont-8ff6872e.ttf') format("truetype"),url('/fonts/museosansrounded-300-webfont-dc7963c3.svg#museo_sans_rounded_300regular') format("svg");font-weight:400;font-style:normal}@font-face{font-family:'museo_sans_rounded_700regular';src:url('/fonts/museosansrounded-700-webfont-8ca567d8.eot');src:url('/fonts/museosansrounded-700-webfont-8ca567d8.eot?#iefix') format("embedded-opentype"),url('/fonts/museosansrounded-700-webfont-63bf059a.woff') format("woff"),url('/fonts/museosansrounded-700-webfont-cc22eec1.ttf') format("truetype"),url('/fonts/museosansrounded-700-webfont-abf578df.svg#museo_sans_rounded_700regular') format("svg");font-weight:400;font-style:normal}.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp{padding:0;margin:0;border:0;outline:none;vertical-align:top}.fancybox-wrap{position:absolute;top:0;left:0;z-index:8020}.fancybox-skin{position:relative;background:#f9f9f9;color:#444;text-shadow:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.fancybox-opened{z-index:8030}.fancybox-opened .fancybox-skin{-webkit-box-shadow:0 10px 25px rgba(0,0,0,0.5);-moz-box-shadow:0 10px 25px rgba(0,0,0,0.5);box-shadow:0 10px 25px rgba(0,0,0,0.5)}.fancybox-outer,.fancybox-inner{position:relative}.fancybox-inner{overflow:hidden}.fancybox-type-iframe .fancybox-inner{-webkit-overflow-scrolling:touch}.fancybox-error{color:#444;font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;margin:0;padding:15px;white-space:nowrap}.fancybox-image,.fancybox-iframe{display:block;width:100%;height:100%}.fancybox-image{max-width:100%;max-height:100%}#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span{background-image:url('/img/fancybox/fancybox_sprite-17df19f9.png?1351003486')}#fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-22px;margin-left:-22px;background-position:0 -108px;opacity:.8;cursor:pointer;z-index:8060}#fancybox-loading div{width:44px;height:44px;background:url('/img/fancybox/fancybox_loading-2f213014.gif?1352825922') center center no-repeat}.fancybox-close{position:absolute;top:-18px;right:-18px;width:36px;height:36px;cursor:pointer;z-index:8040}.fancybox-nav{position:absolute;top:0;width:40%;height:100%;cursor:pointer;text-decoration:none;background:transparent url('/img/fancybox/blank-2daeaa8b.gif?1351003486');-webkit-tap-highlight-color:rgba(0,0,0,0);z-index:8040}.fancybox-prev{left:0}.fancybox-next{right:0}.fancybox-nav span{position:absolute;top:50%;width:36px;height:34px;margin-top:-18px;cursor:pointer;z-index:8040;visibility:hidden}.fancybox-prev span{left:10px;background-position:0 -36px}.fancybox-next span{right:10px;background-position:0 -72px}.fancybox-nav:hover span{visibility:visible}.fancybox-tmp{position:absolute;top:-99999px;left:-99999px;visibility:hidden;max-width:99999px;max-height:99999px;overflow:visible !important}.fancybox-lock{overflow:hidden}.fancybox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;z-index:8010;background:url('/img/fancybox/fancybox_overlay-ef40483f.png?1352316069')}.fancybox-overlay-fixed{position:fixed;bottom:0;right:0}.fancybox-lock .fancybox-overlay{overflow:auto;overflow-y:scroll}.fancybox-title{visibility:hidden;font:400 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;position:relative;text-shadow:none;z-index:8050}.fancybox-opened .fancybox-title{visibility:visible}.fancybox-title-float-wrap{position:absolute;bottom:0;right:50%;margin-bottom:-35px;z-index:8050;text-align:center}.fancybox-title-float-wrap .child{display:inline-block;margin-right:-100%;padding:2px 20px;background:transparent;background:rgba(0,0,0,0.8);-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;text-shadow:0 1px 2px #222;color:#FFF;font-weight:700;line-height:24px;white-space:nowrap}.fancybox-title-outside-wrap{position:relative;margin-top:10px;color:#fff}.fancybox-title-inside-wrap{padding-top:10px}.fancybox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;padding:10px;background:#000;background:rgba(0,0,0,0.8)}#fancybox-buttons{position:fixed;left:0;width:100%;z-index:8050}#fancybox-buttons.top{top:10px}#fancybox-buttons.bottom{bottom:10px}#fancybox-buttons ul{display:block;width:166px;height:30px;margin:0 auto;padding:0;list-style:none;border:1px solid #111;border-radius:3px;-webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.05);-moz-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.05);box-shadow:inset 0 0 0 1px rgba(255,255,255,0.05);background:#323232;background:-moz-linear-gradient(top,#444444 0,#343434 50%,#292929 50%,#333333 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#444444),color-stop(50%,#343434),color-stop(50%,#292929),color-stop(100%,#333333));background:-webkit-linear-gradient(top,#444444 0,#343434 50%,#292929 50%,#333333 100%);background:-o-linear-gradient(top,#444444 0,#343434 50%,#292929 50%,#333333 100%);background:-ms-linear-gradient(top,#444444 0,#343434 50%,#292929 50%,#333333 100%);background:linear-gradient(top,#444444 0,#343434 50%,#292929 50%,#333333 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444',endColorstr='#222222',GradientType=0 )}#fancybox-buttons ul li{float:left;margin:0;padding:0}#fancybox-buttons a{display:block;width:30px;height:30px;text-indent:-9999px;background-image:url('/img/fancybox/fancybox_buttons-e385b139.png?1351003486');background-repeat:no-repeat;outline:none;opacity:.8}#fancybox-buttons a:hover{opacity:1}#fancybox-buttons a.btnPrev{background-position:5px 0}#fancybox-buttons a.btnNext{background-position:-33px 0;border-right:1px solid #3e3e3e}#fancybox-buttons a.btnPlay{background-position:0 -30px}#fancybox-buttons a.btnPlayOn{background-position:-30px -30px}#fancybox-buttons a.btnToggle{background-position:3px -60px;border-left:1px solid #111;border-right:1px solid #3e3e3e;width:35px}#fancybox-buttons a.btnToggleOn{background-position:-27px -60px}#fancybox-buttons a.btnClose{border-left:1px solid #111;width:35px;background-position:-56px 0}#fancybox-buttons a.btnDisabled{opacity:.4;cursor:default}.btn{display:inline-block;*display:inline;*zoom:1;padding:4px 14px;margin-bottom:0;font-size:14px;line-height:20px;*line-height:20px;text-align:center;vertical-align:middle;cursor:pointer;color:#333333;text-shadow:0 1px 1px rgba(255,255,255,0.75);background-color:whitesmoke;background-image:-moz-linear-gradient(top,white,#e6e6e6);background-image:-webkit-gradient(linear,0 0,0 100%,from(white),to(#e6e6e6));background-image:-webkit-linear-gradient(top,white,#e6e6e6);background-image:-o-linear-gradient(top,white,#e6e6e6);background-image:linear-gradient(to bottom,#ffffff,#e6e6e6);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFE6E6E6',GradientType=0);border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) fadein(rgba(0,0,0,0.1),15%);*background-color:#e6e6e6;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);border:1px solid #bbbbbb;*border:0;border-bottom-color:#a2a2a2;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;*margin-left:.3em;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)}.btn:hover,.btn:active,.btn.active,.btn.disabled,.btn[disabled]{color:#333333;background-color:#e6e6e6;*background-color:#d9d9d9}.btn:active,.btn.active{background-color:#cccccc \9}.btn:first-child{*margin-left:0}.btn:hover{color:#333333;text-decoration:none;background-color:#e6e6e6;*background-color:#d9d9d9;background-position:0 -15px;-webkit-transition:background-position .1s linear;-moz-transition:background-position .1s linear;-o-transition:background-position .1s linear;transition:background-position .1s linear}.btn:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.active,.btn:active{background-color:#e6e6e6;background-color:#d9d9d9 \9;background-image:none;outline:0;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05)}.btn.disabled,.btn[disabled]{cursor:default;background-color:#e6e6e6;background-image:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.btn-large{padding:9px 14px;font-size:16px;line-height:normal;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.btn-large [class^="icon-"]{margin-top:2px}.btn-small{padding:3px 9px;font-size:12px;line-height:18px}.btn-small [class^="icon-"]{margin-top:0}.btn-mini{padding:2px 6px;font-size:11px;line-height:17px}.btn-block{display:block;width:100%;padding-left:0;padding-right:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.btn-block + .btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.btn-primary.active,.btn-warning.active,.btn-danger.active,.btn-success.active,.btn-info.active,.btn-inverse.active{color:rgba(255,255,255,0.75)}.btn{border-color:#c5c5c5;border-color:rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25)}.btn-primary{color:white;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#f37550;background-image:-moz-linear-gradient(top,#f36050,#f39650);background-image:-webkit-gradient(linear,0 0,0 100%,from(#f36050),to(#f39650));background-image:-webkit-linear-gradient(top,#f36050,#f39650);background-image:-o-linear-gradient(top,#f36050,#f39650);background-image:linear-gradient(to bottom,#f36050,#f39650);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF36050',endColorstr='#FFF39650',GradientType=0);border-color:#f39650 #f39650 #e76d10;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) fadein(rgba(0,0,0,0.1),15%);*background-color:#f39650;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.btn-primary:hover,.btn-primary:active,.btn-primary.active,.btn-primary.disabled,.btn-primary[disabled]{color:white;background-color:#f39650;*background-color:#f18838}.btn-primary:active,.btn-primary.active{background-color:#f07a20 \9}.btn-warning{color:white;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#f9a732;background-image:-moz-linear-gradient(top,#fbb450,#f89406);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));background-image:-webkit-linear-gradient(top,#fbb450,#f89406);background-image:-o-linear-gradient(top,#fbb450,#f89406);background-image:linear-gradient(to bottom,#fbb450,#f89406);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFBB450',endColorstr='#FFF89406',GradientType=0);border-color:#f89406 #f89406 #ad6704;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) fadein(rgba(0,0,0,0.1),15%);*background-color:#f89406;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.btn-warning:hover,.btn-warning:active,.btn-warning.active,.btn-warning.disabled,.btn-warning[disabled]{color:white;background-color:#f89406;*background-color:#df8505}.btn-warning:active,.btn-warning.active{background-color:#c67605 \9}.btn-danger{color:white;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#da4e49;background-image:-moz-linear-gradient(top,#ee5f5b,#bd362f);background-image:-webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));background-image:-webkit-linear-gradient(top,#ee5f5b,#bd362f);background-image:-o-linear-gradient(top,#ee5f5b,#bd362f);background-image:linear-gradient(to bottom,#ee5f5b,#bd362f);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEE5F5B',endColorstr='#FFBD362F',GradientType=0);border-color:#bd362f #bd362f #802420;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) fadein(rgba(0,0,0,0.1),15%);*background-color:#bd362f;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.btn-danger:hover,.btn-danger:active,.btn-danger.active,.btn-danger.disabled,.btn-danger[disabled]{color:white;background-color:#bd362f;*background-color:#a9302a}.btn-danger:active,.btn-danger.active{background-color:#942a25 \9}.btn-success{color:white;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#5bb65b;background-image:-moz-linear-gradient(top,#62c462,#51a351);background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));background-image:-webkit-linear-gradient(top,#62c462,#51a351);background-image:-o-linear-gradient(top,#62c462,#51a351);background-image:linear-gradient(to bottom,#62c462,#51a351);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62C462',endColorstr='#FF51A351',GradientType=0);border-color:#51a351 #51a351 #387038;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) fadein(rgba(0,0,0,0.1),15%);*background-color:#51a351;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.btn-success:hover,.btn-success:active,.btn-success.active,.btn-success.disabled,.btn-success[disabled]{color:white;background-color:#51a351;*background-color:#499249}.btn-success:active,.btn-success.active{background-color:#408140 \9}.btn-info{color:white;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#49afcd;background-image:-moz-linear-gradient(top,#5bc0de,#2f96b4);background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));background-image:-webkit-linear-gradient(top,#5bc0de,#2f96b4);background-image:-o-linear-gradient(top,#5bc0de,#2f96b4);background-image:linear-gradient(to bottom,#5bc0de,#2f96b4);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE',endColorstr='#FF2F96B4',GradientType=0);border-color:#2f96b4 #2f96b4 #1f6377;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) fadein(rgba(0,0,0,0.1),15%);*background-color:#2f96b4;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.btn-info:hover,.btn-info:active,.btn-info.active,.btn-info.disabled,.btn-info[disabled]{color:white;background-color:#2f96b4;*background-color:#2a85a0}.btn-info:active,.btn-info.active{background-color:#24748c \9}.btn-inverse{color:white;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#363636;background-image:-moz-linear-gradient(top,#444444,#222222);background-image:-webkit-gradient(linear,0 0,0 100%,from(#444444),to(#222222));background-image:-webkit-linear-gradient(top,#444444,#222222);background-image:-o-linear-gradient(top,#444444,#222222);background-image:linear-gradient(to bottom,#444444,#222222);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF444444',endColorstr='#FF222222',GradientType=0);border-color:#222222 #222222 black;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) fadein(rgba(0,0,0,0.1),15%);*background-color:#222222;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.btn-inverse:hover,.btn-inverse:active,.btn-inverse.active,.btn-inverse.disabled,.btn-inverse[disabled]{color:white;background-color:#222222;*background-color:#151515}.btn-inverse:active,.btn-inverse.active{background-color:#090909 \9}button.btn,input[type="submit"].btn{*padding-top:3px;*padding-bottom:3px}button.btn::-moz-focus-inner,input[type="submit"].btn::-moz-focus-inner{padding:0;border:0}button.btn.btn-large,input[type="submit"].btn.btn-large{*padding-top:7px;*padding-bottom:7px}button.btn.btn-small,input[type="submit"].btn.btn-small{*padding-top:3px;*padding-bottom:3px}button.btn.btn-mini,input[type="submit"].btn.btn-mini{*padding-top:1px;*padding-bottom:1px}.btn-link,.btn-link:active,.btn-link[disabled]{background-color:transparent;background-image:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.btn-link{border-color:transparent;cursor:pointer;color:#f36050;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.btn-link:hover{color:#e72510;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover{color:#333333;text-decoration:none}.label,.badge{display:inline-block;padding:2px 4px;font-size:11.844px;font-weight:700;line-height:14px;color:#ffffff;vertical-align:baseline;white-space:nowrap;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#999999}.label{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.badge{padding-left:9px;padding-right:9px;-webkit-border-radius:9px;-moz-border-radius:9px;border-radius:9px}a.label:hover,a.badge:hover{color:#ffffff;text-decoration:none;cursor:pointer}.label-important,.badge-important{background-color:#b94a48}.label-important[href],.badge-important[href]{background-color:#953b39}.label-warning,.badge-warning{background-color:#f89406}.label-warning[href],.badge-warning[href]{background-color:#c67605}.label-success,.badge-success{background-color:#468847}.label-success[href],.badge-success[href]{background-color:#356635}.label-info,.badge-info{background-color:#3a87ad}.label-info[href],.badge-info[href]{background-color:#2d6987}.label-inverse,.badge-inverse{background-color:#333333}.label-inverse[href],.badge-inverse[href]{background-color:#1a1a1a}.btn .label,.btn .badge{position:relative;top:-1px}.btn-mini .label,.btn-mini .badge{top:0}body{font-family:Helvetica,Arial;color:#555;background-color:#F9FAF7;font-size:.96em}h1,h2,h3,h4{font-family:'museo_sans_rounded_300regular';text-transform:uppercase}a{color:#f36050;text-decoration:none}img{width:auto 9;height:auto;max-width:100%;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic}.affix{position:fixed;top:10px}.container{margin:0 auto}@media only screen and (min-width:980px){.container{width:980px}}input[type=text]{font-size:13px;color:#8e8d8d;padding:11px 15px 10px 6px;background-color:#fdfdfd;margin:0;line-height:20px;box-shadow:inset 2px 2px 4px #f1f1f1;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;height:20px;border:1px solid #cccccc;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border linear .2s,box-shadow linear .2s;-moz-transition:border linear .2s,box-shadow linear .2s;-o-transition:border linear .2s,box-shadow linear .2s;transition:border linear .2s,box-shadow linear .2s}.modal{max-width:500px}.modal h2{margin:0;border-bottom:1px solid #CCC}#sign-in{display:none}#sign-in .btn{margin-left:20px}#sign-in .waDomainLogins{margin-bottom:18px}#sign-in .waDomainLogins span{color:#f36050;display:block;padding:2px 0 2px 15px;font-size:14px;cursor:pointer}#sign-in .waDomainLogins span:hover{color:#e72510}@media only screen and (max-width:980px){#blog-ribbon{display:none}}#blog-ribbon a{background:url('/img/blog-ribbon-7158a39e.png?1352315937') no-repeat scroll top left;text-indent:-9999px;display:block;width:51px;height:106px;position:absolute;top:94px;z-index:99}#old-browser{display:none}#old-browser-inner{text-align:center;padding:30px 0}#old-browser-inner h1{width:500px;font-size:26px;margin:28px auto 20px}#old-browser-inner p{width:400px;margin:0 auto}aside ul#submenu{list-style:none;padding:0;border-right:1px solid #ddd;width:230px}@media only screen and (max-width:980px){aside ul#submenu{width:165px}}aside ul#submenu li{margin:4px 0 4px 6px}aside ul#submenu li a{display:block;padding:8px 16px 8px 14px;text-transform:uppercase;font-size:14px;text-align:right;font-family:gotham_mediumregular}aside ul#submenu li.active a{background-color:#F9FAF7;border:1px solid #ddd;-webkit-border-radius:8px 0 0 8px;-moz-border-radius:8px 0 0 8px;border-radius:8px 0 0 8px;border-color:#ddd transparent #ddd #ddd;left:1px;position:relative}nav.main{background-color:#f8f7ef;text-transform:uppercase;font:14px 'museo_sans_rounded_300regular';position:relative;height:90px;-webkit-box-shadow:0 0 6px #888888;-moz-box-shadow:0 0 6px #888888;box-shadow:0 0 6px #888888}@media only screen and (min-width:767px){nav.main{height:68px}}@media only screen and (min-width:980px){nav.main{height:100px}}nav.main ul{position:relative;z-index:9;margin:0 auto;padding:0}@media only screen and (min-width:767px){nav.main ul > li{float:left}}nav.main ul > li a{display:block}nav.main ul > li:first-child{margin:8px auto;text-align:center}@media only screen and (min-width:767px){nav.main ul > li:first-child{margin:25px 0 0 10px !important}}@media only screen and (min-width:980px){nav.main ul > li:first-child{margin:34px 0 0 0 !important}}@media only screen and (min-width:767px){nav.main ul > li:last-child{float:right}}nav.main ul > li ul{display:table;border-top:1px solid #ccc}@media only screen and (min-width:767px){nav.main ul > li ul{border:none}}nav.main ul > li ul li{float:left;margin:19px 0 0 0 !important;height:35px}@media only screen and (min-width:767px){nav.main ul > li ul li{margin-top:25px !important;height:47px}}@media only screen and (min-width:980px){nav.main ul > li ul li{margin-top:38px !important;height:66px}}@media only screen and (min-width:980px){nav.main ul > li ul li:first-child{margin-top:38px !important}}@media only screen and (max-width:980px){nav.main ul > li ul li:nth-child(4){display:none}}@media only screen and (max-width:320px){nav.main ul > li ul li:nth-child(5) a:first-child{display:none}}nav.main ul > li ul li a{color:#3e3e3e;padding:0 10px}@media only screen and (min-width:480px){nav.main ul > li ul li a{padding:0 10px}}@media only screen and (min-width:767px){nav.main ul > li ul li a{padding:0 12px}}@media only screen and (min-width:980px){nav.main ul > li ul li a{font-size:16px}}nav.main ul > li ul li.active a{color:#f36050}nav.main ul > li ul li:last-child{height:100px;text-align:center}nav.main ul > li ul li:last-child a{color:#f36050}nav.main ul > li ul li:last-child #cws-sign-up{display:none;font:12px 'museo_sans_rounded_300regular';margin:0;padding:0 0 22px;text-align:center}@media only screen and (min-width:767px){nav.main ul > li ul li:last-child{margin:0 0 0 10px !important;background-color:#f36050;height:68px}nav.main ul > li ul li:last-child a{color:#FFF;padding:24px 12px 28px;font-family:'gotham_mediumregular'}nav.main ul > li ul li:last-child a:hover{color:#000}}@media only screen and (min-width:980px){nav.main ul > li ul li:last-child{margin:0 0 0 20px !important;height:100px}nav.main ul > li ul li:last-child a{background-color:#f36050;padding:33px 18px 4px;font-size:23px}}nav.main .active{background:#f8f7ef url('/img/products/nav-pointer-6ba79b2f.gif?1351268674') no-repeat center 16px}@media only screen and (min-width:767px){nav.main .active{background-position:center 28px}}@media only screen and (min-width:980px){nav.main .active{background-position:center 47px}}body.home nav.main{-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}body.home nav.main .active{background-image:url('/img/home/nav-pointer-0caff26f.gif?1352315960')}nav.sub{background-color:#EFEDE7;padding:12px 0 10px;box-shadow:0 0 6px #888;font-family:'museo_sans_rounded_300regular'}nav.sub ul,nav.sub li{list-style:none;margin:0;padding:0}nav.sub .container{display:table}nav.sub ul{text-align:center;margin:0 auto}nav.sub ul li{display:inline;margin:0 12px}@media only screen and (min-width:320px){nav.sub ul li{margin:0 6px}}@media only screen and (min-width:767px){nav.sub ul li{margin:0 20px}}nav.sub ul li.active{font-family:museo_sans_rounded_700regular}nav.sub ul li.active a{color:#f36050}nav.sub ul li a{font-size:15px;color:#3e3e3e;text-transform:uppercase}.video-thumb{width:120px;height:68px;padding:3px;background-color:#FFF;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:1px solid rgba(0,0,0,0.2);-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);box-shadow:0 1px 3px rgba(0,0,0,0.1)}.video-thumb span:first-child{position:relative;width:120px;height:68px;display:block;overflow:hidden}.video-thumb span:first-child img{display:inline-block;vertical-align:middle;top:-11px;position:relative;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.video-thumb span:last-child{padding:0 4px;font-weight:700;font-size:11px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-color:#000;color:#fff !important;height:14px;line-height:14px;opacity:.75;filter:alpha(opacity=75);display:-moz-inline-stack;display:inline-block;vertical-align:top;zoom:1;float:right;margin-right:4px;position:relative;top:-17px}body.home{background:#f8f7ef url('/img/graphbg-2b03e80b.gif?1352315960') repeat}body.home .carousel{width:100%;position:relative}body.home .carousel .carousel-item{display:none}body.home .carousel .carousel-active{display:block}body.home .carousel .carousel-nav{height:13px}body.home .carousel .carousel-nav:nth-child(2){display:none}body.home .carousel .prev,body.home .carousel .next{display:none}body.home .carousel .carousel-pagination{margin:20px auto;width:100px}body.home .carousel .carousel-pagination li{float:left;margin:0 1px;list-style:none}body.home .carousel .carousel-pagination li a{display:block;width:12px;height:0;padding-top:13px;background-image:url('/img/home/slides/pagination-8abc339e.png?1352316069');background-position:0 0;float:left;overflow:hidden}body.home .carousel .carousel-pagination li a:hover{background-position:0 -26px}body.home .carousel .carousel-pagination li.carousel-active-page a{background-position:0 -13px}body.home .carousel-slide{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}body.home .carousel-slide .carousel-item{position:absolute;left:100%;top:0;width:100%;display:block;z-index:1;-webkit-transition:left .2s ease;-moz-transition:left .2s ease;-ms-transition:left .2s ease;-o-transition:left .2s ease;transition:left .2s ease}body.home .carousel-no-transition .carousel-item{-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none}body.home .carousel-slide .carousel-active{left:0;position:relative;z-index:2}body.home .carousel-slide .carousel-in{left:0}body.home .carousel-slide-reverse .carousel-out{left:100%}body.home .carousel-slide .carousel-out,body.home .carousel-slide-reverse .carousel-item,body.home .carousel-slide-reverse .carousel-in{left:-100%}body.home .carousel-slide-reverse .carousel-active{left:0}body.home .carousel-flip{position:relative;overflow:visible;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-perspective:800;-moz-perspective:800;-ms-perspective:800;-o-perspective:800;perspective:800}body.home .carousel-flip .carousel-item{position:absolute;top:0;width:100%;display:block;z-index:1;opacity:0;-webkit-transition:-webkit-transform .2s ease;-moz-transition:-moz-transform .2s ease;-ms-transition:-ms-transform .2s ease;-o-transition:-o-transform .2s ease;transition:transform .2s ease;-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-ms-transform:rotateY(180deg);-o-transform:rotateY(180deg);-transform:rotateY(180deg);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden}body.home .carousel-no-transition .carousel-item{-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none}body.home .carousel-flip .carousel-active{-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-ms-transform:rotateY(0deg);-o-transform:rotateY(0deg);-transform:rotateY(0deg);position:relative;z-index:2;opacity:1}body.home .carousel-flip .carousel-out,body.home .carousel-flip-reverse .carousel-item{-webkit-transform:rotateY(-180deg);-moz-transform:rotateY(-180deg);-ms-transform:rotateY(-180deg);-o-transform:rotateY(-180deg);-transform:rotateY(-180deg)}body.home .carousel-flip .carousel-in{-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-ms-transform:rotateY(0deg);-o-transform:rotateY(0deg);-transform:rotateY(0deg);opacity:1}body.home .carousel-flip .carousel-top{z-index:3;opacity:1}body.home .carousel-flip-reverse .carousel-out{-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-ms-transform:rotateY(180deg);-o-transform:rotateY(180deg);-transform:rotateY(180deg)}body.home .carousel-flip-reverse .carousel-in{-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-ms-transform:rotateY(0deg);-o-transform:rotateY(0deg);-transform:rotateY(0deg)}body.home header{background:#666666 url('/img/bgcloth-66b6fbca.png?1352825933') repeat;padding:10px 0 20px}@media only screen and (min-width:767px){body.home header{padding:50px 0}}body.home header section{height:485px}@media only screen and (min-width:480px){body.home header section{height:640px}}@media only screen and (min-width:767px){body.home header section{height:314px}}@media only screen and (min-width:980px){body.home header section{height:430px}}body.home header section > div{text-align:center}@media only screen and (min-width:767px){body.home header section > div{float:left}}body.home header section > div p{color:#F8F7EF;text-align:center;text-transform:uppercase;line-height:1.7em;font-family:'gotham_thinregular';font-size:14px}@media only screen and (min-width:980px){body.home header section > div p{font-size:18px}}body.home header section > div:first-child > div:nth-child(3){display:none}@media only screen and (min-width:767px){body.home header section > div:first-child > div:nth-child(3){display:block}}body.home header section > div:first-child div:first-child p{display:block;margin:0;line-height:1.05em;font-family:'gotham_mediumregular';font-size:38px}@media only screen and (min-width:480px){body.home header section > div:first-child div:first-child p{font-size:52px}}@media only screen and (min-width:980px){body.home header section > div:first-child div:first-child p{font-size:64px}}body.home header section > div:last-child{margin:20px 0 0 0}@media only screen and (min-width:980px){body.home header section > div:last-child{margin:0}}@media only screen and (min-width:767px){body.home header section > div:last-child{width:44%}}body.home header section > div:last-child img{max-width:78%}@media only screen and (min-width:480px){body.home header section > div:last-child img{max-width:70%}}@media only screen and (min-width:767px){body.home header section > div:last-child img{max-width:80%}}@media only screen and (min-width:980px){body.home header section > div:last-child img{max-width:100%}}@media only screen and (min-width:767px){body.home section#slide1 > div:first-child{width:56%}}@media only screen and (min-width:980px){body.home section#slide1 > div:first-child{margin-top:50px;width:52%;padding-right:38px}}body.home section#slide1 > div:first-child div:nth-child(2) p{width:320px;text-align:center;margin:20px auto}@media only screen and (min-width:480px){body.home section#slide1 > div:first-child div:nth-child(2) p{font-size:16px;margin:14px auto}}@media only screen and (min-width:980px){body.home section#slide1 > div:first-child div:nth-child(2) p{width:450px;margin:25px auto}}body.home section#slide1 > div:first-child div:first-child img{margin:0 auto}body.home section#slide1 > div:first-child div:first-child p:first-child{margin-bottom:3px;font-size:24px}@media only screen and (min-width:480px){body.home section#slide1 > div:first-child div:first-child p:first-child{font-size:34px}}@media only screen and (min-width:980px){body.home section#slide1 > div:first-child div:first-child p:first-child{font-size:54px}}body.home section#slide1 > div:first-child div:first-child p:nth-child(3){font-size:40px}@media only screen and (min-width:480px){body.home section#slide1 > div:first-child div:first-child p:nth-child(3){font-size:54px}}@media only screen and (min-width:980px){body.home section#slide1 > div:first-child div:first-child p:nth-child(3){font-size:66px}}body.home section#slide1 > div:first-child div:first-child p:last-child{font-size:24px}@media only screen and (min-width:480px){body.home section#slide1 > div:first-child div:first-child p:last-child{font-size:30px}}@media only screen and (min-width:980px){body.home section#slide1 > div:first-child div:first-child p:last-child{font-size:40px}}@media only screen and (min-width:767px){body.home section#slide2 > div:first-child{width:56%}}@media only screen and (min-width:980px){body.home section#slide2 > div:first-child{margin-top:25px;width:52%;padding-right:38px}}body.home section#slide2 > div:first-child div:nth-child(2) p{width:320px;text-align:center;margin:20px auto}@media only screen and (min-width:480px){body.home section#slide2 > div:first-child div:nth-child(2) p{font-size:16px;margin:14px auto}}@media only screen and (min-width:980px){body.home section#slide2 > div:first-child div:nth-child(2) p{width:450px;margin:25px auto}}body.home section#slide2 > div:first-child div:first-child img{margin:0 auto}body.home section#slide2 > div:first-child div:first-child p:first-child{font-size:24px}@media only screen and (min-width:480px){body.home section#slide2 > div:first-child div:first-child p:first-child{font-size:34px}}@media only screen and (min-width:980px){body.home section#slide2 > div:first-child div:first-child p:first-child{font-size:44px}}body.home section#slide2 > div:first-child div:first-child p:nth-child(2){line-height:.8em;font-size:94px}@media only screen and (min-width:480px){body.home section#slide2 > div:first-child div:first-child p:nth-child(2){font-size:132px}}@media only screen and (min-width:980px){body.home section#slide2 > div:first-child div:first-child p:nth-child(2){font-size:166px}}body.home section#slide2 > div:first-child div:first-child p:last-child{font-size:26px;margin-top:5px}@media only screen and (min-width:480px){body.home section#slide2 > div:first-child div:first-child p:last-child{font-size:38px}}@media only screen and (min-width:980px){body.home section#slide2 > div:first-child div:first-child p:last-child{font-size:46px}}@media only screen and (min-width:767px){body.home section#slide3 > div:first-child{width:52%}}@media only screen and (min-width:980px){body.home section#slide3 > div:first-child{margin:25px 0;width:52%;padding-right:38px}}body.home section#slide3 > div:first-child div:nth-child(2) p{width:320px;text-align:center;margin:20px auto}@media only screen and (min-width:480px){body.home section#slide3 > div:first-child div:nth-child(2) p{font-size:16px;margin:14px auto}}@media only screen and (min-width:980px){body.home section#slide3 > div:first-child div:nth-child(2) p{width:450px;margin:25px auto}}body.home section#slide3 > div:first-child div:first-child img{margin:0 auto}body.home section#slide3 > div:first-child div:first-child p:first-child{font-size:22px}@media only screen and (min-width:480px){body.home section#slide3 > div:first-child div:first-child p:first-child{font-size:34px}}@media only screen and (min-width:980px){body.home section#slide3 > div:first-child div:first-child p:first-child{font-size:44px}}body.home section#slide3 > div:first-child div:first-child p:nth-child(2){font-size:44px}@media only screen and (min-width:480px){body.home section#slide3 > div:first-child div:first-child p:nth-child(2){font-size:64px}}@media only screen and (min-width:767px){body.home section#slide3 > div:first-child div:first-child p:nth-child(2){font-size:54px}}@media only screen and (min-width:980px){body.home section#slide3 > div:first-child div:first-child p:nth-child(2){font-size:72px}}body.home section#slide3 > div:first-child div:first-child p:nth-child(3){font-size:22px}@media only screen and (min-width:480px){body.home section#slide3 > div:first-child div:first-child p:nth-child(3){font-size:34px}}@media only screen and (min-width:980px){body.home section#slide3 > div:first-child div:first-child p:nth-child(3){font-size:44px}}body.home section#slide3 > div:first-child div:first-child p:last-child{font-size:42px}@media only screen and (min-width:480px){body.home section#slide3 > div:first-child div:first-child p:last-child{font-size:62px}}@media only screen and (min-width:767px){body.home section#slide3 > div:first-child div:first-child p:last-child{font-size:50px}}@media only screen and (min-width:980px){body.home section#slide3 > div:first-child div:first-child p:last-child{font-size:68px}}body.home section#slide3 > div:last-child img{max-width:90%}@media only screen and (min-width:480px){body.home section#slide3 > div:last-child img{max-width:80%}}@media only screen and (min-width:767px){body.home section#slide3 > div:last-child img{max-width:100%}}@media only screen and (min-width:767px){body.home section#slide3 > div:last-child{width:366px;margin:0}}@media only screen and (min-width:980px){body.home section#slide3 > div:last-child{width:430px}}body.home section#content{padding:0 25px;font-family:'museo_sans_rounded_300regular'}body.home section#content .feature{font-size:16px;line-height:1.5em;margin:5px 0 20px}@media only screen and (min-width:767px){body.home section#content .feature{margin:50px 0 60px}}@media only screen and (min-width:980px){body.home section#content .feature{font-size:18px;line-height:1.6em}}body.home section#content .feature h2{font:28px gotham_mediumregular;text-transform:uppercase;margin-bottom:10px}@media only screen and (min-width:980px){body.home section#content .feature h2{font-size:42px;margin-bottom:20px}}body.home section#content .feature p{margin:0}@media only screen and (min-width:767px){body.home section#content .feature div{float:left;width:50%}body.home section#content .feature div img{max-width:90%}}body.home section#content .feature:nth-child(1) div:first-child{display:none}@media only screen and (min-width:767px){body.home section#content .feature:nth-child(1) div:first-child{display:block}}body.home section#content .feature:nth-child(1) strong{line-height:1em;font-size:70px;color:#27b6da;display:block}@media only screen and (min-width:980px){body.home section#content .feature:nth-child(1) strong{font-size:120px}}body.home section#content .feature:nth-child(2) div:last-child{display:none}@media only screen and (min-width:767px){body.home section#content .feature:nth-child(2) div:last-child{display:block;text-align:right;margin-top:20px}}body.home section#content .feature:nth-child(3) div:first-child{display:none}@media only screen and (min-width:767px){body.home section#content .feature:nth-child(3) div:first-child{display:block}body.home section#content .feature:nth-child(3) div:first-child img{max-width:85%}}body.home section#content .feature:nth-child(3) div:last-child{margin-top:20px}body.home section#content .feature:nth-child(4) div:last-child{display:none}@media only screen and (min-width:767px){body.home section#content .feature:nth-child(4) div:last-child{display:block;text-align:right}body.home section#content .feature:nth-child(4) div:last-child img{max-width:80%}}body.home section#content .feature:nth-child(5) div:first-child{float:left}@media only screen and (min-width:767px){body.home section#content .feature:nth-child(5) div:first-child{float:right;width:45%}}body.home section#content .feature:nth-child(5) div:last-child{float:left;margin-top:40px}body.home section#content .feature:nth-child(5) div:last-child article{display:table;border:1px solid #CCC;border-radius:6px;padding:10px;font-size:14px}@media only screen and (min-width:767px){body.home section#content .feature:nth-child(5) div:last-child article{margin-right:60px;padding:30px}}body.home section#content .feature:nth-child(5) div:last-child article h2{font-size:18px;margin:0 0 16px;color:#666}body.home section#content .feature:nth-child(5) div:last-child article h3{margin:10px 0 12px;line-height:1.2em;font-size:18px}@media only screen and (min-width:980px){body.home section#content .feature:nth-child(5) div:last-child article h3{font-size:22px}}body.home section#content .feature:nth-child(5) div:last-child article p{line-height:1.4em}body.home section#content .feature:nth-child(5) div:last-child article p a{font-size:13px}@media only screen and (min-width:767px){body.home section#content .feature:nth-child(5) div:last-child{margin-top:30px;float:right;width:55%}}@media only screen and (min-width:980px){body.home section#content .feature:nth-child(5) div:last-child{margin-top:40px}}@-webkit-keyframes cloudAnim{50%{-webkit-transform:translate(0,10px)}100%{-webkit-transform:translate(0,0)}}@-moz-keyframes cloudAnim{50%{-moz-transform:translate(0,10px)}100%{-moz-transform:translate(0,0)}}@-o-keyframes cloudAnim{50%{-o-transform:translate(0,10px)}100%{-o-transform:translate(0,0)}}@-ms-keyframes cloudAnim{50%{-ms-transform:translate(0,10px)}100%{-ms-transform:translate(0,0)}}@keyframes cloudAnim{50%{-webkit-transform:translate(0,10px)}100%{-webkit-transform:translate(0,0)}}body.products #overview-sections{background:#666666 url('/img/bgcloth-66b6fbca.png?1352825933') repeat;font-size:.8em}body.products #overview-sections .container > h1{color:#f8f7ef;font:26px gotham_thinregular;text-transform:uppercase;padding:28px 0 0;margin:0 auto;text-align:center}body.products #overview-sections ul{list-style:none;margin:0;padding:0;padding:20px 20px 10px}@media only screen and (min-width:767px){body.products #overview-sections ul{margin-left:32px}}@media only screen and (min-width:980px){body.products #overview-sections ul{margin-left:0;padding:30px 10px 20px}}body.products #overview-sections ul > li a{display:block;padding-left:78px;height:84px;width:200px}@media only screen and (min-width:480px){body.products #overview-sections ul > li a{width:140px;float:left}}@media only screen and (min-width:767px){body.products #overview-sections ul > li a{width:270px}}@media only screen and (min-width:980px){body.products #overview-sections ul > li a{width:145px;margin-right:20px}}body.products #overview-sections ul > li h3{font-size:18px;padding:4px 0 0 0;margin:0}body.products #overview-sections ul > li p{margin:4px 0 0 0;color:#AAA}body.products #overview-sections ul > li:nth-child(1) a{background:transparent url('/img/products/ui-builder-c0be35df.gif?1351508480') no-repeat}body.products #overview-sections ul > li:nth-child(2) a{background:transparent url('/img/products/code-editor-79b66eb4.gif?1351508511') no-repeat}body.products #overview-sections ul > li:nth-child(3) a{background:transparent url('/img/products/deployment-b683d15b.gif?1352315960') no-repeat}body.products #overview-sections ul > li:last-child a{background:transparent url('/img/products/extras-c4b6fa5d.gif?1351508555') no-repeat}@media only screen and (min-width:980px){body.products #overview-sections ul > li:last-child a{margin-right:0}}body.products .back-top,body.services .back-top,body.mobile-build .back-top{float:right;position:relative;top:12px;font-size:12px;color:#888}@media only screen and (min-width:767px){body.products .back-top,body.services .back-top,body.mobile-build .back-top{top:21px}}body.products .overview-section .container,body.services .overview-section .container,body.mobile-build .overview-section .container{padding:0 10px}body.products .overview-section .container img,body.services .overview-section .container img,body.mobile-build .overview-section .container img{display:none}@media only screen and (min-width:480px){body.products .overview-section .container img,body.services .overview-section .container img,body.mobile-build .overview-section .container img{display:block;max-width:36%}}@media only screen and (min-width:767px){body.products .overview-section .container img,body.services .overview-section .container img,body.mobile-build .overview-section .container img{max-width:32%}}body.products .overview-section .container article h3,body.services .overview-section .container article h3,body.mobile-build .overview-section .container article h3{color:#f36050;font:26px gotham_bookregular;margin:0 0 26px;text-shadow:1px 1px 3px #BBB;text-transform:uppercase;border-bottom:3px solid #CCC;padding-bottom:10px}@media only screen and (min-width:480px){body.products .overview-section .container article h3,body.services .overview-section .container article h3,body.mobile-build .overview-section .container article h3{margin:0}}@media only screen and (min-width:767px){body.products .overview-section .container article h3,body.services .overview-section .container article h3,body.mobile-build .overview-section .container article h3{font-size:32px}}@media only screen and (min-width:980px){body.products .overview-section .container article h3,body.services .overview-section .container article h3,body.mobile-build .overview-section .container article h3{font-size:36px;margin:0 0 26px}}body.products .overview-section .container article ul,body.services .overview-section .container article ul,body.mobile-build .overview-section .container article ul{list-style:none;margin:0;padding:0}body.products .overview-section .container article ul li,body.services .overview-section .container article ul li,body.mobile-build .overview-section .container article ul li{float:left;width:250px}@media only screen and (min-width:480px){body.products .overview-section .container article ul li,body.services .overview-section .container article ul li,body.mobile-build .overview-section .container article ul li{width:210px}}@media only screen and (min-width:980px){body.products .overview-section .container article ul li,body.services .overview-section .container article ul li,body.mobile-build .overview-section .container article ul li{width:300px}}body.products .overview-section .container article ul li:nth-child(1),body.products .overview-section .container article ul li:nth-child(3),body.services .overview-section .container article ul li:nth-child(1),body.services .overview-section .container article ul li:nth-child(3),body.mobile-build .overview-section .container article ul li:nth-child(1),body.mobile-build .overview-section .container article ul li:nth-child(3){margin-right:40px}body.products .overview-section .container article ul li h4,body.services .overview-section .container article ul li h4,body.mobile-build .overview-section .container article ul li h4{font:16px gotham_mediumregular;margin-bottom:0}body.products .overview-section .container article ul li p,body.services .overview-section .container article ul li p,body.mobile-build .overview-section .container article ul li p{font-size:14px;margin:10px 0 0 0}body.products #overview-ui-builder,body.services #overview-ui-builder,body.mobile-build #overview-ui-builder{margin-top:30px}@media only screen and (min-width:480px){body.products #overview-ui-builder,body.services #overview-ui-builder,body.mobile-build #overview-ui-builder{margin:60px 0 70px}}@media only screen and (min-width:480px){body.products #overview-ui-builder .container article,body.services #overview-ui-builder .container article,body.mobile-build #overview-ui-builder .container article{margin-top:10px}}@media only screen and (min-width:480px){body.products #overview-ui-builder .container img,body.services #overview-ui-builder .container img,body.mobile-build #overview-ui-builder .container img{margin-right:20px}}body.products #overview-code-editor,body.services #overview-code-editor,body.mobile-build #overview-code-editor{margin:80px 0}@media only screen and (min-width:767px){body.products #overview-code-editor .container article ul,body.services #overview-code-editor .container article ul,body.mobile-build #overview-code-editor .container article ul{margin-right:240px}}body.products #overview-code-editor .container article ul li,body.services #overview-code-editor .container article ul li,body.mobile-build #overview-code-editor .container article ul li{width:235px}@media only screen and (min-width:480px){body.products #overview-code-editor .container article ul li,body.services #overview-code-editor .container article ul li,body.mobile-build #overview-code-editor .container article ul li{width:208px}}@media only screen and (min-width:980px){body.products #overview-code-editor .container article ul li,body.services #overview-code-editor .container article ul li,body.mobile-build #overview-code-editor .container article ul li{width:285px}}@media only screen and (min-width:480px){body.products #overview-code-editor .container img,body.services #overview-code-editor .container img,body.mobile-build #overview-code-editor .container img{margin:0 10px 0 40px}}body.products #overview-deployment,body.services #overview-deployment,body.mobile-build #overview-deployment{margin:80px 0}body.products #overview-deployment .container article ul li,body.services #overview-deployment .container article ul li,body.mobile-build #overview-deployment .container article ul li{width:230px}@media only screen and (min-width:480px){body.products #overview-deployment .container article ul li,body.services #overview-deployment .container article ul li,body.mobile-build #overview-deployment .container article ul li{width:210px}}@media only screen and (min-width:980px){body.products #overview-deployment .container article ul li,body.services #overview-deployment .container article ul li,body.mobile-build #overview-deployment .container article ul li{width:290px}}@media only screen and (min-width:480px){body.products #overview-deployment .container img,body.services #overview-deployment .container img,body.mobile-build #overview-deployment .container img{margin:0 40px 0 0}}body.products #overview-detail,body.services #overview-detail,body.mobile-build #overview-detail{margin:0 10px 60px}@media only screen and (min-width:480px){body.products #overview-detail,body.services #overview-detail,body.mobile-build #overview-detail{margin-bottom:60px}}body.products #overview-detail .container > h3,body.services #overview-detail .container > h3,body.mobile-build #overview-detail .container > h3{color:#f36050;margin:0 0 16px;font:26px gotham_bookregular;text-shadow:1px 1px 3px #BBB;text-transform:uppercase;border-bottom:3px solid #CCC;padding-bottom:10px}body.products #overview-detail .container > ul,body.services #overview-detail .container > ul,body.mobile-build #overview-detail .container > ul{list-style:none;margin:0;padding:0}body.products #overview-detail .container > ul > li,body.services #overview-detail .container > ul > li,body.mobile-build #overview-detail .container > ul > li{float:left;width:300px;padding:10px 0 0 0}@media only screen and (min-width:480px){body.products #overview-detail .container > ul > li,body.services #overview-detail .container > ul > li,body.mobile-build #overview-detail .container > ul > li{width:210px;padding:10px 40px 0 0}}@media only screen and (min-width:480px){body.products #overview-detail .container > ul > li:nth-child(1),body.products #overview-detail .container > ul > li:nth-child(2),body.services #overview-detail .container > ul > li:nth-child(1),body.services #overview-detail .container > ul > li:nth-child(2),body.mobile-build #overview-detail .container > ul > li:nth-child(1),body.mobile-build #overview-detail .container > ul > li:nth-child(2){padding-bottom:20px}}@media only screen and (min-width:480px){body.products #overview-detail .container > ul > li:nth-child(2),body.products #overview-detail .container > ul > li:nth-child(4),body.services #overview-detail .container > ul > li:nth-child(2),body.services #overview-detail .container > ul > li:nth-child(4),body.mobile-build #overview-detail .container > ul > li:nth-child(2),body.mobile-build #overview-detail .container > ul > li:nth-child(4){padding-right:0}}@media only screen and (min-width:980px){body.products #overview-detail .container > ul > li:nth-child(2),body.products #overview-detail .container > ul > li:nth-child(4),body.services #overview-detail .container > ul > li:nth-child(2),body.services #overview-detail .container > ul > li:nth-child(4),body.mobile-build #overview-detail .container > ul > li:nth-child(2),body.mobile-build #overview-detail .container > ul > li:nth-child(4){padding-right:40px}}body.products #overview-detail .container > ul > li:last-child,body.services #overview-detail .container > ul > li:last-child,body.mobile-build #overview-detail .container > ul > li:last-child{padding-right:0}@media only screen and (min-width:767px){body.products #overview-detail .container > ul > li,body.services #overview-detail .container > ul > li,body.mobile-build #overview-detail .container > ul > li{width:320px;padding:10px 40px 0 20px}}@media only screen and (min-width:980px){body.products #overview-detail .container > ul > li,body.services #overview-detail .container > ul > li,body.mobile-build #overview-detail .container > ul > li{width:212px;padding-left:0}}body.products #overview-detail .container > ul > li h3,body.services #overview-detail .container > ul > li h3,body.mobile-build #overview-detail .container > ul > li h3{color:#000;font:16px gotham_mediumregular;text-transform:uppercase;text-shadow:0 1px 0 #fff;margin:0;text-shadow:none}body.products #overview-detail .container > ul > li > ul,body.services #overview-detail .container > ul > li > ul,body.mobile-build #overview-detail .container > ul > li > ul{list-style-type:disc;font-size:14px;color:#505258;line-height:19px;list-style-type:none;padding:0;margin:0}body.products #overview-detail .container > ul > li > ul li,body.services #overview-detail .container > ul > li > ul li,body.mobile-build #overview-detail .container > ul > li > ul li{margin:0;padding:0;margin-bottom:10px;background:url('/img/details-bullet-82df4c4b.png?1351530704') no-repeat;background-position:0 7px;padding-left:10px}body.products #overview-detail .container > ul > li > ul li h4,body.services #overview-detail .container > ul > li > ul li h4,body.mobile-build #overview-detail .container > ul > li > ul li h4{font-size:14px;margin-bottom:0}body.products #overview-detail .container > ul > li > ul li p,body.services #overview-detail .container > ul > li > ul li p,body.mobile-build #overview-detail .container > ul > li > ul li p{margin:0;font-size:13px;color:#898c98}body.pricing{background:#f8f7ef url('/img/graphbg-2b03e80b.gif?1352315960') repeat}body.pricing #overview-sections{display:none}@media only screen and (min-width:767px){body.pricing #overview-sections{display:block}}body.pricing #pricing-section .container{background:transparent url('/img/products/track-mobile-b70e2a38.png?1352838907') no-repeat center 30px;font-size:.8em;height:984px}@media only screen and (min-width:767px){body.pricing #pricing-section .container{background-image:url('/img/products/track-9f404be3.png?1352838903');background-position:-52px 65px;height:770px;margin-top:0}}@media only screen and (min-width:980px){body.pricing #pricing-section .container{background-position:left 65px;background-size:inherit}}body.pricing #pricing-section article{font-size:16px;text-align:center;padding:0 20px}@media only screen and (min-width:480px){body.pricing #pricing-section article{padding:0 30px;font-size:18px}}@media only screen and (min-width:767px){body.pricing #pricing-section article{text-align:left;font-size:16px;padding:0 20px 0 346px}}@media only screen and (min-width:980px){body.pricing #pricing-section article{padding:0 20px 0 440px}}body.pricing #pricing-section article h3{font:32px gotham_bookregular;text-transform:uppercase;margin:0;display:none}@media only screen and (min-width:767px){body.pricing #pricing-section article h3{display:block}}body.pricing #pricing-section article p{margin-top:0}body.pricing #pricing-section article a{font-family:gotham_mediumregular;text-transform:uppercase}body.pricing #pricing-section article:nth-child(1){padding-top:122px}@media only screen and (min-width:480px){body.pricing #pricing-section article:nth-child(1){padding-top:130px}}@media only screen and (min-width:767px){body.pricing #pricing-section article:nth-child(1){padding-top:60px}}body.pricing #pricing-section article:nth-child(2){padding-top:180px}@media only screen and (min-width:480px){body.pricing #pricing-section article:nth-child(2){padding-top:186px}}@media only screen and (min-width:767px){body.pricing #pricing-section article:nth-child(2){padding-top:58px}}@media only screen and (min-width:980px){body.pricing #pricing-section article:nth-child(2){padding-top:78px}}body.pricing #pricing-section article:nth-child(3){padding-top:148px}@media only screen and (min-width:480px){body.pricing #pricing-section article:nth-child(3){padding-top:172px}}@media only screen and (min-width:767px){body.pricing #pricing-section article:nth-child(3){padding-top:88px}}@media only screen and (min-width:980px){body.pricing #pricing-section article:nth-child(3){padding-top:110px}}body.testimonials #testimonials-section{margin:50px 0}@media only screen and (min-width:767px){body.testimonials #testimonials-section{margin:70px 0}}body.testimonials #testimonials-section h1{font:26px gotham_mediumregular;text-transform:uppercase;text-align:center}@media only screen and (min-width:767px){body.testimonials #testimonials-section h1{font-size:30px}}@media only screen and (min-width:980px){body.testimonials #testimonials-section h1{font-size:36px}}body.testimonials #testimonials-section h4{font:14px gotham_bookregular;text-align:center;line-height:1.4em;width:80%;margin:0 auto 80px}@media only screen and (min-width:767px){body.testimonials #testimonials-section h4{font-size:18px}}body.testimonials #testimonials-section .mb-wrap{position:relative;margin:0 10px}body.testimonials #testimonials-section .mb-wrap p{margin:0;padding:0}body.testimonials #testimonials-section .mb-wrap blockquote{margin:0;position:relative;background:#fff;padding:30px;border-radius:5px;box-shadow:inset 0 2px 0 #eeeeee,-5px -4px 25px rgba(0,0,0,0.3)}body.testimonials #testimonials-section .mb-wrap blockquote:after,body.testimonials #testimonials-section .mb-wrap blockquote:before{top:100%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}body.testimonials #testimonials-section .mb-wrap blockquote:before{border-top-color:rgba(0,0,0,0.01);border-width:11px;left:65%;margin-left:-11px}body.testimonials #testimonials-section .mb-wrap blockquote:after{border-top-color:#ffffff;border-width:10px;left:65%;margin-left:-10px}body.testimonials #testimonials-section .mb-wrap blockquote p{font-size:16px;line-height:1.4em;text-indent:100px;position:relative}body.testimonials #testimonials-section .mb-wrap blockquote p:before{content:'\201C';font-family:serif;font-style:normal;font-weight:700;position:absolute;font-size:175px;top:0;left:-105px;color:#f36050;text-shadow:7px 14px 10px rgba(0,0,0,0.1)}body.testimonials #testimonials-section .mb-wrap cite{font-style:normal}body.testimonials #testimonials-section .mb-wrap cite a{font-family:serif;font-weight:700;font-style:italic;color:#fff;text-shadow:0 1px 1px rgba(0,0,0,0.3)}body.testimonials #testimonials-section .mb-wrap cite a:hover{color:#bc93c8;text-shadow:0 1px 1px rgba(255,255,255,0.7)}body.testimonials #testimonials-section .mb-wrap .mb-attribution{text-align:right;padding:20px 100px 20px 20px;position:relative}body.testimonials #testimonials-section .mb-wrap .mb-attribution .mb-author{font-size:14px;color:#777;text-shadow:0 1px 1px rgba(255,255,255,0.7)}body.testimonials #testimonials-section .mb-wrap .mb-attribution cite{font-weight:700}body.testimonials #testimonials-section .mb-wrap .mb-thumb{display:block;width:70px;height:70px;border:5px solid #fff;border-radius:50%;background:white url('/img/logos/anon-a16f6905.jpg?1352315961') no-repeat center center;background-size:100%;position:absolute;right:10px;bottom:5px;box-shadow:inset 1px 1px 4px rgba(0,0,0,0.5),0 2px 3px rgba(0,0,0,0.6)}body.testimonials #testimonials-section .mb-wrap#testimonial-gjigan .mb-thumb{background-image:url('/img/logos/gjigan-707ab841.png?1357557904');background-position:center center;background-size:100%}body.testimonials #testimonials-section .mb-wrap#testimonial-hcri .mb-thumb{background-image:url('/img/logos/hcri-41eebdef.png?1352316070');background-position:center center;background-size:100%}body.testimonials #testimonials-section .mb-wrap#testimonial-coke .mb-thumb{background-image:url('/img/logos/coke-c0f74de0.png?1352316084');background-position:left center;background-size:200%}body.testimonials #testimonials-section .mb-wrap#testimonial-gift .mb-thumb{background-image:url('/img/logos/gift-38b576f6.png?1352316167');background-position:center center}body.testimonials #testimonials-section .mb-wrap#testimonial-i360 .mb-thumb{background-image:url('/img/logos/i360views-d417f07f.png?1352316077');background-position:center center;background-size:150%}body.testimonials #testimonials-section .mb-wrap#testimonial-ndtech .mb-thumb{background-image:url('/img/logos/ndtech-97094924.png?1352316078');background-position:center center;background-size:100%}body.testimonials #testimonials-section ul{list-style:none;margin:0;padding:0;margin:40px 0 30px}body.testimonials #testimonials-section ul li{margin-bottom:40px}body.testimonials #testimonials-section ul li:last-child{margin-bottom:0}@media only screen and (min-width:767px){body.testimonials #testimonials-section ul li{float:left;width:48%;margin-bottom:15px}}@media only screen and (min-width:980px){body.testimonials #testimonials-section ul li{width:46%}}body.testimonials #testimonials-section ul li h2{font:20px gotham_mediumregular;text-transform:uppercase;color:#f36050}body.testimonials #testimonials-section ul li p{color:#3e3e3e}@media only screen and (min-width:767px){body.testimonials #testimonials-section ul li:nth-child(odd){padding-right:10px}}@media only screen and (min-width:980px){body.testimonials #testimonials-section ul li:nth-child(odd){padding-right:55px}}@media only screen and (min-width:767px){body.testimonials #testimonials-section ul li:nth-child(even){padding-left:10px}}@media only screen and (min-width:980px){body.testimonials #testimonials-section ul li:nth-child(even){padding-left:20px}}body.mobile-build header{background:#666666 url('/img/bgcloth-66b6fbca.png?1352825933') repeat;font-size:.8em;padding:20px 0}body.mobile-build header .container > .clearfix{margin:0 auto;display:table}@media only screen and (max-width:320px){body.mobile-build header .container > .clearfix img{display:none}}body.mobile-build header .container > .clearfix > div{float:left;margin-left:20px}@media only screen and (min-width:480px){body.mobile-build header .container > .clearfix > div{margin-left:10px}}body.mobile-build header .container > .clearfix > div h1{color:#f8f7ef;font:30px gotham_bookregular;text-transform:uppercase;padding:0;margin:0}@media only screen and (min-width:767px){body.mobile-build header .container > .clearfix > div h1{font-size:52px}}body.mobile-build header .container > .clearfix > div h2{color:#f8f7ef;margin:0;font-size:14px}@media only screen and (min-width:480px){body.mobile-build header .container > .clearfix > div h2{width:370px}}@media only screen and (min-width:767px){body.mobile-build header .container > .clearfix > div h2{font-size:18px;width:inherit}}body.mobile-build section#mb-overview > .container{margin:40px auto}@media only screen and (max-width:767px){body.mobile-build section#mb-overview > .container > div{padding:0 10px}}@media only screen and (min-width:767px){body.mobile-build section#mb-overview > .container > div{float:left;padding:0 10px}}@media only screen and (min-width:980px){body.mobile-build section#mb-overview > .container > div{padding:0}}@media only screen and (max-width:767px){body.mobile-build section#mb-overview > .container > div:first-child img{display:none}}@media only screen and (min-width:767px){body.mobile-build section#mb-overview > .container > div:first-child{width:260px}}@media only screen and (min-width:980px){body.mobile-build section#mb-overview > .container > div:first-child{width:460px}}@media only screen and (min-width:767px){body.mobile-build section#mb-overview > .container > div:last-child{width:460px}}@media only screen and (min-width:980px){body.mobile-build section#mb-overview > .container > div:last-child{width:520px}}body.mobile-build section#mb-overview > .container > div:last-child article{margin-bottom:80px}@media only screen and (max-width:480px){body.mobile-build section#mb-overview > .container > div:last-child article{margin-bottom:50px}}body.mobile-build section#mb-overview > .container > div:last-child article:last-child{margin-bottom:30px}body.mobile-build section#mb-overview > .container > div:last-child article h3{color:#f36050;font:22px gotham_bookregular;margin:0 0 26px;text-shadow:1px 1px 3px #BBB;text-transform:uppercase;border-bottom:3px solid #CCC;padding-bottom:10px}@media only screen and (min-width:480px){body.mobile-build section#mb-overview > .container > div:last-child article h3{margin:0}}@media only screen and (min-width:767px){body.mobile-build section#mb-overview > .container > div:last-child article h3{font-size:32px}}@media only screen and (min-width:980px){body.mobile-build section#mb-overview > .container > div:last-child article h3{margin:0 0 26px}}body.mobile-build section#mb-overview > .container > div:last-child article p{margin-bottom:5px}body.mobile-build section#mb-overview > .container > div:last-child article ul{list-style:none;margin:0;padding:0}@media only screen and (min-width:480px){body.mobile-build section#mb-overview > .container > div:last-child article ul li{float:left;width:210px}}@media only screen and (min-width:980px){body.mobile-build section#mb-overview > .container > div:last-child article ul li{width:240px}}@media only screen and (min-width:480px){body.mobile-build section#mb-overview > .container > div:last-child article ul li:nth-child(odd){margin-right:40px}}body.mobile-build section#mb-overview > .container > div:last-child article ul li h4{font:16px gotham_mediumregular;margin-bottom:0}body.mobile-build section#mb-overview > .container > div:last-child article ul li p{font-size:14px;margin:10px 0 0 0}body.enterprise header{background:#666666 url('/img/bgcloth-66b6fbca.png?1352825933') repeat;font-size:.8em;padding:20px 0}body.enterprise header .container > .clearfix{margin:0 auto;display:table}@media only screen and (max-width:320px){body.enterprise header .container > .clearfix img{display:none}}body.enterprise header .container > .clearfix > div{float:left;margin-left:20px}@media only screen and (min-width:480px){body.enterprise header .container > .clearfix > div{margin-left:10px}}body.enterprise header .container > .clearfix > div h1{color:#f8f7ef;font:30px gotham_bookregular;text-transform:uppercase;padding:0;margin:0}@media only screen and (min-width:767px){body.enterprise header .container > .clearfix > div h1{font-size:52px}}body.enterprise header .container > .clearfix > div h2{color:#f8f7ef;margin:0;font-size:14px}@media only screen and (min-width:480px){body.enterprise header .container > .clearfix > div h2{width:370px}}@media only screen and (min-width:767px){body.enterprise header .container > .clearfix > div h2{font-size:18px;width:inherit}}body.training_videos #content-body aside h4{margin:20px 0 10px 20px;text-transform:uppercase;font-family:gotham_bookregular}body.training_videos #content-body article > section{margin-bottom:30px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:1px solid #eee;-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);box-shadow:0 1px 3px rgba(0,0,0,0.1);padding-bottom:40px;background-color:#E9E8E4;padding:20px}body.training_videos #content-body article > section .video-thumb{float:left}body.training_videos #content-body article > section .video-references{float:left;margin-left:25px}body.training_videos #content-body article > section .video-references h4{float:left;font-size:12px;text-transform:uppercase;color:#777;margin:5px;width:115px}body.training_videos #content-body article > section .video-references ul{list-style:none;margin:0;padding:0;float:left;margin:0}body.training_videos #content-body article > section .video-references ul a{font-size:14px}body.training_videos #content-body article > section h3{background:url('/img/video-icon-1ab75261.png?1352315945') no-repeat left top;background-size:26px 26px;font-family:gotham_mediumregular;text-transform:uppercase;padding-left:34px;margin:0}body.training_videos #content-body article > section p{font-size:15px;margin:6px 0 0 34px}body.training_videos #content-body article > section > div{margin:20px 0 0 30px}body.developers{}body.developers .docs aside{float:left;width:300px;margin:5px 20px 50px 10px;font-size:13px}body.developers .docs aside.affix{position:fixed !important;top:25px}body.developers .docs aside form{margin:0 0 30px}body.developers .docs aside form input{font-size:12px;display:inline-block;*display:inline;*zoom:1;margin-bottom:0;vertical-align:middle;margin-bottom:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-border-radius:14px 0 0 14px;-moz-border-radius:14px 0 0 14px;border-radius:14px 0 0 14px;padding:4px 9px;width:180px}body.developers .docs aside form input:focus{border-color:rgba(82,168,236,0.8);outline:0;outline:thin dotted \9;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6)}body.developers .docs aside form button{-webkit-border-radius:0 14px 14px 0;-moz-border-radius:0 14px 14px 0;border-radius:0 14px 14px 0;margin-left:-4px;font-size:12px;padding:4px 12px 4px 9px}body.developers .docs aside #search-content{position:absolute;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;background-color:white;border:1px solid rgba(0,0,0,0.2);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);-webkit-background-clip:padding-box;-moz-background-clip:padding-box;background-clip:padding-box;max-height:360px;overflow-x:hidden;overflow-y:scroll}body.developers .docs aside #search-content:before{position:absolute;top:-7px;left:9px;display:inline-block;border-right:7px solid transparent;border-bottom:7px solid #CCC;border-left:7px solid transparent;border-bottom-color:rgba(0,0,0,0.2);content:''}body.developers .docs aside #search-content:after{position:absolute;top:-6px;left:10px;display:inline-block;border-right:6px solid transparent;border-bottom:6px solid white;border-left:6px solid transparent;content:''}body.developers .docs aside #search-content a,body.developers .docs aside #search-content li > span{display:block;padding:5px 20px;clear:both;font-weight:400;line-height:20px;color:#333;white-space:nowrap}body.developers .docs aside #search-content a:hover{color:#FFFFFF;text-decoration:none;background-color:#0081c2;background-image:-moz-linear-gradient(top,#0088cc,#0077b3);background-image:-webkit-gradient(linear,0 0,0 100%,from(#0088cc),to(#0077b3));background-image:-webkit-linear-gradient(top,#0088cc,#0077b3);background-image:-o-linear-gradient(top,#0088cc,#0077b3);background-image:linear-gradient(to bottom,#0088cc,#0077b3);background-repeat:repeat-x;outline:0;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0077b3',GradientType=0)}body.developers .docs aside #search-content a:hover em{background-color:inherit}body.developers .docs aside #search-content a:hover small{color:#f7f7f7}body.developers .docs aside #search-content a em{background-color:paleGoldenrod;font-style:normal}body.developers .docs aside #search-content a small{display:block;font-size:11px;color:#999}body.developers .docs aside #tree{overflow-x:auto}body.developers .docs aside #tree ol{list-style:none;margin:0;padding:0}body.developers .docs aside #tree ol > li > a{margin-left:16px}body.developers .docs aside #tree li{padding:2px 0}body.developers .docs aside #tree li.checked > a{color:#f36050 !important}body.developers .docs aside #tree li a{color:#000}body.developers .docs aside #tree li a.active{color:#f36050}body.developers .docs aside #tree li a:hover{color:#f36050}body.developers .docs aside #tree li > div span{background:url('/img/tree/plus-128b8d24.png?1352838909') no-repeat 0 2px;cursor:pointer;display:block;text-indent:-9999px;float:left;width:16px}body.developers .docs aside #tree li ol{display:none;margin:2px 0 6px 14px}body.developers .docs aside #tree li ol li > a{margin-left:16px}body.developers .docs aside #tree li.checked{opacity:1 !important}body.developers .docs aside #tree li.checked > div span{background-image:url('/img/tree/minus-1145b2d5.png?1352838909')}body.developers .docs aside #tree li.checked > div a{color:#f36050 !important}body.developers .docs aside #tree li.checked > ol{display:inline-block}body.developers .docs aside #tree li.expanded > div span{background-image:url('/img/tree/minus-1145b2d5.png?1352838909')}body.developers .docs aside #tree li.expanded > ol{display:inline-block}body.developers.full-screen > .main,body.developers.full-screen > .sub,body.developers.full-screen > #price-banner,body.developers.full-screen > footer{display:none}body.developers.full-screen > .container{width:100%}body.developers.full-screen > .container header{margin-left:365px}body.developers.full-screen > .container header #breadcrumbs{margin-bottom:30px}body.developers.full-screen > .container aside{margin:0 20px 50px 25px;position:fixed;top:22px;height:100%}body.developers.full-screen > .container aside form{margin-bottom:35px}body.developers.full-screen > .container article{margin-left:340px;border-left:3px solid #CCC;padding-left:30px}body.developers .docs header{margin:20px 0 0 90px;overflow:hidden}body.developers .docs header #breadcrumbs{float:left;width:835px}body.developers .docs header #full-screen{float:left;background:url('/img/fullscreen-857741a9.png?1353078656') no-repeat;width:37px;height:35px;text-indent:-9999px;cursor:pointer}body.developers .docs article{margin:0 10px 80px 335px;min-height:500px}body.developers .docs article h1{font:30px gotham_mediumregular;margin:0 0 35px;border-bottom:3px solid #ccc;padding-bottom:8px}body.developers .docs article h2{font:1.3em gotham_mediumregular;margin:4em 0 2em;border-bottom:1px solid #ddd;padding-bottom:10px}body.developers .docs article h3{font:1.2em gotham_bookregular;margin:3em 0 1.4em}body.developers .docs article img:not(.fancybox-image){vertical-align:middle;display:inline-block;padding:4px;background-color:#fff;border:1px solid #ccc;-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);box-shadow:0 1px 3px rgba(0,0,0,0.1);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;max-width:97%;margin:10px 0}body.developers .docs article ol > li{margin:12px 0}body.developers .docs article ul > li{margin:4px 0}body.developers .docs article code{color:#777;font-size:14px}body.developers .docs article table{width:100%;margin-bottom:20px;max-width:100%;background-color:transparent;border-collapse:collapse;border-spacing:0}body.developers .docs article table tbody tr:nth-child(odd) td,body.developers .docs article table tbody tr:nth-child(odd) th{background-color:#EFEDE7}body.developers .docs article table th,body.developers .docs article table td{padding:8px;line-height:20px;text-align:left;vertical-align:top;border-top:1px solid #dddddd}body.developers .docs article #pagination{margin-top:70px;border-top:1px solid #CCC;padding-top:20px}body.developers .docs article #pagination a.fright{float:right}body.developers .pricing-cap{display:block;width:164px;height:66px;background:url('/img/products/cheat-sheet/pricing_caps-0bd24695.png?1352838840') no-repeat scroll 0 0 transparent}body.developers .pricing-cap.orange{background-position:0 -66px}body.developers .pricing-cap.green{background-position:0 -132px}body.developers .pricing-cap.blue{background-position:0 -198px}body.developers .pricing-cap.purple{background-position:0 -264px}body.developers .pricing-cap h3{color:#FFFFFF}body.developers #cheatsheet{background-color:#EFEDE7;border:1px solid #DDD;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:1px 1px 3px #dddddd;-moz-box-shadow:1px 1px 3px #dddddd;box-shadow:1px 1px 3px #dddddd}body.developers .pkg ul{list-style:none outside none;clear:both}body.developers .pkg ul.large li.divided strong,body.developers .pkg ul.large li b,body.developers .tooltip b{font-weight:400}body.developers .pkg .button,body.developers .tooltip{font-weight:300}body.developers .pkg{min-height:100px;position:relative;width:164px;padding:0 14px 12px;float:left}body.developers .pkg .middle,body.developers .pkg .top,body.developers .pkg .bottom{width:184px;position:absolute}body.developers .pkg .middle{top:12px;bottom:12px;z-index:-1}body.developers .pkg .top,body.developers .pkg .bottom{height:12px;top:0;background-position:-184px -8px}body.developers .pkg .bottom{top:auto;bottom:0;background-position:-368px -18px}body.developers .pkg h3{font-size:20px;text-align:center;padding:12px 10px;text-transform:uppercase}body.developers .pkg h4{font-size:20px;text-align:center;padding:8px 5px;color:#ffffff;margin:25px 0;line-height:1.1em}body.developers .pkg hr{background-color:#b858fc;border:none;height:10px;background-position:-562px 0;margin:0}body.developers .pkg ul li{border-bottom:1px solid #ccc;padding:12px 12px;position:relative;font-size:13px;overflow:hidden}body.developers .pkg ul.large li{padding-left:82px;line-height:1.2em}body.developers .pkg ul.large li b{position:absolute;left:10px;font-size:22px;line-height:50px;top:0;width:65px;text-align:center}body.developers .pkg ul.large li.long{padding-top:15px;padding-bottom:17px}body.developers .pkg ul.large li.divided{height:42px;padding:10px 7px 12px;font-size:13px;text-align:center}body.developers .pkg ul.large li.divided strong{font-size:22px;display:block;padding-top:1px}body.developers .pkg ul.large li.divided strong.long{font-size:22px}body.developers .pkg ul.cheat li{margin-left:0 !important;padding-left:82px;line-height:2px}body.developers .pkg ul.cheat li b{position:absolute;left:10px;font-size:22px;line-height:50px;top:0;width:65px;text-align:center}body.developers .pkg ul.cheat li.long{padding-top:15px;padding-bottom:17px}body.developers .pkg ul.cheat li.divided{padding:9px 7px;font:12px monospace;text-align:center}body.developers .pkg ul.cheat li.divided strong{font:11px museo_sans_rounded_300regular;display:block;padding-top:0;margin:0;font-weight:700;text-transform:uppercase}body.developers .pkg ul.cheat li.divided strong.long{font-size:22px}body.developers .pkg ul.details li{padding:13px 4px 13px 36px}body.developers .pkg ul.details{background-position:-245px -42px;background-repeat:no-repeat}body.developers .pkg .price{text-align:center;height:50px;padding:0 11px 10px;border-bottom:1px solid #bbb}body.developers .pkg .price h3{padding-bottom:4px;text-transform:capitalize;font-size:13px;font-weight:700}body.developers .pkg .price span{font-size:12px}body.developers .pkg .buy{padding:10px;text-align:center}body.developers .pkg .button{height:30px;width:142px;display:block;background-position:-746px 0;background-color:#b858fc;text-shadow:0 -1px #999;color:#fff;font-size:16px;text-transform:uppercase;line-height:30px;margin-top:8px}body.developers .pkg .button:hover{background-color:#a54fe3;text-decoration:none}body.developers .pkg.corporate .button,body.developers .pkg.corporate hr{background-color:#58b8fc}body.developers .pkg.corporate .button:hover{background-color:#4fa5e3}body.developers .pkg.pro .button,body.developers .pkg.pro hr{background-color:#81fc58}body.developers .pkg.pro .button:hover{background-color:#74e34f}body.developers .pkg.starter .button,body.developers .pkg.starter hr{background-color:#f5de49}body.developers .pkg.starter .button:hover{background-color:#edd642}body.developers .pkg.basic .button,body.developers .pkg.basic hr{background-color:#fc8158}body.developers .pkg.basic .button:hover{background-color:#e57650}body.developers .pkg ul li.unavailable{color:#ccc}body.developers .pkg ul li.unavailable:hover{background:#fff}body.developers .pkg ul{padding:0;margin:0}body.developers .foot-note{width:97%;line-height:1.5;margin-bottom:30px}body.developers .foot-note a{color:#666;text-decoration:underline}body.developers .pkg li.no-border{border-bottom:none;height:36px;padding-top:10px}body.developers .pkg li.no-border a{color:#666;text-decoration:underline;font-size:15px;display:block;padding-top:6px}body.developers .pkg li.no-border a:hover{color:#888}body.developers .tooltip{position:absolute;left:410px;top:40px;width:275px;z-index:9;left:0;background-color:#333;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:1px 1px 12px #444444;-moz-box-shadow:1px 1px 12px #444444;box-shadow:1px 1px 12px #444444}body.developers .tooltip .inner{padding:14px 32px 14px 14px;color:#fff;font-size:13px;line-height:16px}body.developers .tooltip b{font-size:15px;display:block;padding-bottom:8px}body.developers #breadcrumbs{margin:0 0 40px;padding:0;float:left;display:block;overflow:hidden;width:99%;padding:8px;font-size:13px}body.developers #breadcrumbs ul{margin:0;padding:0;height:21px;display:block}body.developers #breadcrumbs ul li{display:block;float:left;position:relative;height:21px;overflow:hidden;line-height:21px;margin:0 6px 0 0;padding:0 10px 0 0;font-size:.9167em;background:url('/img/breadcrumbs/chevron-528bd45f.gif?1352825922') no-repeat 100% 0}body.developers #breadcrumbs ul li div.chevronOverlay{position:absolute;right:0;top:0;z-index:2}body.developers #breadcrumbs ul li span{display:block;overflow:hidden}body.developers #breadcrumbs ul li a{display:block;position:relative;height:21px;line-height:21px;overflow:hidden;float:left}body.developers #breadcrumbs ul li:first-child a{height:16px !important;text-indent:-1000em;width:16px;padding:0;margin-top:2px;overflow:hidden;background:url('/img/breadcrumbs/icon_home-1ab5207f.gif?1352825922') no-repeat 0 0}body.developers #breadcrumbs ul li:first-child a:hover{background-position:0 -16px}body.developers #breadcrumbs ul li:last-child{background:none;margin-right:0;padding-right:0}body.developers .chevronOverlay{display:none;background:url('/img/breadcrumbs/chevron_overlay-5be72bed.png?1352826077') no-repeat 100% 0;width:13px;height:20px}body.developers #developers-section{margin:60px 0}body.developers #developers-section h1{font:26px gotham_mediumregular;text-transform:uppercase;text-align:center}@media only screen and (min-width:767px){body.developers #developers-section h1{font-size:30px}}@media only screen and (min-width:980px){body.developers #developers-section h1{font-size:36px}}body.developers #developers-section h4{font:14px gotham_bookregular;text-align:center;line-height:1.4em;width:80%;margin:0 auto}@media only screen and (min-width:767px){body.developers #developers-section h4{font-size:18px}}body.developers #developers-section hr{margin:2em}body.developers #developers-section ul{list-style:none;margin:0;padding:0}@media only screen and (min-width:767px){body.developers #developers-section ul{float:left;width:50%}}body.developers #developers-section ul li{margin:0 30px 40px}body.developers #developers-section ul li:first-child{font:26px gotham_thinregular;text-transform:uppercase;margin-top:20px}body.developers #developers-section ul li a:hover h2{text-decoration:underline}body.developers #developers-section ul li h2{font:20px gotham_mediumregular;text-transform:uppercase}body.developers #developers-section ul li p{color:#3e3e3e}footer{color:#eeeee9}footer section:first-child{background:#3e3e3e url('/img/bgcloth-66b6fbca.png?1352825933') repeat;padding:40px 5px;font-size:13px}@media only screen and (min-width:767px){footer section:first-child{padding:40px 20px}}@media only screen and (max-width:980px){footer section:first-child .container.clearfix:before,footer section:first-child .container.clearfix:after{content:none;display:inherit}}footer section:first-child ul{list-style:none;margin:0;padding:0}footer section:first-child > div > ul > li{display:inline-block}footer section:first-child > div > ul > li > ul > li a{color:#BBB;margin:8px;display:block}@media only screen and (min-width:767px){footer section:first-child > div > ul > li > ul > li a{margin:8px 50px 8px 0}}@media only screen and (min-width:980px){footer section:first-child > div ul{float:left}}footer section:first-child > div #webinars #webinars-inner{border-top:1px solid #666;border-bottom:1px solid #666;margin:20px 4px;padding:10px 4px;text-align:center;font-size:1.1em}@media only screen and (min-width:480px){footer section:first-child > div #webinars #webinars-inner{border-bottom:none;margin:30px 4px 0;padding-top:20px}}@media only screen and (min-width:980px){footer section:first-child > div #webinars #webinars-inner{border:none;float:left;margin:0 0 0 20px;padding:0;text-align:left;font-size:1em}}footer section:first-child > div #webinars #webinars-inner div > p{color:#BBB;margin:0;padding:0}footer section:first-child > div #webinars #webinars-inner div > p a{margin:0 4px}footer section:first-child > div #webinars #webinars-inner div > p span.title{font-size:15px;padding:14px 0 4px;color:#FFF}footer section:first-child > div #webinars #webinars-inner div > p span{display:block}@media only screen and (min-width:767px){footer section:first-child > div #webinars #webinars-inner div > p{float:left;width:50%;font-size:1.15em}}@media only screen and (min-width:980px){footer section:first-child > div #webinars #webinars-inner div > p{float:none;width:inherit;font-size:1em;margin-bottom:0}footer section:first-child > div #webinars #webinars-inner div > p:last-child{margin-top:3px}footer section:first-child > div #webinars #webinars-inner div > p span:last-child{margin-left:10px;display:inline}}footer section:first-child > div #webinars #webinars-inner h3{font-size:1.3em;margin-bottom:24px}@media only screen and (min-width:767px){footer section:first-child > div #webinars #webinars-inner h3{font-size:1.8em}}@media only screen and (min-width:980px){footer section:first-child > div #webinars #webinars-inner h3{font-size:1.7em;margin:0 0 10px}}footer section:first-child > div #social-icons{font-size:0;list-style:none}@media only screen and (min-width:480px){footer section:first-child > div #social-icons{float:right;position:relative;top:-505px}}@media only screen and (min-width:767px){footer section:first-child > div #social-icons{top:-460px}}@media only screen and (min-width:980px){footer section:first-child > div #social-icons{top:-10px}}footer section:first-child > div #social-icons li{display:inline-block;margin:15px 12px 0}@media only screen and (min-width:480px){footer section:first-child > div #social-icons li{display:block}}footer section:first-child > div #social-icons li a{background:url('/img/social-9894af0f.gif?1352315961') no-repeat 0 0;text-indent:-9999px;margin:0}footer section:first-child > div #social-icons li a:hover span{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);transform:rotate(360deg)}footer section:first-child > div #social-icons li a span{background:url('/img/social-9894af0f.gif?1352315961') no-repeat 0 0;display:block;width:50px;height:51px;position:relative;z-index:10;-webkit-transition:-webkit-transform .4s ease-out;-moz-transition:-moz-transform .4s ease-out;transition:transform .4s ease-out}footer section:first-child > div #social-icons li:nth-child(2) a,footer section:first-child > div #social-icons li:nth-child(2) a span{background-position:-71px 0}footer section:first-child > div #social-icons li:nth-child(3) a,footer section:first-child > div #social-icons li:nth-child(3) a span{background-position:-143px 0}footer section:first-child > div #social-icons li:nth-child(4) a,footer section:first-child > div #social-icons li:nth-child(4) a span{background-position:-213px 0}@media only screen and (min-width:480px){footer section:first-child > div #social-icons li:nth-child(1){float:left;margin-left:76px}footer section:first-child > div #social-icons li:nth-child(3){float:left;margin-left:76px;margin-top:5px}footer section:first-child > div #social-icons li:nth-child(4){margin-top:5px}}footer section:last-child{background-color:#f36050;font-size:12px;padding:14px 4px;text-align:center}@media only screen and (min-width:480px){footer section:last-child{text-align:left}}@media only screen and (min-width:767px){footer section:last-child{padding:24px 40px}}footer section:last-child a{color:#f8f7ef}@media only screen and (min-width:980px){footer section:last-child .container > div{float:right;margin-right:30px}}.fancybox-inner > #webinars-inner{width:500px;text-align:center}.fancybox-inner > #webinars-inner h3{font:1.6em gotham_mediumregular;margin:24px 0 24px;text-transform:uppercase}.fancybox-inner > #webinars-inner > div > p{margin:6px;font-weight:700}.fancybox-inner > #webinars-inner > div > p span{margin-left:15px}.fancybox-inner > #webinars-inner > p{margin:22px 0}@media only screen and (max-width:980px){#content-body{font-size:.95em}}#content-body > h1{font-family:'gotham_mediumregular';font-size:26px;text-transform:uppercase;border-bottom:3px solid #CCC;margin:15px 10px 25px;text-align:center}@media only screen and (min-width:767px){#content-body > h1{padding:0 0 8px 250px;margin:35px 0 25px;text-align:left}}@media only screen and (min-width:980px){#content-body > h1{padding:0 0 8px 300px}}#content-body > h1.no-border{border:none;padding-bottom:0}#content-body > div{margin:0 10px 40px}@media only screen and (min-width:767px){#content-body > div{margin:0 0 40px}}#content-body > div > article > h2{margin:3em 0 .83em}#content-body > div > article > h2:first-child{margin-top:1em}#content-body > div > article > h3{margin:3em 0 1em}@media only screen and (max-width:767px){#content-body > div aside{display:none;background-color:#0e0e0e;position:relative;top:-28px;padding:11px 1px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 1px 10px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 10px rgba(0,0,0,0.1);box-shadow:0 1px 10px rgba(0,0,0,0.1);background-color:#1b1b1b;background-image:-moz-linear-gradient(top,#222222,#111111);background-image:-webkit-gradient(linear,0 0,0 100%,from(#222222),to(#111111));background-image:-webkit-linear-gradient(top,#222222,#111111);background-image:-o-linear-gradient(top,#222222,#111111);background-image:linear-gradient(to bottom,#222222,#111111);background-repeat:repeat-x;border-color:#252525;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222',endColorstr='#ff111111',GradientType=0)}#content-body > div aside ul{list-style:none;margin:0;padding:0}#content-body > div aside ul li{line-height:20px}#content-body > div aside ul li.active a{background-color:#111111;color:#CCC}#content-body > div aside ul li:hover a{background-color:#111111}#content-body > div aside ul li a{padding:3px 15px;font-family:museo_sans_rounded_700regular;color:#777777;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;text-shadow:0 -1px 0 rgba(0,0,0,0.25);display:block}#content-body > div aside ul li a:hover{background-color:#111111}}@media only screen and (min-width:767px){#content-body > div > aside{display:block;float:left;width:200px;color:#666;margin-top:10px}#content-body > div > aside ul{margin:0 45px 0 0}#content-body > div > aside ul li.active a{color:#666}#content-body > div > article{float:left;width:550px}}@media only screen and (min-width:980px){#content-body > div > aside{width:300px}#content-body > div > article{width:680px}}#content-body .btn-navbar{color:#ffffff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#0e0e0e;background-image:-moz-linear-gradient(top,#151515,#040404);background-image:-webkit-gradient(linear,0 0,0 100%,from(#151515),to(#040404));background-image:-webkit-linear-gradient(top,#151515,#040404);background-image:-o-linear-gradient(top,#151515,#040404);background-image:linear-gradient(to bottom,#151515,#040404);background-repeat:repeat-x;border-color:#040404 #040404 #000000;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515',endColorstr='#ff040404',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);float:left;padding:6px;margin-right:5px;margin-left:5px;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.075);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.075);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.075)}@media only screen and (min-width:767px){#content-body .btn-navbar{display:none}}#content-body .btn-navbar .icon-bar{display:block;width:18px;height:3px;background-color:#f5f5f5;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;-webkit-box-shadow:0 1px 0 rgba(0,0,0,0.25);-moz-box-shadow:0 1px 0 rgba(0,0,0,0.25);box-shadow:0 1px 0 rgba(0,0,0,0.25)}#content-body .btn,#content-body .btn-group{margin-top:5px}.btn{display:inline-block;padding:4px 12px;margin-bottom:0;font-size:14px;line-height:20px;color:#333333;text-align:center;text-shadow:0 1px 1px rgba(255,255,255,0.75);vertical-align:middle;cursor:pointer;background-color:#f5f5f5;background-image:-moz-linear-gradient(top,white,#e6e6e6);background-image:-webkit-gradient(linear,0 0,0 100%,from(white),to(#e6e6e6));background-image:-webkit-linear-gradient(top,white,#e6e6e6);background-image:-o-linear-gradient(top,white,#e6e6e6);background-image:linear-gradient(to bottom,#ffffff,#e6e6e6);background-repeat:repeat-x;border:1px solid #bbbbbb;border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);border-bottom-color:#a2a2a2;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)}button{font-size:14px;font-weight:400;line-height:20px;margin:0}[class^="icon-"],[class*=" icon-"]{display:inline-block;width:14px;height:14px;margin-top:1px;line-height:14px;vertical-align:text-top;background-position:14px 14px;background-repeat:no-repeat}body.home #price-banner{border-top:none}.bar{background-color:#f8f7ef;color:#777;font:14px gotham_lightregular;border-top:1px solid #DDD;-webkit-box-shadow:1px 1px 3px #cccccc;-moz-box-shadow:1px 1px 3px #cccccc;box-shadow:1px 1px 3px #cccccc}#price-banner{background-color:#f8f7ef;text-transform:uppercase;text-align:center;color:#777;font:14px gotham_lightregular;border-top:1px solid #DDD;-webkit-box-shadow:1px 1px 3px #cccccc;-moz-box-shadow:1px 1px 3px #cccccc;box-shadow:1px 1px 3px #cccccc}@media only screen and (min-width:767px){#price-banner{font-size:16px}}#price-banner #used-by-coke{height:84px;padding:0;margin:0;background:transparent url('/img/logos/coke-019ad8af.gif?1358770837') no-repeat center top}@media only screen and (max-width:320px){#price-banner #used-by-coke{background-size:87%}}@media only screen and (min-width:480px){#price-banner #used-by-coke{height:96px}}@media only screen and (min-width:767px){#price-banner #used-by-coke{width:231px;height:61px;background-size:87%;background-position:center 4px}}@media only screen and (min-width:980px){#price-banner #used-by-coke{width:330px;height:103px;background-position:center 16px}}#price-banner #used-by-coke a{display:block;position:relative;top:60px;text-align:right;margin-right:22px;font-family:gotham_mediumregular;text-transform:lowercase;font-size:12px}@media only screen and (min-width:480px){#price-banner #used-by-coke a{top:72px;margin-right:74px}}@media only screen and (min-width:767px){#price-banner #used-by-coke a{top:44px;margin-right:18px;font-family:gotham_bookregular}}@media only screen and (min-width:980px){#price-banner #used-by-coke a{top:76px;margin-right:29px;ont-family:gotham_mediumregular}}@media only screen and (min-width:767px){#price-banner .container > div{float:left}}@media only screen and (min-width:980px){#price-banner .container > div{width:33%;font:20px gotham_mediumregular}}#price-banner .container > div p{margin:0;padding:0;line-height:1.1em}#price-banner .container > div:first-child{padding-top:0}@media only screen and (min-width:767px){#price-banner .container > div:first-child{padding:5px 10px 0}}@media only screen and (min-width:980px){#price-banner .container > div:first-child{padding:20px 0 0 0}}#price-banner .container > div:first-child span{font-size:39px;position:relative;top:5px;color:#f36050}#price-banner .container > div:nth-child(2) a{margin:10px 0;background-color:#f36050;font-size:30px;display:block;color:#f8f7ef;padding:5px 0}#price-banner .container > div:nth-child(2) a:hover{color:#000}@media only screen and (min-width:767px){#price-banner .container > div:nth-child(2) a{padding:5px 20px;margin:0;font-size:28px}}@media only screen and (min-width:980px){#price-banner .container > div:nth-child(2) a{padding:26px 20px}}#price-banner .container > div:nth-child(2) a p:last-child{font-size:20px}@media only screen and (min-width:767px){#price-banner .container > div:nth-child(2) a p:last-child{font-size:18px}}#price-banner .container > div:nth-child(2) a p:last-child span:not(.trial-period){font-size:14px;position:relative;top:-2px}@media only screen and (min-width:767px){#price-banner .container > div:nth-child(2) a p:last-child span:not(.trial-period){font-size:12px}}#price-banner .container > div.inverse a{background-color:#f8f7ef;color:#f36050}#price-banner .container > div:last-child{padding-bottom:10px}@media only screen and (min-width:767px){#price-banner .container > div:last-child{padding:23px 6px 0;font-size:14px}}@media only screen and (min-width:980px){#price-banner .container > div:last-child{padding:40px 0 0 0;font:18px gotham_bookregular}}@media only screen and (min-width:767px){#price-banner .container > div:last-child.clearfix{padding-top:15px}}#price-banner .container > div:last-child.clearfix .video-thumb{float:left;margin-left:25px}@media only screen and (min-width:480px){#price-banner .container > div:last-child.clearfix .video-thumb{margin-left:98px}}@media only screen and (min-width:767px){#price-banner .container > div:last-child.clearfix .video-thumb{display:none}}@media only screen and (min-width:980px){#price-banner .container > div:last-child.clearfix .video-thumb{display:block;margin-left:25px}}#price-banner .container > div:last-child.clearfix .video-thumb + a{text-align:left;float:left;display:block;padding:20px 0 0 20px;width:145px}@media only screen and (min-width:767px){#price-banner .container > div:last-child.clearfix .video-thumb + a{padding:1px 0 0 20px}}@media only screen and (min-width:980px){#price-banner .container > div:last-child.clearfix .video-thumb + a{padding:20px 0 0 20px}}body.signup h1{font:26px gotham_mediumregular;text-transform:uppercase;text-align:center}@media only screen and (min-width:767px){body.signup h1{font-size:30px}}@media only screen and (min-width:980px){body.signup h1{font-size:36px}}body.signup h2{font:14px gotham_bookregular;text-align:center;line-height:1.4em;width:80%;margin:0 auto}@media only screen and (min-width:767px){body.signup h2{font-size:18px}}body.signup > .container > div{margin:40px 20px}@media only screen and (min-width:767px){body.signup > .container > div > section{float:left;width:46%}}@media only screen and (min-width:767px){body.signup > .container > div > section:first-child{padding-right:40px}}@media only screen and (min-width:980px){body.signup > .container > div > section:first-child{padding-right:70px}}body.signup > .container > div > section h3{text-transform:uppercase}body.signup > .container > div > section > ul{list-style:none;margin:0;padding:0;font-size:.92em}body.signup > .container > div > section > ul h4{margin:0 0 5px}body.signup > .container > div > section > ul p{margin:0 0 20px}body.blog #disqus_thread{margin-bottom:60px}body.blog article > .blog-social{margin:0}body.blog article > .blog-social:last-child{margin-top:70px}body.blog article > .blog-social > div{float:left !important}body.blog article > .blog-social > .blog-twitter{margin-top:2px}body.blog article > .blog-social > .blog-gplus{margin:2px 0 0 10px}body.blog article > .blog-social > .blog-facebook{margin:0 0 0 10px}body.blog header{background:#666666 url('/img/bgcloth-66b6fbca.png?1352825933') repeat;font-size:.8em;padding:20px 0}body.blog header .container{margin:0 auto;display:table}@media only screen and (max-width:480px){body.blog header .container{margin:0 20px}}@media only screen and (min-width:980px){body.blog header .container > div{margin-left:170px}}body.blog header .container > div h1{color:#f8f7ef;font:30px gotham_thinregular;text-transform:uppercase;padding:0;margin:0}body.blog header .container > div h2{color:#f8f7ef;margin:0;font-size:14px}body.blog aside{clear:none;display:inline-block;float:left;margin:10px 0 0 25px;width:210px}@media only screen and (max-width:767px){body.blog aside{display:none}}body.blog aside .all-posts{margin:50px 0 62px 38px;text-transform:uppercase;font:14px gotham_bookregular}body.blog aside .all-posts h5{text-transform:capitalize;margin:50px 0}body.blog aside .all-posts h5 img{padding:0 7px 4px 0}body.blog aside .latest-posts:first-child h4{margin-top:100px}body.blog aside .latest-posts h4{text-transform:uppercase;margin:40px 0 0 38px}body.blog aside .latest-posts li{margin:10px 0;font-size:12px}body.blog .posts{margin-top:30px;float:left}@media only screen and (min-width:767px){body.blog .posts{width:740px}}body.blog .posts.all{margin:30px 0 50px}body.blog .posts.all h2{border-bottom:1px solid #CCC;margin:.83em 20px 30px}@media only screen and (min-width:767px){body.blog .posts.all h2{padding-left:169px;margin:.83em 0 30px}}body.blog .posts.all h2 a{color:#3e3e3e}body.blog .posts.all article{margin-bottom:20px;padding-bottom:1px;border:none}body.blog .posts.all article h3{margin:0;font-size:16px}@media only screen and (min-width:767px){body.blog .posts.all article .meta{top:2px;width:120px}}body.blog .posts.all article .meta p.date{text-align:left;border-bottom:none;font-size:inherit;margin:0}@media only screen and (min-width:767px){body.blog .posts.all article .meta p.date{text-align:right}}body.blog .posts.all article .meta p.date span.author{display:block;color:#AAA}body.blog .posts > .pagination{margin:20px 20px 60px}@media only screen and (min-width:767px){body.blog .posts > .pagination{margin:0 0 60px 0;padding:0 0 0 170px}}body.blog .posts > .pagination p{width:120px;float:left;padding:0;margin:0}body.blog .posts > article{margin:20px 20px 60px;border-bottom:3px solid #ccc;padding-bottom:15px}@media only screen and (min-width:767px){body.blog .posts > article{margin:0 0 100px 0;padding:0 0 45px 170px;position:relative}}body.blog .posts > article img:not(.fancybox-image){vertical-align:middle;display:inline-block;padding:4px;background-color:#fff;border:1px solid #ccc;-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);box-shadow:0 1px 3px rgba(0,0,0,0.1);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;max-width:90%;height:inherit}body.blog .posts > article img:not(.fancybox-image).blog-img{max-width:200px}body.blog .posts > article hr{margin:2em}body.blog .posts > article p{line-height:1.5em}body.blog .posts > article .meta{text-align:center}@media only screen and (min-width:767px){body.blog .posts > article .meta{left:10px;text-align:left;position:absolute;top:18px;width:145px}}body.blog .posts > article .meta p.tagged{display:block;font:14px gotham_bookregular;margin:0 0 10px 0;text-transform:uppercase}@media only screen and (max-width:767px){body.blog .posts > article .meta p.tagged{display:none}}body.blog .posts > article .meta ul.tags{color:#777;display:block;margin:0 0 36px 0;padding:0 0 0 2px;list-style:none}@media only screen and (max-width:767px){body.blog .posts > article .meta ul.tags{display:none}}body.blog .posts > article .meta ul.tags li{font-size:12px;font-style:italic;margin:0 0 10px 0;position:relative}body.blog .posts > article .meta ul.tags li:after{content:"\2014";font-size:13px;left:-14px;position:absolute;top:0}body.blog .posts > article .meta ul.tags li a{color:#777}body.blog .posts > article .meta p.date{border-bottom:1px solid #ccc;font-size:14px;margin:0 auto 20px auto;padding-bottom:15px;width:50%}@media only screen and (min-width:767px){body.blog .posts > article .meta p.date{border:none;width:100%}}body.blog .posts > article .meta p.date a{color:#aaa;font-weight:400}body.blog .posts > article .meta p.date span.author{display:block;color:#AAA}body.blog .posts > article .meta p.comments{font-size:14px}@media only screen and (max-width:767px){body.blog .posts > article .meta p.comments{display:none}}body.blog .posts > article h1{font:28px gotham_bookregular;margin-bottom:50px}@media only screen and (max-width:767px){body.blog .posts > article h1{text-align:center}}body.blog .posts > article h2{margin:1.6em 0 .83em}body.blog .posts > article h3{margin:1.8em 0 1em}body.blog .posts > article blockquote{margin:2em 40px 1.6em;font-family:serif;font-style:italic;font-size:18px;color:#666}body.blog .posts > article blockquote em{font-style:normal;font-size:14px;color:#000}#coupon{margin:40px 0;padding:6px;background-color:#FFF;text-align:center;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-webkit-box-shadow:1px 1px 3px #666666;-moz-box-shadow:1px 1px 3px #666666;box-shadow:1px 1px 3px #666666}@media only screen and (min-width:767px){#coupon{margin:25px 10px}}#coupon input[type=text]{width:56%}#coupon > div{border:5px dashed #666;padding:10px 16px}@media only screen and (min-width:767px){#coupon > div{background:white url('/img/barcode-ec742c4a.jpg?1352315960') no-repeat 20px center;padding:30px 30px 30px 130px}}#coupon > div h1{font:18px gotham_bookregular}@media only screen and (min-width:767px){#coupon > div h1{font-size:26px}}#coupon > div h1 span.logo{font:22px gotham_bookregular;text-transform:uppercase}@media only screen and (min-width:767px){#coupon > div h1 span.logo{font-size:46px}}#coupon > div h1 span.logo > span{color:#f36050;font-family:gotham_mediumregular}#coupon > div h2{margin-bottom:0;font-size:18px}#coupon > div h3{margin-top:0;font-size:14px}#coupon > div p.terms{margin-top:40px;font-size:12px;text-align:left}#coupon > div #referral-url{margin-top:20px}#coupon > div #referral-url code{display:block}body.referral-program header{background:#666666 url('/img/bgcloth-66b6fbca.png?1352825933') repeat;font-size:.8em;padding:20px 10px}@media only screen and (min-width:767px){body.referral-program header{padding:20px 0}}body.referral-program header div{margin:0 auto;text-align:center}body.referral-program header div h1{color:#f8f7ef;font:26px gotham_bookregular;text-transform:uppercase;padding:0;margin:0}@media only screen and (min-width:767px){body.referral-program header div h1{font-size:52px}}body.referral-program header div h2{color:#f8f7ef;margin:0;font-size:14px}@media only screen and (min-width:767px){body.referral-program header div h2{font-size:18px}}body.referral-program h2{color:#F04A3B}body.referral-program #referral-form input[type=submit]{height:42px;margin-top:0}body.referral-program #referral-text{margin-bottom:50px}body.referral-program #referral-text > div{margin:0 10px}@media only screen and (min-width:767px){body.referral-program #referral-text > div{float:left;width:42%}body.referral-program #referral-text > div:first-child{margin-right:40px}body.referral-program #referral-text > div:last-child{margin-left:40px}}@media only screen and (min-width:980px){body.referral-program #referral-text > div{width:44%}}#cws-signup-dialog{display:none}#cws-signup-dialog-inner{width:680px;padding:25px}#cws-signup-dialog-inner img{float:right;margin-left:60px}#cws-signup-dialog-inner h2{font:44px gotham_bookregular;text-transform:uppercase;color:#f36050;text-align:left;margin:0 0 20px}#cws-signup-dialog-inner p:last-child{text-align:right}#cws-signup-dialog-inner a.btn{border-color:#2D53AF;background-color:#4D7BD6;background-image:-moz-linear-gradient(top,#5689db 0,#4d7bd6 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#5689db),color-stop(100%,#4d7bd6));background-image:-webkit-linear-gradient(top,#5689db 0,#4d7bd6 100%);background-image:-o-linear-gradient(top,#5689db 0,#4d7bd6 100%);background-image:-ms-linear-gradient(top,#5689db 0,#4d7bd6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#5689db,endColorstr=#4d7bd6,GradientType=0);background-image:linear-gradient(top,#5689db 0,#4d7bd6 100%);color:white;text-align:center;text-shadow:0 1px 1px rgba(0,0,0,0.1);text-transform:uppercase;font-weight:700;font-family:'Open Sans',arial,sans-serif;padding:4px 20px 6px;font-size:13px;-webkit-box-shadow:0 2px 0 0 rgba(255,255,255,0.06) inset,0 2px 3px 0 rgba(0,0,0,0.2);-moz-box-shadow:0 2px 0 0 rgba(255,255,255,0.06) inset,0 2px 3px 0 rgba(0,0,0,0.2);box-shadow:0 2px 0 0 rgba(255,255,255,0.06) inset,0 2px 3px 0 rgba(0,0,0,0.2);outline:0}#cws-signup-dialog-inner a.btn span{width:19px;height:17px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAARCAQAAACVkV9MAAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAAAEgAAABIAEbJaz4AAAAJdnBBZwAAABMAAAARAMNJ7iwAAACPSURBVCjPjZJRDsMgDENfCAfY1+5/vh2g0iRI9gG0AbUa/glGiWMZxNlB2urabcutyDnmFUAUaxc+q3WPSqiX77DUI0+xafHmD2eQRqV7WiHqFtWUe+i89CmYNAWCyYsMJP8AyBsDyohltFUOUuAHBTDqojbmOgrfm93/kBfePJZF+8ztUlcSRp3fVPb+2w/RaCkkhrW/agAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAASUVORK5CYII=);display:inline-block;position:relative;top:4px;margin-right:6px}body.cws header{background:#666666 url('/img/bgcloth-66b6fbca.png?1352825933') repeat;font-size:.8em;padding:20px 0}body.cws header .container{margin:0 auto;display:table}@media only screen and (max-width:480px){body.cws header .container{margin:0 20px}}@media only screen and (min-width:980px){body.cws header .container > div{margin-left:170px}}body.cws header .container > div h1{color:#f8f7ef;font:30px gotham_thinregular;text-transform:uppercase;padding:0;margin:0}body.cws header .container > div h2{color:#f8f7ef;margin:0;font-size:14px}body.cws #chrome-signup{display:none}body.cws #chrome-signup section{float:left}body.cws #chrome-signup section:first-child{width:44%;margin:30px 50px 0 100px}body.cws #chrome-signup section:last-child{width:35%}body.cws #chrome-signup section:last-child img{position:relative;top:-32px;margin:0 0 0 90px}body.cws #chrome-signin{display:none}body.cws #chrome-signin img{float:right;position:relative;top:-32px;margin:0 150px 0 0}body.cws #chrome-signin div{width:40%;margin:65px 0 80px 172px}body.cws #chrome-signin div p:last-child{font-size:12px;color:#666}body.cws #chrome-signin-list{display:none}body.cws #chrome-signin-list img{float:right;position:relative;top:-32px;margin:0 150px 0 0}body.cws #chrome-signin-list div{width:40%;margin:65px 0 80px 172px}#webinar-dialog{display:none}#webinar-dialog-inner{width:600px;padding:25px;background:white url('/img/webinar-bg-aa9dd892.png?1355830134') no-repeat -200px bottom}#webinar-dialog-inner h2{font:44px gotham_bookregular;text-transform:uppercase;color:#f36050;text-align:left;margin:0 0 20px}#webinar-dialog-inner p{margin:27px 200px 0 0}#webinar-dialog-inner a.btn{text-align:center;text-shadow:0 1px 1px rgba(0,0,0,0.1);text-transform:uppercase;font-family:'Open Sans',arial,sans-serif;padding:3px 13px 5px;font-size:13px;outline:0;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}#webinar-dialog-inner a.btn-primary{border-color:#2D53AF;background-color:#4D7BD6;background-image:-moz-linear-gradient(top,#5689db 0,#4d7bd6 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#5689db),color-stop(100%,#4d7bd6));background-image:-webkit-linear-gradient(top,#5689db 0,#4d7bd6 100%);background-image:-o-linear-gradient(top,#5689db 0,#4d7bd6 100%);background-image:-ms-linear-gradient(top,#5689db 0,#4d7bd6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#5689db,endColorstr=#4d7bd6,GradientType=0);background-image:linear-gradient(top,#5689db 0,#4d7bd6 100%);color:white;text-align:center;text-shadow:0 1px 1px rgba(0,0,0,0.1);text-transform:uppercase;font-weight:700;font-family:'Open Sans',arial,sans-serif;padding:4px 20px 6px;font-size:13px;-webkit-box-shadow:0 2px 0 0 rgba(255,255,255,0.06) inset,0 2px 3px 0 rgba(0,0,0,0.2);-moz-box-shadow:0 2px 0 0 rgba(255,255,255,0.06) inset,0 2px 3px 0 rgba(0,0,0,0.2);box-shadow:0 2px 0 0 rgba(255,255,255,0.06) inset,0 2px 3px 0 rgba(0,0,0,0.2);outline:0;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}body.webinars #content-body > h1{text-shadow:0 2px 3px #CCC;color:#F36050;font:36px gotham_bookregular}body.webinars #content-body > h1 button{display:none}@media only screen and (min-width:767px){body.webinars #content-body > div > aside{width:250px}body.webinars #content-body > div > article{width:515px}}@media only screen and (min-width:980px){body.webinars #content-body > div > aside{width:300px}body.webinars #content-body > div > article{width:680px}}body.webinars #content-body #webinar-tweets{margin:0 60px 0 0;font-size:14px;padding:20px;border:1px solid #CCC;background-color:#EEE;border-radius:6px;box-shadow:1px 1px 7px #BBB;text-align:center}@media only screen and (min-width:767px){body.webinars #content-body #webinar-tweets{margin:0 40px 0 0}}@media only screen and (min-width:980px){body.webinars #content-body #webinar-tweets{margin:0 60px 0 0}}body.webinars #content-body #webinar-tweets h3{font:20px gotham_bookregular;text-transform:uppercase;color:#333;margin-top:10px}body.webinars #content-body #webinar-tweets .twitter-follow-button,body.webinars #content-body #webinar-tweets .twitter-mention-button{display:block;margin:22px auto 4px}body.webinars #content-body #webinar-tweets ul{list-style:none;padding:0;margin:0}body.webinars #content-body #webinar-tweets ul li{margin:0 0 7px}body.webinars #content-body article > ul{margin-top:30px;padding:0}@media only screen and (min-width:980px){body.webinars #content-body article > ul{margin-right:100px}}body.webinars #content-body article > ul > li{list-style:none;margin:54px 0}body.webinars #content-body article > ul > li > h3{margin:0;text-transform:uppercase}body.webinars #content-body article > ul > li > p{margin-top:10px}body.webinars #content-body article #next-intro-webinar{margin:25px 0 0 10px;border-left:10px solid #F8F7EF;padding-left:14px}body.webinars #content-body article #next-intro-webinar h2{font:13px gotham_bookregular;text-transform:uppercase;border-bottom:1px solid #CCC;padding-bottom:6px;color:#888;margin:0}body.webinars #content-body article #next-intro-webinar p{margin:10px 0}body.webinars #content-body article #clinic-schedule{margin:40px 0 0 0}body.webinars #content-body article #clinic-schedule h2{font:14px gotham_bookregular;text-transform:uppercase;border-bottom:1px solid #CCC;padding-bottom:6px;color:#888;margin:0 0 0 10px}body.webinars #content-body article #clinic-schedule > small{margin:10px;display:block}body.webinars #content-body article #clinic-schedule > small .twitter-follow-button{display:block;margin-top:10px}body.webinars #content-body article #clinic-schedule div{margin:25px 0 35px 10px;border-left:10px solid #F8F7EF;padding-left:14px}body.webinars #content-body article #clinic-schedule div h4{margin:0}body.webinars #content-body article #clinic-schedule div h5{margin:10px 0;font-size:.90em;color:#777}body.webinars #content-body article #clinic-schedule div p{margin:8px 0;color:#666;font-size:14px}body.webinars #content-body article #clinic-schedule div a{margin:0}body.webinars #content-body article #clinic-schedule div em{font-size:14px;font-weight:700;line-height:1.4em;color:#000;padding-top:13px;display:block}body.services #price-banner{border-top:0}body.services header{background:#666666 url('/img/bgcloth-66b6fbca.png?1352825933') repeat;font-size:.8em;padding:20px 0 40px}body.services header h1{color:#f8f7ef;font:30px gotham_bookregular;text-transform:uppercase;padding:0;margin:0 10px;text-align:center}@media only screen and (min-width:767px){body.services header h1{margin:0 20px;font-size:52px;text-align:left}}@media only screen and (min-width:980px){body.services header h1{margin:0 0 0 100px}}body.services header h2{color:#f8f7ef;margin:0 10px;text-transform:initial;font:18px Helvetica,Arial;line-height:25px;margin-top:10px;text-align:center}@media only screen and (min-width:767px){body.services header h2{margin:0 20px;text-align:left}}@media only screen and (min-width:980px){body.services header h2{margin:0 0 0 100px}}@media only screen and (min-width:767px){body.services header .clearfix{margin-top:55px}}body.services header .clearfix > div{float:left;text-align:center}@media only screen and (max-width:767px){body.services header .clearfix > div{float:none;margin:auto}}@media only screen and (min-width:767px){body.services header .clearfix > div{width:170px}}@media only screen and (min-width:980px){body.services header .clearfix > div{width:240px}}body.services header .clearfix > div.front-end{padding:40px 30px 20px}@media only screen and (min-width:767px){body.services header .clearfix > div.front-end{padding:0 30px}}body.services header .clearfix > div.front-end div{height:236px}@media only screen and (min-width:320px){body.services header .clearfix > div.front-end div{height:240px}}@media only screen and (min-width:767px){body.services header .clearfix > div.front-end div{height:190px}}@media only screen and (min-width:980px){body.services header .clearfix > div.front-end div{height:246px}}body.services header .clearfix > div.cross-platform{padding:20px 65px}@media only screen and (min-width:767px){body.services header .clearfix > div.cross-platform{padding:0 65px}}body.services header .clearfix > div.cross-platform div{height:210px}@media only screen and (min-width:320px){body.services header .clearfix > div.cross-platform div{height:250px}}@media only screen and (min-width:767px){body.services header .clearfix > div.cross-platform div{height:190px}}@media only screen and (min-width:980px){body.services header .clearfix > div.cross-platform div{height:246px}}body.services header .clearfix > div.back-end{padding:20px 30px 0 30px}@media only screen and (min-width:767px){body.services header .clearfix > div.back-end{padding:0 30px}}body.services header .clearfix > div.back-end div{padding-top:10px;height:236px}@media only screen and (min-width:767px){body.services header .clearfix > div.back-end div{height:180px}}@media only screen and (min-width:980px){body.services header .clearfix > div.back-end div{height:236px}}body.services header .clearfix > div div{height:210px}@media only screen and (min-width:767px){body.services header .clearfix > div div{height:190px}}@media only screen and (min-width:980px){body.services header .clearfix > div div{height:246px}}body.services header .clearfix > div h3{font-size:25px;color:#fff;margin:0}body.services header .clearfix > div p{font-size:16px;color:#ddd;line-height:22px}@media only screen and (min-width:767px){body.services header .clearfix > div p{font-size:14px}}body.services header .get-in-touch{margin:65px 30px}body.services header .get-in-touch p{font-size:14px;margin:0;color:#ddd;width:50%;float:left;padding:5px 0}body.services header .get-in-touch .button{float:right;display:block;padding:7px 15px;width:370px;border:0;text-transform:uppercase;text-decoration:none;border-radius:6px;color:#fff;font-weight:700;text-align:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:25px;background-color:#D44E3E}body.services header .get-in-touch .button:hover{background-color:#e6402c;transition:background-color 200ms ease;-webkit-transition:background-color 200ms ease;-moz-transition:background-color 200ms ease}body.services header .get-in-touch .clearfix{margin:0}@media only screen and (max-width:980px){body.services header .get-in-touch{margin:30px}body.services header .get-in-touch p,body.services header .get-in-touch .button{float:none;margin:auto}body.services header .get-in-touch p{width:80%;text-align:center;text-transform:uppercase;padding:7px 45px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;margin-bottom:20px}}@media only screen and (max-width:480px){body.services header .get-in-touch p{display:none}body.services header .get-in-touch .button{width:80%;margin:auto;font-size:18px}}body.services #services-showcase > div{margin:35px auto}@media only screen and (min-width:480px){body.services #services-showcase > div{width:78%}}@media only screen and (min-width:767px){body.services #services-showcase > div{float:left;width:33%}}body.services #services-showcase > div ul{padding:0}body.services #services-showcase > div ul li{list-style:none;text-align:center}@media only screen and (min-width:767px){body.services #services-showcase > div ul li{width:180px}}body.services #services-showcase > div ul li:last-child{margin-top:6px}body.services #services-showcase > div .mb-thumb{display:block;height:90px;border:5px solid #fff;border-radius:50%;background:white url('/img/logos/anon-a16f6905.jpg?1352315961') no-repeat center center;background-size:100%;box-shadow:inset 1px 1px 4px rgba(0,0,0,0.5),0 2px 3px rgba(0,0,0,0.6)}@media only screen and (min-width:767px){body.services #services-showcase > div .mb-thumb{width:160px}}body.services #services-showcase > div#services-showcase-hcri .mb-thumb{background-image:url('/img/logos/hcri-41eebdef.png?1352316070');background-position:center center;background-size:80%}@media only screen and (min-width:480px){body.services #services-showcase > div#services-showcase-hcri .mb-thumb{background-size:68%}}@media only screen and (min-width:767px){body.services #services-showcase > div#services-showcase-hcri .mb-thumb{background-size:90%}}body.services #services-showcase > div#services-showcase-coke .mb-thumb{background-image:url('/img/logos/coke-c0f74de0.png?1352316084');background-position:20px 10px;background-size:248%}@media only screen and (min-width:480px){body.services #services-showcase > div#services-showcase-coke .mb-thumb{background-position:10px 16px;background-size:171%}}@media only screen and (min-width:767px){body.services #services-showcase > div#services-showcase-coke .mb-thumb{background-position:left 20px;background-size:287%}}body.services #services-showcase > div#services-showcase-ndtech .mb-thumb{background-image:url('/img/logos/ndtech-97094924.png?1352316078');background-position:center center;background-size:100%}@media only screen and (min-width:480px){body.services #services-showcase > div#services-showcase-ndtech .mb-thumb{background-size:81%}}@media only screen and (min-width:767px){body.services #services-showcase > div#services-showcase-ndtech .mb-thumb{background-size:100%}}body.services nav.main{-webkit-box-shadow:0 0 6px #333333;-moz-box-shadow:0 0 6px #333333;box-shadow:0 0 6px #333333}body.services nav.main .active{background-image:url('/img/products/nav-pointer-black-be4adc17.gif?1359385651')}.ir{background-color:transparent;border:0;overflow:hidden;*text-indent:-9999px}.ir:before{content:"";display:block;width:0;height:100%}.hidden{display:none !important;visibility:hidden}.visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.invisible{visibility:hidden}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}.clearfix{*zoom:1}@media print{*{background:transparent !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}@page{margin:.5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}} \ No newline at end of file diff --git a/build/css/boilerplate-d2c8147f.css.gz b/build/css/boilerplate-d2c8147f.css.gz new file mode 100644 index 0000000000..767d01bbdb Binary files /dev/null and b/build/css/boilerplate-d2c8147f.css.gz differ diff --git a/build/css/home-11b6252f.css.gz b/build/css/home-11b6252f.css.gz index 1ec1dc33df..2452aed69c 100644 Binary files a/build/css/home-11b6252f.css.gz and b/build/css/home-11b6252f.css.gz differ diff --git a/build/css/home-83567cf9.css b/build/css/home-83567cf9.css new file mode 100644 index 0000000000..3b0026b9c0 --- /dev/null +++ b/build/css/home-83567cf9.css @@ -0,0 +1 @@ +body:before{white-space:pre;font-family:monospace;content:"Syntax error:Undefined variable:\"$cream\".\A on line 2 of /home/krasu/devel/appCraft/applicationcraft.com/source/css/home.css.scss\A \A 1:body.home{\A 2:background:$cream image-url('graphbg.gif') repeat;\A 3:\A 4:@import 'home/slides';\A 5:@import 'home/content';\A 6:}\A 7:"} \ No newline at end of file diff --git a/build/css/home-83567cf9.css.gz b/build/css/home-83567cf9.css.gz new file mode 100644 index 0000000000..efb9fe33ba Binary files /dev/null and b/build/css/home-83567cf9.css.gz differ diff --git a/build/css/lib/btn-8b8d312e.css.gz b/build/css/lib/btn-8b8d312e.css.gz index 4e524b3fb2..99b96bf88f 100644 Binary files a/build/css/lib/btn-8b8d312e.css.gz and b/build/css/lib/btn-8b8d312e.css.gz differ diff --git a/build/css/lib/rainbow/github-45dbf8b5.css.gz b/build/css/lib/rainbow/github-45dbf8b5.css.gz index 80a0a3ad4a..0e9ad28b3c 100644 Binary files a/build/css/lib/rainbow/github-45dbf8b5.css.gz and b/build/css/lib/rainbow/github-45dbf8b5.css.gz differ diff --git a/build/css/main-6fc82bff.css b/build/css/main-6fc82bff.css deleted file mode 100644 index 166cdffad4..0000000000 --- a/build/css/main-6fc82bff.css +++ /dev/null @@ -1 +0,0 @@ -.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;content:"";line-height:0}.clearfix:after{clear:both}@font-face{font-family:'gotham_bookregular';src:url('/fonts/gotham-book-webfont-a762c283.eot');src:url('/fonts/gotham-book-webfont-a762c283.eot?#iefix') format("embedded-opentype"),url('/fonts/gotham-book-webfont-f94bde4a.woff') format("woff"),url('/fonts/gotham-book-webfont-095a7715.ttf') format("truetype"),url('/fonts/gotham-book-webfont-079e0b44.svg#gotham_bookregular') format("svg");font-weight:400;font-style:normal}@font-face{font-family:'gotham_lightregular';src:url('/fonts/gotham-light-webfont-1b6837d4.eot');src:url('/fonts/gotham-light-webfont-1b6837d4.eot?#iefix') format("embedded-opentype"),url('/fonts/gotham-light-webfont-0c908025.woff') format("woff"),url('/fonts/gotham-light-webfont-909197cb.ttf') format("truetype"),url('/fonts/gotham-light-webfont-e714931a.svg#gotham_lightregular') format("svg");font-weight:400;font-style:normal}@font-face{font-family:'gotham_mediumregular';src:url('/fonts/gotham-medium-webfont-52a4cb7d.eot');src:url('/fonts/gotham-medium-webfont-52a4cb7d.eot?#iefix') format("embedded-opentype"),url('/fonts/gotham-medium-webfont-621a1662.woff') format("woff"),url('/fonts/gotham-medium-webfont-94cff276.ttf') format("truetype"),url('/fonts/gotham-medium-webfont-09f708f8.svg#gotham_mediumregular') format("svg");font-weight:400;font-style:normal}@font-face{font-family:'gotham_thinregular';src:url('/fonts/gotham-thin-webfont-ec6c7fdd.eot');src:url('/fonts/gotham-thin-webfont-ec6c7fdd.eot?#iefix') format("embedded-opentype"),url('/fonts/gotham-thin-webfont-a664458d.woff') format("woff"),url('/fonts/gotham-thin-webfont-0ca969cc.ttf') format("truetype"),url('/fonts/gotham-thin-webfont-94a88c75.svg#gotham_thinregular') format("svg");font-weight:400;font-style:normal}@font-face{font-family:'museo_sans_rounded_300regular';src:url('/fonts/museosansrounded-300-webfont-4d607c99.eot');src:url('/fonts/museosansrounded-300-webfont-4d607c99.eot?#iefix') format("embedded-opentype"),url('/fonts/museosansrounded-300-webfont-5b31827c.woff') format("woff"),url('/fonts/museosansrounded-300-webfont-8ff6872e.ttf') format("truetype"),url('/fonts/museosansrounded-300-webfont-dc7963c3.svg#museo_sans_rounded_300regular') format("svg");font-weight:400;font-style:normal}@font-face{font-family:'museo_sans_rounded_700regular';src:url('/fonts/museosansrounded-700-webfont-8ca567d8.eot');src:url('/fonts/museosansrounded-700-webfont-8ca567d8.eot?#iefix') format("embedded-opentype"),url('/fonts/museosansrounded-700-webfont-63bf059a.woff') format("woff"),url('/fonts/museosansrounded-700-webfont-cc22eec1.ttf') format("truetype"),url('/fonts/museosansrounded-700-webfont-abf578df.svg#museo_sans_rounded_700regular') format("svg");font-weight:400;font-style:normal}.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp{padding:0;margin:0;border:0;outline:none;vertical-align:top}.fancybox-wrap{position:absolute;top:0;left:0;z-index:8020}.fancybox-skin{position:relative;background:#f9f9f9;color:#444;text-shadow:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.fancybox-opened{z-index:8030}.fancybox-opened .fancybox-skin{-webkit-box-shadow:0 10px 25px rgba(0,0,0,0.5);-moz-box-shadow:0 10px 25px rgba(0,0,0,0.5);box-shadow:0 10px 25px rgba(0,0,0,0.5)}.fancybox-outer,.fancybox-inner{position:relative}.fancybox-inner{overflow:hidden}.fancybox-type-iframe .fancybox-inner{-webkit-overflow-scrolling:touch}.fancybox-error{color:#444;font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;margin:0;padding:15px;white-space:nowrap}.fancybox-image,.fancybox-iframe{display:block;width:100%;height:100%}.fancybox-image{max-width:100%;max-height:100%}#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span{background-image:url('/img/fancybox/fancybox_sprite-17df19f9.png?1351003486')}#fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-22px;margin-left:-22px;background-position:0 -108px;opacity:.8;cursor:pointer;z-index:8060}#fancybox-loading div{width:44px;height:44px;background:url('/img/fancybox/fancybox_loading-2f213014.gif?1352825922') center center no-repeat}.fancybox-close{position:absolute;top:-18px;right:-18px;width:36px;height:36px;cursor:pointer;z-index:8040}.fancybox-nav{position:absolute;top:0;width:40%;height:100%;cursor:pointer;text-decoration:none;background:transparent url('/img/fancybox/blank-2daeaa8b.gif?1351003486');-webkit-tap-highlight-color:rgba(0,0,0,0);z-index:8040}.fancybox-prev{left:0}.fancybox-next{right:0}.fancybox-nav span{position:absolute;top:50%;width:36px;height:34px;margin-top:-18px;cursor:pointer;z-index:8040;visibility:hidden}.fancybox-prev span{left:10px;background-position:0 -36px}.fancybox-next span{right:10px;background-position:0 -72px}.fancybox-nav:hover span{visibility:visible}.fancybox-tmp{position:absolute;top:-99999px;left:-99999px;visibility:hidden;max-width:99999px;max-height:99999px;overflow:visible !important}.fancybox-lock{overflow:hidden}.fancybox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;z-index:8010;background:url('/img/fancybox/fancybox_overlay-ef40483f.png?1352316069')}.fancybox-overlay-fixed{position:fixed;bottom:0;right:0}.fancybox-lock .fancybox-overlay{overflow:auto;overflow-y:scroll}.fancybox-title{visibility:hidden;font:400 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;position:relative;text-shadow:none;z-index:8050}.fancybox-opened .fancybox-title{visibility:visible}.fancybox-title-float-wrap{position:absolute;bottom:0;right:50%;margin-bottom:-35px;z-index:8050;text-align:center}.fancybox-title-float-wrap .child{display:inline-block;margin-right:-100%;padding:2px 20px;background:transparent;background:rgba(0,0,0,0.8);-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;text-shadow:0 1px 2px #222222;color:#FFF;font-weight:700;line-height:24px;white-space:nowrap}.fancybox-title-outside-wrap{position:relative;margin-top:10px;color:#fff}.fancybox-title-inside-wrap{padding-top:10px}.fancybox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;padding:10px;background:#000;background:rgba(0,0,0,0.8)}#fancybox-buttons{position:fixed;left:0;width:100%;z-index:8050}#fancybox-buttons.top{top:10px}#fancybox-buttons.bottom{bottom:10px}#fancybox-buttons ul{display:block;width:166px;height:30px;margin:0 auto;padding:0;list-style:none;border:1px solid #111111;border-radius:3px;-webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.05);-moz-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.05);box-shadow:inset 0 0 0 1px rgba(255,255,255,0.05);background:#323232;background:-moz-linear-gradient(top,#444444 0,#343434 50%,#292929 50%,#333333 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#444444),color-stop(50%,#343434),color-stop(50%,#292929),color-stop(100%,#333333));background:-webkit-linear-gradient(top,#444444 0,#343434 50%,#292929 50%,#333333 100%);background:-o-linear-gradient(top,#444444 0,#343434 50%,#292929 50%,#333333 100%);background:-ms-linear-gradient(top,#444444 0,#343434 50%,#292929 50%,#333333 100%);background:linear-gradient(top,#444444 0,#343434 50%,#292929 50%,#333333 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444',endColorstr='#222222',GradientType=0 )}#fancybox-buttons ul li{float:left;margin:0;padding:0}#fancybox-buttons a{display:block;width:30px;height:30px;text-indent:-9999px;background-image:url('/img/fancybox/fancybox_buttons-e385b139.png?1351003486');background-repeat:no-repeat;outline:none;opacity:.8}#fancybox-buttons a:hover{opacity:1}#fancybox-buttons a.btnPrev{background-position:5px 0}#fancybox-buttons a.btnNext{background-position:-33px 0;border-right:1px solid #3e3e3e}#fancybox-buttons a.btnPlay{background-position:0 -30px}#fancybox-buttons a.btnPlayOn{background-position:-30px -30px}#fancybox-buttons a.btnToggle{background-position:3px -60px;border-left:1px solid #111111;border-right:1px solid #3e3e3e;width:35px}#fancybox-buttons a.btnToggleOn{background-position:-27px -60px}#fancybox-buttons a.btnClose{border-left:1px solid #111111;width:35px;background-position:-56px 0}#fancybox-buttons a.btnDisabled{opacity:.4;cursor:default}.btn{display:inline-block;*display:inline;*zoom:1;padding:4px 14px;margin-bottom:0;font-size:14px;line-height:20px;*line-height:20px;text-align:center;vertical-align:middle;cursor:pointer;color:#333333;text-shadow:0 1px 1px rgba(255,255,255,0.75);background-color:whitesmoke;background-image:-moz-linear-gradient(top,white,#e6e6e6);background-image:-webkit-gradient(linear,0 0,0 100%,from(white),to(#e6e6e6));background-image:-webkit-linear-gradient(top,white,#e6e6e6);background-image:-o-linear-gradient(top,white,#e6e6e6);background-image:linear-gradient(to bottom,#ffffff,#e6e6e6);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFE6E6E6',GradientType=0);border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) fadein(rgba(0,0,0,0.1),15%);*background-color:#e6e6e6;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);border:1px solid #bbbbbb;*border:0;border-bottom-color:#a2a2a2;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;*margin-left:.3em;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)}.btn:hover,.btn:active,.btn.active,.btn.disabled,.btn[disabled]{color:#333333;background-color:#e6e6e6;*background-color:#d9d9d9}.btn:active,.btn.active{background-color:#cccccc \9}.btn:first-child{*margin-left:0}.btn:hover{color:#333333;text-decoration:none;background-color:#e6e6e6;*background-color:#d9d9d9;background-position:0 -15px;-webkit-transition:background-position .1s linear;-moz-transition:background-position .1s linear;-o-transition:background-position .1s linear;transition:background-position .1s linear}.btn:focus{outline:thin dotted #333333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.active,.btn:active{background-color:#e6e6e6;background-color:#d9d9d9 \9;background-image:none;outline:0;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05)}.btn.disabled,.btn[disabled]{cursor:default;background-color:#e6e6e6;background-image:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.btn-large{padding:9px 14px;font-size:16px;line-height:normal;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.btn-large [class^="icon-"]{margin-top:2px}.btn-small{padding:3px 9px;font-size:12px;line-height:18px}.btn-small [class^="icon-"]{margin-top:0}.btn-mini{padding:2px 6px;font-size:11px;line-height:17px}.btn-block{display:block;width:100%;padding-left:0;padding-right:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.btn-block + .btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.btn-primary.active,.btn-warning.active,.btn-danger.active,.btn-success.active,.btn-info.active,.btn-inverse.active{color:rgba(255,255,255,0.75)}.btn{border-color:#c5c5c5;border-color:rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25)}.btn-primary{color:white;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#f37550;background-image:-moz-linear-gradient(top,#f36050,#f39650);background-image:-webkit-gradient(linear,0 0,0 100%,from(#f36050),to(#f39650));background-image:-webkit-linear-gradient(top,#f36050,#f39650);background-image:-o-linear-gradient(top,#f36050,#f39650);background-image:linear-gradient(to bottom,#f36050,#f39650);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF36050',endColorstr='#FFF39650',GradientType=0);border-color:#f39650 #f39650 #e76d10;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) fadein(rgba(0,0,0,0.1),15%);*background-color:#f39650;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.btn-primary:hover,.btn-primary:active,.btn-primary.active,.btn-primary.disabled,.btn-primary[disabled]{color:white;background-color:#f39650;*background-color:#f18838}.btn-primary:active,.btn-primary.active{background-color:#f07a20 \9}.btn-warning{color:white;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#f9a732;background-image:-moz-linear-gradient(top,#fbb450,#f89406);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));background-image:-webkit-linear-gradient(top,#fbb450,#f89406);background-image:-o-linear-gradient(top,#fbb450,#f89406);background-image:linear-gradient(to bottom,#fbb450,#f89406);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFBB450',endColorstr='#FFF89406',GradientType=0);border-color:#f89406 #f89406 #ad6704;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) fadein(rgba(0,0,0,0.1),15%);*background-color:#f89406;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.btn-warning:hover,.btn-warning:active,.btn-warning.active,.btn-warning.disabled,.btn-warning[disabled]{color:white;background-color:#f89406;*background-color:#df8505}.btn-warning:active,.btn-warning.active{background-color:#c67605 \9}.btn-danger{color:white;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#da4e49;background-image:-moz-linear-gradient(top,#ee5f5b,#bd362f);background-image:-webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));background-image:-webkit-linear-gradient(top,#ee5f5b,#bd362f);background-image:-o-linear-gradient(top,#ee5f5b,#bd362f);background-image:linear-gradient(to bottom,#ee5f5b,#bd362f);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEE5F5B',endColorstr='#FFBD362F',GradientType=0);border-color:#bd362f #bd362f #802420;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) fadein(rgba(0,0,0,0.1),15%);*background-color:#bd362f;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.btn-danger:hover,.btn-danger:active,.btn-danger.active,.btn-danger.disabled,.btn-danger[disabled]{color:white;background-color:#bd362f;*background-color:#a9302a}.btn-danger:active,.btn-danger.active{background-color:#942a25 \9}.btn-success{color:white;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#5bb65b;background-image:-moz-linear-gradient(top,#62c462,#51a351);background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));background-image:-webkit-linear-gradient(top,#62c462,#51a351);background-image:-o-linear-gradient(top,#62c462,#51a351);background-image:linear-gradient(to bottom,#62c462,#51a351);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62C462',endColorstr='#FF51A351',GradientType=0);border-color:#51a351 #51a351 #387038;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) fadein(rgba(0,0,0,0.1),15%);*background-color:#51a351;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.btn-success:hover,.btn-success:active,.btn-success.active,.btn-success.disabled,.btn-success[disabled]{color:white;background-color:#51a351;*background-color:#499249}.btn-success:active,.btn-success.active{background-color:#408140 \9}.btn-info{color:white;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#49afcd;background-image:-moz-linear-gradient(top,#5bc0de,#2f96b4);background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));background-image:-webkit-linear-gradient(top,#5bc0de,#2f96b4);background-image:-o-linear-gradient(top,#5bc0de,#2f96b4);background-image:linear-gradient(to bottom,#5bc0de,#2f96b4);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE',endColorstr='#FF2F96B4',GradientType=0);border-color:#2f96b4 #2f96b4 #1f6377;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) fadein(rgba(0,0,0,0.1),15%);*background-color:#2f96b4;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.btn-info:hover,.btn-info:active,.btn-info.active,.btn-info.disabled,.btn-info[disabled]{color:white;background-color:#2f96b4;*background-color:#2a85a0}.btn-info:active,.btn-info.active{background-color:#24748c \9}.btn-inverse{color:white;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#363636;background-image:-moz-linear-gradient(top,#444444,#222222);background-image:-webkit-gradient(linear,0 0,0 100%,from(#444444),to(#222222));background-image:-webkit-linear-gradient(top,#444444,#222222);background-image:-o-linear-gradient(top,#444444,#222222);background-image:linear-gradient(to bottom,#444444,#222222);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF444444',endColorstr='#FF222222',GradientType=0);border-color:#222222 #222222 black;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) fadein(rgba(0,0,0,0.1),15%);*background-color:#222222;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.btn-inverse:hover,.btn-inverse:active,.btn-inverse.active,.btn-inverse.disabled,.btn-inverse[disabled]{color:white;background-color:#222222;*background-color:#151515}.btn-inverse:active,.btn-inverse.active{background-color:#090909 \9}button.btn,input[type="submit"].btn{*padding-top:3px;*padding-bottom:3px}button.btn::-moz-focus-inner,input[type="submit"].btn::-moz-focus-inner{padding:0;border:0}button.btn.btn-large,input[type="submit"].btn.btn-large{*padding-top:7px;*padding-bottom:7px}button.btn.btn-small,input[type="submit"].btn.btn-small{*padding-top:3px;*padding-bottom:3px}button.btn.btn-mini,input[type="submit"].btn.btn-mini{*padding-top:1px;*padding-bottom:1px}.btn-link,.btn-link:active,.btn-link[disabled]{background-color:transparent;background-image:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.btn-link{border-color:transparent;cursor:pointer;color:#f36050;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.btn-link:hover{color:#e72510;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover{color:#333333;text-decoration:none}.label,.badge{display:inline-block;padding:2px 4px;font-size:11.844px;font-weight:700;line-height:14px;color:#ffffff;vertical-align:baseline;white-space:nowrap;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#999999}.label{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.badge{padding-left:9px;padding-right:9px;-webkit-border-radius:9px;-moz-border-radius:9px;border-radius:9px}a.label:hover,a.badge:hover{color:#ffffff;text-decoration:none;cursor:pointer}.label-important,.badge-important{background-color:#b94a48}.label-important[href],.badge-important[href]{background-color:#953b39}.label-warning,.badge-warning{background-color:#f89406}.label-warning[href],.badge-warning[href]{background-color:#c67605}.label-success,.badge-success{background-color:#468847}.label-success[href],.badge-success[href]{background-color:#356635}.label-info,.badge-info{background-color:#3a87ad}.label-info[href],.badge-info[href]{background-color:#2d6987}.label-inverse,.badge-inverse{background-color:#333333}.label-inverse[href],.badge-inverse[href]{background-color:#1a1a1a}.btn .label,.btn .badge{position:relative;top:-1px}.btn-mini .label,.btn-mini .badge{top:0}body{font-family:Helvetica,Arial;color:#555;background-color:#F9FAF7;font-size:.96em}h1,h2,h3,h4{font-family:'museo_sans_rounded_300regular';text-transform:uppercase}a{color:#f36050;text-decoration:none}img{width:auto 9;height:auto;max-width:100%;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic}.affix{position:fixed;top:10px}.container{margin:0 auto}@media only screen and (min-width:980px){.container{width:980px}}input[type=text]{font-size:13px;color:#8e8d8d;padding:11px 15px 10px 6px;background-color:#fdfdfd;margin:0;line-height:20px;box-shadow:inset 2px 2px 4px #f1f1f1;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;height:20px;border:1px solid #cccccc;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border linear .2s,box-shadow linear .2s;-moz-transition:border linear .2s,box-shadow linear .2s;-o-transition:border linear .2s,box-shadow linear .2s;transition:border linear .2s,box-shadow linear .2s}.modal{max-width:500px}.modal h2{margin:0;border-bottom:1px solid #cccccc}#sign-in{display:none}#sign-in .btn{margin-left:20px}#sign-in .waDomainLogins{margin-bottom:18px}#sign-in .waDomainLogins span{color:#f36050;display:block;padding:2px 0 2px 15px;font-size:14px;cursor:pointer}#sign-in .waDomainLogins span:hover{color:#e72510}@media only screen and (max-width:980px){#blog-ribbon{display:none}}#blog-ribbon a{background:url('/img/blog-ribbon-7158a39e.png?1352315937') no-repeat scroll top left;text-indent:-9999px;display:block;width:51px;height:106px;position:absolute;top:94px;z-index:99}#old-browser{display:none}#old-browser-inner{text-align:center;padding:30px 0}#old-browser-inner h1{width:500px;font-size:26px;margin:28px auto 20px}#old-browser-inner p{width:400px;margin:0 auto}aside ul#submenu{list-style:none;padding:0;border-right:1px solid #dddddd;width:230px}@media only screen and (max-width:980px){aside ul#submenu{width:165px}}aside ul#submenu li{margin:4px 0 4px 6px}aside ul#submenu li a{display:block;padding:8px 16px 8px 14px;text-transform:uppercase;font-size:14px;text-align:right;font-family:gotham_mediumregular}aside ul#submenu li.active a{background-color:#F9FAF7;border:1px solid #dddddd;-webkit-border-radius:8px 0 0 8px;-moz-border-radius:8px 0 0 8px;border-radius:8px 0 0 8px;border-color:#dddddd transparent #dddddd #dddddd;left:1px;position:relative}nav.main{background-color:#f8f7ef;text-transform:uppercase;font:14px "museo_sans_rounded_300regular";position:relative;height:90px;-webkit-box-shadow:0 0 6px #888888;-moz-box-shadow:0 0 6px #888888;box-shadow:0 0 6px #888888}@media only screen and (min-width:767px){nav.main{height:68px}}@media only screen and (min-width:980px){nav.main{height:100px}}nav.main ul{position:relative;z-index:9;margin:0 auto;padding:0}@media only screen and (min-width:767px){nav.main ul > li{float:left}}nav.main ul > li a{display:block}nav.main ul > li:first-child{margin:8px auto;text-align:center}@media only screen and (min-width:767px){nav.main ul > li:first-child{margin:25px 0 0 10px !important}}@media only screen and (min-width:980px){nav.main ul > li:first-child{margin:34px 0 0 0 !important}}@media only screen and (min-width:767px){nav.main ul > li:last-child{float:right}}nav.main ul > li ul{display:table;border-top:1px solid #cccccc}@media only screen and (min-width:767px){nav.main ul > li ul{border:none}}nav.main ul > li ul li{float:left;margin:19px 0 0 0 !important;height:35px}@media only screen and (min-width:767px){nav.main ul > li ul li{margin-top:25px !important;height:47px}}@media only screen and (min-width:980px){nav.main ul > li ul li{margin-top:38px !important;height:66px}}@media only screen and (min-width:980px){nav.main ul > li ul li:first-child{margin-top:38px !important}}@media only screen and (max-width:980px){nav.main ul > li ul li:nth-child(4){display:none}}@media only screen and (max-width:320px){nav.main ul > li ul li:nth-child(5) a:first-child{display:none}}nav.main ul > li ul li a{color:#3e3e3e;padding:0 10px}@media only screen and (min-width:480px){nav.main ul > li ul li a{padding:0 10px}}@media only screen and (min-width:767px){nav.main ul > li ul li a{padding:0 12px}}@media only screen and (min-width:980px){nav.main ul > li ul li a{font-size:16px}}nav.main ul > li ul li.active a{color:#f36050}nav.main ul > li ul li:last-child{height:100px;text-align:center}nav.main ul > li ul li:last-child a{color:#f36050}nav.main ul > li ul li:last-child #cws-sign-up{display:none;font:12px "museo_sans_rounded_300regular";margin:0;padding:0 0 22px;text-align:center}@media only screen and (min-width:767px){nav.main ul > li ul li:last-child{margin:0 0 0 10px !important;background-color:#f36050;height:68px}nav.main ul > li ul li:last-child a{color:#FFF;padding:24px 12px 28px;font-family:'gotham_mediumregular'}nav.main ul > li ul li:last-child a:hover{color:#000}}@media only screen and (min-width:980px){nav.main ul > li ul li:last-child{margin:0 0 0 20px !important;height:100px}nav.main ul > li ul li:last-child a{background-color:#f36050;padding:33px 18px 4px;font-size:23px}}nav.main .active{background:#f8f7ef url('/img/products/nav-pointer-6ba79b2f.gif?1351268674') no-repeat center 16px}@media only screen and (min-width:767px){nav.main .active{background-position:center 28px}}@media only screen and (min-width:980px){nav.main .active{background-position:center 47px}}body.home nav.main{-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}body.home nav.main .active{background-image:url('/img/home/nav-pointer-0caff26f.gif?1352315960')}nav.sub{background-color:#EFEDE7;padding:12px 0 10px;box-shadow:0 0 6px #888888;font-family:'museo_sans_rounded_300regular'}nav.sub ul,nav.sub li{list-style:none;margin:0;padding:0}nav.sub .container{display:table}nav.sub ul{text-align:center;margin:0 auto}nav.sub ul li{display:inline;margin:0 12px}@media only screen and (min-width:320px){nav.sub ul li{margin:0 6px}}@media only screen and (min-width:767px){nav.sub ul li{margin:0 20px}}nav.sub ul li.active{font-family:museo_sans_rounded_700regular}nav.sub ul li.active a{color:#f36050}nav.sub ul li a{font-size:15px;color:#3e3e3e;text-transform:uppercase}.video-thumb{width:120px;height:68px;padding:3px;background-color:#FFF;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:1px solid rgba(0,0,0,0.2);-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);box-shadow:0 1px 3px rgba(0,0,0,0.1)}.video-thumb span:first-child{position:relative;width:120px;height:68px;display:block;overflow:hidden}.video-thumb span:first-child img{display:inline-block;vertical-align:middle;top:-11px;position:relative;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.video-thumb span:last-child{padding:0 4px;font-weight:700;font-size:11px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-color:#000;color:white !important;height:14px;line-height:14px;opacity:.75;filter:alpha(opacity=75);display:-moz-inline-stack;display:inline-block;vertical-align:top;zoom:1;float:right;margin-right:4px;position:relative;top:-17px}body.home{background:#f8f7ef url('/img/graphbg-2b03e80b.gif?1352315960') repeat}body.home .carousel{width:100%;position:relative}body.home .carousel .carousel-item{display:none}body.home .carousel .carousel-active{display:block}body.home .carousel .carousel-nav{height:13px}body.home .carousel .carousel-nav:nth-child(2){display:none}body.home .carousel .prev,body.home .carousel .next{display:none}body.home .carousel .carousel-pagination{margin:20px auto;width:100px}body.home .carousel .carousel-pagination li{float:left;margin:0 1px;list-style:none}body.home .carousel .carousel-pagination li a{display:block;width:12px;height:0;padding-top:13px;background-image:url('/img/home/slides/pagination-8abc339e.png?1352316069');background-position:0 0;float:left;overflow:hidden}body.home .carousel .carousel-pagination li a:hover{background-position:0 -26px}body.home .carousel .carousel-pagination li.carousel-active-page a{background-position:0 -13px}body.home .carousel-slide{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}body.home .carousel-slide .carousel-item{position:absolute;left:100%;top:0;width:100%;display:block;z-index:1;-webkit-transition:left .2s ease;-moz-transition:left .2s ease;-ms-transition:left .2s ease;-o-transition:left .2s ease;transition:left .2s ease}body.home .carousel-no-transition .carousel-item{-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none}body.home .carousel-slide .carousel-active{left:0;position:relative;z-index:2}body.home .carousel-slide .carousel-in{left:0}body.home .carousel-slide-reverse .carousel-out{left:100%}body.home .carousel-slide .carousel-out,body.home .carousel-slide-reverse .carousel-item,body.home .carousel-slide-reverse .carousel-in{left:-100%}body.home .carousel-slide-reverse .carousel-active{left:0}body.home .carousel-flip{position:relative;overflow:visible;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-perspective:800;-moz-perspective:800;-ms-perspective:800;-o-perspective:800;perspective:800}body.home .carousel-flip .carousel-item{position:absolute;top:0;width:100%;display:block;z-index:1;opacity:0;-webkit-transition:-webkit-transform .2s ease;-moz-transition:-moz-transform .2s ease;-ms-transition:-ms-transform .2s ease;-o-transition:-o-transform .2s ease;transition:transform .2s ease;-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-ms-transform:rotateY(180deg);-o-transform:rotateY(180deg);-transform:rotateY(180deg);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden}body.home .carousel-no-transition .carousel-item{-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none}body.home .carousel-flip .carousel-active{-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-ms-transform:rotateY(0deg);-o-transform:rotateY(0deg);-transform:rotateY(0deg);position:relative;z-index:2;opacity:1}body.home .carousel-flip .carousel-out,body.home .carousel-flip-reverse .carousel-item{-webkit-transform:rotateY(-180deg);-moz-transform:rotateY(-180deg);-ms-transform:rotateY(-180deg);-o-transform:rotateY(-180deg);-transform:rotateY(-180deg)}body.home .carousel-flip .carousel-in{-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-ms-transform:rotateY(0deg);-o-transform:rotateY(0deg);-transform:rotateY(0deg);opacity:1}body.home .carousel-flip .carousel-top{z-index:3;opacity:1}body.home .carousel-flip-reverse .carousel-out{-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-ms-transform:rotateY(180deg);-o-transform:rotateY(180deg);-transform:rotateY(180deg)}body.home .carousel-flip-reverse .carousel-in{-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-ms-transform:rotateY(0deg);-o-transform:rotateY(0deg);-transform:rotateY(0deg)}body.home header{background:#666666 url('/img/bgcloth-66b6fbca.png?1352825933') repeat;padding:10px 0 20px}@media only screen and (min-width:767px){body.home header{padding:50px 0}}body.home header section{height:485px}@media only screen and (min-width:480px){body.home header section{height:640px}}@media only screen and (min-width:767px){body.home header section{height:314px}}@media only screen and (min-width:980px){body.home header section{height:430px}}body.home header section > div{text-align:center}@media only screen and (min-width:767px){body.home header section > div{float:left}}body.home header section > div p{color:#F8F7EF;text-align:center;text-transform:uppercase;line-height:1.7em;font-family:'gotham_thinregular';font-size:14px}@media only screen and (min-width:980px){body.home header section > div p{font-size:18px}}body.home header section > div:first-child > div:nth-child(3){display:none}@media only screen and (min-width:767px){body.home header section > div:first-child > div:nth-child(3){display:block}}body.home header section > div:first-child div:first-child p{display:block;margin:0;line-height:1.05em;font-family:'gotham_mediumregular';font-size:38px}@media only screen and (min-width:480px){body.home header section > div:first-child div:first-child p{font-size:52px}}@media only screen and (min-width:980px){body.home header section > div:first-child div:first-child p{font-size:64px}}body.home header section > div:last-child{margin:20px 0 0 0}@media only screen and (min-width:980px){body.home header section > div:last-child{margin:0}}@media only screen and (min-width:767px){body.home header section > div:last-child{width:44%}}body.home header section > div:last-child img{max-width:78%}@media only screen and (min-width:480px){body.home header section > div:last-child img{max-width:70%}}@media only screen and (min-width:767px){body.home header section > div:last-child img{max-width:80%}}@media only screen and (min-width:980px){body.home header section > div:last-child img{max-width:100%}}@media only screen and (min-width:767px){body.home section#slide1 > div:first-child{width:56%}}@media only screen and (min-width:980px){body.home section#slide1 > div:first-child{margin-top:50px;width:52%;padding-right:38px}}body.home section#slide1 > div:first-child div:nth-child(2) p{width:320px;text-align:center;margin:20px auto}@media only screen and (min-width:480px){body.home section#slide1 > div:first-child div:nth-child(2) p{font-size:16px;margin:14px auto}}@media only screen and (min-width:980px){body.home section#slide1 > div:first-child div:nth-child(2) p{width:450px;margin:25px auto}}body.home section#slide1 > div:first-child div:first-child img{margin:0 auto}body.home section#slide1 > div:first-child div:first-child p:first-child{margin-bottom:3px;font-size:24px}@media only screen and (min-width:480px){body.home section#slide1 > div:first-child div:first-child p:first-child{font-size:34px}}@media only screen and (min-width:980px){body.home section#slide1 > div:first-child div:first-child p:first-child{font-size:54px}}body.home section#slide1 > div:first-child div:first-child p:nth-child(3){font-size:40px}@media only screen and (min-width:480px){body.home section#slide1 > div:first-child div:first-child p:nth-child(3){font-size:54px}}@media only screen and (min-width:980px){body.home section#slide1 > div:first-child div:first-child p:nth-child(3){font-size:66px}}body.home section#slide1 > div:first-child div:first-child p:last-child{font-size:24px}@media only screen and (min-width:480px){body.home section#slide1 > div:first-child div:first-child p:last-child{font-size:30px}}@media only screen and (min-width:980px){body.home section#slide1 > div:first-child div:first-child p:last-child{font-size:40px}}@media only screen and (min-width:767px){body.home section#slide2 > div:first-child{width:56%}}@media only screen and (min-width:980px){body.home section#slide2 > div:first-child{margin-top:25px;width:52%;padding-right:38px}}body.home section#slide2 > div:first-child div:nth-child(2) p{width:320px;text-align:center;margin:20px auto}@media only screen and (min-width:480px){body.home section#slide2 > div:first-child div:nth-child(2) p{font-size:16px;margin:14px auto}}@media only screen and (min-width:980px){body.home section#slide2 > div:first-child div:nth-child(2) p{width:450px;margin:25px auto}}body.home section#slide2 > div:first-child div:first-child img{margin:0 auto}body.home section#slide2 > div:first-child div:first-child p:first-child{font-size:24px}@media only screen and (min-width:480px){body.home section#slide2 > div:first-child div:first-child p:first-child{font-size:34px}}@media only screen and (min-width:980px){body.home section#slide2 > div:first-child div:first-child p:first-child{font-size:44px}}body.home section#slide2 > div:first-child div:first-child p:nth-child(2){line-height:.8em;font-size:94px}@media only screen and (min-width:480px){body.home section#slide2 > div:first-child div:first-child p:nth-child(2){font-size:132px}}@media only screen and (min-width:980px){body.home section#slide2 > div:first-child div:first-child p:nth-child(2){font-size:166px}}body.home section#slide2 > div:first-child div:first-child p:last-child{font-size:26px;margin-top:5px}@media only screen and (min-width:480px){body.home section#slide2 > div:first-child div:first-child p:last-child{font-size:38px}}@media only screen and (min-width:980px){body.home section#slide2 > div:first-child div:first-child p:last-child{font-size:46px}}@media only screen and (min-width:767px){body.home section#slide3 > div:first-child{width:52%}}@media only screen and (min-width:980px){body.home section#slide3 > div:first-child{margin:25px 0;width:52%;padding-right:38px}}body.home section#slide3 > div:first-child div:nth-child(2) p{width:320px;text-align:center;margin:20px auto}@media only screen and (min-width:480px){body.home section#slide3 > div:first-child div:nth-child(2) p{font-size:16px;margin:14px auto}}@media only screen and (min-width:980px){body.home section#slide3 > div:first-child div:nth-child(2) p{width:450px;margin:25px auto}}body.home section#slide3 > div:first-child div:first-child img{margin:0 auto}body.home section#slide3 > div:first-child div:first-child p:first-child{font-size:22px}@media only screen and (min-width:480px){body.home section#slide3 > div:first-child div:first-child p:first-child{font-size:34px}}@media only screen and (min-width:980px){body.home section#slide3 > div:first-child div:first-child p:first-child{font-size:44px}}body.home section#slide3 > div:first-child div:first-child p:nth-child(2){font-size:44px}@media only screen and (min-width:480px){body.home section#slide3 > div:first-child div:first-child p:nth-child(2){font-size:64px}}@media only screen and (min-width:767px){body.home section#slide3 > div:first-child div:first-child p:nth-child(2){font-size:54px}}@media only screen and (min-width:980px){body.home section#slide3 > div:first-child div:first-child p:nth-child(2){font-size:72px}}body.home section#slide3 > div:first-child div:first-child p:nth-child(3){font-size:22px}@media only screen and (min-width:480px){body.home section#slide3 > div:first-child div:first-child p:nth-child(3){font-size:34px}}@media only screen and (min-width:980px){body.home section#slide3 > div:first-child div:first-child p:nth-child(3){font-size:44px}}body.home section#slide3 > div:first-child div:first-child p:last-child{font-size:42px}@media only screen and (min-width:480px){body.home section#slide3 > div:first-child div:first-child p:last-child{font-size:62px}}@media only screen and (min-width:767px){body.home section#slide3 > div:first-child div:first-child p:last-child{font-size:50px}}@media only screen and (min-width:980px){body.home section#slide3 > div:first-child div:first-child p:last-child{font-size:68px}}body.home section#slide3 > div:last-child img{max-width:90%}@media only screen and (min-width:480px){body.home section#slide3 > div:last-child img{max-width:80%}}@media only screen and (min-width:767px){body.home section#slide3 > div:last-child img{max-width:100%}}@media only screen and (min-width:767px){body.home section#slide3 > div:last-child{width:366px;margin:0}}@media only screen and (min-width:980px){body.home section#slide3 > div:last-child{width:430px}}body.home section#content{padding:0 25px;font-family:'museo_sans_rounded_300regular'}body.home section#content .feature{font-size:16px;line-height:1.5em;margin:5px 0 20px}@media only screen and (min-width:767px){body.home section#content .feature{margin:50px 0 60px}}@media only screen and (min-width:980px){body.home section#content .feature{font-size:18px;line-height:1.6em}}body.home section#content .feature h2{font:28px gotham_mediumregular;text-transform:uppercase;margin-bottom:10px}@media only screen and (min-width:980px){body.home section#content .feature h2{font-size:42px;margin-bottom:20px}}body.home section#content .feature p{margin:0}@media only screen and (min-width:767px){body.home section#content .feature div{float:left;width:50%}body.home section#content .feature div img{max-width:90%}}body.home section#content .feature:nth-child(1) div:first-child{display:none}@media only screen and (min-width:767px){body.home section#content .feature:nth-child(1) div:first-child{display:block}}body.home section#content .feature:nth-child(1) strong{line-height:1em;font-size:70px;color:#27b6da;display:block}@media only screen and (min-width:980px){body.home section#content .feature:nth-child(1) strong{font-size:120px}}body.home section#content .feature:nth-child(2) div:last-child{display:none}@media only screen and (min-width:767px){body.home section#content .feature:nth-child(2) div:last-child{display:block;text-align:right;margin-top:20px}}body.home section#content .feature:nth-child(3) div:first-child{display:none}@media only screen and (min-width:767px){body.home section#content .feature:nth-child(3) div:first-child{display:block}body.home section#content .feature:nth-child(3) div:first-child img{max-width:85%}}body.home section#content .feature:nth-child(3) div:last-child{margin-top:20px}body.home section#content .feature:nth-child(4) div:last-child{display:none}@media only screen and (min-width:767px){body.home section#content .feature:nth-child(4) div:last-child{display:block;text-align:right}body.home section#content .feature:nth-child(4) div:last-child img{max-width:80%}}body.home section#content .feature:nth-child(5) div:first-child{float:left}@media only screen and (min-width:767px){body.home section#content .feature:nth-child(5) div:first-child{float:right;width:45%}}body.home section#content .feature:nth-child(5) div:last-child{float:left;margin-top:40px}body.home section#content .feature:nth-child(5) div:last-child article{display:table;border:1px solid #cccccc;border-radius:6px;padding:10px;font-size:14px}@media only screen and (min-width:767px){body.home section#content .feature:nth-child(5) div:last-child article{margin-right:60px;padding:30px}}body.home section#content .feature:nth-child(5) div:last-child article h2{font-size:18px;margin:0 0 16px;color:#666}body.home section#content .feature:nth-child(5) div:last-child article h3{margin:10px 0 12px;line-height:1.2em;font-size:18px}@media only screen and (min-width:980px){body.home section#content .feature:nth-child(5) div:last-child article h3{font-size:22px}}body.home section#content .feature:nth-child(5) div:last-child article p{line-height:1.4em}body.home section#content .feature:nth-child(5) div:last-child article p a{font-size:13px}@media only screen and (min-width:767px){body.home section#content .feature:nth-child(5) div:last-child{margin-top:30px;float:right;width:55%}}@media only screen and (min-width:980px){body.home section#content .feature:nth-child(5) div:last-child{margin-top:40px}}@-webkit-keyframes cloudAnim{50%{-webkit-transform:translate(0,10px)}100%{-webkit-transform:translate(0,0)}}@-moz-keyframes cloudAnim{50%{-moz-transform:translate(0,10px)}100%{-moz-transform:translate(0,0)}}@-o-keyframes cloudAnim{50%{-o-transform:translate(0,10px)}100%{-o-transform:translate(0,0)}}@-ms-keyframes cloudAnim{50%{-ms-transform:translate(0,10px)}100%{-ms-transform:translate(0,0)}}@keyframes cloudAnim{50%{-webkit-transform:translate(0,10px)}100%{-webkit-transform:translate(0,0)}}body.products #overview-sections{background:#666666 url('/img/bgcloth-66b6fbca.png?1352825933') repeat;font-size:.8em}body.products #overview-sections .container > h1{color:#f8f7ef;font:26px gotham_thinregular;text-transform:uppercase;padding:28px 0 0;margin:0 auto;text-align:center}body.products #overview-sections ul{list-style:none;margin:0;padding:0;padding:20px 20px 10px}@media only screen and (min-width:767px){body.products #overview-sections ul{margin-left:32px}}@media only screen and (min-width:980px){body.products #overview-sections ul{margin-left:0;padding:30px 10px 20px}}body.products #overview-sections ul > li a{display:block;padding-left:78px;height:84px;width:200px}@media only screen and (min-width:480px){body.products #overview-sections ul > li a{width:140px;float:left}}@media only screen and (min-width:767px){body.products #overview-sections ul > li a{width:270px}}@media only screen and (min-width:980px){body.products #overview-sections ul > li a{width:145px;margin-right:20px}}body.products #overview-sections ul > li h3{font-size:18px;padding:4px 0 0 0;margin:0}body.products #overview-sections ul > li p{margin:4px 0 0 0;color:#AAA}body.products #overview-sections ul > li:nth-child(1) a{background:transparent url('/img/products/ui-builder-c0be35df.gif?1351508480') no-repeat}body.products #overview-sections ul > li:nth-child(2) a{background:transparent url('/img/products/code-editor-79b66eb4.gif?1351508511') no-repeat}body.products #overview-sections ul > li:nth-child(3) a{background:transparent url('/img/products/deployment-b683d15b.gif?1352315960') no-repeat}body.products #overview-sections ul > li:last-child a{background:transparent url('/img/products/extras-c4b6fa5d.gif?1351508555') no-repeat}@media only screen and (min-width:980px){body.products #overview-sections ul > li:last-child a{margin-right:0}}body.products .back-top,body.services .back-top,body.mobile-build .back-top{float:right;position:relative;top:12px;font-size:12px;color:#888}@media only screen and (min-width:767px){body.products .back-top,body.services .back-top,body.mobile-build .back-top{top:21px}}body.products .overview-section .container,body.services .overview-section .container,body.mobile-build .overview-section .container{padding:0 10px}body.products .overview-section .container img,body.services .overview-section .container img,body.mobile-build .overview-section .container img{display:none}@media only screen and (min-width:480px){body.products .overview-section .container img,body.services .overview-section .container img,body.mobile-build .overview-section .container img{display:block;max-width:36%}}@media only screen and (min-width:767px){body.products .overview-section .container img,body.services .overview-section .container img,body.mobile-build .overview-section .container img{max-width:32%}}body.products .overview-section .container article h3,body.services .overview-section .container article h3,body.mobile-build .overview-section .container article h3{color:#f36050;font:26px gotham_bookregular;margin:0 0 26px;text-shadow:1px 1px 3px #bbbbbb;text-transform:uppercase;border-bottom:3px solid #cccccc;padding-bottom:10px}@media only screen and (min-width:480px){body.products .overview-section .container article h3,body.services .overview-section .container article h3,body.mobile-build .overview-section .container article h3{margin:0}}@media only screen and (min-width:767px){body.products .overview-section .container article h3,body.services .overview-section .container article h3,body.mobile-build .overview-section .container article h3{font-size:32px}}@media only screen and (min-width:980px){body.products .overview-section .container article h3,body.services .overview-section .container article h3,body.mobile-build .overview-section .container article h3{font-size:36px;margin:0 0 26px}}body.products .overview-section .container article ul,body.services .overview-section .container article ul,body.mobile-build .overview-section .container article ul{list-style:none;margin:0;padding:0}body.products .overview-section .container article ul li,body.services .overview-section .container article ul li,body.mobile-build .overview-section .container article ul li{float:left;width:250px}@media only screen and (min-width:480px){body.products .overview-section .container article ul li,body.services .overview-section .container article ul li,body.mobile-build .overview-section .container article ul li{width:210px}}@media only screen and (min-width:980px){body.products .overview-section .container article ul li,body.services .overview-section .container article ul li,body.mobile-build .overview-section .container article ul li{width:300px}}body.products .overview-section .container article ul li:nth-child(1),body.products .overview-section .container article ul li:nth-child(3),body.services .overview-section .container article ul li:nth-child(1),body.services .overview-section .container article ul li:nth-child(3),body.mobile-build .overview-section .container article ul li:nth-child(1),body.mobile-build .overview-section .container article ul li:nth-child(3){margin-right:40px}body.products .overview-section .container article ul li h4,body.services .overview-section .container article ul li h4,body.mobile-build .overview-section .container article ul li h4{font:16px gotham_mediumregular;margin-bottom:0}body.products .overview-section .container article ul li p,body.services .overview-section .container article ul li p,body.mobile-build .overview-section .container article ul li p{font-size:14px;margin:10px 0 0 0}body.products #overview-ui-builder,body.services #overview-ui-builder,body.mobile-build #overview-ui-builder{margin-top:30px}@media only screen and (min-width:480px){body.products #overview-ui-builder,body.services #overview-ui-builder,body.mobile-build #overview-ui-builder{margin:60px 0 70px}}@media only screen and (min-width:480px){body.products #overview-ui-builder .container article,body.services #overview-ui-builder .container article,body.mobile-build #overview-ui-builder .container article{margin-top:10px}}@media only screen and (min-width:480px){body.products #overview-ui-builder .container img,body.services #overview-ui-builder .container img,body.mobile-build #overview-ui-builder .container img{margin-right:20px}}body.products #overview-code-editor,body.services #overview-code-editor,body.mobile-build #overview-code-editor{margin:80px 0}@media only screen and (min-width:767px){body.products #overview-code-editor .container article ul,body.services #overview-code-editor .container article ul,body.mobile-build #overview-code-editor .container article ul{margin-right:240px}}body.products #overview-code-editor .container article ul li,body.services #overview-code-editor .container article ul li,body.mobile-build #overview-code-editor .container article ul li{width:235px}@media only screen and (min-width:480px){body.products #overview-code-editor .container article ul li,body.services #overview-code-editor .container article ul li,body.mobile-build #overview-code-editor .container article ul li{width:208px}}@media only screen and (min-width:980px){body.products #overview-code-editor .container article ul li,body.services #overview-code-editor .container article ul li,body.mobile-build #overview-code-editor .container article ul li{width:285px}}@media only screen and (min-width:480px){body.products #overview-code-editor .container img,body.services #overview-code-editor .container img,body.mobile-build #overview-code-editor .container img{margin:0 10px 0 40px}}body.products #overview-deployment,body.services #overview-deployment,body.mobile-build #overview-deployment{margin:80px 0}body.products #overview-deployment .container article ul li,body.services #overview-deployment .container article ul li,body.mobile-build #overview-deployment .container article ul li{width:230px}@media only screen and (min-width:480px){body.products #overview-deployment .container article ul li,body.services #overview-deployment .container article ul li,body.mobile-build #overview-deployment .container article ul li{width:210px}}@media only screen and (min-width:980px){body.products #overview-deployment .container article ul li,body.services #overview-deployment .container article ul li,body.mobile-build #overview-deployment .container article ul li{width:290px}}@media only screen and (min-width:480px){body.products #overview-deployment .container img,body.services #overview-deployment .container img,body.mobile-build #overview-deployment .container img{margin:0 40px 0 0}}body.products #overview-detail,body.services #overview-detail,body.mobile-build #overview-detail{margin:0 10px 60px}@media only screen and (min-width:480px){body.products #overview-detail,body.services #overview-detail,body.mobile-build #overview-detail{margin-bottom:60px}}body.products #overview-detail .container > h3,body.services #overview-detail .container > h3,body.mobile-build #overview-detail .container > h3{color:#f36050;margin:0 0 16px;font:26px gotham_bookregular;text-shadow:1px 1px 3px #bbbbbb;text-transform:uppercase;border-bottom:3px solid #cccccc;padding-bottom:10px}body.products #overview-detail .container > ul,body.services #overview-detail .container > ul,body.mobile-build #overview-detail .container > ul{list-style:none;margin:0;padding:0}body.products #overview-detail .container > ul > li,body.services #overview-detail .container > ul > li,body.mobile-build #overview-detail .container > ul > li{float:left;width:300px;padding:10px 0 0 0}@media only screen and (min-width:480px){body.products #overview-detail .container > ul > li,body.services #overview-detail .container > ul > li,body.mobile-build #overview-detail .container > ul > li{width:210px;padding:10px 40px 0 0}}@media only screen and (min-width:480px){body.products #overview-detail .container > ul > li:nth-child(1),body.products #overview-detail .container > ul > li:nth-child(2),body.services #overview-detail .container > ul > li:nth-child(1),body.services #overview-detail .container > ul > li:nth-child(2),body.mobile-build #overview-detail .container > ul > li:nth-child(1),body.mobile-build #overview-detail .container > ul > li:nth-child(2){padding-bottom:20px}}@media only screen and (min-width:480px){body.products #overview-detail .container > ul > li:nth-child(2),body.products #overview-detail .container > ul > li:nth-child(4),body.services #overview-detail .container > ul > li:nth-child(2),body.services #overview-detail .container > ul > li:nth-child(4),body.mobile-build #overview-detail .container > ul > li:nth-child(2),body.mobile-build #overview-detail .container > ul > li:nth-child(4){padding-right:0}}@media only screen and (min-width:980px){body.products #overview-detail .container > ul > li:nth-child(2),body.products #overview-detail .container > ul > li:nth-child(4),body.services #overview-detail .container > ul > li:nth-child(2),body.services #overview-detail .container > ul > li:nth-child(4),body.mobile-build #overview-detail .container > ul > li:nth-child(2),body.mobile-build #overview-detail .container > ul > li:nth-child(4){padding-right:40px}}body.products #overview-detail .container > ul > li:last-child,body.services #overview-detail .container > ul > li:last-child,body.mobile-build #overview-detail .container > ul > li:last-child{padding-right:0}@media only screen and (min-width:767px){body.products #overview-detail .container > ul > li,body.services #overview-detail .container > ul > li,body.mobile-build #overview-detail .container > ul > li{width:320px;padding:10px 40px 0 20px}}@media only screen and (min-width:980px){body.products #overview-detail .container > ul > li,body.services #overview-detail .container > ul > li,body.mobile-build #overview-detail .container > ul > li{width:212px;padding-left:0}}body.products #overview-detail .container > ul > li h3,body.services #overview-detail .container > ul > li h3,body.mobile-build #overview-detail .container > ul > li h3{color:#000;font:16px gotham_mediumregular;text-transform:uppercase;text-shadow:0 1px 0 white;margin:0;text-shadow:none}body.products #overview-detail .container > ul > li > ul,body.services #overview-detail .container > ul > li > ul,body.mobile-build #overview-detail .container > ul > li > ul{list-style-type:disc;font-size:14px;color:#505258;line-height:19px;list-style-type:none;padding:0;margin:0}body.products #overview-detail .container > ul > li > ul li,body.services #overview-detail .container > ul > li > ul li,body.mobile-build #overview-detail .container > ul > li > ul li{margin:0;padding:0;margin-bottom:10px;background:url('/img/details-bullet-82df4c4b.png?1351530704') no-repeat;background-position:0 7px;padding-left:10px}body.products #overview-detail .container > ul > li > ul li h4,body.services #overview-detail .container > ul > li > ul li h4,body.mobile-build #overview-detail .container > ul > li > ul li h4{font-size:14px;margin-bottom:0}body.products #overview-detail .container > ul > li > ul li p,body.services #overview-detail .container > ul > li > ul li p,body.mobile-build #overview-detail .container > ul > li > ul li p{margin:0;font-size:13px;color:#898c98}body.pricing{background:#f8f7ef url('/img/graphbg-2b03e80b.gif?1352315960') repeat}body.pricing #overview-sections{display:none}@media only screen and (min-width:767px){body.pricing #overview-sections{display:block}}body.pricing #pricing-section .container{background:transparent url('/img/products/track-mobile-b70e2a38.png?1352838907') no-repeat center 30px;font-size:.8em;height:984px}@media only screen and (min-width:767px){body.pricing #pricing-section .container{background-image:url('/img/products/track-9f404be3.png?1352838903');background-position:-52px 65px;height:770px;margin-top:0}}@media only screen and (min-width:980px){body.pricing #pricing-section .container{background-position:left 65px;background-size:inherit}}body.pricing #pricing-section article{font-size:16px;text-align:center;padding:0 20px}@media only screen and (min-width:480px){body.pricing #pricing-section article{padding:0 30px;font-size:18px}}@media only screen and (min-width:767px){body.pricing #pricing-section article{text-align:left;font-size:16px;padding:0 20px 0 346px}}@media only screen and (min-width:980px){body.pricing #pricing-section article{padding:0 20px 0 440px}}body.pricing #pricing-section article h3{font:32px gotham_bookregular;text-transform:uppercase;margin:0;display:none}@media only screen and (min-width:767px){body.pricing #pricing-section article h3{display:block}}body.pricing #pricing-section article p{margin-top:0}body.pricing #pricing-section article a{font-family:gotham_mediumregular;text-transform:uppercase}body.pricing #pricing-section article:nth-child(1){padding-top:122px}@media only screen and (min-width:480px){body.pricing #pricing-section article:nth-child(1){padding-top:130px}}@media only screen and (min-width:767px){body.pricing #pricing-section article:nth-child(1){padding-top:60px}}body.pricing #pricing-section article:nth-child(2){padding-top:180px}@media only screen and (min-width:480px){body.pricing #pricing-section article:nth-child(2){padding-top:186px}}@media only screen and (min-width:767px){body.pricing #pricing-section article:nth-child(2){padding-top:58px}}@media only screen and (min-width:980px){body.pricing #pricing-section article:nth-child(2){padding-top:78px}}body.pricing #pricing-section article:nth-child(3){padding-top:148px}@media only screen and (min-width:480px){body.pricing #pricing-section article:nth-child(3){padding-top:172px}}@media only screen and (min-width:767px){body.pricing #pricing-section article:nth-child(3){padding-top:88px}}@media only screen and (min-width:980px){body.pricing #pricing-section article:nth-child(3){padding-top:110px}}body.testimonials #testimonials-section{margin:50px 0}@media only screen and (min-width:767px){body.testimonials #testimonials-section{margin:70px 0}}body.testimonials #testimonials-section h1{font:26px gotham_mediumregular;text-transform:uppercase;text-align:center}@media only screen and (min-width:767px){body.testimonials #testimonials-section h1{font-size:30px}}@media only screen and (min-width:980px){body.testimonials #testimonials-section h1{font-size:36px}}body.testimonials #testimonials-section h4{font:14px gotham_bookregular;text-align:center;line-height:1.4em;width:80%;margin:0 auto 80px}@media only screen and (min-width:767px){body.testimonials #testimonials-section h4{font-size:18px}}body.testimonials #testimonials-section .mb-wrap{position:relative;margin:0 10px}body.testimonials #testimonials-section .mb-wrap p{margin:0;padding:0}body.testimonials #testimonials-section .mb-wrap blockquote{margin:0;position:relative;background:#fff;padding:30px;border-radius:5px;box-shadow:inset 0 2px 0 #eeeeee,-5px -4px 25px rgba(0,0,0,0.3)}body.testimonials #testimonials-section .mb-wrap blockquote:after,body.testimonials #testimonials-section .mb-wrap blockquote:before{top:100%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}body.testimonials #testimonials-section .mb-wrap blockquote:before{border-top-color:rgba(0,0,0,0.01);border-width:11px;left:65%;margin-left:-11px}body.testimonials #testimonials-section .mb-wrap blockquote:after{border-top-color:#ffffff;border-width:10px;left:65%;margin-left:-10px}body.testimonials #testimonials-section .mb-wrap blockquote p{font-size:16px;line-height:1.4em;text-indent:100px;position:relative}body.testimonials #testimonials-section .mb-wrap blockquote p:before{content:'\201C';font-family:serif;font-style:normal;font-weight:700;position:absolute;font-size:175px;top:0;left:-105px;color:#f36050;text-shadow:7px 14px 10px rgba(0,0,0,0.1)}body.testimonials #testimonials-section .mb-wrap cite{font-style:normal}body.testimonials #testimonials-section .mb-wrap cite a{font-family:serif;font-weight:700;font-style:italic;color:#fff;text-shadow:0 1px 1px rgba(0,0,0,0.3)}body.testimonials #testimonials-section .mb-wrap cite a:hover{color:#bc93c8;text-shadow:0 1px 1px rgba(255,255,255,0.7)}body.testimonials #testimonials-section .mb-wrap .mb-attribution{text-align:right;padding:20px 100px 20px 20px;position:relative}body.testimonials #testimonials-section .mb-wrap .mb-attribution .mb-author{font-size:14px;color:#777;text-shadow:0 1px 1px rgba(255,255,255,0.7)}body.testimonials #testimonials-section .mb-wrap .mb-attribution cite{font-weight:700}body.testimonials #testimonials-section .mb-wrap .mb-thumb{display:block;width:70px;height:70px;border:5px solid white;border-radius:50%;background:white url('/img/logos/anon-a16f6905.jpg?1352315961') no-repeat center center;background-size:100%;position:absolute;right:10px;bottom:5px;box-shadow:inset 1px 1px 4px rgba(0,0,0,0.5),0 2px 3px rgba(0,0,0,0.6)}body.testimonials #testimonials-section .mb-wrap#testimonial-gjigan .mb-thumb{background-image:url('/img/logos/gjigan-707ab841.png?1357557904');background-position:center center;background-size:100%}body.testimonials #testimonials-section .mb-wrap#testimonial-hcri .mb-thumb{background-image:url('/img/logos/hcri-41eebdef.png?1352316070');background-position:center center;background-size:100%}body.testimonials #testimonials-section .mb-wrap#testimonial-coke .mb-thumb{background-image:url('/img/logos/coke-c0f74de0.png?1352316084');background-position:left center;background-size:200%}body.testimonials #testimonials-section .mb-wrap#testimonial-gift .mb-thumb{background-image:url('/img/logos/gift-38b576f6.png?1352316167');background-position:center center}body.testimonials #testimonials-section .mb-wrap#testimonial-i360 .mb-thumb{background-image:url('/img/logos/i360views-d417f07f.png?1352316077');background-position:center center;background-size:150%}body.testimonials #testimonials-section .mb-wrap#testimonial-ndtech .mb-thumb{background-image:url('/img/logos/ndtech-97094924.png?1352316078');background-position:center center;background-size:100%}body.testimonials #testimonials-section ul{list-style:none;margin:0;padding:0;margin:40px 0 30px}body.testimonials #testimonials-section ul li{margin-bottom:40px}body.testimonials #testimonials-section ul li:last-child{margin-bottom:0}@media only screen and (min-width:767px){body.testimonials #testimonials-section ul li{float:left;width:48%;margin-bottom:15px}}@media only screen and (min-width:980px){body.testimonials #testimonials-section ul li{width:46%}}body.testimonials #testimonials-section ul li h2{font:20px gotham_mediumregular;text-transform:uppercase;color:#f36050}body.testimonials #testimonials-section ul li p{color:#3e3e3e}@media only screen and (min-width:767px){body.testimonials #testimonials-section ul li:nth-child(odd){padding-right:10px}}@media only screen and (min-width:980px){body.testimonials #testimonials-section ul li:nth-child(odd){padding-right:55px}}@media only screen and (min-width:767px){body.testimonials #testimonials-section ul li:nth-child(even){padding-left:10px}}@media only screen and (min-width:980px){body.testimonials #testimonials-section ul li:nth-child(even){padding-left:20px}}body.mobile-build header{background:#666666 url('/img/bgcloth-66b6fbca.png?1352825933') repeat;font-size:.8em;padding:20px 0}body.mobile-build header .container > .clearfix{margin:0 auto;display:table}@media only screen and (max-width:320px){body.mobile-build header .container > .clearfix img{display:none}}body.mobile-build header .container > .clearfix > div{float:left;margin-left:20px}@media only screen and (min-width:480px){body.mobile-build header .container > .clearfix > div{margin-left:10px}}body.mobile-build header .container > .clearfix > div h1{color:#f8f7ef;font:30px gotham_bookregular;text-transform:uppercase;padding:0;margin:0}@media only screen and (min-width:767px){body.mobile-build header .container > .clearfix > div h1{font-size:52px}}body.mobile-build header .container > .clearfix > div h2{color:#f8f7ef;margin:0;font-size:14px}@media only screen and (min-width:480px){body.mobile-build header .container > .clearfix > div h2{width:370px}}@media only screen and (min-width:767px){body.mobile-build header .container > .clearfix > div h2{font-size:18px;width:inherit}}body.mobile-build section#mb-overview > .container{margin:40px auto}@media only screen and (max-width:767px){body.mobile-build section#mb-overview > .container > div{padding:0 10px}}@media only screen and (min-width:767px){body.mobile-build section#mb-overview > .container > div{float:left;padding:0 10px}}@media only screen and (min-width:980px){body.mobile-build section#mb-overview > .container > div{padding:0}}@media only screen and (max-width:767px){body.mobile-build section#mb-overview > .container > div:first-child img{display:none}}@media only screen and (min-width:767px){body.mobile-build section#mb-overview > .container > div:first-child{width:260px}}@media only screen and (min-width:980px){body.mobile-build section#mb-overview > .container > div:first-child{width:460px}}@media only screen and (min-width:767px){body.mobile-build section#mb-overview > .container > div:last-child{width:460px}}@media only screen and (min-width:980px){body.mobile-build section#mb-overview > .container > div:last-child{width:520px}}body.mobile-build section#mb-overview > .container > div:last-child article{margin-bottom:80px}@media only screen and (max-width:480px){body.mobile-build section#mb-overview > .container > div:last-child article{margin-bottom:50px}}body.mobile-build section#mb-overview > .container > div:last-child article:last-child{margin-bottom:30px}body.mobile-build section#mb-overview > .container > div:last-child article h3{color:#f36050;font:22px gotham_bookregular;margin:0 0 26px;text-shadow:1px 1px 3px #bbbbbb;text-transform:uppercase;border-bottom:3px solid #cccccc;padding-bottom:10px}@media only screen and (min-width:480px){body.mobile-build section#mb-overview > .container > div:last-child article h3{margin:0}}@media only screen and (min-width:767px){body.mobile-build section#mb-overview > .container > div:last-child article h3{font-size:32px}}@media only screen and (min-width:980px){body.mobile-build section#mb-overview > .container > div:last-child article h3{margin:0 0 26px}}body.mobile-build section#mb-overview > .container > div:last-child article p{margin-bottom:5px}body.mobile-build section#mb-overview > .container > div:last-child article ul{list-style:none;margin:0;padding:0}@media only screen and (min-width:480px){body.mobile-build section#mb-overview > .container > div:last-child article ul li{float:left;width:210px}}@media only screen and (min-width:980px){body.mobile-build section#mb-overview > .container > div:last-child article ul li{width:240px}}@media only screen and (min-width:480px){body.mobile-build section#mb-overview > .container > div:last-child article ul li:nth-child(odd){margin-right:40px}}body.mobile-build section#mb-overview > .container > div:last-child article ul li h4{font:16px gotham_mediumregular;margin-bottom:0}body.mobile-build section#mb-overview > .container > div:last-child article ul li p{font-size:14px;margin:10px 0 0 0}body.enterprise header{background:#666666 url('/img/bgcloth-66b6fbca.png?1352825933') repeat;font-size:.8em;padding:20px 0}body.enterprise header .container > .clearfix{margin:0 auto;display:table}@media only screen and (max-width:320px){body.enterprise header .container > .clearfix img{display:none}}body.enterprise header .container > .clearfix > div{float:left;margin-left:20px}@media only screen and (min-width:480px){body.enterprise header .container > .clearfix > div{margin-left:10px}}body.enterprise header .container > .clearfix > div h1{color:#f8f7ef;font:30px gotham_bookregular;text-transform:uppercase;padding:0;margin:0}@media only screen and (min-width:767px){body.enterprise header .container > .clearfix > div h1{font-size:52px}}body.enterprise header .container > .clearfix > div h2{color:#f8f7ef;margin:0;font-size:14px}@media only screen and (min-width:480px){body.enterprise header .container > .clearfix > div h2{width:370px}}@media only screen and (min-width:767px){body.enterprise header .container > .clearfix > div h2{font-size:18px;width:inherit}}body.training_videos #content-body aside h4{margin:20px 0 10px 20px;text-transform:uppercase;font-family:gotham_bookregular}body.training_videos #content-body article > section{margin-bottom:30px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:1px solid #eeeeee;-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);box-shadow:0 1px 3px rgba(0,0,0,0.1);padding-bottom:40px;background-color:#E9E8E4;padding:20px}body.training_videos #content-body article > section .video-thumb{float:left}body.training_videos #content-body article > section .video-references{float:left;margin-left:25px}body.training_videos #content-body article > section .video-references h4{float:left;font-size:12px;text-transform:uppercase;color:#777;margin:5px;width:115px}body.training_videos #content-body article > section .video-references ul{list-style:none;margin:0;padding:0;float:left;margin:0}body.training_videos #content-body article > section .video-references ul a{font-size:14px}body.training_videos #content-body article > section h3{background:url('/img/video-icon-1ab75261.png?1352315945') no-repeat left top;background-size:26px 26px;font-family:gotham_mediumregular;text-transform:uppercase;padding-left:34px;margin:0}body.training_videos #content-body article > section p{font-size:15px;margin:6px 0 0 34px}body.training_videos #content-body article > section > div{margin:20px 0 0 30px}body.developers{}body.developers .docs aside{float:left;width:300px;margin:5px 20px 50px 10px;font-size:13px}body.developers .docs aside.affix{position:fixed !important;top:25px}body.developers .docs aside form{margin:0 0 30px}body.developers .docs aside form input{font-size:12px;display:inline-block;*display:inline;*zoom:1;margin-bottom:0;vertical-align:middle;margin-bottom:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-border-radius:14px 0 0 14px;-moz-border-radius:14px 0 0 14px;border-radius:14px 0 0 14px;padding:4px 9px;width:180px}body.developers .docs aside form input:focus{border-color:rgba(82,168,236,0.8);outline:0;outline:thin dotted \9;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6)}body.developers .docs aside form button{-webkit-border-radius:0 14px 14px 0;-moz-border-radius:0 14px 14px 0;border-radius:0 14px 14px 0;margin-left:-4px;font-size:12px;padding:4px 12px 4px 9px}body.developers .docs aside #search-content{position:absolute;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;background-color:white;border:1px solid rgba(0,0,0,0.2);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);-webkit-background-clip:padding-box;-moz-background-clip:padding-box;background-clip:padding-box;max-height:360px;overflow-x:hidden;overflow-y:scroll}body.developers .docs aside #search-content:before{position:absolute;top:-7px;left:9px;display:inline-block;border-right:7px solid transparent;border-bottom:7px solid #cccccc;border-left:7px solid transparent;border-bottom-color:rgba(0,0,0,0.2);content:''}body.developers .docs aside #search-content:after{position:absolute;top:-6px;left:10px;display:inline-block;border-right:6px solid transparent;border-bottom:6px solid white;border-left:6px solid transparent;content:''}body.developers .docs aside #search-content a,body.developers .docs aside #search-content li > span{display:block;padding:5px 20px;clear:both;font-weight:400;line-height:20px;color:#333;white-space:nowrap}body.developers .docs aside #search-content a:hover{color:#FFFFFF;text-decoration:none;background-color:#0081c2;background-image:-moz-linear-gradient(top,#0088cc,#0077b3);background-image:-webkit-gradient(linear,0 0,0 100%,from(#0088cc),to(#0077b3));background-image:-webkit-linear-gradient(top,#0088cc,#0077b3);background-image:-o-linear-gradient(top,#0088cc,#0077b3);background-image:linear-gradient(to bottom,#0088cc,#0077b3);background-repeat:repeat-x;outline:0;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0077b3',GradientType=0)}body.developers .docs aside #search-content a:hover em{background-color:inherit}body.developers .docs aside #search-content a:hover small{color:#f7f7f7}body.developers .docs aside #search-content a em{background-color:paleGoldenrod;font-style:normal}body.developers .docs aside #search-content a small{display:block;font-size:11px;color:#999}body.developers .docs aside #tree{overflow-x:auto}body.developers .docs aside #tree ol{list-style:none;margin:0;padding:0}body.developers .docs aside #tree ol > li > a{margin-left:16px}body.developers .docs aside #tree li{padding:2px 0}body.developers .docs aside #tree li.checked > a{color:#f36050 !important}body.developers .docs aside #tree li a{color:#000}body.developers .docs aside #tree li a.active{color:#f36050}body.developers .docs aside #tree li a:hover{color:#f36050}body.developers .docs aside #tree li > div span{background:url('/img/tree/plus-128b8d24.png?1352838909') no-repeat 0 2px;cursor:pointer;display:block;text-indent:-9999px;float:left;width:16px}body.developers .docs aside #tree li ol{display:none;margin:2px 0 6px 14px}body.developers .docs aside #tree li ol li > a{margin-left:16px}body.developers .docs aside #tree li.checked{opacity:1 !important}body.developers .docs aside #tree li.checked > div span{background-image:url('/img/tree/minus-1145b2d5.png?1352838909')}body.developers .docs aside #tree li.checked > div a{color:#f36050 !important}body.developers .docs aside #tree li.checked > ol{display:inline-block}body.developers .docs aside #tree li.expanded > div span{background-image:url('/img/tree/minus-1145b2d5.png?1352838909')}body.developers .docs aside #tree li.expanded > ol{display:inline-block}body.developers.full-screen > .main,body.developers.full-screen > .sub,body.developers.full-screen > #price-banner,body.developers.full-screen > footer{display:none}body.developers.full-screen > .container{width:100%}body.developers.full-screen > .container header{margin-left:365px}body.developers.full-screen > .container header #breadcrumbs{margin-bottom:30px}body.developers.full-screen > .container aside{margin:0 20px 50px 25px;position:fixed;top:22px;height:100%}body.developers.full-screen > .container aside form{margin-bottom:35px}body.developers.full-screen > .container article{margin-left:340px;border-left:3px solid #cccccc;padding-left:30px}body.developers .docs header{margin:20px 0 0 90px;overflow:hidden}body.developers .docs header #breadcrumbs{float:left;width:835px}body.developers .docs header #full-screen{float:left;background:url('/img/fullscreen-857741a9.png?1353078656') no-repeat;width:37px;height:35px;text-indent:-9999px;cursor:pointer}body.developers .docs article{margin:0 10px 80px 335px;min-height:500px}body.developers .docs article h1{font:30px gotham_mediumregular;margin:0 0 35px;border-bottom:3px solid #cccccc;padding-bottom:8px}body.developers .docs article h2{font:1.3em gotham_mediumregular;margin:4em 0 2em;border-bottom:1px solid #dddddd;padding-bottom:10px}body.developers .docs article h3{font:1.2em gotham_bookregular;margin:3em 0 1.4em}body.developers .docs article img:not(.fancybox-image){vertical-align:middle;display:inline-block;padding:4px;background-color:#fff;border:1px solid #cccccc;-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);box-shadow:0 1px 3px rgba(0,0,0,0.1);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;max-width:97%;margin:10px 0}body.developers .docs article ol > li{margin:12px 0}body.developers .docs article ul > li{margin:4px 0}body.developers .docs article code{color:#777;font-size:14px}body.developers .docs article table{width:100%;margin-bottom:20px;max-width:100%;background-color:transparent;border-collapse:collapse;border-spacing:0}body.developers .docs article table tbody tr:nth-child(odd) td,body.developers .docs article table tbody tr:nth-child(odd) th{background-color:#EFEDE7}body.developers .docs article table th,body.developers .docs article table td{padding:8px;line-height:20px;text-align:left;vertical-align:top;border-top:1px solid #dddddd}body.developers .docs article #pagination{margin-top:70px;border-top:1px solid #cccccc;padding-top:20px}body.developers .docs article #pagination a.fright{float:right}body.developers .pricing-cap{display:block;width:164px;height:66px;background:url('/img/products/cheat-sheet/pricing_caps-0bd24695.png?1352838840') no-repeat scroll 0 0 transparent}body.developers .pricing-cap.orange{background-position:0 -66px}body.developers .pricing-cap.green{background-position:0 -132px}body.developers .pricing-cap.blue{background-position:0 -198px}body.developers .pricing-cap.purple{background-position:0 -264px}body.developers .pricing-cap h3{color:#FFFFFF}body.developers #cheatsheet{background-color:#EFEDE7;border:1px solid #dddddd;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:1px 1px 3px #dddddd;-moz-box-shadow:1px 1px 3px #dddddd;box-shadow:1px 1px 3px #dddddd}body.developers .pkg ul{list-style:none outside none;clear:both}body.developers .pkg ul.large li.divided strong,body.developers .pkg ul.large li b,body.developers .tooltip b{font-weight:400}body.developers .pkg .button,body.developers .tooltip{font-weight:300}body.developers .pkg{min-height:100px;position:relative;width:164px;padding:0 14px 12px;float:left}body.developers .pkg .middle,body.developers .pkg .top,body.developers .pkg .bottom{width:184px;position:absolute}body.developers .pkg .middle{top:12px;bottom:12px;z-index:-1}body.developers .pkg .top,body.developers .pkg .bottom{height:12px;top:0;background-position:-184px -8px}body.developers .pkg .bottom{top:auto;bottom:0;background-position:-368px -18px}body.developers .pkg h3{font-size:20px;text-align:center;padding:12px 10px;text-transform:uppercase}body.developers .pkg h4{font-size:20px;text-align:center;padding:8px 5px;color:#ffffff;margin:25px 0;line-height:1.1em}body.developers .pkg hr{background-color:#b858fc;border:none;height:10px;background-position:-562px 0;margin:0}body.developers .pkg ul li{border-bottom:1px solid #cccccc;padding:12px 12px;position:relative;font-size:13px;overflow:hidden}body.developers .pkg ul.large li{padding-left:82px;line-height:1.2em}body.developers .pkg ul.large li b{position:absolute;left:10px;font-size:22px;line-height:50px;top:0;width:65px;text-align:center}body.developers .pkg ul.large li.long{padding-top:15px;padding-bottom:17px}body.developers .pkg ul.large li.divided{height:42px;padding:10px 7px 12px;font-size:13px;text-align:center}body.developers .pkg ul.large li.divided strong{font-size:22px;display:block;padding-top:1px}body.developers .pkg ul.large li.divided strong.long{font-size:22px}body.developers .pkg ul.cheat li{margin-left:0 !important;padding-left:82px;line-height:2px}body.developers .pkg ul.cheat li b{position:absolute;left:10px;font-size:22px;line-height:50px;top:0;width:65px;text-align:center}body.developers .pkg ul.cheat li.long{padding-top:15px;padding-bottom:17px}body.developers .pkg ul.cheat li.divided{padding:9px 7px;font:12px monospace;text-align:center}body.developers .pkg ul.cheat li.divided strong{font:11px museo_sans_rounded_300regular;display:block;padding-top:0;margin:0;font-weight:700;text-transform:uppercase}body.developers .pkg ul.cheat li.divided strong.long{font-size:22px}body.developers .pkg ul.details li{padding:13px 4px 13px 36px}body.developers .pkg ul.details{background-position:-245px -42px;background-repeat:no-repeat}body.developers .pkg .price{text-align:center;height:50px;padding:0 11px 10px;border-bottom:1px solid #bbbbbb}body.developers .pkg .price h3{padding-bottom:4px;text-transform:capitalize;font-size:13px;font-weight:700}body.developers .pkg .price span{font-size:12px}body.developers .pkg .buy{padding:10px;text-align:center}body.developers .pkg .button{height:30px;width:142px;display:block;background-position:-746px 0;background-color:#b858fc;text-shadow:0 -1px #999999;color:#fff;font-size:16px;text-transform:uppercase;line-height:30px;margin-top:8px}body.developers .pkg .button:hover{background-color:#a54fe3;text-decoration:none}body.developers .pkg.corporate .button,body.developers .pkg.corporate hr{background-color:#58b8fc}body.developers .pkg.corporate .button:hover{background-color:#4fa5e3}body.developers .pkg.pro .button,body.developers .pkg.pro hr{background-color:#81fc58}body.developers .pkg.pro .button:hover{background-color:#74e34f}body.developers .pkg.starter .button,body.developers .pkg.starter hr{background-color:#f5de49}body.developers .pkg.starter .button:hover{background-color:#edd642}body.developers .pkg.basic .button,body.developers .pkg.basic hr{background-color:#fc8158}body.developers .pkg.basic .button:hover{background-color:#e57650}body.developers .pkg ul li.unavailable{color:#ccc}body.developers .pkg ul li.unavailable:hover{background:#fff}body.developers .pkg ul{padding:0;margin:0}body.developers .foot-note{width:97%;line-height:1.5;margin-bottom:30px}body.developers .foot-note a{color:#666;text-decoration:underline}body.developers .pkg li.no-border{border-bottom:none;height:36px;padding-top:10px}body.developers .pkg li.no-border a{color:#666;text-decoration:underline;font-size:15px;display:block;padding-top:6px}body.developers .pkg li.no-border a:hover{color:#888}body.developers .tooltip{position:absolute;left:410px;top:40px;width:275px;z-index:9;left:0;background-color:#333;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:1px 1px 12px #444444;-moz-box-shadow:1px 1px 12px #444444;box-shadow:1px 1px 12px #444444}body.developers .tooltip .inner{padding:14px 32px 14px 14px;color:#fff;font-size:13px;line-height:16px}body.developers .tooltip b{font-size:15px;display:block;padding-bottom:8px}body.developers #breadcrumbs{margin:0 0 40px;padding:0;float:left;display:block;overflow:hidden;width:99%;padding:8px;font-size:13px}body.developers #breadcrumbs ul{margin:0;padding:0;height:21px;display:block}body.developers #breadcrumbs ul li{display:block;float:left;position:relative;height:21px;overflow:hidden;line-height:21px;margin:0 6px 0 0;padding:0 10px 0 0;font-size:.9167em;background:url('/img/breadcrumbs/chevron-528bd45f.gif?1352825922') no-repeat 100% 0}body.developers #breadcrumbs ul li div.chevronOverlay{position:absolute;right:0;top:0;z-index:2}body.developers #breadcrumbs ul li span{display:block;overflow:hidden}body.developers #breadcrumbs ul li a{display:block;position:relative;height:21px;line-height:21px;overflow:hidden;float:left}body.developers #breadcrumbs ul li:first-child a{height:16px !important;text-indent:-1000em;width:16px;padding:0;margin-top:2px;overflow:hidden;background:url('/img/breadcrumbs/icon_home-1ab5207f.gif?1352825922') no-repeat 0 0}body.developers #breadcrumbs ul li:first-child a:hover{background-position:0 -16px}body.developers #breadcrumbs ul li:last-child{background:none;margin-right:0;padding-right:0}body.developers .chevronOverlay{display:none;background:url('/img/breadcrumbs/chevron_overlay-5be72bed.png?1352826077') no-repeat 100% 0;width:13px;height:20px}body.developers #developers-section{margin:60px 0}body.developers #developers-section h1{font:26px gotham_mediumregular;text-transform:uppercase;text-align:center}@media only screen and (min-width:767px){body.developers #developers-section h1{font-size:30px}}@media only screen and (min-width:980px){body.developers #developers-section h1{font-size:36px}}body.developers #developers-section h4{font:14px gotham_bookregular;text-align:center;line-height:1.4em;width:80%;margin:0 auto}@media only screen and (min-width:767px){body.developers #developers-section h4{font-size:18px}}body.developers #developers-section hr{margin:2em}body.developers #developers-section ul{list-style:none;margin:0;padding:0}@media only screen and (min-width:767px){body.developers #developers-section ul{float:left;width:50%}}body.developers #developers-section ul li{margin:0 30px 40px}body.developers #developers-section ul li:first-child{font:26px gotham_thinregular;text-transform:uppercase;margin-top:20px}body.developers #developers-section ul li a:hover h2{text-decoration:underline}body.developers #developers-section ul li h2{font:20px gotham_mediumregular;text-transform:uppercase}body.developers #developers-section ul li p{color:#3e3e3e}footer{color:#eeeee9}footer section:first-child{background:#3e3e3e url('/img/bgcloth-66b6fbca.png?1352825933') repeat;padding:40px 5px;font-size:13px}@media only screen and (min-width:767px){footer section:first-child{padding:40px 20px}}@media only screen and (max-width:980px){footer section:first-child .container.clearfix:before,footer section:first-child .container.clearfix:after{content:none;display:inherit}}footer section:first-child ul{list-style:none;margin:0;padding:0}footer section:first-child > div > ul > li{display:inline-block}footer section:first-child > div > ul > li > ul > li a{color:#BBB;margin:8px;display:block}@media only screen and (min-width:767px){footer section:first-child > div > ul > li > ul > li a{margin:8px 50px 8px 0}}@media only screen and (min-width:980px){footer section:first-child > div ul{float:left}}footer section:first-child > div #webinars #webinars-inner{border-top:1px solid #666666;border-bottom:1px solid #666666;margin:20px 4px;padding:10px 4px;text-align:center;font-size:1.1em}@media only screen and (min-width:480px){footer section:first-child > div #webinars #webinars-inner{border-bottom:none;margin:30px 4px 0;padding-top:20px}}@media only screen and (min-width:980px){footer section:first-child > div #webinars #webinars-inner{border:none;float:left;margin:0 0 0 20px;padding:0;text-align:left;font-size:1em}}footer section:first-child > div #webinars #webinars-inner div > p{color:#BBB;margin:0;padding:0}footer section:first-child > div #webinars #webinars-inner div > p a{margin:0 4px}footer section:first-child > div #webinars #webinars-inner div > p span.title{font-size:15px;padding:14px 0 4px;color:#FFF}footer section:first-child > div #webinars #webinars-inner div > p span{display:block}@media only screen and (min-width:767px){footer section:first-child > div #webinars #webinars-inner div > p{float:left;width:50%;font-size:1.15em}}@media only screen and (min-width:980px){footer section:first-child > div #webinars #webinars-inner div > p{float:none;width:inherit;font-size:1em;margin-bottom:0}footer section:first-child > div #webinars #webinars-inner div > p:last-child{margin-top:3px}footer section:first-child > div #webinars #webinars-inner div > p span:last-child{margin-left:10px;display:inline}}footer section:first-child > div #webinars #webinars-inner h3{font-size:1.3em;margin-bottom:24px}@media only screen and (min-width:767px){footer section:first-child > div #webinars #webinars-inner h3{font-size:1.8em}}@media only screen and (min-width:980px){footer section:first-child > div #webinars #webinars-inner h3{font-size:1.7em;margin:0 0 10px}}footer section:first-child > div #social-icons{font-size:0;list-style:none}@media only screen and (min-width:480px){footer section:first-child > div #social-icons{float:right;position:relative;top:-505px}}@media only screen and (min-width:767px){footer section:first-child > div #social-icons{top:-460px}}@media only screen and (min-width:980px){footer section:first-child > div #social-icons{top:-10px}}footer section:first-child > div #social-icons li{display:inline-block;margin:15px 12px 0}@media only screen and (min-width:480px){footer section:first-child > div #social-icons li{display:block}}footer section:first-child > div #social-icons li a{background:url('/img/social-9894af0f.gif?1352315961') no-repeat 0 0;text-indent:-9999px;margin:0}footer section:first-child > div #social-icons li a:hover span{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);transform:rotate(360deg)}footer section:first-child > div #social-icons li a span{background:url('/img/social-9894af0f.gif?1352315961') no-repeat 0 0;display:block;width:50px;height:51px;position:relative;z-index:10;-webkit-transition:-webkit-transform .4s ease-out;-moz-transition:-moz-transform .4s ease-out;transition:transform .4s ease-out}footer section:first-child > div #social-icons li:nth-child(2) a,footer section:first-child > div #social-icons li:nth-child(2) a span{background-position:-71px 0}footer section:first-child > div #social-icons li:nth-child(3) a,footer section:first-child > div #social-icons li:nth-child(3) a span{background-position:-143px 0}footer section:first-child > div #social-icons li:nth-child(4) a,footer section:first-child > div #social-icons li:nth-child(4) a span{background-position:-213px 0}@media only screen and (min-width:480px){footer section:first-child > div #social-icons li:nth-child(1){float:left;margin-left:76px}footer section:first-child > div #social-icons li:nth-child(3){float:left;margin-left:76px;margin-top:5px}footer section:first-child > div #social-icons li:nth-child(4){margin-top:5px}}footer section:last-child{background-color:#f36050;font-size:12px;padding:14px 4px;text-align:center}@media only screen and (min-width:480px){footer section:last-child{text-align:left}}@media only screen and (min-width:767px){footer section:last-child{padding:24px 40px}}footer section:last-child a{color:#f8f7ef}@media only screen and (min-width:980px){footer section:last-child .container > div{float:right;margin-right:30px}}.fancybox-inner > #webinars-inner{width:500px;text-align:center}.fancybox-inner > #webinars-inner h3{font:1.6em gotham_mediumregular;margin:24px 0 24px;text-transform:uppercase}.fancybox-inner > #webinars-inner > div > p{margin:6px;font-weight:700}.fancybox-inner > #webinars-inner > div > p span{margin-left:15px}.fancybox-inner > #webinars-inner > p{margin:22px 0}@media only screen and (max-width:980px){#content-body{font-size:.95em}}#content-body > h1{font-family:'gotham_mediumregular';font-size:26px;text-transform:uppercase;border-bottom:3px solid #cccccc;margin:15px 10px 25px;text-align:center}@media only screen and (min-width:767px){#content-body > h1{padding:0 0 8px 250px;margin:35px 0 25px;text-align:left}}@media only screen and (min-width:980px){#content-body > h1{padding:0 0 8px 300px}}#content-body > h1.no-border{border:none;padding-bottom:0}#content-body > div{margin:0 10px 40px}@media only screen and (min-width:767px){#content-body > div{margin:0 0 40px}}#content-body > div > article > h2{margin:3em 0 .83em}#content-body > div > article > h2:first-child{margin-top:1em}#content-body > div > article > h3{margin:3em 0 1em}@media only screen and (max-width:767px){#content-body > div aside{display:none;background-color:#0e0e0e;position:relative;top:-28px;padding:11px 1px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 1px 10px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 10px rgba(0,0,0,0.1);box-shadow:0 1px 10px rgba(0,0,0,0.1);background-color:#1b1b1b;background-image:-moz-linear-gradient(top,#222222,#111111);background-image:-webkit-gradient(linear,0 0,0 100%,from(#222222),to(#111111));background-image:-webkit-linear-gradient(top,#222222,#111111);background-image:-o-linear-gradient(top,#222222,#111111);background-image:linear-gradient(to bottom,#222222,#111111);background-repeat:repeat-x;border-color:#252525;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222',endColorstr='#ff111111',GradientType=0)}#content-body > div aside ul{list-style:none;margin:0;padding:0}#content-body > div aside ul li{line-height:20px}#content-body > div aside ul li.active a{background-color:#111111;color:#CCC}#content-body > div aside ul li:hover a{background-color:#111111}#content-body > div aside ul li a{padding:3px 15px;font-family:museo_sans_rounded_700regular;color:#777777;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;text-shadow:0 -1px 0 rgba(0,0,0,0.25);display:block}#content-body > div aside ul li a:hover{background-color:#111111}}@media only screen and (min-width:767px){#content-body > div > aside{display:block;float:left;width:200px;color:#666;margin-top:10px}#content-body > div > aside ul{margin:0 45px 0 0}#content-body > div > aside ul li.active a{color:#666}#content-body > div > article{float:left;width:550px}}@media only screen and (min-width:980px){#content-body > div > aside{width:300px}#content-body > div > article{width:680px}}#content-body .btn-navbar{color:#ffffff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#0e0e0e;background-image:-moz-linear-gradient(top,#151515,#040404);background-image:-webkit-gradient(linear,0 0,0 100%,from(#151515),to(#040404));background-image:-webkit-linear-gradient(top,#151515,#040404);background-image:-o-linear-gradient(top,#151515,#040404);background-image:linear-gradient(to bottom,#151515,#040404);background-repeat:repeat-x;border-color:#040404 #040404 black;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515',endColorstr='#ff040404',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);float:left;padding:6px;margin-right:5px;margin-left:5px;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.075);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.075);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.075)}@media only screen and (min-width:767px){#content-body .btn-navbar{display:none}}#content-body .btn-navbar .icon-bar{display:block;width:18px;height:3px;background-color:#f5f5f5;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;-webkit-box-shadow:0 1px 0 rgba(0,0,0,0.25);-moz-box-shadow:0 1px 0 rgba(0,0,0,0.25);box-shadow:0 1px 0 rgba(0,0,0,0.25)}#content-body .btn,#content-body .btn-group{margin-top:5px}.btn{display:inline-block;padding:4px 12px;margin-bottom:0;font-size:14px;line-height:20px;color:#333333;text-align:center;text-shadow:0 1px 1px rgba(255,255,255,0.75);vertical-align:middle;cursor:pointer;background-color:#f5f5f5;background-image:-moz-linear-gradient(top,white,#e6e6e6);background-image:-webkit-gradient(linear,0 0,0 100%,from(white),to(#e6e6e6));background-image:-webkit-linear-gradient(top,white,#e6e6e6);background-image:-o-linear-gradient(top,white,#e6e6e6);background-image:linear-gradient(to bottom,#ffffff,#e6e6e6);background-repeat:repeat-x;border:1px solid #bbbbbb;border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);border-bottom-color:#a2a2a2;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)}button{font-size:14px;font-weight:400;line-height:20px;margin:0}[class^="icon-"],[class*=" icon-"]{display:inline-block;width:14px;height:14px;margin-top:1px;line-height:14px;vertical-align:text-top;background-position:14px 14px;background-repeat:no-repeat}body.home #price-banner{border-top:none}.bar{background-color:#f8f7ef;color:#777;font:14px gotham_lightregular;border-top:1px solid #dddddd;-webkit-box-shadow:1px 1px 3px #cccccc;-moz-box-shadow:1px 1px 3px #cccccc;box-shadow:1px 1px 3px #cccccc}#price-banner{background-color:#f8f7ef;text-transform:uppercase;text-align:center;color:#777;font:14px gotham_lightregular;border-top:1px solid #dddddd;-webkit-box-shadow:1px 1px 3px #cccccc;-moz-box-shadow:1px 1px 3px #cccccc;box-shadow:1px 1px 3px #cccccc}@media only screen and (min-width:767px){#price-banner{font-size:16px}}#price-banner #used-by-coke{height:84px;padding:0;margin:0;background:transparent url('/img/logos/coke-019ad8af.gif?1358770837') no-repeat center top}@media only screen and (max-width:320px){#price-banner #used-by-coke{background-size:87%}}@media only screen and (min-width:480px){#price-banner #used-by-coke{height:96px}}@media only screen and (min-width:767px){#price-banner #used-by-coke{width:231px;height:61px;background-size:87%;background-position:center 4px}}@media only screen and (min-width:980px){#price-banner #used-by-coke{width:330px;height:103px;background-position:center 16px}}#price-banner #used-by-coke a{display:block;position:relative;top:60px;text-align:right;margin-right:22px;font-family:gotham_mediumregular;text-transform:lowercase;font-size:12px}@media only screen and (min-width:480px){#price-banner #used-by-coke a{top:72px;margin-right:74px}}@media only screen and (min-width:767px){#price-banner #used-by-coke a{top:44px;margin-right:18px;font-family:gotham_bookregular}}@media only screen and (min-width:980px){#price-banner #used-by-coke a{top:76px;margin-right:29px;ont-family:gotham_mediumregular}}@media only screen and (min-width:767px){#price-banner .container > div{float:left}}@media only screen and (min-width:980px){#price-banner .container > div{width:33%;font:20px gotham_mediumregular}}#price-banner .container > div p{margin:0;padding:0;line-height:1.1em}#price-banner .container > div:first-child{padding-top:0}@media only screen and (min-width:767px){#price-banner .container > div:first-child{padding:5px 10px 0}}@media only screen and (min-width:980px){#price-banner .container > div:first-child{padding:20px 0 0 0}}#price-banner .container > div:first-child span{font-size:39px;position:relative;top:5px;color:#f36050}#price-banner .container > div:nth-child(2) a{margin:10px 0;background-color:#f36050;font-size:30px;display:block;color:#f8f7ef;padding:5px 0}#price-banner .container > div:nth-child(2) a:hover{color:#000}@media only screen and (min-width:767px){#price-banner .container > div:nth-child(2) a{padding:5px 20px;margin:0;font-size:28px}}@media only screen and (min-width:980px){#price-banner .container > div:nth-child(2) a{padding:26px 20px}}#price-banner .container > div:nth-child(2) a p:last-child{font-size:20px}@media only screen and (min-width:767px){#price-banner .container > div:nth-child(2) a p:last-child{font-size:18px}}#price-banner .container > div:nth-child(2) a p:last-child span:not(.trial-period){font-size:14px;position:relative;top:-2px}@media only screen and (min-width:767px){#price-banner .container > div:nth-child(2) a p:last-child span:not(.trial-period){font-size:12px}}#price-banner .container > div.inverse a{background-color:#f8f7ef;color:#f36050}#price-banner .container > div:last-child{padding-bottom:10px}@media only screen and (min-width:767px){#price-banner .container > div:last-child{padding:23px 6px 0;font-size:14px}}@media only screen and (min-width:980px){#price-banner .container > div:last-child{padding:40px 0 0 0;font:18px gotham_bookregular}}@media only screen and (min-width:767px){#price-banner .container > div:last-child.clearfix{padding-top:15px}}#price-banner .container > div:last-child.clearfix .video-thumb{float:left;margin-left:25px}@media only screen and (min-width:480px){#price-banner .container > div:last-child.clearfix .video-thumb{margin-left:98px}}@media only screen and (min-width:767px){#price-banner .container > div:last-child.clearfix .video-thumb{display:none}}@media only screen and (min-width:980px){#price-banner .container > div:last-child.clearfix .video-thumb{display:block;margin-left:25px}}#price-banner .container > div:last-child.clearfix .video-thumb + a{text-align:left;float:left;display:block;padding:20px 0 0 20px;width:145px}@media only screen and (min-width:767px){#price-banner .container > div:last-child.clearfix .video-thumb + a{padding:1px 0 0 20px}}@media only screen and (min-width:980px){#price-banner .container > div:last-child.clearfix .video-thumb + a{padding:20px 0 0 20px}}body.signup h1{font:26px gotham_mediumregular;text-transform:uppercase;text-align:center}@media only screen and (min-width:767px){body.signup h1{font-size:30px}}@media only screen and (min-width:980px){body.signup h1{font-size:36px}}body.signup h2{font:14px gotham_bookregular;text-align:center;line-height:1.4em;width:80%;margin:0 auto}@media only screen and (min-width:767px){body.signup h2{font-size:18px}}body.signup > .container > div{margin:40px 20px}@media only screen and (min-width:767px){body.signup > .container > div > section{float:left;width:46%}}@media only screen and (min-width:767px){body.signup > .container > div > section:first-child{padding-right:40px}}@media only screen and (min-width:980px){body.signup > .container > div > section:first-child{padding-right:70px}}body.signup > .container > div > section h3{text-transform:uppercase}body.signup > .container > div > section > ul{list-style:none;margin:0;padding:0;font-size:.92em}body.signup > .container > div > section > ul h4{margin:0 0 5px}body.signup > .container > div > section > ul p{margin:0 0 20px}body.blog #disqus_thread{margin-bottom:60px}body.blog article > .blog-social{margin:0}body.blog article > .blog-social:last-child{margin-top:70px}body.blog article > .blog-social > div{float:left !important}body.blog article > .blog-social > .blog-twitter{margin-top:2px}body.blog article > .blog-social > .blog-gplus{margin:2px 0 0 10px}body.blog article > .blog-social > .blog-facebook{margin:0 0 0 10px}body.blog header{background:#666666 url('/img/bgcloth-66b6fbca.png?1352825933') repeat;font-size:.8em;padding:20px 0}body.blog header .container{margin:0 auto;display:table}@media only screen and (max-width:480px){body.blog header .container{margin:0 20px}}@media only screen and (min-width:980px){body.blog header .container > div{margin-left:170px}}body.blog header .container > div h1{color:#f8f7ef;font:30px gotham_thinregular;text-transform:uppercase;padding:0;margin:0}body.blog header .container > div h2{color:#f8f7ef;margin:0;font-size:14px}body.blog aside{clear:none;display:inline-block;float:left;margin:10px 0 0 25px;width:210px}@media only screen and (max-width:767px){body.blog aside{display:none}}body.blog aside .all-posts{margin:50px 0 62px 38px;text-transform:uppercase;font:14px gotham_bookregular}body.blog aside .all-posts h5{text-transform:capitalize;margin:50px 0}body.blog aside .all-posts h5 img{padding:0 7px 4px 0}body.blog aside .latest-posts:first-child h4{margin-top:100px}body.blog aside .latest-posts h4{text-transform:uppercase;margin:40px 0 0 38px}body.blog aside .latest-posts li{margin:10px 0;font-size:12px}body.blog .posts{margin-top:30px;float:left}@media only screen and (min-width:767px){body.blog .posts{width:740px}}body.blog .posts.all{margin:30px 0 50px}body.blog .posts.all h2{border-bottom:1px solid #cccccc;margin:.83em 20px 30px}@media only screen and (min-width:767px){body.blog .posts.all h2{padding-left:169px;margin:.83em 0 30px}}body.blog .posts.all h2 a{color:#3e3e3e}body.blog .posts.all article{margin-bottom:20px;padding-bottom:1px;border:none}body.blog .posts.all article h3{margin:0;font-size:16px}@media only screen and (min-width:767px){body.blog .posts.all article .meta{top:2px;width:120px}}body.blog .posts.all article .meta p.date{text-align:left;border-bottom:none;font-size:inherit;margin:0}@media only screen and (min-width:767px){body.blog .posts.all article .meta p.date{text-align:right}}body.blog .posts.all article .meta p.date span.author{display:block;color:#AAA}body.blog .posts > .pagination{margin:20px 20px 60px}@media only screen and (min-width:767px){body.blog .posts > .pagination{margin:0 0 60px 0;padding:0 0 0 170px}}body.blog .posts > .pagination p{width:120px;float:left;padding:0;margin:0}body.blog .posts > article{margin:20px 20px 60px;border-bottom:3px solid #cccccc;padding-bottom:15px}@media only screen and (min-width:767px){body.blog .posts > article{margin:0 0 100px 0;padding:0 0 45px 170px;position:relative}}body.blog .posts > article img:not(.fancybox-image){vertical-align:middle;display:inline-block;padding:4px;background-color:#fff;border:1px solid #cccccc;-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);box-shadow:0 1px 3px rgba(0,0,0,0.1);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;max-width:90%;height:inherit}body.blog .posts > article img:not(.fancybox-image).blog-img{max-width:200px}body.blog .posts > article hr{margin:2em}body.blog .posts > article p{line-height:1.5em}body.blog .posts > article .meta{text-align:center}@media only screen and (min-width:767px){body.blog .posts > article .meta{left:10px;text-align:left;position:absolute;top:18px;width:145px}}body.blog .posts > article .meta p.tagged{display:block;font:14px gotham_bookregular;margin:0 0 10px 0;text-transform:uppercase}@media only screen and (max-width:767px){body.blog .posts > article .meta p.tagged{display:none}}body.blog .posts > article .meta ul.tags{color:#777;display:block;margin:0 0 36px 0;padding:0 0 0 2px;list-style:none}@media only screen and (max-width:767px){body.blog .posts > article .meta ul.tags{display:none}}body.blog .posts > article .meta ul.tags li{font-size:12px;font-style:italic;margin:0 0 10px 0;position:relative}body.blog .posts > article .meta ul.tags li:after{content:"\2014";font-size:13px;left:-14px;position:absolute;top:0}body.blog .posts > article .meta ul.tags li a{color:#777}body.blog .posts > article .meta p.date{border-bottom:1px solid #cccccc;font-size:14px;margin:0 auto 20px auto;padding-bottom:15px;width:50%}@media only screen and (min-width:767px){body.blog .posts > article .meta p.date{border:none;width:100%}}body.blog .posts > article .meta p.date a{color:#aaa;font-weight:400}body.blog .posts > article .meta p.date span.author{display:block;color:#AAA}body.blog .posts > article .meta p.comments{font-size:14px}@media only screen and (max-width:767px){body.blog .posts > article .meta p.comments{display:none}}body.blog .posts > article h1{font:28px gotham_bookregular;margin-bottom:50px}@media only screen and (max-width:767px){body.blog .posts > article h1{text-align:center}}body.blog .posts > article h2{margin:1.6em 0 .83em}body.blog .posts > article h3{margin:1.8em 0 1em}body.blog .posts > article blockquote{margin:2em 40px 1.6em;font-family:serif;font-style:italic;font-size:18px;color:#666}body.blog .posts > article blockquote em{font-style:normal;font-size:14px;color:#000}#coupon{margin:40px 0;padding:6px;background-color:#FFF;text-align:center;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-webkit-box-shadow:1px 1px 3px #666666;-moz-box-shadow:1px 1px 3px #666666;box-shadow:1px 1px 3px #666666}@media only screen and (min-width:767px){#coupon{margin:25px 10px}}#coupon input[type=text]{width:56%}#coupon > div{border:5px dashed #666666;padding:10px 16px}@media only screen and (min-width:767px){#coupon > div{background:white url('/img/barcode-ec742c4a.jpg?1352315960') no-repeat 20px center;padding:30px 30px 30px 130px}}#coupon > div h1{font:18px gotham_bookregular}@media only screen and (min-width:767px){#coupon > div h1{font-size:26px}}#coupon > div h1 span.logo{font:22px gotham_bookregular;text-transform:uppercase}@media only screen and (min-width:767px){#coupon > div h1 span.logo{font-size:46px}}#coupon > div h1 span.logo > span{color:#f36050;font-family:gotham_mediumregular}#coupon > div h2{margin-bottom:0;font-size:18px}#coupon > div h3{margin-top:0;font-size:14px}#coupon > div p.terms{margin-top:40px;font-size:12px;text-align:left}#coupon > div #referral-url{margin-top:20px}#coupon > div #referral-url code{display:block}body.referral-program header{background:#666666 url('/img/bgcloth-66b6fbca.png?1352825933') repeat;font-size:.8em;padding:20px 10px}@media only screen and (min-width:767px){body.referral-program header{padding:20px 0}}body.referral-program header div{margin:0 auto;text-align:center}body.referral-program header div h1{color:#f8f7ef;font:26px gotham_bookregular;text-transform:uppercase;padding:0;margin:0}@media only screen and (min-width:767px){body.referral-program header div h1{font-size:52px}}body.referral-program header div h2{color:#f8f7ef;margin:0;font-size:14px}@media only screen and (min-width:767px){body.referral-program header div h2{font-size:18px}}body.referral-program h2{color:#F04A3B}body.referral-program #referral-form input[type=submit]{height:42px;margin-top:0}body.referral-program #referral-text{margin-bottom:50px}body.referral-program #referral-text > div{margin:0 10px}@media only screen and (min-width:767px){body.referral-program #referral-text > div{float:left;width:42%}body.referral-program #referral-text > div:first-child{margin-right:40px}body.referral-program #referral-text > div:last-child{margin-left:40px}}@media only screen and (min-width:980px){body.referral-program #referral-text > div{width:44%}}#cws-signup-dialog{display:none}#cws-signup-dialog-inner{width:680px;padding:25px}#cws-signup-dialog-inner img{float:right;margin-left:60px}#cws-signup-dialog-inner h2{font:44px gotham_bookregular;text-transform:uppercase;color:#f36050;text-align:left;margin:0 0 20px}#cws-signup-dialog-inner p:last-child{text-align:right}#cws-signup-dialog-inner a.btn{border-color:#2D53AF;background-color:#4D7BD6;background-image:-moz-linear-gradient(top,#5689db 0,#4d7bd6 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#5689db),color-stop(100%,#4d7bd6));background-image:-webkit-linear-gradient(top,#5689db 0,#4d7bd6 100%);background-image:-o-linear-gradient(top,#5689db 0,#4d7bd6 100%);background-image:-ms-linear-gradient(top,#5689db 0,#4d7bd6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#5689db,endColorstr=#4d7bd6,GradientType=0);background-image:linear-gradient(top,#5689db 0,#4d7bd6 100%);color:white;text-align:center;text-shadow:0 1px 1px rgba(0,0,0,0.1);text-transform:uppercase;font-weight:700;font-family:'Open Sans',arial,sans-serif;padding:4px 20px 6px;font-size:13px;-webkit-box-shadow:0 2px 0 0 rgba(255,255,255,0.06) inset,0 2px 3px 0 rgba(0,0,0,0.2);-moz-box-shadow:0 2px 0 0 rgba(255,255,255,0.06) inset,0 2px 3px 0 rgba(0,0,0,0.2);box-shadow:0 2px 0 0 rgba(255,255,255,0.06) inset,0 2px 3px 0 rgba(0,0,0,0.2);outline:0}#cws-signup-dialog-inner a.btn span{width:19px;height:17px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAARCAQAAACVkV9MAAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAAAEgAAABIAEbJaz4AAAAJdnBBZwAAABMAAAARAMNJ7iwAAACPSURBVCjPjZJRDsMgDENfCAfY1+5/vh2g0iRI9gG0AbUa/glGiWMZxNlB2urabcutyDnmFUAUaxc+q3WPSqiX77DUI0+xafHmD2eQRqV7WiHqFtWUe+i89CmYNAWCyYsMJP8AyBsDyohltFUOUuAHBTDqojbmOgrfm93/kBfePJZF+8ztUlcSRp3fVPb+2w/RaCkkhrW/agAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAASUVORK5CYII=);display:inline-block;position:relative;top:4px;margin-right:6px}body.cws header{background:#666666 url('/img/bgcloth-66b6fbca.png?1352825933') repeat;font-size:.8em;padding:20px 0}body.cws header .container{margin:0 auto;display:table}@media only screen and (max-width:480px){body.cws header .container{margin:0 20px}}@media only screen and (min-width:980px){body.cws header .container > div{margin-left:170px}}body.cws header .container > div h1{color:#f8f7ef;font:30px gotham_thinregular;text-transform:uppercase;padding:0;margin:0}body.cws header .container > div h2{color:#f8f7ef;margin:0;font-size:14px}body.cws #chrome-signup{display:none}body.cws #chrome-signup section{float:left}body.cws #chrome-signup section:first-child{width:44%;margin:30px 50px 0 100px}body.cws #chrome-signup section:last-child{width:35%}body.cws #chrome-signup section:last-child img{position:relative;top:-32px;margin:0 0 0 90px}body.cws #chrome-signin{display:none}body.cws #chrome-signin img{float:right;position:relative;top:-32px;margin:0 150px 0 0}body.cws #chrome-signin div{width:40%;margin:65px 0 80px 172px}body.cws #chrome-signin div p:last-child{font-size:12px;color:#666}body.cws #chrome-signin-list{display:none}body.cws #chrome-signin-list img{float:right;position:relative;top:-32px;margin:0 150px 0 0}body.cws #chrome-signin-list div{width:40%;margin:65px 0 80px 172px}#webinar-dialog{display:none}#webinar-dialog-inner{width:600px;padding:25px;background:white url('/img/webinar-bg-aa9dd892.png?1355830134') no-repeat -200px bottom}#webinar-dialog-inner h2{font:44px gotham_bookregular;text-transform:uppercase;color:#f36050;text-align:left;margin:0 0 20px}#webinar-dialog-inner p{margin:27px 200px 0 0}#webinar-dialog-inner a.btn{text-align:center;text-shadow:0 1px 1px rgba(0,0,0,0.1);text-transform:uppercase;font-family:'Open Sans',arial,sans-serif;padding:3px 13px 5px;font-size:13px;outline:0;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}#webinar-dialog-inner a.btn-primary{border-color:#2D53AF;background-color:#4D7BD6;background-image:-moz-linear-gradient(top,#5689db 0,#4d7bd6 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#5689db),color-stop(100%,#4d7bd6));background-image:-webkit-linear-gradient(top,#5689db 0,#4d7bd6 100%);background-image:-o-linear-gradient(top,#5689db 0,#4d7bd6 100%);background-image:-ms-linear-gradient(top,#5689db 0,#4d7bd6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#5689db,endColorstr=#4d7bd6,GradientType=0);background-image:linear-gradient(top,#5689db 0,#4d7bd6 100%);color:white;text-align:center;text-shadow:0 1px 1px rgba(0,0,0,0.1);text-transform:uppercase;font-weight:700;font-family:'Open Sans',arial,sans-serif;padding:4px 20px 6px;font-size:13px;-webkit-box-shadow:0 2px 0 0 rgba(255,255,255,0.06) inset,0 2px 3px 0 rgba(0,0,0,0.2);-moz-box-shadow:0 2px 0 0 rgba(255,255,255,0.06) inset,0 2px 3px 0 rgba(0,0,0,0.2);box-shadow:0 2px 0 0 rgba(255,255,255,0.06) inset,0 2px 3px 0 rgba(0,0,0,0.2);outline:0;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}body.webinars #content-body > h1{text-shadow:0 2px 3px #cccccc;color:#F36050;font:36px gotham_bookregular}body.webinars #content-body > h1 button{display:none}@media only screen and (min-width:767px){body.webinars #content-body > div > aside{width:250px}body.webinars #content-body > div > article{width:515px}}@media only screen and (min-width:980px){body.webinars #content-body > div > aside{width:300px}body.webinars #content-body > div > article{width:680px}}body.webinars #content-body #webinar-tweets{margin:0 60px 0 0;font-size:14px;padding:20px;border:1px solid #cccccc;background-color:#EEE;border-radius:6px;box-shadow:1px 1px 7px #bbbbbb;text-align:center}@media only screen and (min-width:767px){body.webinars #content-body #webinar-tweets{margin:0 40px 0 0}}@media only screen and (min-width:980px){body.webinars #content-body #webinar-tweets{margin:0 60px 0 0}}body.webinars #content-body #webinar-tweets h3{font:20px gotham_bookregular;text-transform:uppercase;color:#333;margin-top:10px}body.webinars #content-body #webinar-tweets .twitter-follow-button,body.webinars #content-body #webinar-tweets .twitter-mention-button{display:block;margin:22px auto 4px}body.webinars #content-body #webinar-tweets ul{list-style:none;padding:0;margin:0}body.webinars #content-body #webinar-tweets ul li{margin:0 0 7px}body.webinars #content-body article > ul{margin-top:30px;padding:0}@media only screen and (min-width:980px){body.webinars #content-body article > ul{margin-right:100px}}body.webinars #content-body article > ul > li{list-style:none;margin:54px 0}body.webinars #content-body article > ul > li > h3{margin:0;text-transform:uppercase}body.webinars #content-body article > ul > li > p{margin-top:10px}body.webinars #content-body article #next-intro-webinar{margin:25px 0 0 10px;border-left:10px solid #f8f7ef;padding-left:14px}body.webinars #content-body article #next-intro-webinar h2{font:13px gotham_bookregular;text-transform:uppercase;border-bottom:1px solid #cccccc;padding-bottom:6px;color:#888;margin:0}body.webinars #content-body article #next-intro-webinar p{margin:10px 0}body.webinars #content-body article #clinic-schedule{margin:40px 0 0 0}body.webinars #content-body article #clinic-schedule h2{font:14px gotham_bookregular;text-transform:uppercase;border-bottom:1px solid #cccccc;padding-bottom:6px;color:#888;margin:0 0 0 10px}body.webinars #content-body article #clinic-schedule > small{margin:10px;display:block}body.webinars #content-body article #clinic-schedule > small .twitter-follow-button{display:block;margin-top:10px}body.webinars #content-body article #clinic-schedule div{margin:25px 0 35px 10px;border-left:10px solid #f8f7ef;padding-left:14px}body.webinars #content-body article #clinic-schedule div h4{margin:0}body.webinars #content-body article #clinic-schedule div h5{margin:10px 0;font-size:.90em;color:#777}body.webinars #content-body article #clinic-schedule div p{margin:8px 0;color:#666;font-size:14px}body.webinars #content-body article #clinic-schedule div a{margin:0}body.webinars #content-body article #clinic-schedule div em{font-size:14px;font-weight:700;line-height:1.4em;color:#000;padding-top:13px;display:block}body.services header{background:#666666 url('/img/bgcloth-66b6fbca.png?1352825933') repeat;font-size:.8em;padding:20px 0 40px;margin:0 0 40px 0}body.services header h1{color:#f8f7ef;font:30px gotham_bookregular;text-transform:uppercase;padding:0;margin:0 10px;text-align:center}@media only screen and (min-width:767px){body.services header h1{margin:0 20px;font-size:52px;text-align:left}}@media only screen and (min-width:980px){body.services header h1{margin:0 0 0 100px}}body.services header h2{color:#f8f7ef;margin:0 10px;text-transform:initial;font:18px Helvetica,Arial;line-height:25px;margin-top:10px;text-align:center}@media only screen and (min-width:767px){body.services header h2{margin:0 20px;text-align:left}}@media only screen and (min-width:980px){body.services header h2{margin:0 0 0 100px}}@media only screen and (min-width:767px){body.services header .clearfix{margin-top:55px}}body.services header .clearfix > div{float:left;text-align:center}@media only screen and (min-width:767px){body.services header .clearfix > div{width:170px}}@media only screen and (min-width:980px){body.services header .clearfix > div{width:240px}}body.services header .clearfix > div.front-end{padding:40px 30px 20px}@media only screen and (min-width:767px){body.services header .clearfix > div.front-end{padding:0 30px}}body.services header .clearfix > div.front-end div{height:236px}@media only screen and (min-width:320px){body.services header .clearfix > div.front-end div{height:240px}}@media only screen and (min-width:767px){body.services header .clearfix > div.front-end div{height:190px}}@media only screen and (min-width:980px){body.services header .clearfix > div.front-end div{height:246px}}body.services header .clearfix > div.cross-platform{padding:20px 65px}@media only screen and (min-width:767px){body.services header .clearfix > div.cross-platform{padding:0 65px}}body.services header .clearfix > div.cross-platform div{height:210px}@media only screen and (min-width:320px){body.services header .clearfix > div.cross-platform div{height:250px}}@media only screen and (min-width:767px){body.services header .clearfix > div.cross-platform div{height:190px}}@media only screen and (min-width:980px){body.services header .clearfix > div.cross-platform div{height:246px}}body.services header .clearfix > div.back-end{padding:20px 30px 0 30px}@media only screen and (min-width:767px){body.services header .clearfix > div.back-end{padding:0 30px}}body.services header .clearfix > div.back-end div{padding-top:10px;height:236px}@media only screen and (min-width:767px){body.services header .clearfix > div.back-end div{height:180px}}@media only screen and (min-width:980px){body.services header .clearfix > div.back-end div{height:236px}}body.services header .clearfix > div div{height:210px}@media only screen and (min-width:767px){body.services header .clearfix > div div{height:190px}}@media only screen and (min-width:980px){body.services header .clearfix > div div{height:246px}}body.services header .clearfix > div h3{font-size:25px;color:#fff;margin:0}body.services header .clearfix > div p{font-size:16px;color:#ddd;line-height:22px}@media only screen and (min-width:767px){body.services header .clearfix > div p{font-size:14px}}body.services #services-showcase > div{margin:35px auto}@media only screen and (min-width:480px){body.services #services-showcase > div{width:78%}}@media only screen and (min-width:767px){body.services #services-showcase > div{float:left;width:33%}}body.services #services-showcase > div ul{padding:0}body.services #services-showcase > div ul li{list-style:none;text-align:center}@media only screen and (min-width:767px){body.services #services-showcase > div ul li{width:180px}}body.services #services-showcase > div ul li:last-child{margin-top:6px}body.services #services-showcase > div .mb-thumb{display:block;height:90px;border:5px solid white;border-radius:50%;background:white url('/img/logos/anon-a16f6905.jpg?1352315961') no-repeat center center;background-size:100%;box-shadow:inset 1px 1px 4px rgba(0,0,0,0.5),0 2px 3px rgba(0,0,0,0.6)}@media only screen and (min-width:767px){body.services #services-showcase > div .mb-thumb{width:160px}}body.services #services-showcase > div#services-showcase-hcri .mb-thumb{background-image:url('/img/logos/hcri-41eebdef.png?1352316070');background-position:center center;background-size:80%}@media only screen and (min-width:480px){body.services #services-showcase > div#services-showcase-hcri .mb-thumb{background-size:68%}}@media only screen and (min-width:767px){body.services #services-showcase > div#services-showcase-hcri .mb-thumb{background-size:90%}}body.services #services-showcase > div#services-showcase-coke .mb-thumb{background-image:url('/img/logos/coke-c0f74de0.png?1352316084');background-position:20px 10px;background-size:248%}@media only screen and (min-width:480px){body.services #services-showcase > div#services-showcase-coke .mb-thumb{background-position:10px 16px;background-size:171%}}@media only screen and (min-width:767px){body.services #services-showcase > div#services-showcase-coke .mb-thumb{background-position:left 20px;background-size:287%}}body.services #services-showcase > div#services-showcase-ndtech .mb-thumb{background-image:url('/img/logos/ndtech-97094924.png?1352316078');background-position:center center;background-size:100%}@media only screen and (min-width:480px){body.services #services-showcase > div#services-showcase-ndtech .mb-thumb{background-size:81%}}@media only screen and (min-width:767px){body.services #services-showcase > div#services-showcase-ndtech .mb-thumb{background-size:100%}}body.services nav.main{-webkit-box-shadow:0 0 6px #333333;-moz-box-shadow:0 0 6px #333333;box-shadow:0 0 6px #333333}body.services nav.main .active{background-image:url('/img/products/nav-pointer-black-be4adc17.gif?1359385651')} \ No newline at end of file diff --git a/build/css/main-6fc82bff.css.gz b/build/css/main-6fc82bff.css.gz deleted file mode 100644 index b3f864e0c6..0000000000 Binary files a/build/css/main-6fc82bff.css.gz and /dev/null differ diff --git a/build/css/main-7371f78f.css b/build/css/main-7371f78f.css new file mode 100644 index 0000000000..3b36ee30b3 --- /dev/null +++ b/build/css/main-7371f78f.css @@ -0,0 +1 @@ +.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;content:"";line-height:0}.clearfix:after{clear:both}@font-face{font-family:'gotham_bookregular';src:url('/fonts/gotham-book-webfont-a762c283.eot');src:url('/fonts/gotham-book-webfont-a762c283.eot?#iefix') format("embedded-opentype"),url('/fonts/gotham-book-webfont-f94bde4a.woff') format("woff"),url('/fonts/gotham-book-webfont-095a7715.ttf') format("truetype"),url('/fonts/gotham-book-webfont-079e0b44.svg#gotham_bookregular') format("svg");font-weight:400;font-style:normal}@font-face{font-family:'gotham_lightregular';src:url('/fonts/gotham-light-webfont-1b6837d4.eot');src:url('/fonts/gotham-light-webfont-1b6837d4.eot?#iefix') format("embedded-opentype"),url('/fonts/gotham-light-webfont-0c908025.woff') format("woff"),url('/fonts/gotham-light-webfont-909197cb.ttf') format("truetype"),url('/fonts/gotham-light-webfont-e714931a.svg#gotham_lightregular') format("svg");font-weight:400;font-style:normal}@font-face{font-family:'gotham_mediumregular';src:url('/fonts/gotham-medium-webfont-52a4cb7d.eot');src:url('/fonts/gotham-medium-webfont-52a4cb7d.eot?#iefix') format("embedded-opentype"),url('/fonts/gotham-medium-webfont-621a1662.woff') format("woff"),url('/fonts/gotham-medium-webfont-94cff276.ttf') format("truetype"),url('/fonts/gotham-medium-webfont-09f708f8.svg#gotham_mediumregular') format("svg");font-weight:400;font-style:normal}@font-face{font-family:'gotham_thinregular';src:url('/fonts/gotham-thin-webfont-ec6c7fdd.eot');src:url('/fonts/gotham-thin-webfont-ec6c7fdd.eot?#iefix') format("embedded-opentype"),url('/fonts/gotham-thin-webfont-a664458d.woff') format("woff"),url('/fonts/gotham-thin-webfont-0ca969cc.ttf') format("truetype"),url('/fonts/gotham-thin-webfont-94a88c75.svg#gotham_thinregular') format("svg");font-weight:400;font-style:normal}@font-face{font-family:'museo_sans_rounded_300regular';src:url('/fonts/museosansrounded-300-webfont-4d607c99.eot');src:url('/fonts/museosansrounded-300-webfont-4d607c99.eot?#iefix') format("embedded-opentype"),url('/fonts/museosansrounded-300-webfont-5b31827c.woff') format("woff"),url('/fonts/museosansrounded-300-webfont-8ff6872e.ttf') format("truetype"),url('/fonts/museosansrounded-300-webfont-dc7963c3.svg#museo_sans_rounded_300regular') format("svg");font-weight:400;font-style:normal}@font-face{font-family:'museo_sans_rounded_700regular';src:url('/fonts/museosansrounded-700-webfont-8ca567d8.eot');src:url('/fonts/museosansrounded-700-webfont-8ca567d8.eot?#iefix') format("embedded-opentype"),url('/fonts/museosansrounded-700-webfont-63bf059a.woff') format("woff"),url('/fonts/museosansrounded-700-webfont-cc22eec1.ttf') format("truetype"),url('/fonts/museosansrounded-700-webfont-abf578df.svg#museo_sans_rounded_700regular') format("svg");font-weight:400;font-style:normal}.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp{padding:0;margin:0;border:0;outline:none;vertical-align:top}.fancybox-wrap{position:absolute;top:0;left:0;z-index:8020}.fancybox-skin{position:relative;background:#f9f9f9;color:#444;text-shadow:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.fancybox-opened{z-index:8030}.fancybox-opened .fancybox-skin{-webkit-box-shadow:0 10px 25px rgba(0,0,0,0.5);-moz-box-shadow:0 10px 25px rgba(0,0,0,0.5);box-shadow:0 10px 25px rgba(0,0,0,0.5)}.fancybox-outer,.fancybox-inner{position:relative}.fancybox-inner{overflow:hidden}.fancybox-type-iframe .fancybox-inner{-webkit-overflow-scrolling:touch}.fancybox-error{color:#444;font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;margin:0;padding:15px;white-space:nowrap}.fancybox-image,.fancybox-iframe{display:block;width:100%;height:100%}.fancybox-image{max-width:100%;max-height:100%}#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span{background-image:url('/img/fancybox/fancybox_sprite-17df19f9.png?1370850275')}#fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-22px;margin-left:-22px;background-position:0 -108px;opacity:.8;cursor:pointer;z-index:8060}#fancybox-loading div{width:44px;height:44px;background:url('/img/fancybox/fancybox_loading-2f213014.gif?1370850275') center center no-repeat}.fancybox-close{position:absolute;top:-18px;right:-18px;width:36px;height:36px;cursor:pointer;z-index:8040}.fancybox-nav{position:absolute;top:0;width:40%;height:100%;cursor:pointer;text-decoration:none;background:transparent url('/img/fancybox/blank-2daeaa8b.gif?1370850275');-webkit-tap-highlight-color:rgba(0,0,0,0);z-index:8040}.fancybox-prev{left:0}.fancybox-next{right:0}.fancybox-nav span{position:absolute;top:50%;width:36px;height:34px;margin-top:-18px;cursor:pointer;z-index:8040;visibility:hidden}.fancybox-prev span{left:10px;background-position:0 -36px}.fancybox-next span{right:10px;background-position:0 -72px}.fancybox-nav:hover span{visibility:visible}.fancybox-tmp{position:absolute;top:-99999px;left:-99999px;visibility:hidden;max-width:99999px;max-height:99999px;overflow:visible !important}.fancybox-lock{overflow:hidden}.fancybox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;z-index:8010;background:url('/img/fancybox/fancybox_overlay-ef40483f.png?1370850275')}.fancybox-overlay-fixed{position:fixed;bottom:0;right:0}.fancybox-lock .fancybox-overlay{overflow:auto;overflow-y:scroll}.fancybox-title{visibility:hidden;font:400 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;position:relative;text-shadow:none;z-index:8050}.fancybox-opened .fancybox-title{visibility:visible}.fancybox-title-float-wrap{position:absolute;bottom:0;right:50%;margin-bottom:-35px;z-index:8050;text-align:center}.fancybox-title-float-wrap .child{display:inline-block;margin-right:-100%;padding:2px 20px;background:transparent;background:rgba(0,0,0,0.8);-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;text-shadow:0 1px 2px #222;color:#FFF;font-weight:700;line-height:24px;white-space:nowrap}.fancybox-title-outside-wrap{position:relative;margin-top:10px;color:#fff}.fancybox-title-inside-wrap{padding-top:10px}.fancybox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;padding:10px;background:#000;background:rgba(0,0,0,0.8)}#fancybox-buttons{position:fixed;left:0;width:100%;z-index:8050}#fancybox-buttons.top{top:10px}#fancybox-buttons.bottom{bottom:10px}#fancybox-buttons ul{display:block;width:166px;height:30px;margin:0 auto;padding:0;list-style:none;border:1px solid #111;border-radius:3px;-webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.05);-moz-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.05);box-shadow:inset 0 0 0 1px rgba(255,255,255,0.05);background:#323232;background:-moz-linear-gradient(top,#444444 0,#343434 50%,#292929 50%,#333333 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#444444),color-stop(50%,#343434),color-stop(50%,#292929),color-stop(100%,#333333));background:-webkit-linear-gradient(top,#444444 0,#343434 50%,#292929 50%,#333333 100%);background:-o-linear-gradient(top,#444444 0,#343434 50%,#292929 50%,#333333 100%);background:-ms-linear-gradient(top,#444444 0,#343434 50%,#292929 50%,#333333 100%);background:linear-gradient(top,#444444 0,#343434 50%,#292929 50%,#333333 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444',endColorstr='#222222',GradientType=0 )}#fancybox-buttons ul li{float:left;margin:0;padding:0}#fancybox-buttons a{display:block;width:30px;height:30px;text-indent:-9999px;background-image:url('/img/fancybox/fancybox_buttons-e385b139.png?1370850275');background-repeat:no-repeat;outline:none;opacity:.8}#fancybox-buttons a:hover{opacity:1}#fancybox-buttons a.btnPrev{background-position:5px 0}#fancybox-buttons a.btnNext{background-position:-33px 0;border-right:1px solid #3e3e3e}#fancybox-buttons a.btnPlay{background-position:0 -30px}#fancybox-buttons a.btnPlayOn{background-position:-30px -30px}#fancybox-buttons a.btnToggle{background-position:3px -60px;border-left:1px solid #111;border-right:1px solid #3e3e3e;width:35px}#fancybox-buttons a.btnToggleOn{background-position:-27px -60px}#fancybox-buttons a.btnClose{border-left:1px solid #111;width:35px;background-position:-56px 0}#fancybox-buttons a.btnDisabled{opacity:.4;cursor:default}.btn{display:inline-block;*display:inline;*zoom:1;padding:4px 14px;margin-bottom:0;font-size:14px;line-height:20px;*line-height:20px;text-align:center;vertical-align:middle;cursor:pointer;color:#333333;text-shadow:0 1px 1px rgba(255,255,255,0.75);background-color:whitesmoke;background-image:-moz-linear-gradient(top,white,#e6e6e6);background-image:-webkit-gradient(linear,0 0,0 100%,from(white),to(#e6e6e6));background-image:-webkit-linear-gradient(top,white,#e6e6e6);background-image:-o-linear-gradient(top,white,#e6e6e6);background-image:linear-gradient(to bottom,#ffffff,#e6e6e6);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFE6E6E6',GradientType=0);border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) fadein(rgba(0,0,0,0.1),15%);*background-color:#e6e6e6;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);border:1px solid #bbbbbb;*border:0;border-bottom-color:#a2a2a2;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;*margin-left:.3em;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)}.btn:hover,.btn:active,.btn.active,.btn.disabled,.btn[disabled]{color:#333333;background-color:#e6e6e6;*background-color:#d9d9d9}.btn:active,.btn.active{background-color:#cccccc \9}.btn:first-child{*margin-left:0}.btn:hover{color:#333333;text-decoration:none;background-color:#e6e6e6;*background-color:#d9d9d9;background-position:0 -15px;-webkit-transition:background-position .1s linear;-moz-transition:background-position .1s linear;-o-transition:background-position .1s linear;transition:background-position .1s linear}.btn:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.active,.btn:active{background-color:#e6e6e6;background-color:#d9d9d9 \9;background-image:none;outline:0;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05)}.btn.disabled,.btn[disabled]{cursor:default;background-color:#e6e6e6;background-image:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.btn-large{padding:9px 14px;font-size:16px;line-height:normal;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.btn-large [class^="icon-"]{margin-top:2px}.btn-small{padding:3px 9px;font-size:12px;line-height:18px}.btn-small [class^="icon-"]{margin-top:0}.btn-mini{padding:2px 6px;font-size:11px;line-height:17px}.btn-block{display:block;width:100%;padding-left:0;padding-right:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.btn-block + .btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.btn-primary.active,.btn-warning.active,.btn-danger.active,.btn-success.active,.btn-info.active,.btn-inverse.active{color:rgba(255,255,255,0.75)}.btn{border-color:#c5c5c5;border-color:rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25)}.btn-primary{color:white;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#f37550;background-image:-moz-linear-gradient(top,#f36050,#f39650);background-image:-webkit-gradient(linear,0 0,0 100%,from(#f36050),to(#f39650));background-image:-webkit-linear-gradient(top,#f36050,#f39650);background-image:-o-linear-gradient(top,#f36050,#f39650);background-image:linear-gradient(to bottom,#f36050,#f39650);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF36050',endColorstr='#FFF39650',GradientType=0);border-color:#f39650 #f39650 #e76d10;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) fadein(rgba(0,0,0,0.1),15%);*background-color:#f39650;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.btn-primary:hover,.btn-primary:active,.btn-primary.active,.btn-primary.disabled,.btn-primary[disabled]{color:white;background-color:#f39650;*background-color:#f18838}.btn-primary:active,.btn-primary.active{background-color:#f07a20 \9}.btn-warning{color:white;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#f9a732;background-image:-moz-linear-gradient(top,#fbb450,#f89406);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));background-image:-webkit-linear-gradient(top,#fbb450,#f89406);background-image:-o-linear-gradient(top,#fbb450,#f89406);background-image:linear-gradient(to bottom,#fbb450,#f89406);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFBB450',endColorstr='#FFF89406',GradientType=0);border-color:#f89406 #f89406 #ad6704;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) fadein(rgba(0,0,0,0.1),15%);*background-color:#f89406;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.btn-warning:hover,.btn-warning:active,.btn-warning.active,.btn-warning.disabled,.btn-warning[disabled]{color:white;background-color:#f89406;*background-color:#df8505}.btn-warning:active,.btn-warning.active{background-color:#c67605 \9}.btn-danger{color:white;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#da4e49;background-image:-moz-linear-gradient(top,#ee5f5b,#bd362f);background-image:-webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));background-image:-webkit-linear-gradient(top,#ee5f5b,#bd362f);background-image:-o-linear-gradient(top,#ee5f5b,#bd362f);background-image:linear-gradient(to bottom,#ee5f5b,#bd362f);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEE5F5B',endColorstr='#FFBD362F',GradientType=0);border-color:#bd362f #bd362f #802420;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) fadein(rgba(0,0,0,0.1),15%);*background-color:#bd362f;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.btn-danger:hover,.btn-danger:active,.btn-danger.active,.btn-danger.disabled,.btn-danger[disabled]{color:white;background-color:#bd362f;*background-color:#a9302a}.btn-danger:active,.btn-danger.active{background-color:#942a25 \9}.btn-success{color:white;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#5bb65b;background-image:-moz-linear-gradient(top,#62c462,#51a351);background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));background-image:-webkit-linear-gradient(top,#62c462,#51a351);background-image:-o-linear-gradient(top,#62c462,#51a351);background-image:linear-gradient(to bottom,#62c462,#51a351);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62C462',endColorstr='#FF51A351',GradientType=0);border-color:#51a351 #51a351 #387038;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) fadein(rgba(0,0,0,0.1),15%);*background-color:#51a351;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.btn-success:hover,.btn-success:active,.btn-success.active,.btn-success.disabled,.btn-success[disabled]{color:white;background-color:#51a351;*background-color:#499249}.btn-success:active,.btn-success.active{background-color:#408140 \9}.btn-info{color:white;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#49afcd;background-image:-moz-linear-gradient(top,#5bc0de,#2f96b4);background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));background-image:-webkit-linear-gradient(top,#5bc0de,#2f96b4);background-image:-o-linear-gradient(top,#5bc0de,#2f96b4);background-image:linear-gradient(to bottom,#5bc0de,#2f96b4);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE',endColorstr='#FF2F96B4',GradientType=0);border-color:#2f96b4 #2f96b4 #1f6377;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) fadein(rgba(0,0,0,0.1),15%);*background-color:#2f96b4;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.btn-info:hover,.btn-info:active,.btn-info.active,.btn-info.disabled,.btn-info[disabled]{color:white;background-color:#2f96b4;*background-color:#2a85a0}.btn-info:active,.btn-info.active{background-color:#24748c \9}.btn-inverse{color:white;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#363636;background-image:-moz-linear-gradient(top,#444444,#222222);background-image:-webkit-gradient(linear,0 0,0 100%,from(#444444),to(#222222));background-image:-webkit-linear-gradient(top,#444444,#222222);background-image:-o-linear-gradient(top,#444444,#222222);background-image:linear-gradient(to bottom,#444444,#222222);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF444444',endColorstr='#FF222222',GradientType=0);border-color:#222222 #222222 black;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) fadein(rgba(0,0,0,0.1),15%);*background-color:#222222;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.btn-inverse:hover,.btn-inverse:active,.btn-inverse.active,.btn-inverse.disabled,.btn-inverse[disabled]{color:white;background-color:#222222;*background-color:#151515}.btn-inverse:active,.btn-inverse.active{background-color:#090909 \9}button.btn,input[type="submit"].btn{*padding-top:3px;*padding-bottom:3px}button.btn::-moz-focus-inner,input[type="submit"].btn::-moz-focus-inner{padding:0;border:0}button.btn.btn-large,input[type="submit"].btn.btn-large{*padding-top:7px;*padding-bottom:7px}button.btn.btn-small,input[type="submit"].btn.btn-small{*padding-top:3px;*padding-bottom:3px}button.btn.btn-mini,input[type="submit"].btn.btn-mini{*padding-top:1px;*padding-bottom:1px}.btn-link,.btn-link:active,.btn-link[disabled]{background-color:transparent;background-image:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.btn-link{border-color:transparent;cursor:pointer;color:#f36050;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.btn-link:hover{color:#e72510;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover{color:#333333;text-decoration:none}.label,.badge{display:inline-block;padding:2px 4px;font-size:11.844px;font-weight:700;line-height:14px;color:#ffffff;vertical-align:baseline;white-space:nowrap;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#999999}.label{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.badge{padding-left:9px;padding-right:9px;-webkit-border-radius:9px;-moz-border-radius:9px;border-radius:9px}a.label:hover,a.badge:hover{color:#ffffff;text-decoration:none;cursor:pointer}.label-important,.badge-important{background-color:#b94a48}.label-important[href],.badge-important[href]{background-color:#953b39}.label-warning,.badge-warning{background-color:#f89406}.label-warning[href],.badge-warning[href]{background-color:#c67605}.label-success,.badge-success{background-color:#468847}.label-success[href],.badge-success[href]{background-color:#356635}.label-info,.badge-info{background-color:#3a87ad}.label-info[href],.badge-info[href]{background-color:#2d6987}.label-inverse,.badge-inverse{background-color:#333333}.label-inverse[href],.badge-inverse[href]{background-color:#1a1a1a}.btn .label,.btn .badge{position:relative;top:-1px}.btn-mini .label,.btn-mini .badge{top:0}body{font-family:Helvetica,Arial;color:#555;background-color:#F9FAF7;font-size:.96em}h1,h2,h3,h4{font-family:'museo_sans_rounded_300regular';text-transform:uppercase}a{color:#f36050;text-decoration:none}img{width:auto 9;height:auto;max-width:100%;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic}.affix{position:fixed;top:10px}.container{margin:0 auto}@media only screen and (min-width:980px){.container{width:980px}}input[type=text]{font-size:13px;color:#8e8d8d;padding:11px 15px 10px 6px;background-color:#fdfdfd;margin:0;line-height:20px;box-shadow:inset 2px 2px 4px #f1f1f1;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;height:20px;border:1px solid #cccccc;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border linear .2s,box-shadow linear .2s;-moz-transition:border linear .2s,box-shadow linear .2s;-o-transition:border linear .2s,box-shadow linear .2s;transition:border linear .2s,box-shadow linear .2s}.modal{max-width:500px}.modal h2{margin:0;border-bottom:1px solid #CCC}#sign-in{display:none}#sign-in .btn{margin-left:20px}#sign-in .waDomainLogins{margin-bottom:18px}#sign-in .waDomainLogins span{color:#f36050;display:block;padding:2px 0 2px 15px;font-size:14px;cursor:pointer}#sign-in .waDomainLogins span:hover{color:#e72510}@media only screen and (max-width:980px){#blog-ribbon{display:none}}#blog-ribbon a{background:url('/img/blog-ribbon-7158a39e.png?1370850275') no-repeat scroll top left;text-indent:-9999px;display:block;width:51px;height:106px;position:absolute;top:94px;z-index:99}#old-browser{display:none}#old-browser-inner{text-align:center;padding:30px 0}#old-browser-inner h1{width:500px;font-size:26px;margin:28px auto 20px}#old-browser-inner p{width:400px;margin:0 auto}aside ul#submenu{list-style:none;padding:0;border-right:1px solid #ddd;width:230px}@media only screen and (max-width:980px){aside ul#submenu{width:165px}}aside ul#submenu li{margin:4px 0 4px 6px}aside ul#submenu li a{display:block;padding:8px 16px 8px 14px;text-transform:uppercase;font-size:14px;text-align:right;font-family:gotham_mediumregular}aside ul#submenu li.active a{background-color:#F9FAF7;border:1px solid #ddd;-webkit-border-radius:8px 0 0 8px;-moz-border-radius:8px 0 0 8px;border-radius:8px 0 0 8px;border-color:#ddd transparent #ddd #ddd;left:1px;position:relative}nav.main{background-color:#f8f7ef;text-transform:uppercase;font:14px 'museo_sans_rounded_300regular';position:relative;height:90px;-webkit-box-shadow:0 0 6px #888888;-moz-box-shadow:0 0 6px #888888;box-shadow:0 0 6px #888888}@media only screen and (min-width:767px){nav.main{height:68px}}@media only screen and (min-width:980px){nav.main{height:100px}}nav.main ul{position:relative;z-index:9;margin:0 auto;padding:0}@media only screen and (min-width:767px){nav.main ul > li{float:left}}nav.main ul > li a{display:block}nav.main ul > li:first-child{margin:8px auto;text-align:center}@media only screen and (min-width:767px){nav.main ul > li:first-child{margin:25px 0 0 10px !important}}@media only screen and (min-width:980px){nav.main ul > li:first-child{margin:34px 0 0 0 !important}}@media only screen and (min-width:767px){nav.main ul > li:last-child{float:right}}nav.main ul > li ul{display:table;border-top:1px solid #ccc}@media only screen and (min-width:767px){nav.main ul > li ul{border:none}}nav.main ul > li ul li{float:left;margin:19px 0 0 0 !important;height:35px}@media only screen and (min-width:767px){nav.main ul > li ul li{margin-top:25px !important;height:47px}}@media only screen and (min-width:980px){nav.main ul > li ul li{margin-top:38px !important;height:66px}}@media only screen and (min-width:980px){nav.main ul > li ul li:first-child{margin-top:38px !important}}@media only screen and (max-width:980px){nav.main ul > li ul li:nth-child(4){display:none}}@media only screen and (max-width:320px){nav.main ul > li ul li:nth-child(5) a:first-child{display:none}}nav.main ul > li ul li a{color:#3e3e3e;padding:0 10px}@media only screen and (min-width:480px){nav.main ul > li ul li a{padding:0 10px}}@media only screen and (min-width:767px){nav.main ul > li ul li a{padding:0 12px}}@media only screen and (min-width:980px){nav.main ul > li ul li a{font-size:16px}}nav.main ul > li ul li.active a{color:#f36050}nav.main ul > li ul li:last-child{height:100px;text-align:center}nav.main ul > li ul li:last-child a{color:#f36050}nav.main ul > li ul li:last-child #cws-sign-up{display:none;font:12px 'museo_sans_rounded_300regular';margin:0;padding:0 0 22px;text-align:center}@media only screen and (min-width:767px){nav.main ul > li ul li:last-child{margin:0 0 0 10px !important;background-color:#f36050;height:68px}nav.main ul > li ul li:last-child a{color:#FFF;padding:24px 12px 28px;font-family:'gotham_mediumregular'}nav.main ul > li ul li:last-child a:hover{color:#000}}@media only screen and (min-width:980px){nav.main ul > li ul li:last-child{margin:0 0 0 20px !important;height:100px}nav.main ul > li ul li:last-child a{background-color:#f36050;padding:33px 18px 4px;font-size:23px}}nav.main .active{background:#f8f7ef url('/img/products/nav-pointer-6ba79b2f.gif?1370850275') no-repeat center 16px}@media only screen and (min-width:767px){nav.main .active{background-position:center 28px}}@media only screen and (min-width:980px){nav.main .active{background-position:center 47px}}body.home nav.main{-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}body.home nav.main .active{background-image:url('/img/home/nav-pointer-0caff26f.gif?1370850275')}nav.sub{background-color:#EFEDE7;padding:12px 0 10px;box-shadow:0 0 6px #888;font-family:'museo_sans_rounded_300regular'}nav.sub ul,nav.sub li{list-style:none;margin:0;padding:0}nav.sub .container{display:table}nav.sub ul{text-align:center;margin:0 auto}nav.sub ul li{display:inline;margin:0 12px}@media only screen and (min-width:320px){nav.sub ul li{margin:0 6px}}@media only screen and (min-width:767px){nav.sub ul li{margin:0 20px}}nav.sub ul li.active{font-family:museo_sans_rounded_700regular}nav.sub ul li.active a{color:#f36050}nav.sub ul li a{font-size:15px;color:#3e3e3e;text-transform:uppercase}.video-thumb{width:120px;height:68px;padding:3px;background-color:#FFF;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:1px solid rgba(0,0,0,0.2);-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);box-shadow:0 1px 3px rgba(0,0,0,0.1)}.video-thumb span:first-child{position:relative;width:120px;height:68px;display:block;overflow:hidden}.video-thumb span:first-child img{display:inline-block;vertical-align:middle;top:-11px;position:relative;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.video-thumb span:last-child{padding:0 4px;font-weight:700;font-size:11px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-color:#000;color:#fff !important;height:14px;line-height:14px;opacity:.75;filter:alpha(opacity=75);display:-moz-inline-stack;display:inline-block;vertical-align:top;zoom:1;float:right;margin-right:4px;position:relative;top:-17px}body.home{background:#f8f7ef url('/img/graphbg-2b03e80b.gif?1370850275') repeat}body.home .carousel{width:100%;position:relative}body.home .carousel .carousel-item{display:none}body.home .carousel .carousel-active{display:block}body.home .carousel .carousel-nav{height:13px}body.home .carousel .carousel-nav:nth-child(2){display:none}body.home .carousel .prev,body.home .carousel .next{display:none}body.home .carousel .carousel-pagination{margin:20px auto;width:100px}body.home .carousel .carousel-pagination li{float:left;margin:0 1px;list-style:none}body.home .carousel .carousel-pagination li a{display:block;width:12px;height:0;padding-top:13px;background-image:url('/img/home/slides/pagination-8abc339e.png?1370850275');background-position:0 0;float:left;overflow:hidden}body.home .carousel .carousel-pagination li a:hover{background-position:0 -26px}body.home .carousel .carousel-pagination li.carousel-active-page a{background-position:0 -13px}body.home .carousel-slide{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}body.home .carousel-slide .carousel-item{position:absolute;left:100%;top:0;width:100%;display:block;z-index:1;-webkit-transition:left .2s ease;-moz-transition:left .2s ease;-ms-transition:left .2s ease;-o-transition:left .2s ease;transition:left .2s ease}body.home .carousel-no-transition .carousel-item{-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none}body.home .carousel-slide .carousel-active{left:0;position:relative;z-index:2}body.home .carousel-slide .carousel-in{left:0}body.home .carousel-slide-reverse .carousel-out{left:100%}body.home .carousel-slide .carousel-out,body.home .carousel-slide-reverse .carousel-item,body.home .carousel-slide-reverse .carousel-in{left:-100%}body.home .carousel-slide-reverse .carousel-active{left:0}body.home .carousel-flip{position:relative;overflow:visible;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-perspective:800;-moz-perspective:800;-ms-perspective:800;-o-perspective:800;perspective:800}body.home .carousel-flip .carousel-item{position:absolute;top:0;width:100%;display:block;z-index:1;opacity:0;-webkit-transition:-webkit-transform .2s ease;-moz-transition:-moz-transform .2s ease;-ms-transition:-ms-transform .2s ease;-o-transition:-o-transform .2s ease;transition:transform .2s ease;-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-ms-transform:rotateY(180deg);-o-transform:rotateY(180deg);-transform:rotateY(180deg);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden}body.home .carousel-no-transition .carousel-item{-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none}body.home .carousel-flip .carousel-active{-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-ms-transform:rotateY(0deg);-o-transform:rotateY(0deg);-transform:rotateY(0deg);position:relative;z-index:2;opacity:1}body.home .carousel-flip .carousel-out,body.home .carousel-flip-reverse .carousel-item{-webkit-transform:rotateY(-180deg);-moz-transform:rotateY(-180deg);-ms-transform:rotateY(-180deg);-o-transform:rotateY(-180deg);-transform:rotateY(-180deg)}body.home .carousel-flip .carousel-in{-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-ms-transform:rotateY(0deg);-o-transform:rotateY(0deg);-transform:rotateY(0deg);opacity:1}body.home .carousel-flip .carousel-top{z-index:3;opacity:1}body.home .carousel-flip-reverse .carousel-out{-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-ms-transform:rotateY(180deg);-o-transform:rotateY(180deg);-transform:rotateY(180deg)}body.home .carousel-flip-reverse .carousel-in{-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-ms-transform:rotateY(0deg);-o-transform:rotateY(0deg);-transform:rotateY(0deg)}body.home header{background:#666666 url('/img/bgcloth-66b6fbca.png?1370850275') repeat;padding:10px 0 20px}@media only screen and (min-width:767px){body.home header{padding:50px 0}}body.home header section{height:485px}@media only screen and (min-width:480px){body.home header section{height:640px}}@media only screen and (min-width:767px){body.home header section{height:314px}}@media only screen and (min-width:980px){body.home header section{height:430px}}body.home header section > div{text-align:center}@media only screen and (min-width:767px){body.home header section > div{float:left}}body.home header section > div p{color:#F8F7EF;text-align:center;text-transform:uppercase;line-height:1.7em;font-family:'gotham_thinregular';font-size:14px}@media only screen and (min-width:980px){body.home header section > div p{font-size:18px}}body.home header section > div:first-child > div:nth-child(3){display:none}@media only screen and (min-width:767px){body.home header section > div:first-child > div:nth-child(3){display:block}}body.home header section > div:first-child div:first-child p{display:block;margin:0;line-height:1.05em;font-family:'gotham_mediumregular';font-size:38px}@media only screen and (min-width:480px){body.home header section > div:first-child div:first-child p{font-size:52px}}@media only screen and (min-width:980px){body.home header section > div:first-child div:first-child p{font-size:64px}}body.home header section > div:last-child{margin:20px 0 0 0}@media only screen and (min-width:980px){body.home header section > div:last-child{margin:0}}@media only screen and (min-width:767px){body.home header section > div:last-child{width:44%}}body.home header section > div:last-child img{max-width:78%}@media only screen and (min-width:480px){body.home header section > div:last-child img{max-width:70%}}@media only screen and (min-width:767px){body.home header section > div:last-child img{max-width:80%}}@media only screen and (min-width:980px){body.home header section > div:last-child img{max-width:100%}}@media only screen and (min-width:767px){body.home section#slide1 > div:first-child{width:56%}}@media only screen and (min-width:980px){body.home section#slide1 > div:first-child{margin-top:50px;width:52%;padding-right:38px}}body.home section#slide1 > div:first-child div:nth-child(2) p{width:320px;text-align:center;margin:20px auto}@media only screen and (min-width:480px){body.home section#slide1 > div:first-child div:nth-child(2) p{font-size:16px;margin:14px auto}}@media only screen and (min-width:980px){body.home section#slide1 > div:first-child div:nth-child(2) p{width:450px;margin:25px auto}}body.home section#slide1 > div:first-child div:first-child img{margin:0 auto}body.home section#slide1 > div:first-child div:first-child p:first-child{margin-bottom:3px;font-size:24px}@media only screen and (min-width:480px){body.home section#slide1 > div:first-child div:first-child p:first-child{font-size:34px}}@media only screen and (min-width:980px){body.home section#slide1 > div:first-child div:first-child p:first-child{font-size:54px}}body.home section#slide1 > div:first-child div:first-child p:nth-child(3){font-size:40px}@media only screen and (min-width:480px){body.home section#slide1 > div:first-child div:first-child p:nth-child(3){font-size:54px}}@media only screen and (min-width:980px){body.home section#slide1 > div:first-child div:first-child p:nth-child(3){font-size:66px}}body.home section#slide1 > div:first-child div:first-child p:last-child{font-size:24px}@media only screen and (min-width:480px){body.home section#slide1 > div:first-child div:first-child p:last-child{font-size:30px}}@media only screen and (min-width:980px){body.home section#slide1 > div:first-child div:first-child p:last-child{font-size:40px}}@media only screen and (min-width:767px){body.home section#slide2 > div:first-child{width:56%}}@media only screen and (min-width:980px){body.home section#slide2 > div:first-child{margin-top:25px;width:52%;padding-right:38px}}body.home section#slide2 > div:first-child div:nth-child(2) p{width:320px;text-align:center;margin:20px auto}@media only screen and (min-width:480px){body.home section#slide2 > div:first-child div:nth-child(2) p{font-size:16px;margin:14px auto}}@media only screen and (min-width:980px){body.home section#slide2 > div:first-child div:nth-child(2) p{width:450px;margin:25px auto}}body.home section#slide2 > div:first-child div:first-child img{margin:0 auto}body.home section#slide2 > div:first-child div:first-child p:first-child{font-size:24px}@media only screen and (min-width:480px){body.home section#slide2 > div:first-child div:first-child p:first-child{font-size:34px}}@media only screen and (min-width:980px){body.home section#slide2 > div:first-child div:first-child p:first-child{font-size:44px}}body.home section#slide2 > div:first-child div:first-child p:nth-child(2){line-height:.8em;font-size:94px}@media only screen and (min-width:480px){body.home section#slide2 > div:first-child div:first-child p:nth-child(2){font-size:132px}}@media only screen and (min-width:980px){body.home section#slide2 > div:first-child div:first-child p:nth-child(2){font-size:166px}}body.home section#slide2 > div:first-child div:first-child p:last-child{font-size:26px;margin-top:5px}@media only screen and (min-width:480px){body.home section#slide2 > div:first-child div:first-child p:last-child{font-size:38px}}@media only screen and (min-width:980px){body.home section#slide2 > div:first-child div:first-child p:last-child{font-size:46px}}@media only screen and (min-width:767px){body.home section#slide3 > div:first-child{width:52%}}@media only screen and (min-width:980px){body.home section#slide3 > div:first-child{margin:25px 0;width:52%;padding-right:38px}}body.home section#slide3 > div:first-child div:nth-child(2) p{width:320px;text-align:center;margin:20px auto}@media only screen and (min-width:480px){body.home section#slide3 > div:first-child div:nth-child(2) p{font-size:16px;margin:14px auto}}@media only screen and (min-width:980px){body.home section#slide3 > div:first-child div:nth-child(2) p{width:450px;margin:25px auto}}body.home section#slide3 > div:first-child div:first-child img{margin:0 auto}body.home section#slide3 > div:first-child div:first-child p:first-child{font-size:22px}@media only screen and (min-width:480px){body.home section#slide3 > div:first-child div:first-child p:first-child{font-size:34px}}@media only screen and (min-width:980px){body.home section#slide3 > div:first-child div:first-child p:first-child{font-size:44px}}body.home section#slide3 > div:first-child div:first-child p:nth-child(2){font-size:44px}@media only screen and (min-width:480px){body.home section#slide3 > div:first-child div:first-child p:nth-child(2){font-size:64px}}@media only screen and (min-width:767px){body.home section#slide3 > div:first-child div:first-child p:nth-child(2){font-size:54px}}@media only screen and (min-width:980px){body.home section#slide3 > div:first-child div:first-child p:nth-child(2){font-size:72px}}body.home section#slide3 > div:first-child div:first-child p:nth-child(3){font-size:22px}@media only screen and (min-width:480px){body.home section#slide3 > div:first-child div:first-child p:nth-child(3){font-size:34px}}@media only screen and (min-width:980px){body.home section#slide3 > div:first-child div:first-child p:nth-child(3){font-size:44px}}body.home section#slide3 > div:first-child div:first-child p:last-child{font-size:42px}@media only screen and (min-width:480px){body.home section#slide3 > div:first-child div:first-child p:last-child{font-size:62px}}@media only screen and (min-width:767px){body.home section#slide3 > div:first-child div:first-child p:last-child{font-size:50px}}@media only screen and (min-width:980px){body.home section#slide3 > div:first-child div:first-child p:last-child{font-size:68px}}body.home section#slide3 > div:last-child img{max-width:90%}@media only screen and (min-width:480px){body.home section#slide3 > div:last-child img{max-width:80%}}@media only screen and (min-width:767px){body.home section#slide3 > div:last-child img{max-width:100%}}@media only screen and (min-width:767px){body.home section#slide3 > div:last-child{width:366px;margin:0}}@media only screen and (min-width:980px){body.home section#slide3 > div:last-child{width:430px}}body.home section#content{padding:0 25px;font-family:'museo_sans_rounded_300regular'}body.home section#content .feature{font-size:16px;line-height:1.5em;margin:5px 0 20px}@media only screen and (min-width:767px){body.home section#content .feature{margin:50px 0 60px}}@media only screen and (min-width:980px){body.home section#content .feature{font-size:18px;line-height:1.6em}}body.home section#content .feature h2{font:28px gotham_mediumregular;text-transform:uppercase;margin-bottom:10px}@media only screen and (min-width:980px){body.home section#content .feature h2{font-size:42px;margin-bottom:20px}}body.home section#content .feature p{margin:0}@media only screen and (min-width:767px){body.home section#content .feature div{float:left;width:50%}body.home section#content .feature div img{max-width:90%}}body.home section#content .feature:nth-child(1) div:first-child{display:none}@media only screen and (min-width:767px){body.home section#content .feature:nth-child(1) div:first-child{display:block}}body.home section#content .feature:nth-child(1) strong{line-height:1em;font-size:70px;color:#27b6da;display:block}@media only screen and (min-width:980px){body.home section#content .feature:nth-child(1) strong{font-size:120px}}body.home section#content .feature:nth-child(2) div:last-child{display:none}@media only screen and (min-width:767px){body.home section#content .feature:nth-child(2) div:last-child{display:block;text-align:right;margin-top:20px}}body.home section#content .feature:nth-child(3) div:first-child{display:none}@media only screen and (min-width:767px){body.home section#content .feature:nth-child(3) div:first-child{display:block}body.home section#content .feature:nth-child(3) div:first-child img{max-width:85%}}body.home section#content .feature:nth-child(3) div:last-child{margin-top:20px}body.home section#content .feature:nth-child(4) div:last-child{display:none}@media only screen and (min-width:767px){body.home section#content .feature:nth-child(4) div:last-child{display:block;text-align:right}body.home section#content .feature:nth-child(4) div:last-child img{max-width:80%}}body.home section#content .feature:nth-child(5) div:first-child{float:left}@media only screen and (min-width:767px){body.home section#content .feature:nth-child(5) div:first-child{float:right;width:45%}}body.home section#content .feature:nth-child(5) div:last-child{float:left;margin-top:40px}body.home section#content .feature:nth-child(5) div:last-child article{display:table;border:1px solid #CCC;border-radius:6px;padding:10px;font-size:14px}@media only screen and (min-width:767px){body.home section#content .feature:nth-child(5) div:last-child article{margin-right:60px;padding:30px}}body.home section#content .feature:nth-child(5) div:last-child article h2{font-size:18px;margin:0 0 16px;color:#666}body.home section#content .feature:nth-child(5) div:last-child article h3{margin:10px 0 12px;line-height:1.2em;font-size:18px}@media only screen and (min-width:980px){body.home section#content .feature:nth-child(5) div:last-child article h3{font-size:22px}}body.home section#content .feature:nth-child(5) div:last-child article p{line-height:1.4em}body.home section#content .feature:nth-child(5) div:last-child article p a{font-size:13px}@media only screen and (min-width:767px){body.home section#content .feature:nth-child(5) div:last-child{margin-top:30px;float:right;width:55%}}@media only screen and (min-width:980px){body.home section#content .feature:nth-child(5) div:last-child{margin-top:40px}}@-webkit-keyframes cloudAnim{50%{-webkit-transform:translate(0,10px)}100%{-webkit-transform:translate(0,0)}}@-moz-keyframes cloudAnim{50%{-moz-transform:translate(0,10px)}100%{-moz-transform:translate(0,0)}}@-o-keyframes cloudAnim{50%{-o-transform:translate(0,10px)}100%{-o-transform:translate(0,0)}}@-ms-keyframes cloudAnim{50%{-ms-transform:translate(0,10px)}100%{-ms-transform:translate(0,0)}}@keyframes cloudAnim{50%{-webkit-transform:translate(0,10px)}100%{-webkit-transform:translate(0,0)}}body.products #overview-sections{background:#666666 url('/img/bgcloth-66b6fbca.png?1370850275') repeat;font-size:.8em}body.products #overview-sections .container > h1{color:#f8f7ef;font:26px gotham_thinregular;text-transform:uppercase;padding:28px 0 0;margin:0 auto;text-align:center}body.products #overview-sections ul{list-style:none;margin:0;padding:0;padding:20px 20px 10px}@media only screen and (min-width:767px){body.products #overview-sections ul{margin-left:32px}}@media only screen and (min-width:980px){body.products #overview-sections ul{margin-left:0;padding:30px 10px 20px}}body.products #overview-sections ul > li a{display:block;padding-left:78px;height:84px;width:200px}@media only screen and (min-width:480px){body.products #overview-sections ul > li a{width:140px;float:left}}@media only screen and (min-width:767px){body.products #overview-sections ul > li a{width:270px}}@media only screen and (min-width:980px){body.products #overview-sections ul > li a{width:145px;margin-right:20px}}body.products #overview-sections ul > li h3{font-size:18px;padding:4px 0 0 0;margin:0}body.products #overview-sections ul > li p{margin:4px 0 0 0;color:#AAA}body.products #overview-sections ul > li:nth-child(1) a{background:transparent url('/img/products/ui-builder-c0be35df.gif?1370850275') no-repeat}body.products #overview-sections ul > li:nth-child(2) a{background:transparent url('/img/products/code-editor-79b66eb4.gif?1370850275') no-repeat}body.products #overview-sections ul > li:nth-child(3) a{background:transparent url('/img/products/deployment-b683d15b.gif?1370850275') no-repeat}body.products #overview-sections ul > li:last-child a{background:transparent url('/img/products/extras-c4b6fa5d.gif?1370850275') no-repeat}@media only screen and (min-width:980px){body.products #overview-sections ul > li:last-child a{margin-right:0}}body.products .back-top,body.services .back-top,body.mobile-build .back-top{float:right;position:relative;top:12px;font-size:12px;color:#888}@media only screen and (min-width:767px){body.products .back-top,body.services .back-top,body.mobile-build .back-top{top:21px}}body.products .overview-section .container,body.services .overview-section .container,body.mobile-build .overview-section .container{padding:0 10px}body.products .overview-section .container img,body.services .overview-section .container img,body.mobile-build .overview-section .container img{display:none}@media only screen and (min-width:480px){body.products .overview-section .container img,body.services .overview-section .container img,body.mobile-build .overview-section .container img{display:block;max-width:36%}}@media only screen and (min-width:767px){body.products .overview-section .container img,body.services .overview-section .container img,body.mobile-build .overview-section .container img{max-width:32%}}body.products .overview-section .container article h3,body.services .overview-section .container article h3,body.mobile-build .overview-section .container article h3{color:#f36050;font:26px gotham_bookregular;margin:0 0 26px;text-shadow:1px 1px 3px #BBB;text-transform:uppercase;border-bottom:3px solid #CCC;padding-bottom:10px}@media only screen and (min-width:480px){body.products .overview-section .container article h3,body.services .overview-section .container article h3,body.mobile-build .overview-section .container article h3{margin:0}}@media only screen and (min-width:767px){body.products .overview-section .container article h3,body.services .overview-section .container article h3,body.mobile-build .overview-section .container article h3{font-size:32px}}@media only screen and (min-width:980px){body.products .overview-section .container article h3,body.services .overview-section .container article h3,body.mobile-build .overview-section .container article h3{font-size:36px;margin:0 0 26px}}body.products .overview-section .container article ul,body.services .overview-section .container article ul,body.mobile-build .overview-section .container article ul{list-style:none;margin:0;padding:0}body.products .overview-section .container article ul li,body.services .overview-section .container article ul li,body.mobile-build .overview-section .container article ul li{float:left;width:250px}@media only screen and (min-width:480px){body.products .overview-section .container article ul li,body.services .overview-section .container article ul li,body.mobile-build .overview-section .container article ul li{width:210px}}@media only screen and (min-width:980px){body.products .overview-section .container article ul li,body.services .overview-section .container article ul li,body.mobile-build .overview-section .container article ul li{width:300px}}body.products .overview-section .container article ul li:nth-child(1),body.products .overview-section .container article ul li:nth-child(3),body.services .overview-section .container article ul li:nth-child(1),body.services .overview-section .container article ul li:nth-child(3),body.mobile-build .overview-section .container article ul li:nth-child(1),body.mobile-build .overview-section .container article ul li:nth-child(3){margin-right:40px}body.products .overview-section .container article ul li h4,body.services .overview-section .container article ul li h4,body.mobile-build .overview-section .container article ul li h4{font:16px gotham_mediumregular;margin-bottom:0}body.products .overview-section .container article ul li p,body.services .overview-section .container article ul li p,body.mobile-build .overview-section .container article ul li p{font-size:14px;margin:10px 0 0 0}body.products #overview-ui-builder,body.services #overview-ui-builder,body.mobile-build #overview-ui-builder{margin-top:30px}@media only screen and (min-width:480px){body.products #overview-ui-builder,body.services #overview-ui-builder,body.mobile-build #overview-ui-builder{margin:60px 0 70px}}@media only screen and (min-width:480px){body.products #overview-ui-builder .container article,body.services #overview-ui-builder .container article,body.mobile-build #overview-ui-builder .container article{margin-top:10px}}@media only screen and (min-width:480px){body.products #overview-ui-builder .container img,body.services #overview-ui-builder .container img,body.mobile-build #overview-ui-builder .container img{margin-right:20px}}body.products #overview-code-editor,body.services #overview-code-editor,body.mobile-build #overview-code-editor{margin:80px 0}@media only screen and (min-width:767px){body.products #overview-code-editor .container article ul,body.services #overview-code-editor .container article ul,body.mobile-build #overview-code-editor .container article ul{margin-right:240px}}body.products #overview-code-editor .container article ul li,body.services #overview-code-editor .container article ul li,body.mobile-build #overview-code-editor .container article ul li{width:235px}@media only screen and (min-width:480px){body.products #overview-code-editor .container article ul li,body.services #overview-code-editor .container article ul li,body.mobile-build #overview-code-editor .container article ul li{width:208px}}@media only screen and (min-width:980px){body.products #overview-code-editor .container article ul li,body.services #overview-code-editor .container article ul li,body.mobile-build #overview-code-editor .container article ul li{width:285px}}@media only screen and (min-width:480px){body.products #overview-code-editor .container img,body.services #overview-code-editor .container img,body.mobile-build #overview-code-editor .container img{margin:0 10px 0 40px}}body.products #overview-deployment,body.services #overview-deployment,body.mobile-build #overview-deployment{margin:80px 0}body.products #overview-deployment .container article ul li,body.services #overview-deployment .container article ul li,body.mobile-build #overview-deployment .container article ul li{width:230px}@media only screen and (min-width:480px){body.products #overview-deployment .container article ul li,body.services #overview-deployment .container article ul li,body.mobile-build #overview-deployment .container article ul li{width:210px}}@media only screen and (min-width:980px){body.products #overview-deployment .container article ul li,body.services #overview-deployment .container article ul li,body.mobile-build #overview-deployment .container article ul li{width:290px}}@media only screen and (min-width:480px){body.products #overview-deployment .container img,body.services #overview-deployment .container img,body.mobile-build #overview-deployment .container img{margin:0 40px 0 0}}body.products #overview-detail,body.services #overview-detail,body.mobile-build #overview-detail{margin:0 10px 60px}@media only screen and (min-width:480px){body.products #overview-detail,body.services #overview-detail,body.mobile-build #overview-detail{margin-bottom:60px}}body.products #overview-detail .container > h3,body.services #overview-detail .container > h3,body.mobile-build #overview-detail .container > h3{color:#f36050;margin:0 0 16px;font:26px gotham_bookregular;text-shadow:1px 1px 3px #BBB;text-transform:uppercase;border-bottom:3px solid #CCC;padding-bottom:10px}body.products #overview-detail .container > ul,body.services #overview-detail .container > ul,body.mobile-build #overview-detail .container > ul{list-style:none;margin:0;padding:0}body.products #overview-detail .container > ul > li,body.services #overview-detail .container > ul > li,body.mobile-build #overview-detail .container > ul > li{float:left;width:300px;padding:10px 0 0 0}@media only screen and (min-width:480px){body.products #overview-detail .container > ul > li,body.services #overview-detail .container > ul > li,body.mobile-build #overview-detail .container > ul > li{width:210px;padding:10px 40px 0 0}}@media only screen and (min-width:480px){body.products #overview-detail .container > ul > li:nth-child(1),body.products #overview-detail .container > ul > li:nth-child(2),body.services #overview-detail .container > ul > li:nth-child(1),body.services #overview-detail .container > ul > li:nth-child(2),body.mobile-build #overview-detail .container > ul > li:nth-child(1),body.mobile-build #overview-detail .container > ul > li:nth-child(2){padding-bottom:20px}}@media only screen and (min-width:480px){body.products #overview-detail .container > ul > li:nth-child(2),body.products #overview-detail .container > ul > li:nth-child(4),body.services #overview-detail .container > ul > li:nth-child(2),body.services #overview-detail .container > ul > li:nth-child(4),body.mobile-build #overview-detail .container > ul > li:nth-child(2),body.mobile-build #overview-detail .container > ul > li:nth-child(4){padding-right:0}}@media only screen and (min-width:980px){body.products #overview-detail .container > ul > li:nth-child(2),body.products #overview-detail .container > ul > li:nth-child(4),body.services #overview-detail .container > ul > li:nth-child(2),body.services #overview-detail .container > ul > li:nth-child(4),body.mobile-build #overview-detail .container > ul > li:nth-child(2),body.mobile-build #overview-detail .container > ul > li:nth-child(4){padding-right:40px}}body.products #overview-detail .container > ul > li:last-child,body.services #overview-detail .container > ul > li:last-child,body.mobile-build #overview-detail .container > ul > li:last-child{padding-right:0}@media only screen and (min-width:767px){body.products #overview-detail .container > ul > li,body.services #overview-detail .container > ul > li,body.mobile-build #overview-detail .container > ul > li{width:320px;padding:10px 40px 0 20px}}@media only screen and (min-width:980px){body.products #overview-detail .container > ul > li,body.services #overview-detail .container > ul > li,body.mobile-build #overview-detail .container > ul > li{width:212px;padding-left:0}}body.products #overview-detail .container > ul > li h3,body.services #overview-detail .container > ul > li h3,body.mobile-build #overview-detail .container > ul > li h3{color:#000;font:16px gotham_mediumregular;text-transform:uppercase;text-shadow:0 1px 0 #fff;margin:0;text-shadow:none}body.products #overview-detail .container > ul > li > ul,body.services #overview-detail .container > ul > li > ul,body.mobile-build #overview-detail .container > ul > li > ul{list-style-type:disc;font-size:14px;color:#505258;line-height:19px;list-style-type:none;padding:0;margin:0}body.products #overview-detail .container > ul > li > ul li,body.services #overview-detail .container > ul > li > ul li,body.mobile-build #overview-detail .container > ul > li > ul li{margin:0;padding:0;margin-bottom:10px;background:url('/img/details-bullet-82df4c4b.png?1370850275') no-repeat;background-position:0 7px;padding-left:10px}body.products #overview-detail .container > ul > li > ul li h4,body.services #overview-detail .container > ul > li > ul li h4,body.mobile-build #overview-detail .container > ul > li > ul li h4{font-size:14px;margin-bottom:0}body.products #overview-detail .container > ul > li > ul li p,body.services #overview-detail .container > ul > li > ul li p,body.mobile-build #overview-detail .container > ul > li > ul li p{margin:0;font-size:13px;color:#898c98}body.pricing{background:#f8f7ef url('/img/graphbg-2b03e80b.gif?1370850275') repeat}body.pricing #overview-sections{display:none}@media only screen and (min-width:767px){body.pricing #overview-sections{display:block}}body.pricing #pricing-section .container{background:transparent url('/img/products/track-mobile-b70e2a38.png?1370850275') no-repeat center 30px;font-size:.8em;height:984px}@media only screen and (min-width:767px){body.pricing #pricing-section .container{background-image:url('/img/products/track-9f404be3.png?1370850275');background-position:-52px 65px;height:770px;margin-top:0}}@media only screen and (min-width:980px){body.pricing #pricing-section .container{background-position:left 65px;background-size:inherit}}body.pricing #pricing-section article{font-size:16px;text-align:center;padding:0 20px}@media only screen and (min-width:480px){body.pricing #pricing-section article{padding:0 30px;font-size:18px}}@media only screen and (min-width:767px){body.pricing #pricing-section article{text-align:left;font-size:16px;padding:0 20px 0 346px}}@media only screen and (min-width:980px){body.pricing #pricing-section article{padding:0 20px 0 440px}}body.pricing #pricing-section article h3{font:32px gotham_bookregular;text-transform:uppercase;margin:0;display:none}@media only screen and (min-width:767px){body.pricing #pricing-section article h3{display:block}}body.pricing #pricing-section article p{margin-top:0}body.pricing #pricing-section article a{font-family:gotham_mediumregular;text-transform:uppercase}body.pricing #pricing-section article:nth-child(1){padding-top:122px}@media only screen and (min-width:480px){body.pricing #pricing-section article:nth-child(1){padding-top:130px}}@media only screen and (min-width:767px){body.pricing #pricing-section article:nth-child(1){padding-top:60px}}body.pricing #pricing-section article:nth-child(2){padding-top:180px}@media only screen and (min-width:480px){body.pricing #pricing-section article:nth-child(2){padding-top:186px}}@media only screen and (min-width:767px){body.pricing #pricing-section article:nth-child(2){padding-top:58px}}@media only screen and (min-width:980px){body.pricing #pricing-section article:nth-child(2){padding-top:78px}}body.pricing #pricing-section article:nth-child(3){padding-top:148px}@media only screen and (min-width:480px){body.pricing #pricing-section article:nth-child(3){padding-top:172px}}@media only screen and (min-width:767px){body.pricing #pricing-section article:nth-child(3){padding-top:88px}}@media only screen and (min-width:980px){body.pricing #pricing-section article:nth-child(3){padding-top:110px}}body.testimonials #testimonials-section{margin:50px 0}@media only screen and (min-width:767px){body.testimonials #testimonials-section{margin:70px 0}}body.testimonials #testimonials-section h1{font:26px gotham_mediumregular;text-transform:uppercase;text-align:center}@media only screen and (min-width:767px){body.testimonials #testimonials-section h1{font-size:30px}}@media only screen and (min-width:980px){body.testimonials #testimonials-section h1{font-size:36px}}body.testimonials #testimonials-section h4{font:14px gotham_bookregular;text-align:center;line-height:1.4em;width:80%;margin:0 auto 80px}@media only screen and (min-width:767px){body.testimonials #testimonials-section h4{font-size:18px}}body.testimonials #testimonials-section .mb-wrap{position:relative;margin:0 10px}body.testimonials #testimonials-section .mb-wrap p{margin:0;padding:0}body.testimonials #testimonials-section .mb-wrap blockquote{margin:0;position:relative;background:#fff;padding:30px;border-radius:5px;box-shadow:inset 0 2px 0 #eeeeee,-5px -4px 25px rgba(0,0,0,0.3)}body.testimonials #testimonials-section .mb-wrap blockquote:after,body.testimonials #testimonials-section .mb-wrap blockquote:before{top:100%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}body.testimonials #testimonials-section .mb-wrap blockquote:before{border-top-color:rgba(0,0,0,0.01);border-width:11px;left:65%;margin-left:-11px}body.testimonials #testimonials-section .mb-wrap blockquote:after{border-top-color:#ffffff;border-width:10px;left:65%;margin-left:-10px}body.testimonials #testimonials-section .mb-wrap blockquote p{font-size:16px;line-height:1.4em;text-indent:100px;position:relative}body.testimonials #testimonials-section .mb-wrap blockquote p:before{content:'\201C';font-family:serif;font-style:normal;font-weight:700;position:absolute;font-size:175px;top:0;left:-105px;color:#f36050;text-shadow:7px 14px 10px rgba(0,0,0,0.1)}body.testimonials #testimonials-section .mb-wrap cite{font-style:normal}body.testimonials #testimonials-section .mb-wrap cite a{font-family:serif;font-weight:700;font-style:italic;color:#fff;text-shadow:0 1px 1px rgba(0,0,0,0.3)}body.testimonials #testimonials-section .mb-wrap cite a:hover{color:#bc93c8;text-shadow:0 1px 1px rgba(255,255,255,0.7)}body.testimonials #testimonials-section .mb-wrap .mb-attribution{text-align:right;padding:20px 100px 20px 20px;position:relative}body.testimonials #testimonials-section .mb-wrap .mb-attribution .mb-author{font-size:14px;color:#777;text-shadow:0 1px 1px rgba(255,255,255,0.7)}body.testimonials #testimonials-section .mb-wrap .mb-attribution cite{font-weight:700}body.testimonials #testimonials-section .mb-wrap .mb-thumb{display:block;width:70px;height:70px;border:5px solid #fff;border-radius:50%;background:white url('/img/logos/anon-a16f6905.jpg?1370850275') no-repeat center center;background-size:100%;position:absolute;right:10px;bottom:5px;box-shadow:inset 1px 1px 4px rgba(0,0,0,0.5),0 2px 3px rgba(0,0,0,0.6)}body.testimonials #testimonials-section .mb-wrap#testimonial-gjigan .mb-thumb{background-image:url('/img/logos/gjigan-707ab841.png?1370850275');background-position:center center;background-size:100%}body.testimonials #testimonials-section .mb-wrap#testimonial-hcri .mb-thumb{background-image:url('/img/logos/hcri-41eebdef.png?1370850275');background-position:center center;background-size:100%}body.testimonials #testimonials-section .mb-wrap#testimonial-coke .mb-thumb{background-image:url('/img/logos/coke-c0f74de0.png?1370850275');background-position:left center;background-size:200%}body.testimonials #testimonials-section .mb-wrap#testimonial-gift .mb-thumb{background-image:url('/img/logos/gift-38b576f6.png?1370850275');background-position:center center}body.testimonials #testimonials-section .mb-wrap#testimonial-i360 .mb-thumb{background-image:url('/img/logos/i360views-d417f07f.png?1370850275');background-position:center center;background-size:150%}body.testimonials #testimonials-section .mb-wrap#testimonial-ndtech .mb-thumb{background-image:url('/img/logos/ndtech-97094924.png?1370850275');background-position:center center;background-size:100%}body.testimonials #testimonials-section ul{list-style:none;margin:0;padding:0;margin:40px 0 30px}body.testimonials #testimonials-section ul li{margin-bottom:40px}body.testimonials #testimonials-section ul li:last-child{margin-bottom:0}@media only screen and (min-width:767px){body.testimonials #testimonials-section ul li{float:left;width:48%;margin-bottom:15px}}@media only screen and (min-width:980px){body.testimonials #testimonials-section ul li{width:46%}}body.testimonials #testimonials-section ul li h2{font:20px gotham_mediumregular;text-transform:uppercase;color:#f36050}body.testimonials #testimonials-section ul li p{color:#3e3e3e}@media only screen and (min-width:767px){body.testimonials #testimonials-section ul li:nth-child(odd){padding-right:10px}}@media only screen and (min-width:980px){body.testimonials #testimonials-section ul li:nth-child(odd){padding-right:55px}}@media only screen and (min-width:767px){body.testimonials #testimonials-section ul li:nth-child(even){padding-left:10px}}@media only screen and (min-width:980px){body.testimonials #testimonials-section ul li:nth-child(even){padding-left:20px}}body.mobile-build header{background:#666666 url('/img/bgcloth-66b6fbca.png?1370850275') repeat;font-size:.8em;padding:20px 0}body.mobile-build header .container > .clearfix{margin:0 auto;display:table}@media only screen and (max-width:320px){body.mobile-build header .container > .clearfix img{display:none}}body.mobile-build header .container > .clearfix > div{float:left;margin-left:20px}@media only screen and (min-width:480px){body.mobile-build header .container > .clearfix > div{margin-left:10px}}body.mobile-build header .container > .clearfix > div h1{color:#f8f7ef;font:30px gotham_bookregular;text-transform:uppercase;padding:0;margin:0}@media only screen and (min-width:767px){body.mobile-build header .container > .clearfix > div h1{font-size:52px}}body.mobile-build header .container > .clearfix > div h2{color:#f8f7ef;margin:0;font-size:14px}@media only screen and (min-width:480px){body.mobile-build header .container > .clearfix > div h2{width:370px}}@media only screen and (min-width:767px){body.mobile-build header .container > .clearfix > div h2{font-size:18px;width:inherit}}body.mobile-build section#mb-overview > .container{margin:40px auto}@media only screen and (max-width:767px){body.mobile-build section#mb-overview > .container > div{padding:0 10px}}@media only screen and (min-width:767px){body.mobile-build section#mb-overview > .container > div{float:left;padding:0 10px}}@media only screen and (min-width:980px){body.mobile-build section#mb-overview > .container > div{padding:0}}@media only screen and (max-width:767px){body.mobile-build section#mb-overview > .container > div:first-child img{display:none}}@media only screen and (min-width:767px){body.mobile-build section#mb-overview > .container > div:first-child{width:260px}}@media only screen and (min-width:980px){body.mobile-build section#mb-overview > .container > div:first-child{width:460px}}@media only screen and (min-width:767px){body.mobile-build section#mb-overview > .container > div:last-child{width:460px}}@media only screen and (min-width:980px){body.mobile-build section#mb-overview > .container > div:last-child{width:520px}}body.mobile-build section#mb-overview > .container > div:last-child article{margin-bottom:80px}@media only screen and (max-width:480px){body.mobile-build section#mb-overview > .container > div:last-child article{margin-bottom:50px}}body.mobile-build section#mb-overview > .container > div:last-child article:last-child{margin-bottom:30px}body.mobile-build section#mb-overview > .container > div:last-child article h3{color:#f36050;font:22px gotham_bookregular;margin:0 0 26px;text-shadow:1px 1px 3px #BBB;text-transform:uppercase;border-bottom:3px solid #CCC;padding-bottom:10px}@media only screen and (min-width:480px){body.mobile-build section#mb-overview > .container > div:last-child article h3{margin:0}}@media only screen and (min-width:767px){body.mobile-build section#mb-overview > .container > div:last-child article h3{font-size:32px}}@media only screen and (min-width:980px){body.mobile-build section#mb-overview > .container > div:last-child article h3{margin:0 0 26px}}body.mobile-build section#mb-overview > .container > div:last-child article p{margin-bottom:5px}body.mobile-build section#mb-overview > .container > div:last-child article ul{list-style:none;margin:0;padding:0}@media only screen and (min-width:480px){body.mobile-build section#mb-overview > .container > div:last-child article ul li{float:left;width:210px}}@media only screen and (min-width:980px){body.mobile-build section#mb-overview > .container > div:last-child article ul li{width:240px}}@media only screen and (min-width:480px){body.mobile-build section#mb-overview > .container > div:last-child article ul li:nth-child(odd){margin-right:40px}}body.mobile-build section#mb-overview > .container > div:last-child article ul li h4{font:16px gotham_mediumregular;margin-bottom:0}body.mobile-build section#mb-overview > .container > div:last-child article ul li p{font-size:14px;margin:10px 0 0 0}body.enterprise header{background:#666666 url('/img/bgcloth-66b6fbca.png?1370850275') repeat;font-size:.8em;padding:20px 0}body.enterprise header .container > .clearfix{margin:0 auto;display:table}@media only screen and (max-width:320px){body.enterprise header .container > .clearfix img{display:none}}body.enterprise header .container > .clearfix > div{float:left;margin-left:20px}@media only screen and (min-width:480px){body.enterprise header .container > .clearfix > div{margin-left:10px}}body.enterprise header .container > .clearfix > div h1{color:#f8f7ef;font:30px gotham_bookregular;text-transform:uppercase;padding:0;margin:0}@media only screen and (min-width:767px){body.enterprise header .container > .clearfix > div h1{font-size:52px}}body.enterprise header .container > .clearfix > div h2{color:#f8f7ef;margin:0;font-size:14px}@media only screen and (min-width:480px){body.enterprise header .container > .clearfix > div h2{width:370px}}@media only screen and (min-width:767px){body.enterprise header .container > .clearfix > div h2{font-size:18px;width:inherit}}body.training_videos #content-body aside h4{margin:20px 0 10px 20px;text-transform:uppercase;font-family:gotham_bookregular}body.training_videos #content-body article > section{margin-bottom:30px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:1px solid #eee;-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);box-shadow:0 1px 3px rgba(0,0,0,0.1);padding-bottom:40px;background-color:#E9E8E4;padding:20px}body.training_videos #content-body article > section .video-thumb{float:left}body.training_videos #content-body article > section .video-references{float:left;margin-left:25px}body.training_videos #content-body article > section .video-references h4{float:left;font-size:12px;text-transform:uppercase;color:#777;margin:5px;width:115px}body.training_videos #content-body article > section .video-references ul{list-style:none;margin:0;padding:0;float:left;margin:0}body.training_videos #content-body article > section .video-references ul a{font-size:14px}body.training_videos #content-body article > section h3{background:url('/img/video-icon-1ab75261.png?1370850275') no-repeat left top;background-size:26px 26px;font-family:gotham_mediumregular;text-transform:uppercase;padding-left:34px;margin:0}body.training_videos #content-body article > section p{font-size:15px;margin:6px 0 0 34px}body.training_videos #content-body article > section > div{margin:20px 0 0 30px}body.developers{}body.developers .docs aside{float:left;width:300px;margin:5px 20px 50px 10px;font-size:13px}body.developers .docs aside.affix{position:fixed !important;top:25px}body.developers .docs aside form{margin:0 0 30px}body.developers .docs aside form input{font-size:12px;display:inline-block;*display:inline;*zoom:1;margin-bottom:0;vertical-align:middle;margin-bottom:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-border-radius:14px 0 0 14px;-moz-border-radius:14px 0 0 14px;border-radius:14px 0 0 14px;padding:4px 9px;width:180px}body.developers .docs aside form input:focus{border-color:rgba(82,168,236,0.8);outline:0;outline:thin dotted \9;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6)}body.developers .docs aside form button{-webkit-border-radius:0 14px 14px 0;-moz-border-radius:0 14px 14px 0;border-radius:0 14px 14px 0;margin-left:-4px;font-size:12px;padding:4px 12px 4px 9px}body.developers .docs aside #search-content{position:absolute;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;background-color:white;border:1px solid rgba(0,0,0,0.2);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);-webkit-background-clip:padding-box;-moz-background-clip:padding-box;background-clip:padding-box;max-height:360px;overflow-x:hidden;overflow-y:scroll}body.developers .docs aside #search-content:before{position:absolute;top:-7px;left:9px;display:inline-block;border-right:7px solid transparent;border-bottom:7px solid #CCC;border-left:7px solid transparent;border-bottom-color:rgba(0,0,0,0.2);content:''}body.developers .docs aside #search-content:after{position:absolute;top:-6px;left:10px;display:inline-block;border-right:6px solid transparent;border-bottom:6px solid white;border-left:6px solid transparent;content:''}body.developers .docs aside #search-content a,body.developers .docs aside #search-content li > span{display:block;padding:5px 20px;clear:both;font-weight:400;line-height:20px;color:#333;white-space:nowrap}body.developers .docs aside #search-content a:hover{color:#FFFFFF;text-decoration:none;background-color:#0081c2;background-image:-moz-linear-gradient(top,#0088cc,#0077b3);background-image:-webkit-gradient(linear,0 0,0 100%,from(#0088cc),to(#0077b3));background-image:-webkit-linear-gradient(top,#0088cc,#0077b3);background-image:-o-linear-gradient(top,#0088cc,#0077b3);background-image:linear-gradient(to bottom,#0088cc,#0077b3);background-repeat:repeat-x;outline:0;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0077b3',GradientType=0)}body.developers .docs aside #search-content a:hover em{background-color:inherit}body.developers .docs aside #search-content a:hover small{color:#f7f7f7}body.developers .docs aside #search-content a em{background-color:paleGoldenrod;font-style:normal}body.developers .docs aside #search-content a small{display:block;font-size:11px;color:#999}body.developers .docs aside #tree{overflow-x:auto}body.developers .docs aside #tree ol{list-style:none;margin:0;padding:0}body.developers .docs aside #tree ol > li > a{margin-left:16px}body.developers .docs aside #tree li{padding:2px 0}body.developers .docs aside #tree li.checked > a{color:#f36050 !important}body.developers .docs aside #tree li a{color:#000}body.developers .docs aside #tree li a.active{color:#f36050}body.developers .docs aside #tree li a:hover{color:#f36050}body.developers .docs aside #tree li > div span{background:url('/img/tree/plus-128b8d24.png?1370850275') no-repeat 0 2px;cursor:pointer;display:block;text-indent:-9999px;float:left;width:16px}body.developers .docs aside #tree li ol{display:none;margin:2px 0 6px 14px}body.developers .docs aside #tree li ol li > a{margin-left:16px}body.developers .docs aside #tree li.checked{opacity:1 !important}body.developers .docs aside #tree li.checked > div span{background-image:url('/img/tree/minus-1145b2d5.png?1370850275')}body.developers .docs aside #tree li.checked > div a{color:#f36050 !important}body.developers .docs aside #tree li.checked > ol{display:inline-block}body.developers .docs aside #tree li.expanded > div span{background-image:url('/img/tree/minus-1145b2d5.png?1370850275')}body.developers .docs aside #tree li.expanded > ol{display:inline-block}body.developers.full-screen > .main,body.developers.full-screen > .sub,body.developers.full-screen > #price-banner,body.developers.full-screen > footer{display:none}body.developers.full-screen > .container{width:100%}body.developers.full-screen > .container header{margin-left:365px}body.developers.full-screen > .container header #breadcrumbs{margin-bottom:30px}body.developers.full-screen > .container aside{margin:0 20px 50px 25px;position:fixed;top:22px;height:100%}body.developers.full-screen > .container aside form{margin-bottom:35px}body.developers.full-screen > .container article{margin-left:340px;border-left:3px solid #CCC;padding-left:30px}body.developers .docs header{margin:20px 0 0 90px;overflow:hidden}body.developers .docs header #breadcrumbs{float:left;width:835px}body.developers .docs header #full-screen{float:left;background:url('/img/fullscreen-857741a9.png?1370850275') no-repeat;width:37px;height:35px;text-indent:-9999px;cursor:pointer}body.developers .docs article{margin:0 10px 80px 335px;min-height:500px}body.developers .docs article h1{font:30px gotham_mediumregular;margin:0 0 35px;border-bottom:3px solid #ccc;padding-bottom:8px}body.developers .docs article h2{font:1.3em gotham_mediumregular;margin:4em 0 2em;border-bottom:1px solid #ddd;padding-bottom:10px}body.developers .docs article h3{font:1.2em gotham_bookregular;margin:3em 0 1.4em}body.developers .docs article img:not(.fancybox-image){vertical-align:middle;display:inline-block;padding:4px;background-color:#fff;border:1px solid #ccc;-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);box-shadow:0 1px 3px rgba(0,0,0,0.1);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;max-width:97%;margin:10px 0}body.developers .docs article ol > li{margin:12px 0}body.developers .docs article ul > li{margin:4px 0}body.developers .docs article code{color:#777;font-size:14px}body.developers .docs article table{width:100%;margin-bottom:20px;max-width:100%;background-color:transparent;border-collapse:collapse;border-spacing:0}body.developers .docs article table tbody tr:nth-child(odd) td,body.developers .docs article table tbody tr:nth-child(odd) th{background-color:#EFEDE7}body.developers .docs article table th,body.developers .docs article table td{padding:8px;line-height:20px;text-align:left;vertical-align:top;border-top:1px solid #dddddd}body.developers .docs article #pagination{margin-top:70px;border-top:1px solid #CCC;padding-top:20px}body.developers .docs article #pagination a.fright{float:right}body.developers .pricing-cap{display:block;width:164px;height:66px;background:url('/img/products/cheat-sheet/pricing_caps-0bd24695.png?1370850275') no-repeat scroll 0 0 transparent}body.developers .pricing-cap.orange{background-position:0 -66px}body.developers .pricing-cap.green{background-position:0 -132px}body.developers .pricing-cap.blue{background-position:0 -198px}body.developers .pricing-cap.purple{background-position:0 -264px}body.developers .pricing-cap h3{color:#FFFFFF}body.developers #cheatsheet{background-color:#EFEDE7;border:1px solid #DDD;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:1px 1px 3px #dddddd;-moz-box-shadow:1px 1px 3px #dddddd;box-shadow:1px 1px 3px #dddddd}body.developers .pkg ul{list-style:none outside none;clear:both}body.developers .pkg ul.large li.divided strong,body.developers .pkg ul.large li b,body.developers .tooltip b{font-weight:400}body.developers .pkg .button,body.developers .tooltip{font-weight:300}body.developers .pkg{min-height:100px;position:relative;width:164px;padding:0 14px 12px;float:left}body.developers .pkg .middle,body.developers .pkg .top,body.developers .pkg .bottom{width:184px;position:absolute}body.developers .pkg .middle{top:12px;bottom:12px;z-index:-1}body.developers .pkg .top,body.developers .pkg .bottom{height:12px;top:0;background-position:-184px -8px}body.developers .pkg .bottom{top:auto;bottom:0;background-position:-368px -18px}body.developers .pkg h3{font-size:20px;text-align:center;padding:12px 10px;text-transform:uppercase}body.developers .pkg h4{font-size:20px;text-align:center;padding:8px 5px;color:#ffffff;margin:25px 0;line-height:1.1em}body.developers .pkg hr{background-color:#b858fc;border:none;height:10px;background-position:-562px 0;margin:0}body.developers .pkg ul li{border-bottom:1px solid #ccc;padding:12px 12px;position:relative;font-size:13px;overflow:hidden}body.developers .pkg ul.large li{padding-left:82px;line-height:1.2em}body.developers .pkg ul.large li b{position:absolute;left:10px;font-size:22px;line-height:50px;top:0;width:65px;text-align:center}body.developers .pkg ul.large li.long{padding-top:15px;padding-bottom:17px}body.developers .pkg ul.large li.divided{height:42px;padding:10px 7px 12px;font-size:13px;text-align:center}body.developers .pkg ul.large li.divided strong{font-size:22px;display:block;padding-top:1px}body.developers .pkg ul.large li.divided strong.long{font-size:22px}body.developers .pkg ul.cheat li{margin-left:0 !important;padding-left:82px;line-height:2px}body.developers .pkg ul.cheat li b{position:absolute;left:10px;font-size:22px;line-height:50px;top:0;width:65px;text-align:center}body.developers .pkg ul.cheat li.long{padding-top:15px;padding-bottom:17px}body.developers .pkg ul.cheat li.divided{padding:9px 7px;font:12px monospace;text-align:center}body.developers .pkg ul.cheat li.divided strong{font:11px museo_sans_rounded_300regular;display:block;padding-top:0;margin:0;font-weight:700;text-transform:uppercase}body.developers .pkg ul.cheat li.divided strong.long{font-size:22px}body.developers .pkg ul.details li{padding:13px 4px 13px 36px}body.developers .pkg ul.details{background-position:-245px -42px;background-repeat:no-repeat}body.developers .pkg .price{text-align:center;height:50px;padding:0 11px 10px;border-bottom:1px solid #bbb}body.developers .pkg .price h3{padding-bottom:4px;text-transform:capitalize;font-size:13px;font-weight:700}body.developers .pkg .price span{font-size:12px}body.developers .pkg .buy{padding:10px;text-align:center}body.developers .pkg .button{height:30px;width:142px;display:block;background-position:-746px 0;background-color:#b858fc;text-shadow:0 -1px #999;color:#fff;font-size:16px;text-transform:uppercase;line-height:30px;margin-top:8px}body.developers .pkg .button:hover{background-color:#a54fe3;text-decoration:none}body.developers .pkg.corporate .button,body.developers .pkg.corporate hr{background-color:#58b8fc}body.developers .pkg.corporate .button:hover{background-color:#4fa5e3}body.developers .pkg.pro .button,body.developers .pkg.pro hr{background-color:#81fc58}body.developers .pkg.pro .button:hover{background-color:#74e34f}body.developers .pkg.starter .button,body.developers .pkg.starter hr{background-color:#f5de49}body.developers .pkg.starter .button:hover{background-color:#edd642}body.developers .pkg.basic .button,body.developers .pkg.basic hr{background-color:#fc8158}body.developers .pkg.basic .button:hover{background-color:#e57650}body.developers .pkg ul li.unavailable{color:#ccc}body.developers .pkg ul li.unavailable:hover{background:#fff}body.developers .pkg ul{padding:0;margin:0}body.developers .foot-note{width:97%;line-height:1.5;margin-bottom:30px}body.developers .foot-note a{color:#666;text-decoration:underline}body.developers .pkg li.no-border{border-bottom:none;height:36px;padding-top:10px}body.developers .pkg li.no-border a{color:#666;text-decoration:underline;font-size:15px;display:block;padding-top:6px}body.developers .pkg li.no-border a:hover{color:#888}body.developers .tooltip{position:absolute;left:410px;top:40px;width:275px;z-index:9;left:0;background-color:#333;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:1px 1px 12px #444444;-moz-box-shadow:1px 1px 12px #444444;box-shadow:1px 1px 12px #444444}body.developers .tooltip .inner{padding:14px 32px 14px 14px;color:#fff;font-size:13px;line-height:16px}body.developers .tooltip b{font-size:15px;display:block;padding-bottom:8px}body.developers #breadcrumbs{margin:0 0 40px;padding:0;float:left;display:block;overflow:hidden;width:99%;padding:8px;font-size:13px}body.developers #breadcrumbs ul{margin:0;padding:0;height:21px;display:block}body.developers #breadcrumbs ul li{display:block;float:left;position:relative;height:21px;overflow:hidden;line-height:21px;margin:0 6px 0 0;padding:0 10px 0 0;font-size:.9167em;background:url('/img/breadcrumbs/chevron-528bd45f.gif?1370850275') no-repeat 100% 0}body.developers #breadcrumbs ul li div.chevronOverlay{position:absolute;right:0;top:0;z-index:2}body.developers #breadcrumbs ul li span{display:block;overflow:hidden}body.developers #breadcrumbs ul li a{display:block;position:relative;height:21px;line-height:21px;overflow:hidden;float:left}body.developers #breadcrumbs ul li:first-child a{height:16px !important;text-indent:-1000em;width:16px;padding:0;margin-top:2px;overflow:hidden;background:url('/img/breadcrumbs/icon_home-1ab5207f.gif?1370850275') no-repeat 0 0}body.developers #breadcrumbs ul li:first-child a:hover{background-position:0 -16px}body.developers #breadcrumbs ul li:last-child{background:none;margin-right:0;padding-right:0}body.developers .chevronOverlay{display:none;background:url('/img/breadcrumbs/chevron_overlay-5be72bed.png?1370850275') no-repeat 100% 0;width:13px;height:20px}body.developers #developers-section{margin:60px 0}body.developers #developers-section h1{font:26px gotham_mediumregular;text-transform:uppercase;text-align:center}@media only screen and (min-width:767px){body.developers #developers-section h1{font-size:30px}}@media only screen and (min-width:980px){body.developers #developers-section h1{font-size:36px}}body.developers #developers-section h4{font:14px gotham_bookregular;text-align:center;line-height:1.4em;width:80%;margin:0 auto}@media only screen and (min-width:767px){body.developers #developers-section h4{font-size:18px}}body.developers #developers-section hr{margin:2em}body.developers #developers-section ul{list-style:none;margin:0;padding:0}@media only screen and (min-width:767px){body.developers #developers-section ul{float:left;width:50%}}body.developers #developers-section ul li{margin:0 30px 40px}body.developers #developers-section ul li:first-child{font:26px gotham_thinregular;text-transform:uppercase;margin-top:20px}body.developers #developers-section ul li a:hover h2{text-decoration:underline}body.developers #developers-section ul li h2{font:20px gotham_mediumregular;text-transform:uppercase}body.developers #developers-section ul li p{color:#3e3e3e}footer{color:#eeeee9}footer section:first-child{background:#3e3e3e url('/img/bgcloth-66b6fbca.png?1370850275') repeat;padding:40px 5px;font-size:13px}@media only screen and (min-width:767px){footer section:first-child{padding:40px 20px}}@media only screen and (max-width:980px){footer section:first-child .container.clearfix:before,footer section:first-child .container.clearfix:after{content:none;display:inherit}}footer section:first-child ul{list-style:none;margin:0;padding:0}footer section:first-child > div > ul > li{display:inline-block}footer section:first-child > div > ul > li > ul > li a{color:#BBB;margin:8px;display:block}@media only screen and (min-width:767px){footer section:first-child > div > ul > li > ul > li a{margin:8px 50px 8px 0}}@media only screen and (min-width:980px){footer section:first-child > div ul{float:left}}footer section:first-child > div #webinars #webinars-inner{border-top:1px solid #666;border-bottom:1px solid #666;margin:20px 4px;padding:10px 4px;text-align:center;font-size:1.1em}@media only screen and (min-width:480px){footer section:first-child > div #webinars #webinars-inner{border-bottom:none;margin:30px 4px 0;padding-top:20px}}@media only screen and (min-width:980px){footer section:first-child > div #webinars #webinars-inner{border:none;float:left;margin:0 0 0 20px;padding:0;text-align:left;font-size:1em}}footer section:first-child > div #webinars #webinars-inner div > p{color:#BBB;margin:0;padding:0}footer section:first-child > div #webinars #webinars-inner div > p a{margin:0 4px}footer section:first-child > div #webinars #webinars-inner div > p span.title{font-size:15px;padding:14px 0 4px;color:#FFF}footer section:first-child > div #webinars #webinars-inner div > p span{display:block}@media only screen and (min-width:767px){footer section:first-child > div #webinars #webinars-inner div > p{float:left;width:50%;font-size:1.15em}}@media only screen and (min-width:980px){footer section:first-child > div #webinars #webinars-inner div > p{float:none;width:inherit;font-size:1em;margin-bottom:0}footer section:first-child > div #webinars #webinars-inner div > p:last-child{margin-top:3px}footer section:first-child > div #webinars #webinars-inner div > p span:last-child{margin-left:10px;display:inline}}footer section:first-child > div #webinars #webinars-inner h3{font-size:1.3em;margin-bottom:24px}@media only screen and (min-width:767px){footer section:first-child > div #webinars #webinars-inner h3{font-size:1.8em}}@media only screen and (min-width:980px){footer section:first-child > div #webinars #webinars-inner h3{font-size:1.7em;margin:0 0 10px}}footer section:first-child > div #social-icons{font-size:0;list-style:none}@media only screen and (min-width:480px){footer section:first-child > div #social-icons{float:right;position:relative;top:-505px}}@media only screen and (min-width:767px){footer section:first-child > div #social-icons{top:-460px}}@media only screen and (min-width:980px){footer section:first-child > div #social-icons{top:-10px}}footer section:first-child > div #social-icons li{display:inline-block;margin:15px 12px 0}@media only screen and (min-width:480px){footer section:first-child > div #social-icons li{display:block}}footer section:first-child > div #social-icons li a{background:url('/img/social-9894af0f.gif?1370850275') no-repeat 0 0;text-indent:-9999px;margin:0}footer section:first-child > div #social-icons li a:hover span{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);transform:rotate(360deg)}footer section:first-child > div #social-icons li a span{background:url('/img/social-9894af0f.gif?1370850275') no-repeat 0 0;display:block;width:50px;height:51px;position:relative;z-index:10;-webkit-transition:-webkit-transform .4s ease-out;-moz-transition:-moz-transform .4s ease-out;transition:transform .4s ease-out}footer section:first-child > div #social-icons li:nth-child(2) a,footer section:first-child > div #social-icons li:nth-child(2) a span{background-position:-71px 0}footer section:first-child > div #social-icons li:nth-child(3) a,footer section:first-child > div #social-icons li:nth-child(3) a span{background-position:-143px 0}footer section:first-child > div #social-icons li:nth-child(4) a,footer section:first-child > div #social-icons li:nth-child(4) a span{background-position:-213px 0}@media only screen and (min-width:480px){footer section:first-child > div #social-icons li:nth-child(1){float:left;margin-left:76px}footer section:first-child > div #social-icons li:nth-child(3){float:left;margin-left:76px;margin-top:5px}footer section:first-child > div #social-icons li:nth-child(4){margin-top:5px}}footer section:last-child{background-color:#f36050;font-size:12px;padding:14px 4px;text-align:center}@media only screen and (min-width:480px){footer section:last-child{text-align:left}}@media only screen and (min-width:767px){footer section:last-child{padding:24px 40px}}footer section:last-child a{color:#f8f7ef}@media only screen and (min-width:980px){footer section:last-child .container > div{float:right;margin-right:30px}}.fancybox-inner > #webinars-inner{width:500px;text-align:center}.fancybox-inner > #webinars-inner h3{font:1.6em gotham_mediumregular;margin:24px 0 24px;text-transform:uppercase}.fancybox-inner > #webinars-inner > div > p{margin:6px;font-weight:700}.fancybox-inner > #webinars-inner > div > p span{margin-left:15px}.fancybox-inner > #webinars-inner > p{margin:22px 0}@media only screen and (max-width:980px){#content-body{font-size:.95em}}#content-body > h1{font-family:'gotham_mediumregular';font-size:26px;text-transform:uppercase;border-bottom:3px solid #CCC;margin:15px 10px 25px;text-align:center}@media only screen and (min-width:767px){#content-body > h1{padding:0 0 8px 250px;margin:35px 0 25px;text-align:left}}@media only screen and (min-width:980px){#content-body > h1{padding:0 0 8px 300px}}#content-body > h1.no-border{border:none;padding-bottom:0}#content-body > div{margin:0 10px 40px}@media only screen and (min-width:767px){#content-body > div{margin:0 0 40px}}#content-body > div > article > h2{margin:3em 0 .83em}#content-body > div > article > h2:first-child{margin-top:1em}#content-body > div > article > h3{margin:3em 0 1em}@media only screen and (max-width:767px){#content-body > div aside{display:none;background-color:#0e0e0e;position:relative;top:-28px;padding:11px 1px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 1px 10px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 10px rgba(0,0,0,0.1);box-shadow:0 1px 10px rgba(0,0,0,0.1);background-color:#1b1b1b;background-image:-moz-linear-gradient(top,#222222,#111111);background-image:-webkit-gradient(linear,0 0,0 100%,from(#222222),to(#111111));background-image:-webkit-linear-gradient(top,#222222,#111111);background-image:-o-linear-gradient(top,#222222,#111111);background-image:linear-gradient(to bottom,#222222,#111111);background-repeat:repeat-x;border-color:#252525;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222',endColorstr='#ff111111',GradientType=0)}#content-body > div aside ul{list-style:none;margin:0;padding:0}#content-body > div aside ul li{line-height:20px}#content-body > div aside ul li.active a{background-color:#111111;color:#CCC}#content-body > div aside ul li:hover a{background-color:#111111}#content-body > div aside ul li a{padding:3px 15px;font-family:museo_sans_rounded_700regular;color:#777777;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;text-shadow:0 -1px 0 rgba(0,0,0,0.25);display:block}#content-body > div aside ul li a:hover{background-color:#111111}}@media only screen and (min-width:767px){#content-body > div > aside{display:block;float:left;width:200px;color:#666;margin-top:10px}#content-body > div > aside ul{margin:0 45px 0 0}#content-body > div > aside ul li.active a{color:#666}#content-body > div > article{float:left;width:550px}}@media only screen and (min-width:980px){#content-body > div > aside{width:300px}#content-body > div > article{width:680px}}#content-body .btn-navbar{color:#ffffff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#0e0e0e;background-image:-moz-linear-gradient(top,#151515,#040404);background-image:-webkit-gradient(linear,0 0,0 100%,from(#151515),to(#040404));background-image:-webkit-linear-gradient(top,#151515,#040404);background-image:-o-linear-gradient(top,#151515,#040404);background-image:linear-gradient(to bottom,#151515,#040404);background-repeat:repeat-x;border-color:#040404 #040404 #000000;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515',endColorstr='#ff040404',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);float:left;padding:6px;margin-right:5px;margin-left:5px;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.075);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.075);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.075)}@media only screen and (min-width:767px){#content-body .btn-navbar{display:none}}#content-body .btn-navbar .icon-bar{display:block;width:18px;height:3px;background-color:#f5f5f5;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;-webkit-box-shadow:0 1px 0 rgba(0,0,0,0.25);-moz-box-shadow:0 1px 0 rgba(0,0,0,0.25);box-shadow:0 1px 0 rgba(0,0,0,0.25)}#content-body .btn,#content-body .btn-group{margin-top:5px}.btn{display:inline-block;padding:4px 12px;margin-bottom:0;font-size:14px;line-height:20px;color:#333333;text-align:center;text-shadow:0 1px 1px rgba(255,255,255,0.75);vertical-align:middle;cursor:pointer;background-color:#f5f5f5;background-image:-moz-linear-gradient(top,white,#e6e6e6);background-image:-webkit-gradient(linear,0 0,0 100%,from(white),to(#e6e6e6));background-image:-webkit-linear-gradient(top,white,#e6e6e6);background-image:-o-linear-gradient(top,white,#e6e6e6);background-image:linear-gradient(to bottom,#ffffff,#e6e6e6);background-repeat:repeat-x;border:1px solid #bbbbbb;border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);border-bottom-color:#a2a2a2;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)}button{font-size:14px;font-weight:400;line-height:20px;margin:0}[class^="icon-"],[class*=" icon-"]{display:inline-block;width:14px;height:14px;margin-top:1px;line-height:14px;vertical-align:text-top;background-position:14px 14px;background-repeat:no-repeat}body.home #price-banner{border-top:none}.bar{background-color:#f8f7ef;color:#777;font:14px gotham_lightregular;border-top:1px solid #DDD;-webkit-box-shadow:1px 1px 3px #cccccc;-moz-box-shadow:1px 1px 3px #cccccc;box-shadow:1px 1px 3px #cccccc}#price-banner{background-color:#f8f7ef;text-transform:uppercase;text-align:center;color:#777;font:14px gotham_lightregular;border-top:1px solid #DDD;-webkit-box-shadow:1px 1px 3px #cccccc;-moz-box-shadow:1px 1px 3px #cccccc;box-shadow:1px 1px 3px #cccccc}@media only screen and (min-width:767px){#price-banner{font-size:16px}}#price-banner #used-by-coke{height:84px;padding:0;margin:0;background:transparent url('/img/logos/coke-019ad8af.gif?1370850275') no-repeat center top}@media only screen and (max-width:320px){#price-banner #used-by-coke{background-size:87%}}@media only screen and (min-width:480px){#price-banner #used-by-coke{height:96px}}@media only screen and (min-width:767px){#price-banner #used-by-coke{width:231px;height:61px;background-size:87%;background-position:center 4px}}@media only screen and (min-width:980px){#price-banner #used-by-coke{width:330px;height:103px;background-position:center 16px}}#price-banner #used-by-coke a{display:block;position:relative;top:60px;text-align:right;margin-right:22px;font-family:gotham_mediumregular;text-transform:lowercase;font-size:12px}@media only screen and (min-width:480px){#price-banner #used-by-coke a{top:72px;margin-right:74px}}@media only screen and (min-width:767px){#price-banner #used-by-coke a{top:44px;margin-right:18px;font-family:gotham_bookregular}}@media only screen and (min-width:980px){#price-banner #used-by-coke a{top:76px;margin-right:29px;ont-family:gotham_mediumregular}}@media only screen and (min-width:767px){#price-banner .container > div{float:left}}@media only screen and (min-width:980px){#price-banner .container > div{width:33%;font:20px gotham_mediumregular}}#price-banner .container > div p{margin:0;padding:0;line-height:1.1em}#price-banner .container > div:first-child{padding-top:0}@media only screen and (min-width:767px){#price-banner .container > div:first-child{padding:5px 10px 0}}@media only screen and (min-width:980px){#price-banner .container > div:first-child{padding:20px 0 0 0}}#price-banner .container > div:first-child span{font-size:39px;position:relative;top:5px;color:#f36050}#price-banner .container > div:nth-child(2) a{margin:10px 0;background-color:#f36050;font-size:30px;display:block;color:#f8f7ef;padding:5px 0}#price-banner .container > div:nth-child(2) a:hover{color:#000}@media only screen and (min-width:767px){#price-banner .container > div:nth-child(2) a{padding:5px 20px;margin:0;font-size:28px}}@media only screen and (min-width:980px){#price-banner .container > div:nth-child(2) a{padding:26px 20px}}#price-banner .container > div:nth-child(2) a p:last-child{font-size:20px}@media only screen and (min-width:767px){#price-banner .container > div:nth-child(2) a p:last-child{font-size:18px}}#price-banner .container > div:nth-child(2) a p:last-child span:not(.trial-period){font-size:14px;position:relative;top:-2px}@media only screen and (min-width:767px){#price-banner .container > div:nth-child(2) a p:last-child span:not(.trial-period){font-size:12px}}#price-banner .container > div.inverse a{background-color:#f8f7ef;color:#f36050}#price-banner .container > div:last-child{padding-bottom:10px}@media only screen and (min-width:767px){#price-banner .container > div:last-child{padding:23px 6px 0;font-size:14px}}@media only screen and (min-width:980px){#price-banner .container > div:last-child{padding:40px 0 0 0;font:18px gotham_bookregular}}@media only screen and (min-width:767px){#price-banner .container > div:last-child.clearfix{padding-top:15px}}#price-banner .container > div:last-child.clearfix .video-thumb{float:left;margin-left:25px}@media only screen and (min-width:480px){#price-banner .container > div:last-child.clearfix .video-thumb{margin-left:98px}}@media only screen and (min-width:767px){#price-banner .container > div:last-child.clearfix .video-thumb{display:none}}@media only screen and (min-width:980px){#price-banner .container > div:last-child.clearfix .video-thumb{display:block;margin-left:25px}}#price-banner .container > div:last-child.clearfix .video-thumb + a{text-align:left;float:left;display:block;padding:20px 0 0 20px;width:145px}@media only screen and (min-width:767px){#price-banner .container > div:last-child.clearfix .video-thumb + a{padding:1px 0 0 20px}}@media only screen and (min-width:980px){#price-banner .container > div:last-child.clearfix .video-thumb + a{padding:20px 0 0 20px}}body.signup h1{font:26px gotham_mediumregular;text-transform:uppercase;text-align:center}@media only screen and (min-width:767px){body.signup h1{font-size:30px}}@media only screen and (min-width:980px){body.signup h1{font-size:36px}}body.signup h2{font:14px gotham_bookregular;text-align:center;line-height:1.4em;width:80%;margin:0 auto}@media only screen and (min-width:767px){body.signup h2{font-size:18px}}body.signup > .container > div{margin:40px 20px}@media only screen and (min-width:767px){body.signup > .container > div > section{float:left;width:46%}}@media only screen and (min-width:767px){body.signup > .container > div > section:first-child{padding-right:40px}}@media only screen and (min-width:980px){body.signup > .container > div > section:first-child{padding-right:70px}}body.signup > .container > div > section h3{text-transform:uppercase}body.signup > .container > div > section > ul{list-style:none;margin:0;padding:0;font-size:.92em}body.signup > .container > div > section > ul h4{margin:0 0 5px}body.signup > .container > div > section > ul p{margin:0 0 20px}body.blog #disqus_thread{margin-bottom:60px}body.blog article > .blog-social{margin:0}body.blog article > .blog-social:last-child{margin-top:70px}body.blog article > .blog-social > div{float:left !important}body.blog article > .blog-social > .blog-twitter{margin-top:2px}body.blog article > .blog-social > .blog-gplus{margin:2px 0 0 10px}body.blog article > .blog-social > .blog-facebook{margin:0 0 0 10px}body.blog header{background:#666666 url('/img/bgcloth-66b6fbca.png?1370850275') repeat;font-size:.8em;padding:20px 0}body.blog header .container{margin:0 auto;display:table}@media only screen and (max-width:480px){body.blog header .container{margin:0 20px}}@media only screen and (min-width:980px){body.blog header .container > div{margin-left:170px}}body.blog header .container > div h1{color:#f8f7ef;font:30px gotham_thinregular;text-transform:uppercase;padding:0;margin:0}body.blog header .container > div h2{color:#f8f7ef;margin:0;font-size:14px}body.blog aside{clear:none;display:inline-block;float:left;margin:10px 0 0 25px;width:210px}@media only screen and (max-width:767px){body.blog aside{display:none}}body.blog aside .all-posts{margin:50px 0 62px 38px;text-transform:uppercase;font:14px gotham_bookregular}body.blog aside .all-posts h5{text-transform:capitalize;margin:50px 0}body.blog aside .all-posts h5 img{padding:0 7px 4px 0}body.blog aside .latest-posts:first-child h4{margin-top:100px}body.blog aside .latest-posts h4{text-transform:uppercase;margin:40px 0 0 38px}body.blog aside .latest-posts li{margin:10px 0;font-size:12px}body.blog .posts{margin-top:30px;float:left}@media only screen and (min-width:767px){body.blog .posts{width:740px}}body.blog .posts.all{margin:30px 0 50px}body.blog .posts.all h2{border-bottom:1px solid #CCC;margin:.83em 20px 30px}@media only screen and (min-width:767px){body.blog .posts.all h2{padding-left:169px;margin:.83em 0 30px}}body.blog .posts.all h2 a{color:#3e3e3e}body.blog .posts.all article{margin-bottom:20px;padding-bottom:1px;border:none}body.blog .posts.all article h3{margin:0;font-size:16px}@media only screen and (min-width:767px){body.blog .posts.all article .meta{top:2px;width:120px}}body.blog .posts.all article .meta p.date{text-align:left;border-bottom:none;font-size:inherit;margin:0}@media only screen and (min-width:767px){body.blog .posts.all article .meta p.date{text-align:right}}body.blog .posts.all article .meta p.date span.author{display:block;color:#AAA}body.blog .posts > .pagination{margin:20px 20px 60px}@media only screen and (min-width:767px){body.blog .posts > .pagination{margin:0 0 60px 0;padding:0 0 0 170px}}body.blog .posts > .pagination p{width:120px;float:left;padding:0;margin:0}body.blog .posts > article{margin:20px 20px 60px;border-bottom:3px solid #ccc;padding-bottom:15px}@media only screen and (min-width:767px){body.blog .posts > article{margin:0 0 100px 0;padding:0 0 45px 170px;position:relative}}body.blog .posts > article img:not(.fancybox-image){vertical-align:middle;display:inline-block;padding:4px;background-color:#fff;border:1px solid #ccc;-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);box-shadow:0 1px 3px rgba(0,0,0,0.1);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;max-width:90%;height:inherit}body.blog .posts > article img:not(.fancybox-image).blog-img{max-width:200px}body.blog .posts > article hr{margin:2em}body.blog .posts > article p{line-height:1.5em}body.blog .posts > article .meta{text-align:center}@media only screen and (min-width:767px){body.blog .posts > article .meta{left:10px;text-align:left;position:absolute;top:18px;width:145px}}body.blog .posts > article .meta p.tagged{display:block;font:14px gotham_bookregular;margin:0 0 10px 0;text-transform:uppercase}@media only screen and (max-width:767px){body.blog .posts > article .meta p.tagged{display:none}}body.blog .posts > article .meta ul.tags{color:#777;display:block;margin:0 0 36px 0;padding:0 0 0 2px;list-style:none}@media only screen and (max-width:767px){body.blog .posts > article .meta ul.tags{display:none}}body.blog .posts > article .meta ul.tags li{font-size:12px;font-style:italic;margin:0 0 10px 0;position:relative}body.blog .posts > article .meta ul.tags li:after{content:"\2014";font-size:13px;left:-14px;position:absolute;top:0}body.blog .posts > article .meta ul.tags li a{color:#777}body.blog .posts > article .meta p.date{border-bottom:1px solid #ccc;font-size:14px;margin:0 auto 20px auto;padding-bottom:15px;width:50%}@media only screen and (min-width:767px){body.blog .posts > article .meta p.date{border:none;width:100%}}body.blog .posts > article .meta p.date a{color:#aaa;font-weight:400}body.blog .posts > article .meta p.date span.author{display:block;color:#AAA}body.blog .posts > article .meta p.comments{font-size:14px}@media only screen and (max-width:767px){body.blog .posts > article .meta p.comments{display:none}}body.blog .posts > article h1{font:28px gotham_bookregular;margin-bottom:50px}@media only screen and (max-width:767px){body.blog .posts > article h1{text-align:center}}body.blog .posts > article h2{margin:1.6em 0 .83em}body.blog .posts > article h3{margin:1.8em 0 1em}body.blog .posts > article blockquote{margin:2em 40px 1.6em;font-family:serif;font-style:italic;font-size:18px;color:#666}body.blog .posts > article blockquote em{font-style:normal;font-size:14px;color:#000}#coupon{margin:40px 0;padding:6px;background-color:#FFF;text-align:center;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-webkit-box-shadow:1px 1px 3px #666666;-moz-box-shadow:1px 1px 3px #666666;box-shadow:1px 1px 3px #666666}@media only screen and (min-width:767px){#coupon{margin:25px 10px}}#coupon input[type=text]{width:56%}#coupon > div{border:5px dashed #666;padding:10px 16px}@media only screen and (min-width:767px){#coupon > div{background:white url('/img/barcode-ec742c4a.jpg?1370850275') no-repeat 20px center;padding:30px 30px 30px 130px}}#coupon > div h1{font:18px gotham_bookregular}@media only screen and (min-width:767px){#coupon > div h1{font-size:26px}}#coupon > div h1 span.logo{font:22px gotham_bookregular;text-transform:uppercase}@media only screen and (min-width:767px){#coupon > div h1 span.logo{font-size:46px}}#coupon > div h1 span.logo > span{color:#f36050;font-family:gotham_mediumregular}#coupon > div h2{margin-bottom:0;font-size:18px}#coupon > div h3{margin-top:0;font-size:14px}#coupon > div p.terms{margin-top:40px;font-size:12px;text-align:left}#coupon > div #referral-url{margin-top:20px}#coupon > div #referral-url code{display:block}body.referral-program header{background:#666666 url('/img/bgcloth-66b6fbca.png?1370850275') repeat;font-size:.8em;padding:20px 10px}@media only screen and (min-width:767px){body.referral-program header{padding:20px 0}}body.referral-program header div{margin:0 auto;text-align:center}body.referral-program header div h1{color:#f8f7ef;font:26px gotham_bookregular;text-transform:uppercase;padding:0;margin:0}@media only screen and (min-width:767px){body.referral-program header div h1{font-size:52px}}body.referral-program header div h2{color:#f8f7ef;margin:0;font-size:14px}@media only screen and (min-width:767px){body.referral-program header div h2{font-size:18px}}body.referral-program h2{color:#F04A3B}body.referral-program #referral-form input[type=submit]{height:42px;margin-top:0}body.referral-program #referral-text{margin-bottom:50px}body.referral-program #referral-text > div{margin:0 10px}@media only screen and (min-width:767px){body.referral-program #referral-text > div{float:left;width:42%}body.referral-program #referral-text > div:first-child{margin-right:40px}body.referral-program #referral-text > div:last-child{margin-left:40px}}@media only screen and (min-width:980px){body.referral-program #referral-text > div{width:44%}}#cws-signup-dialog{display:none}#cws-signup-dialog-inner{width:680px;padding:25px}#cws-signup-dialog-inner img{float:right;margin-left:60px}#cws-signup-dialog-inner h2{font:44px gotham_bookregular;text-transform:uppercase;color:#f36050;text-align:left;margin:0 0 20px}#cws-signup-dialog-inner p:last-child{text-align:right}#cws-signup-dialog-inner a.btn{border-color:#2D53AF;background-color:#4D7BD6;background-image:-moz-linear-gradient(top,#5689db 0,#4d7bd6 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#5689db),color-stop(100%,#4d7bd6));background-image:-webkit-linear-gradient(top,#5689db 0,#4d7bd6 100%);background-image:-o-linear-gradient(top,#5689db 0,#4d7bd6 100%);background-image:-ms-linear-gradient(top,#5689db 0,#4d7bd6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#5689db,endColorstr=#4d7bd6,GradientType=0);background-image:linear-gradient(top,#5689db 0,#4d7bd6 100%);color:white;text-align:center;text-shadow:0 1px 1px rgba(0,0,0,0.1);text-transform:uppercase;font-weight:700;font-family:'Open Sans',arial,sans-serif;padding:4px 20px 6px;font-size:13px;-webkit-box-shadow:0 2px 0 0 rgba(255,255,255,0.06) inset,0 2px 3px 0 rgba(0,0,0,0.2);-moz-box-shadow:0 2px 0 0 rgba(255,255,255,0.06) inset,0 2px 3px 0 rgba(0,0,0,0.2);box-shadow:0 2px 0 0 rgba(255,255,255,0.06) inset,0 2px 3px 0 rgba(0,0,0,0.2);outline:0}#cws-signup-dialog-inner a.btn span{width:19px;height:17px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAARCAQAAACVkV9MAAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAAAEgAAABIAEbJaz4AAAAJdnBBZwAAABMAAAARAMNJ7iwAAACPSURBVCjPjZJRDsMgDENfCAfY1+5/vh2g0iRI9gG0AbUa/glGiWMZxNlB2urabcutyDnmFUAUaxc+q3WPSqiX77DUI0+xafHmD2eQRqV7WiHqFtWUe+i89CmYNAWCyYsMJP8AyBsDyohltFUOUuAHBTDqojbmOgrfm93/kBfePJZF+8ztUlcSRp3fVPb+2w/RaCkkhrW/agAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAASUVORK5CYII=);display:inline-block;position:relative;top:4px;margin-right:6px}body.cws header{background:#666666 url('/img/bgcloth-66b6fbca.png?1370850275') repeat;font-size:.8em;padding:20px 0}body.cws header .container{margin:0 auto;display:table}@media only screen and (max-width:480px){body.cws header .container{margin:0 20px}}@media only screen and (min-width:980px){body.cws header .container > div{margin-left:170px}}body.cws header .container > div h1{color:#f8f7ef;font:30px gotham_thinregular;text-transform:uppercase;padding:0;margin:0}body.cws header .container > div h2{color:#f8f7ef;margin:0;font-size:14px}body.cws #chrome-signup{display:none}body.cws #chrome-signup section{float:left}body.cws #chrome-signup section:first-child{width:44%;margin:30px 50px 0 100px}body.cws #chrome-signup section:last-child{width:35%}body.cws #chrome-signup section:last-child img{position:relative;top:-32px;margin:0 0 0 90px}body.cws #chrome-signin{display:none}body.cws #chrome-signin img{float:right;position:relative;top:-32px;margin:0 150px 0 0}body.cws #chrome-signin div{width:40%;margin:65px 0 80px 172px}body.cws #chrome-signin div p:last-child{font-size:12px;color:#666}body.cws #chrome-signin-list{display:none}body.cws #chrome-signin-list img{float:right;position:relative;top:-32px;margin:0 150px 0 0}body.cws #chrome-signin-list div{width:40%;margin:65px 0 80px 172px}#webinar-dialog{display:none}#webinar-dialog-inner{width:600px;padding:25px;background:white url('/img/webinar-bg-aa9dd892.png?1370850275') no-repeat -200px bottom}#webinar-dialog-inner h2{font:44px gotham_bookregular;text-transform:uppercase;color:#f36050;text-align:left;margin:0 0 20px}#webinar-dialog-inner p{margin:27px 200px 0 0}#webinar-dialog-inner a.btn{text-align:center;text-shadow:0 1px 1px rgba(0,0,0,0.1);text-transform:uppercase;font-family:'Open Sans',arial,sans-serif;padding:3px 13px 5px;font-size:13px;outline:0;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}#webinar-dialog-inner a.btn-primary{border-color:#2D53AF;background-color:#4D7BD6;background-image:-moz-linear-gradient(top,#5689db 0,#4d7bd6 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#5689db),color-stop(100%,#4d7bd6));background-image:-webkit-linear-gradient(top,#5689db 0,#4d7bd6 100%);background-image:-o-linear-gradient(top,#5689db 0,#4d7bd6 100%);background-image:-ms-linear-gradient(top,#5689db 0,#4d7bd6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#5689db,endColorstr=#4d7bd6,GradientType=0);background-image:linear-gradient(top,#5689db 0,#4d7bd6 100%);color:white;text-align:center;text-shadow:0 1px 1px rgba(0,0,0,0.1);text-transform:uppercase;font-weight:700;font-family:'Open Sans',arial,sans-serif;padding:4px 20px 6px;font-size:13px;-webkit-box-shadow:0 2px 0 0 rgba(255,255,255,0.06) inset,0 2px 3px 0 rgba(0,0,0,0.2);-moz-box-shadow:0 2px 0 0 rgba(255,255,255,0.06) inset,0 2px 3px 0 rgba(0,0,0,0.2);box-shadow:0 2px 0 0 rgba(255,255,255,0.06) inset,0 2px 3px 0 rgba(0,0,0,0.2);outline:0;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}body.webinars #content-body > h1{text-shadow:0 2px 3px #CCC;color:#F36050;font:36px gotham_bookregular}body.webinars #content-body > h1 button{display:none}@media only screen and (min-width:767px){body.webinars #content-body > div > aside{width:250px}body.webinars #content-body > div > article{width:515px}}@media only screen and (min-width:980px){body.webinars #content-body > div > aside{width:300px}body.webinars #content-body > div > article{width:680px}}body.webinars #content-body #webinar-tweets{margin:0 60px 0 0;font-size:14px;padding:20px;border:1px solid #CCC;background-color:#EEE;border-radius:6px;box-shadow:1px 1px 7px #BBB;text-align:center}@media only screen and (min-width:767px){body.webinars #content-body #webinar-tweets{margin:0 40px 0 0}}@media only screen and (min-width:980px){body.webinars #content-body #webinar-tweets{margin:0 60px 0 0}}body.webinars #content-body #webinar-tweets h3{font:20px gotham_bookregular;text-transform:uppercase;color:#333;margin-top:10px}body.webinars #content-body #webinar-tweets .twitter-follow-button,body.webinars #content-body #webinar-tweets .twitter-mention-button{display:block;margin:22px auto 4px}body.webinars #content-body #webinar-tweets ul{list-style:none;padding:0;margin:0}body.webinars #content-body #webinar-tweets ul li{margin:0 0 7px}body.webinars #content-body article > ul{margin-top:30px;padding:0}@media only screen and (min-width:980px){body.webinars #content-body article > ul{margin-right:100px}}body.webinars #content-body article > ul > li{list-style:none;margin:54px 0}body.webinars #content-body article > ul > li > h3{margin:0;text-transform:uppercase}body.webinars #content-body article > ul > li > p{margin-top:10px}body.webinars #content-body article #next-intro-webinar{margin:25px 0 0 10px;border-left:10px solid #F8F7EF;padding-left:14px}body.webinars #content-body article #next-intro-webinar h2{font:13px gotham_bookregular;text-transform:uppercase;border-bottom:1px solid #CCC;padding-bottom:6px;color:#888;margin:0}body.webinars #content-body article #next-intro-webinar p{margin:10px 0}body.webinars #content-body article #clinic-schedule{margin:40px 0 0 0}body.webinars #content-body article #clinic-schedule h2{font:14px gotham_bookregular;text-transform:uppercase;border-bottom:1px solid #CCC;padding-bottom:6px;color:#888;margin:0 0 0 10px}body.webinars #content-body article #clinic-schedule > small{margin:10px;display:block}body.webinars #content-body article #clinic-schedule > small .twitter-follow-button{display:block;margin-top:10px}body.webinars #content-body article #clinic-schedule div{margin:25px 0 35px 10px;border-left:10px solid #F8F7EF;padding-left:14px}body.webinars #content-body article #clinic-schedule div h4{margin:0}body.webinars #content-body article #clinic-schedule div h5{margin:10px 0;font-size:.90em;color:#777}body.webinars #content-body article #clinic-schedule div p{margin:8px 0;color:#666;font-size:14px}body.webinars #content-body article #clinic-schedule div a{margin:0}body.webinars #content-body article #clinic-schedule div em{font-size:14px;font-weight:700;line-height:1.4em;color:#000;padding-top:13px;display:block}body.services #price-banner{border-top:0}body.services .get-in-touch{margin:0 auto 200px;max-width:800px;color:#FFF}body.services .get-in-touch .logo{margin:75px auto 85px;display:block;width:600px}body.services .get-in-touch h2{font-size:25px;text-align:left;margin-left:0;margin-bottom:30px;font-weight:700;text-transform:none}body.services .get-in-touch p{font-size:14px;margin:0;padding:5px 0;font-weight:700;line-height:1.4}body.services .get-in-touch p.centered{text-align:center}body.services .get-in-touch .button{float:none;margin:90px auto 15px;display:block;padding:7px 15px;width:370px;border:0;text-transform:uppercase;text-decoration:none;border-radius:6px;color:#fff;font-weight:700;text-align:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:25px;background-color:#D44E3E}body.services .get-in-touch .button:hover{background-color:#e6402c;transition:background-color 200ms ease;-webkit-transition:background-color 200ms ease;-moz-transition:background-color 200ms ease}body.services .get-in-touch .clearfix{margin:0}@media only screen and (max-width:980px){body.services .get-in-touch{margin:30px}body.services .get-in-touch h2,body.services .get-in-touch p{text-align:center}}@media only screen and (max-width:480px){body.services .get-in-touch p{display:none}body.services .get-in-touch .button{width:80%;margin:auto;font-size:18px}}body.services header{background:#666666 url('/img/bgcloth-66b6fbca.png?1370850275') repeat;font-size:.8em;padding:20px 0 40px} \ No newline at end of file diff --git a/build/css/main-7371f78f.css.gz b/build/css/main-7371f78f.css.gz new file mode 100644 index 0000000000..077855b5a8 Binary files /dev/null and b/build/css/main-7371f78f.css.gz differ diff --git a/build/css/main-cc97c5e2.css b/build/css/main-cc97c5e2.css new file mode 100644 index 0000000000..afdde46c07 --- /dev/null +++ b/build/css/main-cc97c5e2.css @@ -0,0 +1 @@ +.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;content:"";line-height:0}.clearfix:after{clear:both}@font-face{font-family:'gotham_bookregular';src:url('/fonts/gotham-book-webfont-a762c283.eot');src:url('/fonts/gotham-book-webfont-a762c283.eot?#iefix') format("embedded-opentype"),url('/fonts/gotham-book-webfont-f94bde4a.woff') format("woff"),url('/fonts/gotham-book-webfont-095a7715.ttf') format("truetype"),url('/fonts/gotham-book-webfont-079e0b44.svg#gotham_bookregular') format("svg");font-weight:400;font-style:normal}@font-face{font-family:'gotham_lightregular';src:url('/fonts/gotham-light-webfont-1b6837d4.eot');src:url('/fonts/gotham-light-webfont-1b6837d4.eot?#iefix') format("embedded-opentype"),url('/fonts/gotham-light-webfont-0c908025.woff') format("woff"),url('/fonts/gotham-light-webfont-909197cb.ttf') format("truetype"),url('/fonts/gotham-light-webfont-e714931a.svg#gotham_lightregular') format("svg");font-weight:400;font-style:normal}@font-face{font-family:'gotham_mediumregular';src:url('/fonts/gotham-medium-webfont-52a4cb7d.eot');src:url('/fonts/gotham-medium-webfont-52a4cb7d.eot?#iefix') format("embedded-opentype"),url('/fonts/gotham-medium-webfont-621a1662.woff') format("woff"),url('/fonts/gotham-medium-webfont-94cff276.ttf') format("truetype"),url('/fonts/gotham-medium-webfont-09f708f8.svg#gotham_mediumregular') format("svg");font-weight:400;font-style:normal}@font-face{font-family:'gotham_thinregular';src:url('/fonts/gotham-thin-webfont-ec6c7fdd.eot');src:url('/fonts/gotham-thin-webfont-ec6c7fdd.eot?#iefix') format("embedded-opentype"),url('/fonts/gotham-thin-webfont-a664458d.woff') format("woff"),url('/fonts/gotham-thin-webfont-0ca969cc.ttf') format("truetype"),url('/fonts/gotham-thin-webfont-94a88c75.svg#gotham_thinregular') format("svg");font-weight:400;font-style:normal}@font-face{font-family:'museo_sans_rounded_300regular';src:url('/fonts/museosansrounded-300-webfont-4d607c99.eot');src:url('/fonts/museosansrounded-300-webfont-4d607c99.eot?#iefix') format("embedded-opentype"),url('/fonts/museosansrounded-300-webfont-5b31827c.woff') format("woff"),url('/fonts/museosansrounded-300-webfont-8ff6872e.ttf') format("truetype"),url('/fonts/museosansrounded-300-webfont-dc7963c3.svg#museo_sans_rounded_300regular') format("svg");font-weight:400;font-style:normal}@font-face{font-family:'museo_sans_rounded_700regular';src:url('/fonts/museosansrounded-700-webfont-8ca567d8.eot');src:url('/fonts/museosansrounded-700-webfont-8ca567d8.eot?#iefix') format("embedded-opentype"),url('/fonts/museosansrounded-700-webfont-63bf059a.woff') format("woff"),url('/fonts/museosansrounded-700-webfont-cc22eec1.ttf') format("truetype"),url('/fonts/museosansrounded-700-webfont-abf578df.svg#museo_sans_rounded_700regular') format("svg");font-weight:400;font-style:normal}.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp{padding:0;margin:0;border:0;outline:none;vertical-align:top}.fancybox-wrap{position:absolute;top:0;left:0;z-index:8020}.fancybox-skin{position:relative;background:#f9f9f9;color:#444;text-shadow:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.fancybox-opened{z-index:8030}.fancybox-opened .fancybox-skin{-webkit-box-shadow:0 10px 25px rgba(0,0,0,0.5);-moz-box-shadow:0 10px 25px rgba(0,0,0,0.5);box-shadow:0 10px 25px rgba(0,0,0,0.5)}.fancybox-outer,.fancybox-inner{position:relative}.fancybox-inner{overflow:hidden}.fancybox-type-iframe .fancybox-inner{-webkit-overflow-scrolling:touch}.fancybox-error{color:#444;font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;margin:0;padding:15px;white-space:nowrap}.fancybox-image,.fancybox-iframe{display:block;width:100%;height:100%}.fancybox-image{max-width:100%;max-height:100%}#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span{background-image:url('/img/fancybox/fancybox_sprite-17df19f9.png?1351003486')}#fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-22px;margin-left:-22px;background-position:0 -108px;opacity:.8;cursor:pointer;z-index:8060}#fancybox-loading div{width:44px;height:44px;background:url('/img/fancybox/fancybox_loading-2f213014.gif?1352825922') center center no-repeat}.fancybox-close{position:absolute;top:-18px;right:-18px;width:36px;height:36px;cursor:pointer;z-index:8040}.fancybox-nav{position:absolute;top:0;width:40%;height:100%;cursor:pointer;text-decoration:none;background:transparent url('/img/fancybox/blank-2daeaa8b.gif?1351003486');-webkit-tap-highlight-color:rgba(0,0,0,0);z-index:8040}.fancybox-prev{left:0}.fancybox-next{right:0}.fancybox-nav span{position:absolute;top:50%;width:36px;height:34px;margin-top:-18px;cursor:pointer;z-index:8040;visibility:hidden}.fancybox-prev span{left:10px;background-position:0 -36px}.fancybox-next span{right:10px;background-position:0 -72px}.fancybox-nav:hover span{visibility:visible}.fancybox-tmp{position:absolute;top:-99999px;left:-99999px;visibility:hidden;max-width:99999px;max-height:99999px;overflow:visible !important}.fancybox-lock{overflow:hidden}.fancybox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;z-index:8010;background:url('/img/fancybox/fancybox_overlay-ef40483f.png?1352316069')}.fancybox-overlay-fixed{position:fixed;bottom:0;right:0}.fancybox-lock .fancybox-overlay{overflow:auto;overflow-y:scroll}.fancybox-title{visibility:hidden;font:400 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;position:relative;text-shadow:none;z-index:8050}.fancybox-opened .fancybox-title{visibility:visible}.fancybox-title-float-wrap{position:absolute;bottom:0;right:50%;margin-bottom:-35px;z-index:8050;text-align:center}.fancybox-title-float-wrap .child{display:inline-block;margin-right:-100%;padding:2px 20px;background:transparent;background:rgba(0,0,0,0.8);-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;text-shadow:0 1px 2px #222;color:#FFF;font-weight:700;line-height:24px;white-space:nowrap}.fancybox-title-outside-wrap{position:relative;margin-top:10px;color:#fff}.fancybox-title-inside-wrap{padding-top:10px}.fancybox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;padding:10px;background:#000;background:rgba(0,0,0,0.8)}#fancybox-buttons{position:fixed;left:0;width:100%;z-index:8050}#fancybox-buttons.top{top:10px}#fancybox-buttons.bottom{bottom:10px}#fancybox-buttons ul{display:block;width:166px;height:30px;margin:0 auto;padding:0;list-style:none;border:1px solid #111;border-radius:3px;-webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.05);-moz-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.05);box-shadow:inset 0 0 0 1px rgba(255,255,255,0.05);background:#323232;background:-moz-linear-gradient(top,#444444 0,#343434 50%,#292929 50%,#333333 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#444444),color-stop(50%,#343434),color-stop(50%,#292929),color-stop(100%,#333333));background:-webkit-linear-gradient(top,#444444 0,#343434 50%,#292929 50%,#333333 100%);background:-o-linear-gradient(top,#444444 0,#343434 50%,#292929 50%,#333333 100%);background:-ms-linear-gradient(top,#444444 0,#343434 50%,#292929 50%,#333333 100%);background:linear-gradient(top,#444444 0,#343434 50%,#292929 50%,#333333 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444',endColorstr='#222222',GradientType=0 )}#fancybox-buttons ul li{float:left;margin:0;padding:0}#fancybox-buttons a{display:block;width:30px;height:30px;text-indent:-9999px;background-image:url('/img/fancybox/fancybox_buttons-e385b139.png?1351003486');background-repeat:no-repeat;outline:none;opacity:.8}#fancybox-buttons a:hover{opacity:1}#fancybox-buttons a.btnPrev{background-position:5px 0}#fancybox-buttons a.btnNext{background-position:-33px 0;border-right:1px solid #3e3e3e}#fancybox-buttons a.btnPlay{background-position:0 -30px}#fancybox-buttons a.btnPlayOn{background-position:-30px -30px}#fancybox-buttons a.btnToggle{background-position:3px -60px;border-left:1px solid #111;border-right:1px solid #3e3e3e;width:35px}#fancybox-buttons a.btnToggleOn{background-position:-27px -60px}#fancybox-buttons a.btnClose{border-left:1px solid #111;width:35px;background-position:-56px 0}#fancybox-buttons a.btnDisabled{opacity:.4;cursor:default}.btn{display:inline-block;*display:inline;*zoom:1;padding:4px 14px;margin-bottom:0;font-size:14px;line-height:20px;*line-height:20px;text-align:center;vertical-align:middle;cursor:pointer;color:#333333;text-shadow:0 1px 1px rgba(255,255,255,0.75);background-color:whitesmoke;background-image:-moz-linear-gradient(top,white,#e6e6e6);background-image:-webkit-gradient(linear,0 0,0 100%,from(white),to(#e6e6e6));background-image:-webkit-linear-gradient(top,white,#e6e6e6);background-image:-o-linear-gradient(top,white,#e6e6e6);background-image:linear-gradient(to bottom,#ffffff,#e6e6e6);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFE6E6E6',GradientType=0);border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) fadein(rgba(0,0,0,0.1),15%);*background-color:#e6e6e6;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);border:1px solid #bbbbbb;*border:0;border-bottom-color:#a2a2a2;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;*margin-left:.3em;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)}.btn:hover,.btn:active,.btn.active,.btn.disabled,.btn[disabled]{color:#333333;background-color:#e6e6e6;*background-color:#d9d9d9}.btn:active,.btn.active{background-color:#cccccc \9}.btn:first-child{*margin-left:0}.btn:hover{color:#333333;text-decoration:none;background-color:#e6e6e6;*background-color:#d9d9d9;background-position:0 -15px;-webkit-transition:background-position .1s linear;-moz-transition:background-position .1s linear;-o-transition:background-position .1s linear;transition:background-position .1s linear}.btn:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.active,.btn:active{background-color:#e6e6e6;background-color:#d9d9d9 \9;background-image:none;outline:0;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05)}.btn.disabled,.btn[disabled]{cursor:default;background-color:#e6e6e6;background-image:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.btn-large{padding:9px 14px;font-size:16px;line-height:normal;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.btn-large [class^="icon-"]{margin-top:2px}.btn-small{padding:3px 9px;font-size:12px;line-height:18px}.btn-small [class^="icon-"]{margin-top:0}.btn-mini{padding:2px 6px;font-size:11px;line-height:17px}.btn-block{display:block;width:100%;padding-left:0;padding-right:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.btn-block + .btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.btn-primary.active,.btn-warning.active,.btn-danger.active,.btn-success.active,.btn-info.active,.btn-inverse.active{color:rgba(255,255,255,0.75)}.btn{border-color:#c5c5c5;border-color:rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25)}.btn-primary{color:white;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#f37550;background-image:-moz-linear-gradient(top,#f36050,#f39650);background-image:-webkit-gradient(linear,0 0,0 100%,from(#f36050),to(#f39650));background-image:-webkit-linear-gradient(top,#f36050,#f39650);background-image:-o-linear-gradient(top,#f36050,#f39650);background-image:linear-gradient(to bottom,#f36050,#f39650);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF36050',endColorstr='#FFF39650',GradientType=0);border-color:#f39650 #f39650 #e76d10;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) fadein(rgba(0,0,0,0.1),15%);*background-color:#f39650;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.btn-primary:hover,.btn-primary:active,.btn-primary.active,.btn-primary.disabled,.btn-primary[disabled]{color:white;background-color:#f39650;*background-color:#f18838}.btn-primary:active,.btn-primary.active{background-color:#f07a20 \9}.btn-warning{color:white;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#f9a732;background-image:-moz-linear-gradient(top,#fbb450,#f89406);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));background-image:-webkit-linear-gradient(top,#fbb450,#f89406);background-image:-o-linear-gradient(top,#fbb450,#f89406);background-image:linear-gradient(to bottom,#fbb450,#f89406);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFBB450',endColorstr='#FFF89406',GradientType=0);border-color:#f89406 #f89406 #ad6704;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) fadein(rgba(0,0,0,0.1),15%);*background-color:#f89406;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.btn-warning:hover,.btn-warning:active,.btn-warning.active,.btn-warning.disabled,.btn-warning[disabled]{color:white;background-color:#f89406;*background-color:#df8505}.btn-warning:active,.btn-warning.active{background-color:#c67605 \9}.btn-danger{color:white;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#da4e49;background-image:-moz-linear-gradient(top,#ee5f5b,#bd362f);background-image:-webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));background-image:-webkit-linear-gradient(top,#ee5f5b,#bd362f);background-image:-o-linear-gradient(top,#ee5f5b,#bd362f);background-image:linear-gradient(to bottom,#ee5f5b,#bd362f);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEE5F5B',endColorstr='#FFBD362F',GradientType=0);border-color:#bd362f #bd362f #802420;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) fadein(rgba(0,0,0,0.1),15%);*background-color:#bd362f;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.btn-danger:hover,.btn-danger:active,.btn-danger.active,.btn-danger.disabled,.btn-danger[disabled]{color:white;background-color:#bd362f;*background-color:#a9302a}.btn-danger:active,.btn-danger.active{background-color:#942a25 \9}.btn-success{color:white;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#5bb65b;background-image:-moz-linear-gradient(top,#62c462,#51a351);background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));background-image:-webkit-linear-gradient(top,#62c462,#51a351);background-image:-o-linear-gradient(top,#62c462,#51a351);background-image:linear-gradient(to bottom,#62c462,#51a351);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62C462',endColorstr='#FF51A351',GradientType=0);border-color:#51a351 #51a351 #387038;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) fadein(rgba(0,0,0,0.1),15%);*background-color:#51a351;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.btn-success:hover,.btn-success:active,.btn-success.active,.btn-success.disabled,.btn-success[disabled]{color:white;background-color:#51a351;*background-color:#499249}.btn-success:active,.btn-success.active{background-color:#408140 \9}.btn-info{color:white;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#49afcd;background-image:-moz-linear-gradient(top,#5bc0de,#2f96b4);background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));background-image:-webkit-linear-gradient(top,#5bc0de,#2f96b4);background-image:-o-linear-gradient(top,#5bc0de,#2f96b4);background-image:linear-gradient(to bottom,#5bc0de,#2f96b4);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE',endColorstr='#FF2F96B4',GradientType=0);border-color:#2f96b4 #2f96b4 #1f6377;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) fadein(rgba(0,0,0,0.1),15%);*background-color:#2f96b4;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.btn-info:hover,.btn-info:active,.btn-info.active,.btn-info.disabled,.btn-info[disabled]{color:white;background-color:#2f96b4;*background-color:#2a85a0}.btn-info:active,.btn-info.active{background-color:#24748c \9}.btn-inverse{color:white;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#363636;background-image:-moz-linear-gradient(top,#444444,#222222);background-image:-webkit-gradient(linear,0 0,0 100%,from(#444444),to(#222222));background-image:-webkit-linear-gradient(top,#444444,#222222);background-image:-o-linear-gradient(top,#444444,#222222);background-image:linear-gradient(to bottom,#444444,#222222);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF444444',endColorstr='#FF222222',GradientType=0);border-color:#222222 #222222 black;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) fadein(rgba(0,0,0,0.1),15%);*background-color:#222222;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.btn-inverse:hover,.btn-inverse:active,.btn-inverse.active,.btn-inverse.disabled,.btn-inverse[disabled]{color:white;background-color:#222222;*background-color:#151515}.btn-inverse:active,.btn-inverse.active{background-color:#090909 \9}button.btn,input[type="submit"].btn{*padding-top:3px;*padding-bottom:3px}button.btn::-moz-focus-inner,input[type="submit"].btn::-moz-focus-inner{padding:0;border:0}button.btn.btn-large,input[type="submit"].btn.btn-large{*padding-top:7px;*padding-bottom:7px}button.btn.btn-small,input[type="submit"].btn.btn-small{*padding-top:3px;*padding-bottom:3px}button.btn.btn-mini,input[type="submit"].btn.btn-mini{*padding-top:1px;*padding-bottom:1px}.btn-link,.btn-link:active,.btn-link[disabled]{background-color:transparent;background-image:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.btn-link{border-color:transparent;cursor:pointer;color:#f36050;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.btn-link:hover{color:#e72510;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover{color:#333333;text-decoration:none}.label,.badge{display:inline-block;padding:2px 4px;font-size:11.844px;font-weight:700;line-height:14px;color:#ffffff;vertical-align:baseline;white-space:nowrap;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#999999}.label{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.badge{padding-left:9px;padding-right:9px;-webkit-border-radius:9px;-moz-border-radius:9px;border-radius:9px}a.label:hover,a.badge:hover{color:#ffffff;text-decoration:none;cursor:pointer}.label-important,.badge-important{background-color:#b94a48}.label-important[href],.badge-important[href]{background-color:#953b39}.label-warning,.badge-warning{background-color:#f89406}.label-warning[href],.badge-warning[href]{background-color:#c67605}.label-success,.badge-success{background-color:#468847}.label-success[href],.badge-success[href]{background-color:#356635}.label-info,.badge-info{background-color:#3a87ad}.label-info[href],.badge-info[href]{background-color:#2d6987}.label-inverse,.badge-inverse{background-color:#333333}.label-inverse[href],.badge-inverse[href]{background-color:#1a1a1a}.btn .label,.btn .badge{position:relative;top:-1px}.btn-mini .label,.btn-mini .badge{top:0}body{font-family:Helvetica,Arial;color:#555;background-color:#F9FAF7;font-size:.96em}h1,h2,h3,h4{font-family:'museo_sans_rounded_300regular';text-transform:uppercase}a{color:#f36050;text-decoration:none}img{width:auto 9;height:auto;max-width:100%;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic}.affix{position:fixed;top:10px}.container{margin:0 auto}@media only screen and (min-width:980px){.container{width:980px}}input[type=text]{font-size:13px;color:#8e8d8d;padding:11px 15px 10px 6px;background-color:#fdfdfd;margin:0;line-height:20px;box-shadow:inset 2px 2px 4px #f1f1f1;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;height:20px;border:1px solid #cccccc;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border linear .2s,box-shadow linear .2s;-moz-transition:border linear .2s,box-shadow linear .2s;-o-transition:border linear .2s,box-shadow linear .2s;transition:border linear .2s,box-shadow linear .2s}.modal{max-width:500px}.modal h2{margin:0;border-bottom:1px solid #CCC}#sign-in{display:none}#sign-in .btn{margin-left:20px}#sign-in .waDomainLogins{margin-bottom:18px}#sign-in .waDomainLogins span{color:#f36050;display:block;padding:2px 0 2px 15px;font-size:14px;cursor:pointer}#sign-in .waDomainLogins span:hover{color:#e72510}@media only screen and (max-width:980px){#blog-ribbon{display:none}}#blog-ribbon a{background:url('/img/blog-ribbon-7158a39e.png?1352315937') no-repeat scroll top left;text-indent:-9999px;display:block;width:51px;height:106px;position:absolute;top:94px;z-index:99}#old-browser{display:none}#old-browser-inner{text-align:center;padding:30px 0}#old-browser-inner h1{width:500px;font-size:26px;margin:28px auto 20px}#old-browser-inner p{width:400px;margin:0 auto}aside ul#submenu{list-style:none;padding:0;border-right:1px solid #ddd;width:230px}@media only screen and (max-width:980px){aside ul#submenu{width:165px}}aside ul#submenu li{margin:4px 0 4px 6px}aside ul#submenu li a{display:block;padding:8px 16px 8px 14px;text-transform:uppercase;font-size:14px;text-align:right;font-family:gotham_mediumregular}aside ul#submenu li.active a{background-color:#F9FAF7;border:1px solid #ddd;-webkit-border-radius:8px 0 0 8px;-moz-border-radius:8px 0 0 8px;border-radius:8px 0 0 8px;border-color:#ddd transparent #ddd #ddd;left:1px;position:relative}nav.main{background-color:#f8f7ef;text-transform:uppercase;font:14px 'museo_sans_rounded_300regular';position:relative;height:90px;-webkit-box-shadow:0 0 6px #888888;-moz-box-shadow:0 0 6px #888888;box-shadow:0 0 6px #888888}@media only screen and (min-width:767px){nav.main{height:68px}}@media only screen and (min-width:980px){nav.main{height:100px}}nav.main ul{position:relative;z-index:9;margin:0 auto;padding:0}@media only screen and (min-width:767px){nav.main ul > li{float:left}}nav.main ul > li a{display:block}nav.main ul > li:first-child{margin:8px auto;text-align:center}@media only screen and (min-width:767px){nav.main ul > li:first-child{margin:25px 0 0 10px !important}}@media only screen and (min-width:980px){nav.main ul > li:first-child{margin:34px 0 0 0 !important}}@media only screen and (min-width:767px){nav.main ul > li:last-child{float:right}}nav.main ul > li ul{display:table;border-top:1px solid #ccc}@media only screen and (min-width:767px){nav.main ul > li ul{border:none}}nav.main ul > li ul li{float:left;margin:19px 0 0 0 !important;height:35px}@media only screen and (min-width:767px){nav.main ul > li ul li{margin-top:25px !important;height:47px}}@media only screen and (min-width:980px){nav.main ul > li ul li{margin-top:38px !important;height:66px}}@media only screen and (min-width:980px){nav.main ul > li ul li:first-child{margin-top:38px !important}}@media only screen and (max-width:980px){nav.main ul > li ul li:nth-child(4){display:none}}@media only screen and (max-width:320px){nav.main ul > li ul li:nth-child(5) a:first-child{display:none}}nav.main ul > li ul li a{color:#3e3e3e;padding:0 10px}@media only screen and (min-width:480px){nav.main ul > li ul li a{padding:0 10px}}@media only screen and (min-width:767px){nav.main ul > li ul li a{padding:0 12px}}@media only screen and (min-width:980px){nav.main ul > li ul li a{font-size:16px}}nav.main ul > li ul li.active a{color:#f36050}nav.main ul > li ul li:last-child{height:100px;text-align:center}nav.main ul > li ul li:last-child a{color:#f36050}nav.main ul > li ul li:last-child #cws-sign-up{display:none;font:12px 'museo_sans_rounded_300regular';margin:0;padding:0 0 22px;text-align:center}@media only screen and (min-width:767px){nav.main ul > li ul li:last-child{margin:0 0 0 10px !important;background-color:#f36050;height:68px}nav.main ul > li ul li:last-child a{color:#FFF;padding:24px 12px 28px;font-family:'gotham_mediumregular'}nav.main ul > li ul li:last-child a:hover{color:#000}}@media only screen and (min-width:980px){nav.main ul > li ul li:last-child{margin:0 0 0 20px !important;height:100px}nav.main ul > li ul li:last-child a{background-color:#f36050;padding:33px 18px 4px;font-size:23px}}nav.main .active{background:#f8f7ef url('/img/products/nav-pointer-6ba79b2f.gif?1351268674') no-repeat center 16px}@media only screen and (min-width:767px){nav.main .active{background-position:center 28px}}@media only screen and (min-width:980px){nav.main .active{background-position:center 47px}}body.home nav.main{-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}body.home nav.main .active{background-image:url('/img/home/nav-pointer-0caff26f.gif?1352315960')}nav.sub{background-color:#EFEDE7;padding:12px 0 10px;box-shadow:0 0 6px #888;font-family:'museo_sans_rounded_300regular'}nav.sub ul,nav.sub li{list-style:none;margin:0;padding:0}nav.sub .container{display:table}nav.sub ul{text-align:center;margin:0 auto}nav.sub ul li{display:inline;margin:0 12px}@media only screen and (min-width:320px){nav.sub ul li{margin:0 6px}}@media only screen and (min-width:767px){nav.sub ul li{margin:0 20px}}nav.sub ul li.active{font-family:museo_sans_rounded_700regular}nav.sub ul li.active a{color:#f36050}nav.sub ul li a{font-size:15px;color:#3e3e3e;text-transform:uppercase}.video-thumb{width:120px;height:68px;padding:3px;background-color:#FFF;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:1px solid rgba(0,0,0,0.2);-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);box-shadow:0 1px 3px rgba(0,0,0,0.1)}.video-thumb span:first-child{position:relative;width:120px;height:68px;display:block;overflow:hidden}.video-thumb span:first-child img{display:inline-block;vertical-align:middle;top:-11px;position:relative;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.video-thumb span:last-child{padding:0 4px;font-weight:700;font-size:11px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-color:#000;color:#fff !important;height:14px;line-height:14px;opacity:.75;filter:alpha(opacity=75);display:-moz-inline-stack;display:inline-block;vertical-align:top;zoom:1;float:right;margin-right:4px;position:relative;top:-17px}body.home{background:#f8f7ef url('/img/graphbg-2b03e80b.gif?1352315960') repeat}body.home .carousel{width:100%;position:relative}body.home .carousel .carousel-item{display:none}body.home .carousel .carousel-active{display:block}body.home .carousel .carousel-nav{height:13px}body.home .carousel .carousel-nav:nth-child(2){display:none}body.home .carousel .prev,body.home .carousel .next{display:none}body.home .carousel .carousel-pagination{margin:20px auto;width:100px}body.home .carousel .carousel-pagination li{float:left;margin:0 1px;list-style:none}body.home .carousel .carousel-pagination li a{display:block;width:12px;height:0;padding-top:13px;background-image:url('/img/home/slides/pagination-8abc339e.png?1352316069');background-position:0 0;float:left;overflow:hidden}body.home .carousel .carousel-pagination li a:hover{background-position:0 -26px}body.home .carousel .carousel-pagination li.carousel-active-page a{background-position:0 -13px}body.home .carousel-slide{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}body.home .carousel-slide .carousel-item{position:absolute;left:100%;top:0;width:100%;display:block;z-index:1;-webkit-transition:left .2s ease;-moz-transition:left .2s ease;-ms-transition:left .2s ease;-o-transition:left .2s ease;transition:left .2s ease}body.home .carousel-no-transition .carousel-item{-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none}body.home .carousel-slide .carousel-active{left:0;position:relative;z-index:2}body.home .carousel-slide .carousel-in{left:0}body.home .carousel-slide-reverse .carousel-out{left:100%}body.home .carousel-slide .carousel-out,body.home .carousel-slide-reverse .carousel-item,body.home .carousel-slide-reverse .carousel-in{left:-100%}body.home .carousel-slide-reverse .carousel-active{left:0}body.home .carousel-flip{position:relative;overflow:visible;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-perspective:800;-moz-perspective:800;-ms-perspective:800;-o-perspective:800;perspective:800}body.home .carousel-flip .carousel-item{position:absolute;top:0;width:100%;display:block;z-index:1;opacity:0;-webkit-transition:-webkit-transform .2s ease;-moz-transition:-moz-transform .2s ease;-ms-transition:-ms-transform .2s ease;-o-transition:-o-transform .2s ease;transition:transform .2s ease;-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-ms-transform:rotateY(180deg);-o-transform:rotateY(180deg);-transform:rotateY(180deg);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden}body.home .carousel-no-transition .carousel-item{-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none}body.home .carousel-flip .carousel-active{-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-ms-transform:rotateY(0deg);-o-transform:rotateY(0deg);-transform:rotateY(0deg);position:relative;z-index:2;opacity:1}body.home .carousel-flip .carousel-out,body.home .carousel-flip-reverse .carousel-item{-webkit-transform:rotateY(-180deg);-moz-transform:rotateY(-180deg);-ms-transform:rotateY(-180deg);-o-transform:rotateY(-180deg);-transform:rotateY(-180deg)}body.home .carousel-flip .carousel-in{-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-ms-transform:rotateY(0deg);-o-transform:rotateY(0deg);-transform:rotateY(0deg);opacity:1}body.home .carousel-flip .carousel-top{z-index:3;opacity:1}body.home .carousel-flip-reverse .carousel-out{-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-ms-transform:rotateY(180deg);-o-transform:rotateY(180deg);-transform:rotateY(180deg)}body.home .carousel-flip-reverse .carousel-in{-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-ms-transform:rotateY(0deg);-o-transform:rotateY(0deg);-transform:rotateY(0deg)}body.home header{background:#666666 url('/img/bgcloth-66b6fbca.png?1352825933') repeat;padding:10px 0 20px}@media only screen and (min-width:767px){body.home header{padding:50px 0}}body.home header section{height:485px}@media only screen and (min-width:480px){body.home header section{height:640px}}@media only screen and (min-width:767px){body.home header section{height:314px}}@media only screen and (min-width:980px){body.home header section{height:430px}}body.home header section > div{text-align:center}@media only screen and (min-width:767px){body.home header section > div{float:left}}body.home header section > div p{color:#F8F7EF;text-align:center;text-transform:uppercase;line-height:1.7em;font-family:'gotham_thinregular';font-size:14px}@media only screen and (min-width:980px){body.home header section > div p{font-size:18px}}body.home header section > div:first-child > div:nth-child(3){display:none}@media only screen and (min-width:767px){body.home header section > div:first-child > div:nth-child(3){display:block}}body.home header section > div:first-child div:first-child p{display:block;margin:0;line-height:1.05em;font-family:'gotham_mediumregular';font-size:38px}@media only screen and (min-width:480px){body.home header section > div:first-child div:first-child p{font-size:52px}}@media only screen and (min-width:980px){body.home header section > div:first-child div:first-child p{font-size:64px}}body.home header section > div:last-child{margin:20px 0 0 0}@media only screen and (min-width:980px){body.home header section > div:last-child{margin:0}}@media only screen and (min-width:767px){body.home header section > div:last-child{width:44%}}body.home header section > div:last-child img{max-width:78%}@media only screen and (min-width:480px){body.home header section > div:last-child img{max-width:70%}}@media only screen and (min-width:767px){body.home header section > div:last-child img{max-width:80%}}@media only screen and (min-width:980px){body.home header section > div:last-child img{max-width:100%}}@media only screen and (min-width:767px){body.home section#slide1 > div:first-child{width:56%}}@media only screen and (min-width:980px){body.home section#slide1 > div:first-child{margin-top:50px;width:52%;padding-right:38px}}body.home section#slide1 > div:first-child div:nth-child(2) p{width:320px;text-align:center;margin:20px auto}@media only screen and (min-width:480px){body.home section#slide1 > div:first-child div:nth-child(2) p{font-size:16px;margin:14px auto}}@media only screen and (min-width:980px){body.home section#slide1 > div:first-child div:nth-child(2) p{width:450px;margin:25px auto}}body.home section#slide1 > div:first-child div:first-child img{margin:0 auto}body.home section#slide1 > div:first-child div:first-child p:first-child{margin-bottom:3px;font-size:24px}@media only screen and (min-width:480px){body.home section#slide1 > div:first-child div:first-child p:first-child{font-size:34px}}@media only screen and (min-width:980px){body.home section#slide1 > div:first-child div:first-child p:first-child{font-size:54px}}body.home section#slide1 > div:first-child div:first-child p:nth-child(3){font-size:40px}@media only screen and (min-width:480px){body.home section#slide1 > div:first-child div:first-child p:nth-child(3){font-size:54px}}@media only screen and (min-width:980px){body.home section#slide1 > div:first-child div:first-child p:nth-child(3){font-size:66px}}body.home section#slide1 > div:first-child div:first-child p:last-child{font-size:24px}@media only screen and (min-width:480px){body.home section#slide1 > div:first-child div:first-child p:last-child{font-size:30px}}@media only screen and (min-width:980px){body.home section#slide1 > div:first-child div:first-child p:last-child{font-size:40px}}@media only screen and (min-width:767px){body.home section#slide2 > div:first-child{width:56%}}@media only screen and (min-width:980px){body.home section#slide2 > div:first-child{margin-top:25px;width:52%;padding-right:38px}}body.home section#slide2 > div:first-child div:nth-child(2) p{width:320px;text-align:center;margin:20px auto}@media only screen and (min-width:480px){body.home section#slide2 > div:first-child div:nth-child(2) p{font-size:16px;margin:14px auto}}@media only screen and (min-width:980px){body.home section#slide2 > div:first-child div:nth-child(2) p{width:450px;margin:25px auto}}body.home section#slide2 > div:first-child div:first-child img{margin:0 auto}body.home section#slide2 > div:first-child div:first-child p:first-child{font-size:24px}@media only screen and (min-width:480px){body.home section#slide2 > div:first-child div:first-child p:first-child{font-size:34px}}@media only screen and (min-width:980px){body.home section#slide2 > div:first-child div:first-child p:first-child{font-size:44px}}body.home section#slide2 > div:first-child div:first-child p:nth-child(2){line-height:.8em;font-size:94px}@media only screen and (min-width:480px){body.home section#slide2 > div:first-child div:first-child p:nth-child(2){font-size:132px}}@media only screen and (min-width:980px){body.home section#slide2 > div:first-child div:first-child p:nth-child(2){font-size:166px}}body.home section#slide2 > div:first-child div:first-child p:last-child{font-size:26px;margin-top:5px}@media only screen and (min-width:480px){body.home section#slide2 > div:first-child div:first-child p:last-child{font-size:38px}}@media only screen and (min-width:980px){body.home section#slide2 > div:first-child div:first-child p:last-child{font-size:46px}}@media only screen and (min-width:767px){body.home section#slide3 > div:first-child{width:52%}}@media only screen and (min-width:980px){body.home section#slide3 > div:first-child{margin:25px 0;width:52%;padding-right:38px}}body.home section#slide3 > div:first-child div:nth-child(2) p{width:320px;text-align:center;margin:20px auto}@media only screen and (min-width:480px){body.home section#slide3 > div:first-child div:nth-child(2) p{font-size:16px;margin:14px auto}}@media only screen and (min-width:980px){body.home section#slide3 > div:first-child div:nth-child(2) p{width:450px;margin:25px auto}}body.home section#slide3 > div:first-child div:first-child img{margin:0 auto}body.home section#slide3 > div:first-child div:first-child p:first-child{font-size:22px}@media only screen and (min-width:480px){body.home section#slide3 > div:first-child div:first-child p:first-child{font-size:34px}}@media only screen and (min-width:980px){body.home section#slide3 > div:first-child div:first-child p:first-child{font-size:44px}}body.home section#slide3 > div:first-child div:first-child p:nth-child(2){font-size:44px}@media only screen and (min-width:480px){body.home section#slide3 > div:first-child div:first-child p:nth-child(2){font-size:64px}}@media only screen and (min-width:767px){body.home section#slide3 > div:first-child div:first-child p:nth-child(2){font-size:54px}}@media only screen and (min-width:980px){body.home section#slide3 > div:first-child div:first-child p:nth-child(2){font-size:72px}}body.home section#slide3 > div:first-child div:first-child p:nth-child(3){font-size:22px}@media only screen and (min-width:480px){body.home section#slide3 > div:first-child div:first-child p:nth-child(3){font-size:34px}}@media only screen and (min-width:980px){body.home section#slide3 > div:first-child div:first-child p:nth-child(3){font-size:44px}}body.home section#slide3 > div:first-child div:first-child p:last-child{font-size:42px}@media only screen and (min-width:480px){body.home section#slide3 > div:first-child div:first-child p:last-child{font-size:62px}}@media only screen and (min-width:767px){body.home section#slide3 > div:first-child div:first-child p:last-child{font-size:50px}}@media only screen and (min-width:980px){body.home section#slide3 > div:first-child div:first-child p:last-child{font-size:68px}}body.home section#slide3 > div:last-child img{max-width:90%}@media only screen and (min-width:480px){body.home section#slide3 > div:last-child img{max-width:80%}}@media only screen and (min-width:767px){body.home section#slide3 > div:last-child img{max-width:100%}}@media only screen and (min-width:767px){body.home section#slide3 > div:last-child{width:366px;margin:0}}@media only screen and (min-width:980px){body.home section#slide3 > div:last-child{width:430px}}body.home section#content{padding:0 25px;font-family:'museo_sans_rounded_300regular'}body.home section#content .feature{font-size:16px;line-height:1.5em;margin:5px 0 20px}@media only screen and (min-width:767px){body.home section#content .feature{margin:50px 0 60px}}@media only screen and (min-width:980px){body.home section#content .feature{font-size:18px;line-height:1.6em}}body.home section#content .feature h2{font:28px gotham_mediumregular;text-transform:uppercase;margin-bottom:10px}@media only screen and (min-width:980px){body.home section#content .feature h2{font-size:42px;margin-bottom:20px}}body.home section#content .feature p{margin:0}@media only screen and (min-width:767px){body.home section#content .feature div{float:left;width:50%}body.home section#content .feature div img{max-width:90%}}body.home section#content .feature:nth-child(1) div:first-child{display:none}@media only screen and (min-width:767px){body.home section#content .feature:nth-child(1) div:first-child{display:block}}body.home section#content .feature:nth-child(1) strong{line-height:1em;font-size:70px;color:#27b6da;display:block}@media only screen and (min-width:980px){body.home section#content .feature:nth-child(1) strong{font-size:120px}}body.home section#content .feature:nth-child(2) div:last-child{display:none}@media only screen and (min-width:767px){body.home section#content .feature:nth-child(2) div:last-child{display:block;text-align:right;margin-top:20px}}body.home section#content .feature:nth-child(3) div:first-child{display:none}@media only screen and (min-width:767px){body.home section#content .feature:nth-child(3) div:first-child{display:block}body.home section#content .feature:nth-child(3) div:first-child img{max-width:85%}}body.home section#content .feature:nth-child(3) div:last-child{margin-top:20px}body.home section#content .feature:nth-child(4) div:last-child{display:none}@media only screen and (min-width:767px){body.home section#content .feature:nth-child(4) div:last-child{display:block;text-align:right}body.home section#content .feature:nth-child(4) div:last-child img{max-width:80%}}body.home section#content .feature:nth-child(5) div:first-child{float:left}@media only screen and (min-width:767px){body.home section#content .feature:nth-child(5) div:first-child{float:right;width:45%}}body.home section#content .feature:nth-child(5) div:last-child{float:left;margin-top:40px}body.home section#content .feature:nth-child(5) div:last-child article{display:table;border:1px solid #CCC;border-radius:6px;padding:10px;font-size:14px}@media only screen and (min-width:767px){body.home section#content .feature:nth-child(5) div:last-child article{margin-right:60px;padding:30px}}body.home section#content .feature:nth-child(5) div:last-child article h2{font-size:18px;margin:0 0 16px;color:#666}body.home section#content .feature:nth-child(5) div:last-child article h3{margin:10px 0 12px;line-height:1.2em;font-size:18px}@media only screen and (min-width:980px){body.home section#content .feature:nth-child(5) div:last-child article h3{font-size:22px}}body.home section#content .feature:nth-child(5) div:last-child article p{line-height:1.4em}body.home section#content .feature:nth-child(5) div:last-child article p a{font-size:13px}@media only screen and (min-width:767px){body.home section#content .feature:nth-child(5) div:last-child{margin-top:30px;float:right;width:55%}}@media only screen and (min-width:980px){body.home section#content .feature:nth-child(5) div:last-child{margin-top:40px}}@-webkit-keyframes cloudAnim{50%{-webkit-transform:translate(0,10px)}100%{-webkit-transform:translate(0,0)}}@-moz-keyframes cloudAnim{50%{-moz-transform:translate(0,10px)}100%{-moz-transform:translate(0,0)}}@-o-keyframes cloudAnim{50%{-o-transform:translate(0,10px)}100%{-o-transform:translate(0,0)}}@-ms-keyframes cloudAnim{50%{-ms-transform:translate(0,10px)}100%{-ms-transform:translate(0,0)}}@keyframes cloudAnim{50%{-webkit-transform:translate(0,10px)}100%{-webkit-transform:translate(0,0)}}body.products #overview-sections{background:#666666 url('/img/bgcloth-66b6fbca.png?1352825933') repeat;font-size:.8em}body.products #overview-sections .container > h1{color:#f8f7ef;font:26px gotham_thinregular;text-transform:uppercase;padding:28px 0 0;margin:0 auto;text-align:center}body.products #overview-sections ul{list-style:none;margin:0;padding:0;padding:20px 20px 10px}@media only screen and (min-width:767px){body.products #overview-sections ul{margin-left:32px}}@media only screen and (min-width:980px){body.products #overview-sections ul{margin-left:0;padding:30px 10px 20px}}body.products #overview-sections ul > li a{display:block;padding-left:78px;height:84px;width:200px}@media only screen and (min-width:480px){body.products #overview-sections ul > li a{width:140px;float:left}}@media only screen and (min-width:767px){body.products #overview-sections ul > li a{width:270px}}@media only screen and (min-width:980px){body.products #overview-sections ul > li a{width:145px;margin-right:20px}}body.products #overview-sections ul > li h3{font-size:18px;padding:4px 0 0 0;margin:0}body.products #overview-sections ul > li p{margin:4px 0 0 0;color:#AAA}body.products #overview-sections ul > li:nth-child(1) a{background:transparent url('/img/products/ui-builder-c0be35df.gif?1351508480') no-repeat}body.products #overview-sections ul > li:nth-child(2) a{background:transparent url('/img/products/code-editor-79b66eb4.gif?1351508511') no-repeat}body.products #overview-sections ul > li:nth-child(3) a{background:transparent url('/img/products/deployment-b683d15b.gif?1352315960') no-repeat}body.products #overview-sections ul > li:last-child a{background:transparent url('/img/products/extras-c4b6fa5d.gif?1351508555') no-repeat}@media only screen and (min-width:980px){body.products #overview-sections ul > li:last-child a{margin-right:0}}body.products .back-top,body.services .back-top,body.mobile-build .back-top{float:right;position:relative;top:12px;font-size:12px;color:#888}@media only screen and (min-width:767px){body.products .back-top,body.services .back-top,body.mobile-build .back-top{top:21px}}body.products .overview-section .container,body.services .overview-section .container,body.mobile-build .overview-section .container{padding:0 10px}body.products .overview-section .container img,body.services .overview-section .container img,body.mobile-build .overview-section .container img{display:none}@media only screen and (min-width:480px){body.products .overview-section .container img,body.services .overview-section .container img,body.mobile-build .overview-section .container img{display:block;max-width:36%}}@media only screen and (min-width:767px){body.products .overview-section .container img,body.services .overview-section .container img,body.mobile-build .overview-section .container img{max-width:32%}}body.products .overview-section .container article h3,body.services .overview-section .container article h3,body.mobile-build .overview-section .container article h3{color:#f36050;font:26px gotham_bookregular;margin:0 0 26px;text-shadow:1px 1px 3px #BBB;text-transform:uppercase;border-bottom:3px solid #CCC;padding-bottom:10px}@media only screen and (min-width:480px){body.products .overview-section .container article h3,body.services .overview-section .container article h3,body.mobile-build .overview-section .container article h3{margin:0}}@media only screen and (min-width:767px){body.products .overview-section .container article h3,body.services .overview-section .container article h3,body.mobile-build .overview-section .container article h3{font-size:32px}}@media only screen and (min-width:980px){body.products .overview-section .container article h3,body.services .overview-section .container article h3,body.mobile-build .overview-section .container article h3{font-size:36px;margin:0 0 26px}}body.products .overview-section .container article ul,body.services .overview-section .container article ul,body.mobile-build .overview-section .container article ul{list-style:none;margin:0;padding:0}body.products .overview-section .container article ul li,body.services .overview-section .container article ul li,body.mobile-build .overview-section .container article ul li{float:left;width:250px}@media only screen and (min-width:480px){body.products .overview-section .container article ul li,body.services .overview-section .container article ul li,body.mobile-build .overview-section .container article ul li{width:210px}}@media only screen and (min-width:980px){body.products .overview-section .container article ul li,body.services .overview-section .container article ul li,body.mobile-build .overview-section .container article ul li{width:300px}}body.products .overview-section .container article ul li:nth-child(1),body.products .overview-section .container article ul li:nth-child(3),body.services .overview-section .container article ul li:nth-child(1),body.services .overview-section .container article ul li:nth-child(3),body.mobile-build .overview-section .container article ul li:nth-child(1),body.mobile-build .overview-section .container article ul li:nth-child(3){margin-right:40px}body.products .overview-section .container article ul li h4,body.services .overview-section .container article ul li h4,body.mobile-build .overview-section .container article ul li h4{font:16px gotham_mediumregular;margin-bottom:0}body.products .overview-section .container article ul li p,body.services .overview-section .container article ul li p,body.mobile-build .overview-section .container article ul li p{font-size:14px;margin:10px 0 0 0}body.products #overview-ui-builder,body.services #overview-ui-builder,body.mobile-build #overview-ui-builder{margin-top:30px}@media only screen and (min-width:480px){body.products #overview-ui-builder,body.services #overview-ui-builder,body.mobile-build #overview-ui-builder{margin:60px 0 70px}}@media only screen and (min-width:480px){body.products #overview-ui-builder .container article,body.services #overview-ui-builder .container article,body.mobile-build #overview-ui-builder .container article{margin-top:10px}}@media only screen and (min-width:480px){body.products #overview-ui-builder .container img,body.services #overview-ui-builder .container img,body.mobile-build #overview-ui-builder .container img{margin-right:20px}}body.products #overview-code-editor,body.services #overview-code-editor,body.mobile-build #overview-code-editor{margin:80px 0}@media only screen and (min-width:767px){body.products #overview-code-editor .container article ul,body.services #overview-code-editor .container article ul,body.mobile-build #overview-code-editor .container article ul{margin-right:240px}}body.products #overview-code-editor .container article ul li,body.services #overview-code-editor .container article ul li,body.mobile-build #overview-code-editor .container article ul li{width:235px}@media only screen and (min-width:480px){body.products #overview-code-editor .container article ul li,body.services #overview-code-editor .container article ul li,body.mobile-build #overview-code-editor .container article ul li{width:208px}}@media only screen and (min-width:980px){body.products #overview-code-editor .container article ul li,body.services #overview-code-editor .container article ul li,body.mobile-build #overview-code-editor .container article ul li{width:285px}}@media only screen and (min-width:480px){body.products #overview-code-editor .container img,body.services #overview-code-editor .container img,body.mobile-build #overview-code-editor .container img{margin:0 10px 0 40px}}body.products #overview-deployment,body.services #overview-deployment,body.mobile-build #overview-deployment{margin:80px 0}body.products #overview-deployment .container article ul li,body.services #overview-deployment .container article ul li,body.mobile-build #overview-deployment .container article ul li{width:230px}@media only screen and (min-width:480px){body.products #overview-deployment .container article ul li,body.services #overview-deployment .container article ul li,body.mobile-build #overview-deployment .container article ul li{width:210px}}@media only screen and (min-width:980px){body.products #overview-deployment .container article ul li,body.services #overview-deployment .container article ul li,body.mobile-build #overview-deployment .container article ul li{width:290px}}@media only screen and (min-width:480px){body.products #overview-deployment .container img,body.services #overview-deployment .container img,body.mobile-build #overview-deployment .container img{margin:0 40px 0 0}}body.products #overview-detail,body.services #overview-detail,body.mobile-build #overview-detail{margin:0 10px 60px}@media only screen and (min-width:480px){body.products #overview-detail,body.services #overview-detail,body.mobile-build #overview-detail{margin-bottom:60px}}body.products #overview-detail .container > h3,body.services #overview-detail .container > h3,body.mobile-build #overview-detail .container > h3{color:#f36050;margin:0 0 16px;font:26px gotham_bookregular;text-shadow:1px 1px 3px #BBB;text-transform:uppercase;border-bottom:3px solid #CCC;padding-bottom:10px}body.products #overview-detail .container > ul,body.services #overview-detail .container > ul,body.mobile-build #overview-detail .container > ul{list-style:none;margin:0;padding:0}body.products #overview-detail .container > ul > li,body.services #overview-detail .container > ul > li,body.mobile-build #overview-detail .container > ul > li{float:left;width:300px;padding:10px 0 0 0}@media only screen and (min-width:480px){body.products #overview-detail .container > ul > li,body.services #overview-detail .container > ul > li,body.mobile-build #overview-detail .container > ul > li{width:210px;padding:10px 40px 0 0}}@media only screen and (min-width:480px){body.products #overview-detail .container > ul > li:nth-child(1),body.products #overview-detail .container > ul > li:nth-child(2),body.services #overview-detail .container > ul > li:nth-child(1),body.services #overview-detail .container > ul > li:nth-child(2),body.mobile-build #overview-detail .container > ul > li:nth-child(1),body.mobile-build #overview-detail .container > ul > li:nth-child(2){padding-bottom:20px}}@media only screen and (min-width:480px){body.products #overview-detail .container > ul > li:nth-child(2),body.products #overview-detail .container > ul > li:nth-child(4),body.services #overview-detail .container > ul > li:nth-child(2),body.services #overview-detail .container > ul > li:nth-child(4),body.mobile-build #overview-detail .container > ul > li:nth-child(2),body.mobile-build #overview-detail .container > ul > li:nth-child(4){padding-right:0}}@media only screen and (min-width:980px){body.products #overview-detail .container > ul > li:nth-child(2),body.products #overview-detail .container > ul > li:nth-child(4),body.services #overview-detail .container > ul > li:nth-child(2),body.services #overview-detail .container > ul > li:nth-child(4),body.mobile-build #overview-detail .container > ul > li:nth-child(2),body.mobile-build #overview-detail .container > ul > li:nth-child(4){padding-right:40px}}body.products #overview-detail .container > ul > li:last-child,body.services #overview-detail .container > ul > li:last-child,body.mobile-build #overview-detail .container > ul > li:last-child{padding-right:0}@media only screen and (min-width:767px){body.products #overview-detail .container > ul > li,body.services #overview-detail .container > ul > li,body.mobile-build #overview-detail .container > ul > li{width:320px;padding:10px 40px 0 20px}}@media only screen and (min-width:980px){body.products #overview-detail .container > ul > li,body.services #overview-detail .container > ul > li,body.mobile-build #overview-detail .container > ul > li{width:212px;padding-left:0}}body.products #overview-detail .container > ul > li h3,body.services #overview-detail .container > ul > li h3,body.mobile-build #overview-detail .container > ul > li h3{color:#000;font:16px gotham_mediumregular;text-transform:uppercase;text-shadow:0 1px 0 #fff;margin:0;text-shadow:none}body.products #overview-detail .container > ul > li > ul,body.services #overview-detail .container > ul > li > ul,body.mobile-build #overview-detail .container > ul > li > ul{list-style-type:disc;font-size:14px;color:#505258;line-height:19px;list-style-type:none;padding:0;margin:0}body.products #overview-detail .container > ul > li > ul li,body.services #overview-detail .container > ul > li > ul li,body.mobile-build #overview-detail .container > ul > li > ul li{margin:0;padding:0;margin-bottom:10px;background:url('/img/details-bullet-82df4c4b.png?1351530704') no-repeat;background-position:0 7px;padding-left:10px}body.products #overview-detail .container > ul > li > ul li h4,body.services #overview-detail .container > ul > li > ul li h4,body.mobile-build #overview-detail .container > ul > li > ul li h4{font-size:14px;margin-bottom:0}body.products #overview-detail .container > ul > li > ul li p,body.services #overview-detail .container > ul > li > ul li p,body.mobile-build #overview-detail .container > ul > li > ul li p{margin:0;font-size:13px;color:#898c98}body.pricing{background:#f8f7ef url('/img/graphbg-2b03e80b.gif?1352315960') repeat}body.pricing #overview-sections{display:none}@media only screen and (min-width:767px){body.pricing #overview-sections{display:block}}body.pricing #pricing-section .container{background:transparent url('/img/products/track-mobile-b70e2a38.png?1352838907') no-repeat center 30px;font-size:.8em;height:984px}@media only screen and (min-width:767px){body.pricing #pricing-section .container{background-image:url('/img/products/track-9f404be3.png?1352838903');background-position:-52px 65px;height:770px;margin-top:0}}@media only screen and (min-width:980px){body.pricing #pricing-section .container{background-position:left 65px;background-size:inherit}}body.pricing #pricing-section article{font-size:16px;text-align:center;padding:0 20px}@media only screen and (min-width:480px){body.pricing #pricing-section article{padding:0 30px;font-size:18px}}@media only screen and (min-width:767px){body.pricing #pricing-section article{text-align:left;font-size:16px;padding:0 20px 0 346px}}@media only screen and (min-width:980px){body.pricing #pricing-section article{padding:0 20px 0 440px}}body.pricing #pricing-section article h3{font:32px gotham_bookregular;text-transform:uppercase;margin:0;display:none}@media only screen and (min-width:767px){body.pricing #pricing-section article h3{display:block}}body.pricing #pricing-section article p{margin-top:0}body.pricing #pricing-section article a{font-family:gotham_mediumregular;text-transform:uppercase}body.pricing #pricing-section article:nth-child(1){padding-top:122px}@media only screen and (min-width:480px){body.pricing #pricing-section article:nth-child(1){padding-top:130px}}@media only screen and (min-width:767px){body.pricing #pricing-section article:nth-child(1){padding-top:60px}}body.pricing #pricing-section article:nth-child(2){padding-top:180px}@media only screen and (min-width:480px){body.pricing #pricing-section article:nth-child(2){padding-top:186px}}@media only screen and (min-width:767px){body.pricing #pricing-section article:nth-child(2){padding-top:58px}}@media only screen and (min-width:980px){body.pricing #pricing-section article:nth-child(2){padding-top:78px}}body.pricing #pricing-section article:nth-child(3){padding-top:148px}@media only screen and (min-width:480px){body.pricing #pricing-section article:nth-child(3){padding-top:172px}}@media only screen and (min-width:767px){body.pricing #pricing-section article:nth-child(3){padding-top:88px}}@media only screen and (min-width:980px){body.pricing #pricing-section article:nth-child(3){padding-top:110px}}body.testimonials #testimonials-section{margin:50px 0}@media only screen and (min-width:767px){body.testimonials #testimonials-section{margin:70px 0}}body.testimonials #testimonials-section h1{font:26px gotham_mediumregular;text-transform:uppercase;text-align:center}@media only screen and (min-width:767px){body.testimonials #testimonials-section h1{font-size:30px}}@media only screen and (min-width:980px){body.testimonials #testimonials-section h1{font-size:36px}}body.testimonials #testimonials-section h4{font:14px gotham_bookregular;text-align:center;line-height:1.4em;width:80%;margin:0 auto 80px}@media only screen and (min-width:767px){body.testimonials #testimonials-section h4{font-size:18px}}body.testimonials #testimonials-section .mb-wrap{position:relative;margin:0 10px}body.testimonials #testimonials-section .mb-wrap p{margin:0;padding:0}body.testimonials #testimonials-section .mb-wrap blockquote{margin:0;position:relative;background:#fff;padding:30px;border-radius:5px;box-shadow:inset 0 2px 0 #eeeeee,-5px -4px 25px rgba(0,0,0,0.3)}body.testimonials #testimonials-section .mb-wrap blockquote:after,body.testimonials #testimonials-section .mb-wrap blockquote:before{top:100%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}body.testimonials #testimonials-section .mb-wrap blockquote:before{border-top-color:rgba(0,0,0,0.01);border-width:11px;left:65%;margin-left:-11px}body.testimonials #testimonials-section .mb-wrap blockquote:after{border-top-color:#ffffff;border-width:10px;left:65%;margin-left:-10px}body.testimonials #testimonials-section .mb-wrap blockquote p{font-size:16px;line-height:1.4em;text-indent:100px;position:relative}body.testimonials #testimonials-section .mb-wrap blockquote p:before{content:'\201C';font-family:serif;font-style:normal;font-weight:700;position:absolute;font-size:175px;top:0;left:-105px;color:#f36050;text-shadow:7px 14px 10px rgba(0,0,0,0.1)}body.testimonials #testimonials-section .mb-wrap cite{font-style:normal}body.testimonials #testimonials-section .mb-wrap cite a{font-family:serif;font-weight:700;font-style:italic;color:#fff;text-shadow:0 1px 1px rgba(0,0,0,0.3)}body.testimonials #testimonials-section .mb-wrap cite a:hover{color:#bc93c8;text-shadow:0 1px 1px rgba(255,255,255,0.7)}body.testimonials #testimonials-section .mb-wrap .mb-attribution{text-align:right;padding:20px 100px 20px 20px;position:relative}body.testimonials #testimonials-section .mb-wrap .mb-attribution .mb-author{font-size:14px;color:#777;text-shadow:0 1px 1px rgba(255,255,255,0.7)}body.testimonials #testimonials-section .mb-wrap .mb-attribution cite{font-weight:700}body.testimonials #testimonials-section .mb-wrap .mb-thumb{display:block;width:70px;height:70px;border:5px solid #fff;border-radius:50%;background:white url('/img/logos/anon-a16f6905.jpg?1352315961') no-repeat center center;background-size:100%;position:absolute;right:10px;bottom:5px;box-shadow:inset 1px 1px 4px rgba(0,0,0,0.5),0 2px 3px rgba(0,0,0,0.6)}body.testimonials #testimonials-section .mb-wrap#testimonial-gjigan .mb-thumb{background-image:url('/img/logos/gjigan-707ab841.png?1357557904');background-position:center center;background-size:100%}body.testimonials #testimonials-section .mb-wrap#testimonial-hcri .mb-thumb{background-image:url('/img/logos/hcri-41eebdef.png?1352316070');background-position:center center;background-size:100%}body.testimonials #testimonials-section .mb-wrap#testimonial-coke .mb-thumb{background-image:url('/img/logos/coke-c0f74de0.png?1352316084');background-position:left center;background-size:200%}body.testimonials #testimonials-section .mb-wrap#testimonial-gift .mb-thumb{background-image:url('/img/logos/gift-38b576f6.png?1352316167');background-position:center center}body.testimonials #testimonials-section .mb-wrap#testimonial-i360 .mb-thumb{background-image:url('/img/logos/i360views-d417f07f.png?1352316077');background-position:center center;background-size:150%}body.testimonials #testimonials-section .mb-wrap#testimonial-ndtech .mb-thumb{background-image:url('/img/logos/ndtech-97094924.png?1352316078');background-position:center center;background-size:100%}body.testimonials #testimonials-section ul{list-style:none;margin:0;padding:0;margin:40px 0 30px}body.testimonials #testimonials-section ul li{margin-bottom:40px}body.testimonials #testimonials-section ul li:last-child{margin-bottom:0}@media only screen and (min-width:767px){body.testimonials #testimonials-section ul li{float:left;width:48%;margin-bottom:15px}}@media only screen and (min-width:980px){body.testimonials #testimonials-section ul li{width:46%}}body.testimonials #testimonials-section ul li h2{font:20px gotham_mediumregular;text-transform:uppercase;color:#f36050}body.testimonials #testimonials-section ul li p{color:#3e3e3e}@media only screen and (min-width:767px){body.testimonials #testimonials-section ul li:nth-child(odd){padding-right:10px}}@media only screen and (min-width:980px){body.testimonials #testimonials-section ul li:nth-child(odd){padding-right:55px}}@media only screen and (min-width:767px){body.testimonials #testimonials-section ul li:nth-child(even){padding-left:10px}}@media only screen and (min-width:980px){body.testimonials #testimonials-section ul li:nth-child(even){padding-left:20px}}body.mobile-build header{background:#666666 url('/img/bgcloth-66b6fbca.png?1352825933') repeat;font-size:.8em;padding:20px 0}body.mobile-build header .container > .clearfix{margin:0 auto;display:table}@media only screen and (max-width:320px){body.mobile-build header .container > .clearfix img{display:none}}body.mobile-build header .container > .clearfix > div{float:left;margin-left:20px}@media only screen and (min-width:480px){body.mobile-build header .container > .clearfix > div{margin-left:10px}}body.mobile-build header .container > .clearfix > div h1{color:#f8f7ef;font:30px gotham_bookregular;text-transform:uppercase;padding:0;margin:0}@media only screen and (min-width:767px){body.mobile-build header .container > .clearfix > div h1{font-size:52px}}body.mobile-build header .container > .clearfix > div h2{color:#f8f7ef;margin:0;font-size:14px}@media only screen and (min-width:480px){body.mobile-build header .container > .clearfix > div h2{width:370px}}@media only screen and (min-width:767px){body.mobile-build header .container > .clearfix > div h2{font-size:18px;width:inherit}}body.mobile-build section#mb-overview > .container{margin:40px auto}@media only screen and (max-width:767px){body.mobile-build section#mb-overview > .container > div{padding:0 10px}}@media only screen and (min-width:767px){body.mobile-build section#mb-overview > .container > div{float:left;padding:0 10px}}@media only screen and (min-width:980px){body.mobile-build section#mb-overview > .container > div{padding:0}}@media only screen and (max-width:767px){body.mobile-build section#mb-overview > .container > div:first-child img{display:none}}@media only screen and (min-width:767px){body.mobile-build section#mb-overview > .container > div:first-child{width:260px}}@media only screen and (min-width:980px){body.mobile-build section#mb-overview > .container > div:first-child{width:460px}}@media only screen and (min-width:767px){body.mobile-build section#mb-overview > .container > div:last-child{width:460px}}@media only screen and (min-width:980px){body.mobile-build section#mb-overview > .container > div:last-child{width:520px}}body.mobile-build section#mb-overview > .container > div:last-child article{margin-bottom:80px}@media only screen and (max-width:480px){body.mobile-build section#mb-overview > .container > div:last-child article{margin-bottom:50px}}body.mobile-build section#mb-overview > .container > div:last-child article:last-child{margin-bottom:30px}body.mobile-build section#mb-overview > .container > div:last-child article h3{color:#f36050;font:22px gotham_bookregular;margin:0 0 26px;text-shadow:1px 1px 3px #BBB;text-transform:uppercase;border-bottom:3px solid #CCC;padding-bottom:10px}@media only screen and (min-width:480px){body.mobile-build section#mb-overview > .container > div:last-child article h3{margin:0}}@media only screen and (min-width:767px){body.mobile-build section#mb-overview > .container > div:last-child article h3{font-size:32px}}@media only screen and (min-width:980px){body.mobile-build section#mb-overview > .container > div:last-child article h3{margin:0 0 26px}}body.mobile-build section#mb-overview > .container > div:last-child article p{margin-bottom:5px}body.mobile-build section#mb-overview > .container > div:last-child article ul{list-style:none;margin:0;padding:0}@media only screen and (min-width:480px){body.mobile-build section#mb-overview > .container > div:last-child article ul li{float:left;width:210px}}@media only screen and (min-width:980px){body.mobile-build section#mb-overview > .container > div:last-child article ul li{width:240px}}@media only screen and (min-width:480px){body.mobile-build section#mb-overview > .container > div:last-child article ul li:nth-child(odd){margin-right:40px}}body.mobile-build section#mb-overview > .container > div:last-child article ul li h4{font:16px gotham_mediumregular;margin-bottom:0}body.mobile-build section#mb-overview > .container > div:last-child article ul li p{font-size:14px;margin:10px 0 0 0}body.enterprise header{background:#666666 url('/img/bgcloth-66b6fbca.png?1352825933') repeat;font-size:.8em;padding:20px 0}body.enterprise header .container > .clearfix{margin:0 auto;display:table}@media only screen and (max-width:320px){body.enterprise header .container > .clearfix img{display:none}}body.enterprise header .container > .clearfix > div{float:left;margin-left:20px}@media only screen and (min-width:480px){body.enterprise header .container > .clearfix > div{margin-left:10px}}body.enterprise header .container > .clearfix > div h1{color:#f8f7ef;font:30px gotham_bookregular;text-transform:uppercase;padding:0;margin:0}@media only screen and (min-width:767px){body.enterprise header .container > .clearfix > div h1{font-size:52px}}body.enterprise header .container > .clearfix > div h2{color:#f8f7ef;margin:0;font-size:14px}@media only screen and (min-width:480px){body.enterprise header .container > .clearfix > div h2{width:370px}}@media only screen and (min-width:767px){body.enterprise header .container > .clearfix > div h2{font-size:18px;width:inherit}}body.training_videos #content-body aside h4{margin:20px 0 10px 20px;text-transform:uppercase;font-family:gotham_bookregular}body.training_videos #content-body article > section{margin-bottom:30px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:1px solid #eee;-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);box-shadow:0 1px 3px rgba(0,0,0,0.1);padding-bottom:40px;background-color:#E9E8E4;padding:20px}body.training_videos #content-body article > section .video-thumb{float:left}body.training_videos #content-body article > section .video-references{float:left;margin-left:25px}body.training_videos #content-body article > section .video-references h4{float:left;font-size:12px;text-transform:uppercase;color:#777;margin:5px;width:115px}body.training_videos #content-body article > section .video-references ul{list-style:none;margin:0;padding:0;float:left;margin:0}body.training_videos #content-body article > section .video-references ul a{font-size:14px}body.training_videos #content-body article > section h3{background:url('/img/video-icon-1ab75261.png?1352315945') no-repeat left top;background-size:26px 26px;font-family:gotham_mediumregular;text-transform:uppercase;padding-left:34px;margin:0}body.training_videos #content-body article > section p{font-size:15px;margin:6px 0 0 34px}body.training_videos #content-body article > section > div{margin:20px 0 0 30px}body.developers{}body.developers .docs aside{float:left;width:300px;margin:5px 20px 50px 10px;font-size:13px}body.developers .docs aside.affix{position:fixed !important;top:25px}body.developers .docs aside form{margin:0 0 30px}body.developers .docs aside form input{font-size:12px;display:inline-block;*display:inline;*zoom:1;margin-bottom:0;vertical-align:middle;margin-bottom:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-border-radius:14px 0 0 14px;-moz-border-radius:14px 0 0 14px;border-radius:14px 0 0 14px;padding:4px 9px;width:180px}body.developers .docs aside form input:focus{border-color:rgba(82,168,236,0.8);outline:0;outline:thin dotted \9;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6)}body.developers .docs aside form button{-webkit-border-radius:0 14px 14px 0;-moz-border-radius:0 14px 14px 0;border-radius:0 14px 14px 0;margin-left:-4px;font-size:12px;padding:4px 12px 4px 9px}body.developers .docs aside #search-content{position:absolute;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;background-color:white;border:1px solid rgba(0,0,0,0.2);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);-webkit-background-clip:padding-box;-moz-background-clip:padding-box;background-clip:padding-box;max-height:360px;overflow-x:hidden;overflow-y:scroll}body.developers .docs aside #search-content:before{position:absolute;top:-7px;left:9px;display:inline-block;border-right:7px solid transparent;border-bottom:7px solid #CCC;border-left:7px solid transparent;border-bottom-color:rgba(0,0,0,0.2);content:''}body.developers .docs aside #search-content:after{position:absolute;top:-6px;left:10px;display:inline-block;border-right:6px solid transparent;border-bottom:6px solid white;border-left:6px solid transparent;content:''}body.developers .docs aside #search-content a,body.developers .docs aside #search-content li > span{display:block;padding:5px 20px;clear:both;font-weight:400;line-height:20px;color:#333;white-space:nowrap}body.developers .docs aside #search-content a:hover{color:#FFFFFF;text-decoration:none;background-color:#0081c2;background-image:-moz-linear-gradient(top,#0088cc,#0077b3);background-image:-webkit-gradient(linear,0 0,0 100%,from(#0088cc),to(#0077b3));background-image:-webkit-linear-gradient(top,#0088cc,#0077b3);background-image:-o-linear-gradient(top,#0088cc,#0077b3);background-image:linear-gradient(to bottom,#0088cc,#0077b3);background-repeat:repeat-x;outline:0;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0077b3',GradientType=0)}body.developers .docs aside #search-content a:hover em{background-color:inherit}body.developers .docs aside #search-content a:hover small{color:#f7f7f7}body.developers .docs aside #search-content a em{background-color:paleGoldenrod;font-style:normal}body.developers .docs aside #search-content a small{display:block;font-size:11px;color:#999}body.developers .docs aside #tree{overflow-x:auto}body.developers .docs aside #tree ol{list-style:none;margin:0;padding:0}body.developers .docs aside #tree ol > li > a{margin-left:16px}body.developers .docs aside #tree li{padding:2px 0}body.developers .docs aside #tree li.checked > a{color:#f36050 !important}body.developers .docs aside #tree li a{color:#000}body.developers .docs aside #tree li a.active{color:#f36050}body.developers .docs aside #tree li a:hover{color:#f36050}body.developers .docs aside #tree li > div span{background:url('/img/tree/plus-128b8d24.png?1352838909') no-repeat 0 2px;cursor:pointer;display:block;text-indent:-9999px;float:left;width:16px}body.developers .docs aside #tree li ol{display:none;margin:2px 0 6px 14px}body.developers .docs aside #tree li ol li > a{margin-left:16px}body.developers .docs aside #tree li.checked{opacity:1 !important}body.developers .docs aside #tree li.checked > div span{background-image:url('/img/tree/minus-1145b2d5.png?1352838909')}body.developers .docs aside #tree li.checked > div a{color:#f36050 !important}body.developers .docs aside #tree li.checked > ol{display:inline-block}body.developers .docs aside #tree li.expanded > div span{background-image:url('/img/tree/minus-1145b2d5.png?1352838909')}body.developers .docs aside #tree li.expanded > ol{display:inline-block}body.developers.full-screen > .main,body.developers.full-screen > .sub,body.developers.full-screen > #price-banner,body.developers.full-screen > footer{display:none}body.developers.full-screen > .container{width:100%}body.developers.full-screen > .container header{margin-left:365px}body.developers.full-screen > .container header #breadcrumbs{margin-bottom:30px}body.developers.full-screen > .container aside{margin:0 20px 50px 25px;position:fixed;top:22px;height:100%}body.developers.full-screen > .container aside form{margin-bottom:35px}body.developers.full-screen > .container article{margin-left:340px;border-left:3px solid #CCC;padding-left:30px}body.developers .docs header{margin:20px 0 0 90px;overflow:hidden}body.developers .docs header #breadcrumbs{float:left;width:835px}body.developers .docs header #full-screen{float:left;background:url('/img/fullscreen-857741a9.png?1353078656') no-repeat;width:37px;height:35px;text-indent:-9999px;cursor:pointer}body.developers .docs article{margin:0 10px 80px 335px;min-height:500px}body.developers .docs article h1{font:30px gotham_mediumregular;margin:0 0 35px;border-bottom:3px solid #ccc;padding-bottom:8px}body.developers .docs article h2{font:1.3em gotham_mediumregular;margin:4em 0 2em;border-bottom:1px solid #ddd;padding-bottom:10px}body.developers .docs article h3{font:1.2em gotham_bookregular;margin:3em 0 1.4em}body.developers .docs article img:not(.fancybox-image){vertical-align:middle;display:inline-block;padding:4px;background-color:#fff;border:1px solid #ccc;-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);box-shadow:0 1px 3px rgba(0,0,0,0.1);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;max-width:97%;margin:10px 0}body.developers .docs article ol > li{margin:12px 0}body.developers .docs article ul > li{margin:4px 0}body.developers .docs article code{color:#777;font-size:14px}body.developers .docs article table{width:100%;margin-bottom:20px;max-width:100%;background-color:transparent;border-collapse:collapse;border-spacing:0}body.developers .docs article table tbody tr:nth-child(odd) td,body.developers .docs article table tbody tr:nth-child(odd) th{background-color:#EFEDE7}body.developers .docs article table th,body.developers .docs article table td{padding:8px;line-height:20px;text-align:left;vertical-align:top;border-top:1px solid #dddddd}body.developers .docs article #pagination{margin-top:70px;border-top:1px solid #CCC;padding-top:20px}body.developers .docs article #pagination a.fright{float:right}body.developers .pricing-cap{display:block;width:164px;height:66px;background:url('/img/products/cheat-sheet/pricing_caps-0bd24695.png?1352838840') no-repeat scroll 0 0 transparent}body.developers .pricing-cap.orange{background-position:0 -66px}body.developers .pricing-cap.green{background-position:0 -132px}body.developers .pricing-cap.blue{background-position:0 -198px}body.developers .pricing-cap.purple{background-position:0 -264px}body.developers .pricing-cap h3{color:#FFFFFF}body.developers #cheatsheet{background-color:#EFEDE7;border:1px solid #DDD;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:1px 1px 3px #dddddd;-moz-box-shadow:1px 1px 3px #dddddd;box-shadow:1px 1px 3px #dddddd}body.developers .pkg ul{list-style:none outside none;clear:both}body.developers .pkg ul.large li.divided strong,body.developers .pkg ul.large li b,body.developers .tooltip b{font-weight:400}body.developers .pkg .button,body.developers .tooltip{font-weight:300}body.developers .pkg{min-height:100px;position:relative;width:164px;padding:0 14px 12px;float:left}body.developers .pkg .middle,body.developers .pkg .top,body.developers .pkg .bottom{width:184px;position:absolute}body.developers .pkg .middle{top:12px;bottom:12px;z-index:-1}body.developers .pkg .top,body.developers .pkg .bottom{height:12px;top:0;background-position:-184px -8px}body.developers .pkg .bottom{top:auto;bottom:0;background-position:-368px -18px}body.developers .pkg h3{font-size:20px;text-align:center;padding:12px 10px;text-transform:uppercase}body.developers .pkg h4{font-size:20px;text-align:center;padding:8px 5px;color:#ffffff;margin:25px 0;line-height:1.1em}body.developers .pkg hr{background-color:#b858fc;border:none;height:10px;background-position:-562px 0;margin:0}body.developers .pkg ul li{border-bottom:1px solid #ccc;padding:12px 12px;position:relative;font-size:13px;overflow:hidden}body.developers .pkg ul.large li{padding-left:82px;line-height:1.2em}body.developers .pkg ul.large li b{position:absolute;left:10px;font-size:22px;line-height:50px;top:0;width:65px;text-align:center}body.developers .pkg ul.large li.long{padding-top:15px;padding-bottom:17px}body.developers .pkg ul.large li.divided{height:42px;padding:10px 7px 12px;font-size:13px;text-align:center}body.developers .pkg ul.large li.divided strong{font-size:22px;display:block;padding-top:1px}body.developers .pkg ul.large li.divided strong.long{font-size:22px}body.developers .pkg ul.cheat li{margin-left:0 !important;padding-left:82px;line-height:2px}body.developers .pkg ul.cheat li b{position:absolute;left:10px;font-size:22px;line-height:50px;top:0;width:65px;text-align:center}body.developers .pkg ul.cheat li.long{padding-top:15px;padding-bottom:17px}body.developers .pkg ul.cheat li.divided{padding:9px 7px;font:12px monospace;text-align:center}body.developers .pkg ul.cheat li.divided strong{font:11px museo_sans_rounded_300regular;display:block;padding-top:0;margin:0;font-weight:700;text-transform:uppercase}body.developers .pkg ul.cheat li.divided strong.long{font-size:22px}body.developers .pkg ul.details li{padding:13px 4px 13px 36px}body.developers .pkg ul.details{background-position:-245px -42px;background-repeat:no-repeat}body.developers .pkg .price{text-align:center;height:50px;padding:0 11px 10px;border-bottom:1px solid #bbb}body.developers .pkg .price h3{padding-bottom:4px;text-transform:capitalize;font-size:13px;font-weight:700}body.developers .pkg .price span{font-size:12px}body.developers .pkg .buy{padding:10px;text-align:center}body.developers .pkg .button{height:30px;width:142px;display:block;background-position:-746px 0;background-color:#b858fc;text-shadow:0 -1px #999;color:#fff;font-size:16px;text-transform:uppercase;line-height:30px;margin-top:8px}body.developers .pkg .button:hover{background-color:#a54fe3;text-decoration:none}body.developers .pkg.corporate .button,body.developers .pkg.corporate hr{background-color:#58b8fc}body.developers .pkg.corporate .button:hover{background-color:#4fa5e3}body.developers .pkg.pro .button,body.developers .pkg.pro hr{background-color:#81fc58}body.developers .pkg.pro .button:hover{background-color:#74e34f}body.developers .pkg.starter .button,body.developers .pkg.starter hr{background-color:#f5de49}body.developers .pkg.starter .button:hover{background-color:#edd642}body.developers .pkg.basic .button,body.developers .pkg.basic hr{background-color:#fc8158}body.developers .pkg.basic .button:hover{background-color:#e57650}body.developers .pkg ul li.unavailable{color:#ccc}body.developers .pkg ul li.unavailable:hover{background:#fff}body.developers .pkg ul{padding:0;margin:0}body.developers .foot-note{width:97%;line-height:1.5;margin-bottom:30px}body.developers .foot-note a{color:#666;text-decoration:underline}body.developers .pkg li.no-border{border-bottom:none;height:36px;padding-top:10px}body.developers .pkg li.no-border a{color:#666;text-decoration:underline;font-size:15px;display:block;padding-top:6px}body.developers .pkg li.no-border a:hover{color:#888}body.developers .tooltip{position:absolute;left:410px;top:40px;width:275px;z-index:9;left:0;background-color:#333;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:1px 1px 12px #444444;-moz-box-shadow:1px 1px 12px #444444;box-shadow:1px 1px 12px #444444}body.developers .tooltip .inner{padding:14px 32px 14px 14px;color:#fff;font-size:13px;line-height:16px}body.developers .tooltip b{font-size:15px;display:block;padding-bottom:8px}body.developers #breadcrumbs{margin:0 0 40px;padding:0;float:left;display:block;overflow:hidden;width:99%;padding:8px;font-size:13px}body.developers #breadcrumbs ul{margin:0;padding:0;height:21px;display:block}body.developers #breadcrumbs ul li{display:block;float:left;position:relative;height:21px;overflow:hidden;line-height:21px;margin:0 6px 0 0;padding:0 10px 0 0;font-size:.9167em;background:url('/img/breadcrumbs/chevron-528bd45f.gif?1352825922') no-repeat 100% 0}body.developers #breadcrumbs ul li div.chevronOverlay{position:absolute;right:0;top:0;z-index:2}body.developers #breadcrumbs ul li span{display:block;overflow:hidden}body.developers #breadcrumbs ul li a{display:block;position:relative;height:21px;line-height:21px;overflow:hidden;float:left}body.developers #breadcrumbs ul li:first-child a{height:16px !important;text-indent:-1000em;width:16px;padding:0;margin-top:2px;overflow:hidden;background:url('/img/breadcrumbs/icon_home-1ab5207f.gif?1352825922') no-repeat 0 0}body.developers #breadcrumbs ul li:first-child a:hover{background-position:0 -16px}body.developers #breadcrumbs ul li:last-child{background:none;margin-right:0;padding-right:0}body.developers .chevronOverlay{display:none;background:url('/img/breadcrumbs/chevron_overlay-5be72bed.png?1352826077') no-repeat 100% 0;width:13px;height:20px}body.developers #developers-section{margin:60px 0}body.developers #developers-section h1{font:26px gotham_mediumregular;text-transform:uppercase;text-align:center}@media only screen and (min-width:767px){body.developers #developers-section h1{font-size:30px}}@media only screen and (min-width:980px){body.developers #developers-section h1{font-size:36px}}body.developers #developers-section h4{font:14px gotham_bookregular;text-align:center;line-height:1.4em;width:80%;margin:0 auto}@media only screen and (min-width:767px){body.developers #developers-section h4{font-size:18px}}body.developers #developers-section hr{margin:2em}body.developers #developers-section ul{list-style:none;margin:0;padding:0}@media only screen and (min-width:767px){body.developers #developers-section ul{float:left;width:50%}}body.developers #developers-section ul li{margin:0 30px 40px}body.developers #developers-section ul li:first-child{font:26px gotham_thinregular;text-transform:uppercase;margin-top:20px}body.developers #developers-section ul li a:hover h2{text-decoration:underline}body.developers #developers-section ul li h2{font:20px gotham_mediumregular;text-transform:uppercase}body.developers #developers-section ul li p{color:#3e3e3e}footer{color:#eeeee9}footer section:first-child{background:#3e3e3e url('/img/bgcloth-66b6fbca.png?1352825933') repeat;padding:40px 5px;font-size:13px}@media only screen and (min-width:767px){footer section:first-child{padding:40px 20px}}@media only screen and (max-width:980px){footer section:first-child .container.clearfix:before,footer section:first-child .container.clearfix:after{content:none;display:inherit}}footer section:first-child ul{list-style:none;margin:0;padding:0}footer section:first-child > div > ul > li{display:inline-block}footer section:first-child > div > ul > li > ul > li a{color:#BBB;margin:8px;display:block}@media only screen and (min-width:767px){footer section:first-child > div > ul > li > ul > li a{margin:8px 50px 8px 0}}@media only screen and (min-width:980px){footer section:first-child > div ul{float:left}}footer section:first-child > div #webinars #webinars-inner{border-top:1px solid #666;border-bottom:1px solid #666;margin:20px 4px;padding:10px 4px;text-align:center;font-size:1.1em}@media only screen and (min-width:480px){footer section:first-child > div #webinars #webinars-inner{border-bottom:none;margin:30px 4px 0;padding-top:20px}}@media only screen and (min-width:980px){footer section:first-child > div #webinars #webinars-inner{border:none;float:left;margin:0 0 0 20px;padding:0;text-align:left;font-size:1em}}footer section:first-child > div #webinars #webinars-inner div > p{color:#BBB;margin:0;padding:0}footer section:first-child > div #webinars #webinars-inner div > p a{margin:0 4px}footer section:first-child > div #webinars #webinars-inner div > p span.title{font-size:15px;padding:14px 0 4px;color:#FFF}footer section:first-child > div #webinars #webinars-inner div > p span{display:block}@media only screen and (min-width:767px){footer section:first-child > div #webinars #webinars-inner div > p{float:left;width:50%;font-size:1.15em}}@media only screen and (min-width:980px){footer section:first-child > div #webinars #webinars-inner div > p{float:none;width:inherit;font-size:1em;margin-bottom:0}footer section:first-child > div #webinars #webinars-inner div > p:last-child{margin-top:3px}footer section:first-child > div #webinars #webinars-inner div > p span:last-child{margin-left:10px;display:inline}}footer section:first-child > div #webinars #webinars-inner h3{font-size:1.3em;margin-bottom:24px}@media only screen and (min-width:767px){footer section:first-child > div #webinars #webinars-inner h3{font-size:1.8em}}@media only screen and (min-width:980px){footer section:first-child > div #webinars #webinars-inner h3{font-size:1.7em;margin:0 0 10px}}footer section:first-child > div #social-icons{font-size:0;list-style:none}@media only screen and (min-width:480px){footer section:first-child > div #social-icons{float:right;position:relative;top:-505px}}@media only screen and (min-width:767px){footer section:first-child > div #social-icons{top:-460px}}@media only screen and (min-width:980px){footer section:first-child > div #social-icons{top:-10px}}footer section:first-child > div #social-icons li{display:inline-block;margin:15px 12px 0}@media only screen and (min-width:480px){footer section:first-child > div #social-icons li{display:block}}footer section:first-child > div #social-icons li a{background:url('/img/social-9894af0f.gif?1352315961') no-repeat 0 0;text-indent:-9999px;margin:0}footer section:first-child > div #social-icons li a:hover span{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);transform:rotate(360deg)}footer section:first-child > div #social-icons li a span{background:url('/img/social-9894af0f.gif?1352315961') no-repeat 0 0;display:block;width:50px;height:51px;position:relative;z-index:10;-webkit-transition:-webkit-transform .4s ease-out;-moz-transition:-moz-transform .4s ease-out;transition:transform .4s ease-out}footer section:first-child > div #social-icons li:nth-child(2) a,footer section:first-child > div #social-icons li:nth-child(2) a span{background-position:-71px 0}footer section:first-child > div #social-icons li:nth-child(3) a,footer section:first-child > div #social-icons li:nth-child(3) a span{background-position:-143px 0}footer section:first-child > div #social-icons li:nth-child(4) a,footer section:first-child > div #social-icons li:nth-child(4) a span{background-position:-213px 0}@media only screen and (min-width:480px){footer section:first-child > div #social-icons li:nth-child(1){float:left;margin-left:76px}footer section:first-child > div #social-icons li:nth-child(3){float:left;margin-left:76px;margin-top:5px}footer section:first-child > div #social-icons li:nth-child(4){margin-top:5px}}footer section:last-child{background-color:#f36050;font-size:12px;padding:14px 4px;text-align:center}@media only screen and (min-width:480px){footer section:last-child{text-align:left}}@media only screen and (min-width:767px){footer section:last-child{padding:24px 40px}}footer section:last-child a{color:#f8f7ef}@media only screen and (min-width:980px){footer section:last-child .container > div{float:right;margin-right:30px}}.fancybox-inner > #webinars-inner{width:500px;text-align:center}.fancybox-inner > #webinars-inner h3{font:1.6em gotham_mediumregular;margin:24px 0 24px;text-transform:uppercase}.fancybox-inner > #webinars-inner > div > p{margin:6px;font-weight:700}.fancybox-inner > #webinars-inner > div > p span{margin-left:15px}.fancybox-inner > #webinars-inner > p{margin:22px 0}@media only screen and (max-width:980px){#content-body{font-size:.95em}}#content-body > h1{font-family:'gotham_mediumregular';font-size:26px;text-transform:uppercase;border-bottom:3px solid #CCC;margin:15px 10px 25px;text-align:center}@media only screen and (min-width:767px){#content-body > h1{padding:0 0 8px 250px;margin:35px 0 25px;text-align:left}}@media only screen and (min-width:980px){#content-body > h1{padding:0 0 8px 300px}}#content-body > h1.no-border{border:none;padding-bottom:0}#content-body > div{margin:0 10px 40px}@media only screen and (min-width:767px){#content-body > div{margin:0 0 40px}}#content-body > div > article > h2{margin:3em 0 .83em}#content-body > div > article > h2:first-child{margin-top:1em}#content-body > div > article > h3{margin:3em 0 1em}@media only screen and (max-width:767px){#content-body > div aside{display:none;background-color:#0e0e0e;position:relative;top:-28px;padding:11px 1px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 1px 10px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 10px rgba(0,0,0,0.1);box-shadow:0 1px 10px rgba(0,0,0,0.1);background-color:#1b1b1b;background-image:-moz-linear-gradient(top,#222222,#111111);background-image:-webkit-gradient(linear,0 0,0 100%,from(#222222),to(#111111));background-image:-webkit-linear-gradient(top,#222222,#111111);background-image:-o-linear-gradient(top,#222222,#111111);background-image:linear-gradient(to bottom,#222222,#111111);background-repeat:repeat-x;border-color:#252525;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222',endColorstr='#ff111111',GradientType=0)}#content-body > div aside ul{list-style:none;margin:0;padding:0}#content-body > div aside ul li{line-height:20px}#content-body > div aside ul li.active a{background-color:#111111;color:#CCC}#content-body > div aside ul li:hover a{background-color:#111111}#content-body > div aside ul li a{padding:3px 15px;font-family:museo_sans_rounded_700regular;color:#777777;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;text-shadow:0 -1px 0 rgba(0,0,0,0.25);display:block}#content-body > div aside ul li a:hover{background-color:#111111}}@media only screen and (min-width:767px){#content-body > div > aside{display:block;float:left;width:200px;color:#666;margin-top:10px}#content-body > div > aside ul{margin:0 45px 0 0}#content-body > div > aside ul li.active a{color:#666}#content-body > div > article{float:left;width:550px}}@media only screen and (min-width:980px){#content-body > div > aside{width:300px}#content-body > div > article{width:680px}}#content-body .btn-navbar{color:#ffffff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#0e0e0e;background-image:-moz-linear-gradient(top,#151515,#040404);background-image:-webkit-gradient(linear,0 0,0 100%,from(#151515),to(#040404));background-image:-webkit-linear-gradient(top,#151515,#040404);background-image:-o-linear-gradient(top,#151515,#040404);background-image:linear-gradient(to bottom,#151515,#040404);background-repeat:repeat-x;border-color:#040404 #040404 #000000;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515',endColorstr='#ff040404',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);float:left;padding:6px;margin-right:5px;margin-left:5px;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.075);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.075);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.075)}@media only screen and (min-width:767px){#content-body .btn-navbar{display:none}}#content-body .btn-navbar .icon-bar{display:block;width:18px;height:3px;background-color:#f5f5f5;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;-webkit-box-shadow:0 1px 0 rgba(0,0,0,0.25);-moz-box-shadow:0 1px 0 rgba(0,0,0,0.25);box-shadow:0 1px 0 rgba(0,0,0,0.25)}#content-body .btn,#content-body .btn-group{margin-top:5px}.btn{display:inline-block;padding:4px 12px;margin-bottom:0;font-size:14px;line-height:20px;color:#333333;text-align:center;text-shadow:0 1px 1px rgba(255,255,255,0.75);vertical-align:middle;cursor:pointer;background-color:#f5f5f5;background-image:-moz-linear-gradient(top,white,#e6e6e6);background-image:-webkit-gradient(linear,0 0,0 100%,from(white),to(#e6e6e6));background-image:-webkit-linear-gradient(top,white,#e6e6e6);background-image:-o-linear-gradient(top,white,#e6e6e6);background-image:linear-gradient(to bottom,#ffffff,#e6e6e6);background-repeat:repeat-x;border:1px solid #bbbbbb;border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);border-bottom-color:#a2a2a2;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)}button{font-size:14px;font-weight:400;line-height:20px;margin:0}[class^="icon-"],[class*=" icon-"]{display:inline-block;width:14px;height:14px;margin-top:1px;line-height:14px;vertical-align:text-top;background-position:14px 14px;background-repeat:no-repeat}body.home #price-banner{border-top:none}.bar{background-color:#f8f7ef;color:#777;font:14px gotham_lightregular;border-top:1px solid #DDD;-webkit-box-shadow:1px 1px 3px #cccccc;-moz-box-shadow:1px 1px 3px #cccccc;box-shadow:1px 1px 3px #cccccc}#price-banner{background-color:#f8f7ef;text-transform:uppercase;text-align:center;color:#777;font:14px gotham_lightregular;border-top:1px solid #DDD;-webkit-box-shadow:1px 1px 3px #cccccc;-moz-box-shadow:1px 1px 3px #cccccc;box-shadow:1px 1px 3px #cccccc}@media only screen and (min-width:767px){#price-banner{font-size:16px}}#price-banner #used-by-coke{height:84px;padding:0;margin:0;background:transparent url('/img/logos/coke-019ad8af.gif?1358770837') no-repeat center top}@media only screen and (max-width:320px){#price-banner #used-by-coke{background-size:87%}}@media only screen and (min-width:480px){#price-banner #used-by-coke{height:96px}}@media only screen and (min-width:767px){#price-banner #used-by-coke{width:231px;height:61px;background-size:87%;background-position:center 4px}}@media only screen and (min-width:980px){#price-banner #used-by-coke{width:330px;height:103px;background-position:center 16px}}#price-banner #used-by-coke a{display:block;position:relative;top:60px;text-align:right;margin-right:22px;font-family:gotham_mediumregular;text-transform:lowercase;font-size:12px}@media only screen and (min-width:480px){#price-banner #used-by-coke a{top:72px;margin-right:74px}}@media only screen and (min-width:767px){#price-banner #used-by-coke a{top:44px;margin-right:18px;font-family:gotham_bookregular}}@media only screen and (min-width:980px){#price-banner #used-by-coke a{top:76px;margin-right:29px;ont-family:gotham_mediumregular}}@media only screen and (min-width:767px){#price-banner .container > div{float:left}}@media only screen and (min-width:980px){#price-banner .container > div{width:33%;font:20px gotham_mediumregular}}#price-banner .container > div p{margin:0;padding:0;line-height:1.1em}#price-banner .container > div:first-child{padding-top:0}@media only screen and (min-width:767px){#price-banner .container > div:first-child{padding:5px 10px 0}}@media only screen and (min-width:980px){#price-banner .container > div:first-child{padding:20px 0 0 0}}#price-banner .container > div:first-child span{font-size:39px;position:relative;top:5px;color:#f36050}#price-banner .container > div:nth-child(2) a{margin:10px 0;background-color:#f36050;font-size:30px;display:block;color:#f8f7ef;padding:5px 0}#price-banner .container > div:nth-child(2) a:hover{color:#000}@media only screen and (min-width:767px){#price-banner .container > div:nth-child(2) a{padding:5px 20px;margin:0;font-size:28px}}@media only screen and (min-width:980px){#price-banner .container > div:nth-child(2) a{padding:26px 20px}}#price-banner .container > div:nth-child(2) a p:last-child{font-size:20px}@media only screen and (min-width:767px){#price-banner .container > div:nth-child(2) a p:last-child{font-size:18px}}#price-banner .container > div:nth-child(2) a p:last-child span:not(.trial-period){font-size:14px;position:relative;top:-2px}@media only screen and (min-width:767px){#price-banner .container > div:nth-child(2) a p:last-child span:not(.trial-period){font-size:12px}}#price-banner .container > div.inverse a{background-color:#f8f7ef;color:#f36050}#price-banner .container > div:last-child{padding-bottom:10px}@media only screen and (min-width:767px){#price-banner .container > div:last-child{padding:23px 6px 0;font-size:14px}}@media only screen and (min-width:980px){#price-banner .container > div:last-child{padding:40px 0 0 0;font:18px gotham_bookregular}}@media only screen and (min-width:767px){#price-banner .container > div:last-child.clearfix{padding-top:15px}}#price-banner .container > div:last-child.clearfix .video-thumb{float:left;margin-left:25px}@media only screen and (min-width:480px){#price-banner .container > div:last-child.clearfix .video-thumb{margin-left:98px}}@media only screen and (min-width:767px){#price-banner .container > div:last-child.clearfix .video-thumb{display:none}}@media only screen and (min-width:980px){#price-banner .container > div:last-child.clearfix .video-thumb{display:block;margin-left:25px}}#price-banner .container > div:last-child.clearfix .video-thumb + a{text-align:left;float:left;display:block;padding:20px 0 0 20px;width:145px}@media only screen and (min-width:767px){#price-banner .container > div:last-child.clearfix .video-thumb + a{padding:1px 0 0 20px}}@media only screen and (min-width:980px){#price-banner .container > div:last-child.clearfix .video-thumb + a{padding:20px 0 0 20px}}body.signup h1{font:26px gotham_mediumregular;text-transform:uppercase;text-align:center}@media only screen and (min-width:767px){body.signup h1{font-size:30px}}@media only screen and (min-width:980px){body.signup h1{font-size:36px}}body.signup h2{font:14px gotham_bookregular;text-align:center;line-height:1.4em;width:80%;margin:0 auto}@media only screen and (min-width:767px){body.signup h2{font-size:18px}}body.signup > .container > div{margin:40px 20px}@media only screen and (min-width:767px){body.signup > .container > div > section{float:left;width:46%}}@media only screen and (min-width:767px){body.signup > .container > div > section:first-child{padding-right:40px}}@media only screen and (min-width:980px){body.signup > .container > div > section:first-child{padding-right:70px}}body.signup > .container > div > section h3{text-transform:uppercase}body.signup > .container > div > section > ul{list-style:none;margin:0;padding:0;font-size:.92em}body.signup > .container > div > section > ul h4{margin:0 0 5px}body.signup > .container > div > section > ul p{margin:0 0 20px}body.blog #disqus_thread{margin-bottom:60px}body.blog article > .blog-social{margin:0}body.blog article > .blog-social:last-child{margin-top:70px}body.blog article > .blog-social > div{float:left !important}body.blog article > .blog-social > .blog-twitter{margin-top:2px}body.blog article > .blog-social > .blog-gplus{margin:2px 0 0 10px}body.blog article > .blog-social > .blog-facebook{margin:0 0 0 10px}body.blog header{background:#666666 url('/img/bgcloth-66b6fbca.png?1352825933') repeat;font-size:.8em;padding:20px 0}body.blog header .container{margin:0 auto;display:table}@media only screen and (max-width:480px){body.blog header .container{margin:0 20px}}@media only screen and (min-width:980px){body.blog header .container > div{margin-left:170px}}body.blog header .container > div h1{color:#f8f7ef;font:30px gotham_thinregular;text-transform:uppercase;padding:0;margin:0}body.blog header .container > div h2{color:#f8f7ef;margin:0;font-size:14px}body.blog aside{clear:none;display:inline-block;float:left;margin:10px 0 0 25px;width:210px}@media only screen and (max-width:767px){body.blog aside{display:none}}body.blog aside .all-posts{margin:50px 0 62px 38px;text-transform:uppercase;font:14px gotham_bookregular}body.blog aside .all-posts h5{text-transform:capitalize;margin:50px 0}body.blog aside .all-posts h5 img{padding:0 7px 4px 0}body.blog aside .latest-posts:first-child h4{margin-top:100px}body.blog aside .latest-posts h4{text-transform:uppercase;margin:40px 0 0 38px}body.blog aside .latest-posts li{margin:10px 0;font-size:12px}body.blog .posts{margin-top:30px;float:left}@media only screen and (min-width:767px){body.blog .posts{width:740px}}body.blog .posts.all{margin:30px 0 50px}body.blog .posts.all h2{border-bottom:1px solid #CCC;margin:.83em 20px 30px}@media only screen and (min-width:767px){body.blog .posts.all h2{padding-left:169px;margin:.83em 0 30px}}body.blog .posts.all h2 a{color:#3e3e3e}body.blog .posts.all article{margin-bottom:20px;padding-bottom:1px;border:none}body.blog .posts.all article h3{margin:0;font-size:16px}@media only screen and (min-width:767px){body.blog .posts.all article .meta{top:2px;width:120px}}body.blog .posts.all article .meta p.date{text-align:left;border-bottom:none;font-size:inherit;margin:0}@media only screen and (min-width:767px){body.blog .posts.all article .meta p.date{text-align:right}}body.blog .posts.all article .meta p.date span.author{display:block;color:#AAA}body.blog .posts > .pagination{margin:20px 20px 60px}@media only screen and (min-width:767px){body.blog .posts > .pagination{margin:0 0 60px 0;padding:0 0 0 170px}}body.blog .posts > .pagination p{width:120px;float:left;padding:0;margin:0}body.blog .posts > article{margin:20px 20px 60px;border-bottom:3px solid #ccc;padding-bottom:15px}@media only screen and (min-width:767px){body.blog .posts > article{margin:0 0 100px 0;padding:0 0 45px 170px;position:relative}}body.blog .posts > article img:not(.fancybox-image){vertical-align:middle;display:inline-block;padding:4px;background-color:#fff;border:1px solid #ccc;-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);box-shadow:0 1px 3px rgba(0,0,0,0.1);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;max-width:90%;height:inherit}body.blog .posts > article img:not(.fancybox-image).blog-img{max-width:200px}body.blog .posts > article hr{margin:2em}body.blog .posts > article p{line-height:1.5em}body.blog .posts > article .meta{text-align:center}@media only screen and (min-width:767px){body.blog .posts > article .meta{left:10px;text-align:left;position:absolute;top:18px;width:145px}}body.blog .posts > article .meta p.tagged{display:block;font:14px gotham_bookregular;margin:0 0 10px 0;text-transform:uppercase}@media only screen and (max-width:767px){body.blog .posts > article .meta p.tagged{display:none}}body.blog .posts > article .meta ul.tags{color:#777;display:block;margin:0 0 36px 0;padding:0 0 0 2px;list-style:none}@media only screen and (max-width:767px){body.blog .posts > article .meta ul.tags{display:none}}body.blog .posts > article .meta ul.tags li{font-size:12px;font-style:italic;margin:0 0 10px 0;position:relative}body.blog .posts > article .meta ul.tags li:after{content:"\2014";font-size:13px;left:-14px;position:absolute;top:0}body.blog .posts > article .meta ul.tags li a{color:#777}body.blog .posts > article .meta p.date{border-bottom:1px solid #ccc;font-size:14px;margin:0 auto 20px auto;padding-bottom:15px;width:50%}@media only screen and (min-width:767px){body.blog .posts > article .meta p.date{border:none;width:100%}}body.blog .posts > article .meta p.date a{color:#aaa;font-weight:400}body.blog .posts > article .meta p.date span.author{display:block;color:#AAA}body.blog .posts > article .meta p.comments{font-size:14px}@media only screen and (max-width:767px){body.blog .posts > article .meta p.comments{display:none}}body.blog .posts > article h1{font:28px gotham_bookregular;margin-bottom:50px}@media only screen and (max-width:767px){body.blog .posts > article h1{text-align:center}}body.blog .posts > article h2{margin:1.6em 0 .83em}body.blog .posts > article h3{margin:1.8em 0 1em}body.blog .posts > article blockquote{margin:2em 40px 1.6em;font-family:serif;font-style:italic;font-size:18px;color:#666}body.blog .posts > article blockquote em{font-style:normal;font-size:14px;color:#000}#coupon{margin:40px 0;padding:6px;background-color:#FFF;text-align:center;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-webkit-box-shadow:1px 1px 3px #666666;-moz-box-shadow:1px 1px 3px #666666;box-shadow:1px 1px 3px #666666}@media only screen and (min-width:767px){#coupon{margin:25px 10px}}#coupon input[type=text]{width:56%}#coupon > div{border:5px dashed #666;padding:10px 16px}@media only screen and (min-width:767px){#coupon > div{background:white url('/img/barcode-ec742c4a.jpg?1352315960') no-repeat 20px center;padding:30px 30px 30px 130px}}#coupon > div h1{font:18px gotham_bookregular}@media only screen and (min-width:767px){#coupon > div h1{font-size:26px}}#coupon > div h1 span.logo{font:22px gotham_bookregular;text-transform:uppercase}@media only screen and (min-width:767px){#coupon > div h1 span.logo{font-size:46px}}#coupon > div h1 span.logo > span{color:#f36050;font-family:gotham_mediumregular}#coupon > div h2{margin-bottom:0;font-size:18px}#coupon > div h3{margin-top:0;font-size:14px}#coupon > div p.terms{margin-top:40px;font-size:12px;text-align:left}#coupon > div #referral-url{margin-top:20px}#coupon > div #referral-url code{display:block}body.referral-program header{background:#666666 url('/img/bgcloth-66b6fbca.png?1352825933') repeat;font-size:.8em;padding:20px 10px}@media only screen and (min-width:767px){body.referral-program header{padding:20px 0}}body.referral-program header div{margin:0 auto;text-align:center}body.referral-program header div h1{color:#f8f7ef;font:26px gotham_bookregular;text-transform:uppercase;padding:0;margin:0}@media only screen and (min-width:767px){body.referral-program header div h1{font-size:52px}}body.referral-program header div h2{color:#f8f7ef;margin:0;font-size:14px}@media only screen and (min-width:767px){body.referral-program header div h2{font-size:18px}}body.referral-program h2{color:#F04A3B}body.referral-program #referral-form input[type=submit]{height:42px;margin-top:0}body.referral-program #referral-text{margin-bottom:50px}body.referral-program #referral-text > div{margin:0 10px}@media only screen and (min-width:767px){body.referral-program #referral-text > div{float:left;width:42%}body.referral-program #referral-text > div:first-child{margin-right:40px}body.referral-program #referral-text > div:last-child{margin-left:40px}}@media only screen and (min-width:980px){body.referral-program #referral-text > div{width:44%}}#cws-signup-dialog{display:none}#cws-signup-dialog-inner{width:680px;padding:25px}#cws-signup-dialog-inner img{float:right;margin-left:60px}#cws-signup-dialog-inner h2{font:44px gotham_bookregular;text-transform:uppercase;color:#f36050;text-align:left;margin:0 0 20px}#cws-signup-dialog-inner p:last-child{text-align:right}#cws-signup-dialog-inner a.btn{border-color:#2D53AF;background-color:#4D7BD6;background-image:-moz-linear-gradient(top,#5689db 0,#4d7bd6 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#5689db),color-stop(100%,#4d7bd6));background-image:-webkit-linear-gradient(top,#5689db 0,#4d7bd6 100%);background-image:-o-linear-gradient(top,#5689db 0,#4d7bd6 100%);background-image:-ms-linear-gradient(top,#5689db 0,#4d7bd6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#5689db,endColorstr=#4d7bd6,GradientType=0);background-image:linear-gradient(top,#5689db 0,#4d7bd6 100%);color:white;text-align:center;text-shadow:0 1px 1px rgba(0,0,0,0.1);text-transform:uppercase;font-weight:700;font-family:'Open Sans',arial,sans-serif;padding:4px 20px 6px;font-size:13px;-webkit-box-shadow:0 2px 0 0 rgba(255,255,255,0.06) inset,0 2px 3px 0 rgba(0,0,0,0.2);-moz-box-shadow:0 2px 0 0 rgba(255,255,255,0.06) inset,0 2px 3px 0 rgba(0,0,0,0.2);box-shadow:0 2px 0 0 rgba(255,255,255,0.06) inset,0 2px 3px 0 rgba(0,0,0,0.2);outline:0}#cws-signup-dialog-inner a.btn span{width:19px;height:17px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAARCAQAAACVkV9MAAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAAAEgAAABIAEbJaz4AAAAJdnBBZwAAABMAAAARAMNJ7iwAAACPSURBVCjPjZJRDsMgDENfCAfY1+5/vh2g0iRI9gG0AbUa/glGiWMZxNlB2urabcutyDnmFUAUaxc+q3WPSqiX77DUI0+xafHmD2eQRqV7WiHqFtWUe+i89CmYNAWCyYsMJP8AyBsDyohltFUOUuAHBTDqojbmOgrfm93/kBfePJZF+8ztUlcSRp3fVPb+2w/RaCkkhrW/agAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAASUVORK5CYII=);display:inline-block;position:relative;top:4px;margin-right:6px}body.cws header{background:#666666 url('/img/bgcloth-66b6fbca.png?1352825933') repeat;font-size:.8em;padding:20px 0}body.cws header .container{margin:0 auto;display:table}@media only screen and (max-width:480px){body.cws header .container{margin:0 20px}}@media only screen and (min-width:980px){body.cws header .container > div{margin-left:170px}}body.cws header .container > div h1{color:#f8f7ef;font:30px gotham_thinregular;text-transform:uppercase;padding:0;margin:0}body.cws header .container > div h2{color:#f8f7ef;margin:0;font-size:14px}body.cws #chrome-signup{display:none}body.cws #chrome-signup section{float:left}body.cws #chrome-signup section:first-child{width:44%;margin:30px 50px 0 100px}body.cws #chrome-signup section:last-child{width:35%}body.cws #chrome-signup section:last-child img{position:relative;top:-32px;margin:0 0 0 90px}body.cws #chrome-signin{display:none}body.cws #chrome-signin img{float:right;position:relative;top:-32px;margin:0 150px 0 0}body.cws #chrome-signin div{width:40%;margin:65px 0 80px 172px}body.cws #chrome-signin div p:last-child{font-size:12px;color:#666}body.cws #chrome-signin-list{display:none}body.cws #chrome-signin-list img{float:right;position:relative;top:-32px;margin:0 150px 0 0}body.cws #chrome-signin-list div{width:40%;margin:65px 0 80px 172px}#webinar-dialog{display:none}#webinar-dialog-inner{width:600px;padding:25px;background:white url('/img/webinar-bg-aa9dd892.png?1355830134') no-repeat -200px bottom}#webinar-dialog-inner h2{font:44px gotham_bookregular;text-transform:uppercase;color:#f36050;text-align:left;margin:0 0 20px}#webinar-dialog-inner p{margin:27px 200px 0 0}#webinar-dialog-inner a.btn{text-align:center;text-shadow:0 1px 1px rgba(0,0,0,0.1);text-transform:uppercase;font-family:'Open Sans',arial,sans-serif;padding:3px 13px 5px;font-size:13px;outline:0;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}#webinar-dialog-inner a.btn-primary{border-color:#2D53AF;background-color:#4D7BD6;background-image:-moz-linear-gradient(top,#5689db 0,#4d7bd6 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#5689db),color-stop(100%,#4d7bd6));background-image:-webkit-linear-gradient(top,#5689db 0,#4d7bd6 100%);background-image:-o-linear-gradient(top,#5689db 0,#4d7bd6 100%);background-image:-ms-linear-gradient(top,#5689db 0,#4d7bd6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#5689db,endColorstr=#4d7bd6,GradientType=0);background-image:linear-gradient(top,#5689db 0,#4d7bd6 100%);color:white;text-align:center;text-shadow:0 1px 1px rgba(0,0,0,0.1);text-transform:uppercase;font-weight:700;font-family:'Open Sans',arial,sans-serif;padding:4px 20px 6px;font-size:13px;-webkit-box-shadow:0 2px 0 0 rgba(255,255,255,0.06) inset,0 2px 3px 0 rgba(0,0,0,0.2);-moz-box-shadow:0 2px 0 0 rgba(255,255,255,0.06) inset,0 2px 3px 0 rgba(0,0,0,0.2);box-shadow:0 2px 0 0 rgba(255,255,255,0.06) inset,0 2px 3px 0 rgba(0,0,0,0.2);outline:0;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}body.webinars #content-body > h1{text-shadow:0 2px 3px #CCC;color:#F36050;font:36px gotham_bookregular}body.webinars #content-body > h1 button{display:none}@media only screen and (min-width:767px){body.webinars #content-body > div > aside{width:250px}body.webinars #content-body > div > article{width:515px}}@media only screen and (min-width:980px){body.webinars #content-body > div > aside{width:300px}body.webinars #content-body > div > article{width:680px}}body.webinars #content-body #webinar-tweets{margin:0 60px 0 0;font-size:14px;padding:20px;border:1px solid #CCC;background-color:#EEE;border-radius:6px;box-shadow:1px 1px 7px #BBB;text-align:center}@media only screen and (min-width:767px){body.webinars #content-body #webinar-tweets{margin:0 40px 0 0}}@media only screen and (min-width:980px){body.webinars #content-body #webinar-tweets{margin:0 60px 0 0}}body.webinars #content-body #webinar-tweets h3{font:20px gotham_bookregular;text-transform:uppercase;color:#333;margin-top:10px}body.webinars #content-body #webinar-tweets .twitter-follow-button,body.webinars #content-body #webinar-tweets .twitter-mention-button{display:block;margin:22px auto 4px}body.webinars #content-body #webinar-tweets ul{list-style:none;padding:0;margin:0}body.webinars #content-body #webinar-tweets ul li{margin:0 0 7px}body.webinars #content-body article > ul{margin-top:30px;padding:0}@media only screen and (min-width:980px){body.webinars #content-body article > ul{margin-right:100px}}body.webinars #content-body article > ul > li{list-style:none;margin:54px 0}body.webinars #content-body article > ul > li > h3{margin:0;text-transform:uppercase}body.webinars #content-body article > ul > li > p{margin-top:10px}body.webinars #content-body article #next-intro-webinar{margin:25px 0 0 10px;border-left:10px solid #F8F7EF;padding-left:14px}body.webinars #content-body article #next-intro-webinar h2{font:13px gotham_bookregular;text-transform:uppercase;border-bottom:1px solid #CCC;padding-bottom:6px;color:#888;margin:0}body.webinars #content-body article #next-intro-webinar p{margin:10px 0}body.webinars #content-body article #clinic-schedule{margin:40px 0 0 0}body.webinars #content-body article #clinic-schedule h2{font:14px gotham_bookregular;text-transform:uppercase;border-bottom:1px solid #CCC;padding-bottom:6px;color:#888;margin:0 0 0 10px}body.webinars #content-body article #clinic-schedule > small{margin:10px;display:block}body.webinars #content-body article #clinic-schedule > small .twitter-follow-button{display:block;margin-top:10px}body.webinars #content-body article #clinic-schedule div{margin:25px 0 35px 10px;border-left:10px solid #F8F7EF;padding-left:14px}body.webinars #content-body article #clinic-schedule div h4{margin:0}body.webinars #content-body article #clinic-schedule div h5{margin:10px 0;font-size:.90em;color:#777}body.webinars #content-body article #clinic-schedule div p{margin:8px 0;color:#666;font-size:14px}body.webinars #content-body article #clinic-schedule div a{margin:0}body.webinars #content-body article #clinic-schedule div em{font-size:14px;font-weight:700;line-height:1.4em;color:#000;padding-top:13px;display:block}body.services #price-banner{border-top:0}body.services header{background:#666666 url('/img/bgcloth-66b6fbca.png?1352825933') repeat;font-size:.8em;padding:20px 0 40px}body.services header h1{color:#f8f7ef;font:30px gotham_bookregular;text-transform:uppercase;padding:0;margin:0 10px;text-align:center}@media only screen and (min-width:767px){body.services header h1{margin:0 20px;font-size:52px;text-align:left}}@media only screen and (min-width:980px){body.services header h1{margin:0 0 0 100px}}body.services header h2{color:#f8f7ef;margin:0 10px;text-transform:initial;font:18px Helvetica,Arial;line-height:25px;margin-top:10px;text-align:center}@media only screen and (min-width:767px){body.services header h2{margin:0 20px;text-align:left}}@media only screen and (min-width:980px){body.services header h2{margin:0 0 0 100px}}@media only screen and (min-width:767px){body.services header .clearfix{margin-top:55px}}body.services header .clearfix > div{float:left;text-align:center}@media only screen and (max-width:767px){body.services header .clearfix > div{float:none;margin:auto}}@media only screen and (min-width:767px){body.services header .clearfix > div{width:170px}}@media only screen and (min-width:980px){body.services header .clearfix > div{width:240px}}body.services header .clearfix > div.front-end{padding:40px 30px 20px}@media only screen and (min-width:767px){body.services header .clearfix > div.front-end{padding:0 30px}}body.services header .clearfix > div.front-end div{height:236px}@media only screen and (min-width:320px){body.services header .clearfix > div.front-end div{height:240px}}@media only screen and (min-width:767px){body.services header .clearfix > div.front-end div{height:190px}}@media only screen and (min-width:980px){body.services header .clearfix > div.front-end div{height:246px}}body.services header .clearfix > div.cross-platform{padding:20px 65px}@media only screen and (min-width:767px){body.services header .clearfix > div.cross-platform{padding:0 65px}}body.services header .clearfix > div.cross-platform div{height:210px}@media only screen and (min-width:320px){body.services header .clearfix > div.cross-platform div{height:250px}}@media only screen and (min-width:767px){body.services header .clearfix > div.cross-platform div{height:190px}}@media only screen and (min-width:980px){body.services header .clearfix > div.cross-platform div{height:246px}}body.services header .clearfix > div.back-end{padding:20px 30px 0 30px}@media only screen and (min-width:767px){body.services header .clearfix > div.back-end{padding:0 30px}}body.services header .clearfix > div.back-end div{padding-top:10px;height:236px}@media only screen and (min-width:767px){body.services header .clearfix > div.back-end div{height:180px}}@media only screen and (min-width:980px){body.services header .clearfix > div.back-end div{height:236px}}body.services header .clearfix > div div{height:210px}@media only screen and (min-width:767px){body.services header .clearfix > div div{height:190px}}@media only screen and (min-width:980px){body.services header .clearfix > div div{height:246px}}body.services header .clearfix > div h3{font-size:25px;color:#fff;margin:0}body.services header .clearfix > div p{font-size:16px;color:#ddd;line-height:22px}@media only screen and (min-width:767px){body.services header .clearfix > div p{font-size:14px}}body.services header .get-in-touch{margin:65px 30px}body.services header .get-in-touch p{font-size:14px;margin:0;color:#ddd;width:50%;float:left;padding:5px 0}body.services header .get-in-touch .button{float:right;display:block;padding:7px 15px;width:370px;border:0;text-transform:uppercase;text-decoration:none;border-radius:6px;color:#fff;font-weight:700;text-align:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:25px;background-color:#D44E3E}body.services header .get-in-touch .button:hover{background-color:#e6402c;transition:background-color 200ms ease;-webkit-transition:background-color 200ms ease;-moz-transition:background-color 200ms ease}body.services header .get-in-touch .clearfix{margin:0}@media only screen and (max-width:980px){body.services header .get-in-touch{margin:30px}body.services header .get-in-touch p,body.services header .get-in-touch .button{float:none;margin:auto}body.services header .get-in-touch p{width:80%;text-align:center;text-transform:uppercase;padding:7px 45px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;margin-bottom:20px}}@media only screen and (max-width:480px){body.services header .get-in-touch p{display:none}body.services header .get-in-touch .button{width:80%;margin:auto;font-size:18px}}body.services #services-showcase > div{margin:35px auto}@media only screen and (min-width:480px){body.services #services-showcase > div{width:78%}}@media only screen and (min-width:767px){body.services #services-showcase > div{float:left;width:33%}}body.services #services-showcase > div ul{padding:0}body.services #services-showcase > div ul li{list-style:none;text-align:center}@media only screen and (min-width:767px){body.services #services-showcase > div ul li{width:180px}}body.services #services-showcase > div ul li:last-child{margin-top:6px}body.services #services-showcase > div .mb-thumb{display:block;height:90px;border:5px solid #fff;border-radius:50%;background:white url('/img/logos/anon-a16f6905.jpg?1352315961') no-repeat center center;background-size:100%;box-shadow:inset 1px 1px 4px rgba(0,0,0,0.5),0 2px 3px rgba(0,0,0,0.6)}@media only screen and (min-width:767px){body.services #services-showcase > div .mb-thumb{width:160px}}body.services #services-showcase > div#services-showcase-hcri .mb-thumb{background-image:url('/img/logos/hcri-41eebdef.png?1352316070');background-position:center center;background-size:80%}@media only screen and (min-width:480px){body.services #services-showcase > div#services-showcase-hcri .mb-thumb{background-size:68%}}@media only screen and (min-width:767px){body.services #services-showcase > div#services-showcase-hcri .mb-thumb{background-size:90%}}body.services #services-showcase > div#services-showcase-coke .mb-thumb{background-image:url('/img/logos/coke-c0f74de0.png?1352316084');background-position:20px 10px;background-size:248%}@media only screen and (min-width:480px){body.services #services-showcase > div#services-showcase-coke .mb-thumb{background-position:10px 16px;background-size:171%}}@media only screen and (min-width:767px){body.services #services-showcase > div#services-showcase-coke .mb-thumb{background-position:left 20px;background-size:287%}}body.services #services-showcase > div#services-showcase-ndtech .mb-thumb{background-image:url('/img/logos/ndtech-97094924.png?1352316078');background-position:center center;background-size:100%}@media only screen and (min-width:480px){body.services #services-showcase > div#services-showcase-ndtech .mb-thumb{background-size:81%}}@media only screen and (min-width:767px){body.services #services-showcase > div#services-showcase-ndtech .mb-thumb{background-size:100%}}body.services nav.main{-webkit-box-shadow:0 0 6px #333333;-moz-box-shadow:0 0 6px #333333;box-shadow:0 0 6px #333333}body.services nav.main .active{background-image:url('/img/products/nav-pointer-black-be4adc17.gif?1359385651')} \ No newline at end of file diff --git a/build/css/main-cc97c5e2.css.gz b/build/css/main-cc97c5e2.css.gz new file mode 100644 index 0000000000..a6148d7a2e Binary files /dev/null and b/build/css/main-cc97c5e2.css.gz differ diff --git a/build/css/main-d30c99dc.css b/build/css/main-d30c99dc.css new file mode 100644 index 0000000000..e6850d75f7 --- /dev/null +++ b/build/css/main-d30c99dc.css @@ -0,0 +1 @@ +.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;content:"";line-height:0}.clearfix:after{clear:both}@font-face{font-family:'gotham_bookregular';src:url('/fonts/gotham-book-webfont-a762c283.eot');src:url('/fonts/gotham-book-webfont-a762c283.eot?#iefix') format("embedded-opentype"),url('/fonts/gotham-book-webfont-f94bde4a.woff') format("woff"),url('/fonts/gotham-book-webfont-095a7715.ttf') format("truetype"),url('/fonts/gotham-book-webfont-079e0b44.svg#gotham_bookregular') format("svg");font-weight:400;font-style:normal}@font-face{font-family:'gotham_lightregular';src:url('/fonts/gotham-light-webfont-1b6837d4.eot');src:url('/fonts/gotham-light-webfont-1b6837d4.eot?#iefix') format("embedded-opentype"),url('/fonts/gotham-light-webfont-0c908025.woff') format("woff"),url('/fonts/gotham-light-webfont-909197cb.ttf') format("truetype"),url('/fonts/gotham-light-webfont-e714931a.svg#gotham_lightregular') format("svg");font-weight:400;font-style:normal}@font-face{font-family:'gotham_mediumregular';src:url('/fonts/gotham-medium-webfont-52a4cb7d.eot');src:url('/fonts/gotham-medium-webfont-52a4cb7d.eot?#iefix') format("embedded-opentype"),url('/fonts/gotham-medium-webfont-621a1662.woff') format("woff"),url('/fonts/gotham-medium-webfont-94cff276.ttf') format("truetype"),url('/fonts/gotham-medium-webfont-09f708f8.svg#gotham_mediumregular') format("svg");font-weight:400;font-style:normal}@font-face{font-family:'gotham_thinregular';src:url('/fonts/gotham-thin-webfont-ec6c7fdd.eot');src:url('/fonts/gotham-thin-webfont-ec6c7fdd.eot?#iefix') format("embedded-opentype"),url('/fonts/gotham-thin-webfont-a664458d.woff') format("woff"),url('/fonts/gotham-thin-webfont-0ca969cc.ttf') format("truetype"),url('/fonts/gotham-thin-webfont-94a88c75.svg#gotham_thinregular') format("svg");font-weight:400;font-style:normal}@font-face{font-family:'museo_sans_rounded_300regular';src:url('/fonts/museosansrounded-300-webfont-4d607c99.eot');src:url('/fonts/museosansrounded-300-webfont-4d607c99.eot?#iefix') format("embedded-opentype"),url('/fonts/museosansrounded-300-webfont-5b31827c.woff') format("woff"),url('/fonts/museosansrounded-300-webfont-8ff6872e.ttf') format("truetype"),url('/fonts/museosansrounded-300-webfont-dc7963c3.svg#museo_sans_rounded_300regular') format("svg");font-weight:400;font-style:normal}@font-face{font-family:'museo_sans_rounded_700regular';src:url('/fonts/museosansrounded-700-webfont-8ca567d8.eot');src:url('/fonts/museosansrounded-700-webfont-8ca567d8.eot?#iefix') format("embedded-opentype"),url('/fonts/museosansrounded-700-webfont-63bf059a.woff') format("woff"),url('/fonts/museosansrounded-700-webfont-cc22eec1.ttf') format("truetype"),url('/fonts/museosansrounded-700-webfont-abf578df.svg#museo_sans_rounded_700regular') format("svg");font-weight:400;font-style:normal}.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp{padding:0;margin:0;border:0;outline:none;vertical-align:top}.fancybox-wrap{position:absolute;top:0;left:0;z-index:8020}.fancybox-skin{position:relative;background:#f9f9f9;color:#444;text-shadow:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.fancybox-opened{z-index:8030}.fancybox-opened .fancybox-skin{-webkit-box-shadow:0 10px 25px rgba(0,0,0,0.5);-moz-box-shadow:0 10px 25px rgba(0,0,0,0.5);box-shadow:0 10px 25px rgba(0,0,0,0.5)}.fancybox-outer,.fancybox-inner{position:relative}.fancybox-inner{overflow:hidden}.fancybox-type-iframe .fancybox-inner{-webkit-overflow-scrolling:touch}.fancybox-error{color:#444;font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;margin:0;padding:15px;white-space:nowrap}.fancybox-image,.fancybox-iframe{display:block;width:100%;height:100%}.fancybox-image{max-width:100%;max-height:100%}#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span{background-image:url('/img/fancybox/fancybox_sprite-17df19f9.png?1370850275')}#fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-22px;margin-left:-22px;background-position:0 -108px;opacity:.8;cursor:pointer;z-index:8060}#fancybox-loading div{width:44px;height:44px;background:url('/img/fancybox/fancybox_loading-2f213014.gif?1370850275') center center no-repeat}.fancybox-close{position:absolute;top:-18px;right:-18px;width:36px;height:36px;cursor:pointer;z-index:8040}.fancybox-nav{position:absolute;top:0;width:40%;height:100%;cursor:pointer;text-decoration:none;background:transparent url('/img/fancybox/blank-2daeaa8b.gif?1370850275');-webkit-tap-highlight-color:rgba(0,0,0,0);z-index:8040}.fancybox-prev{left:0}.fancybox-next{right:0}.fancybox-nav span{position:absolute;top:50%;width:36px;height:34px;margin-top:-18px;cursor:pointer;z-index:8040;visibility:hidden}.fancybox-prev span{left:10px;background-position:0 -36px}.fancybox-next span{right:10px;background-position:0 -72px}.fancybox-nav:hover span{visibility:visible}.fancybox-tmp{position:absolute;top:-99999px;left:-99999px;visibility:hidden;max-width:99999px;max-height:99999px;overflow:visible !important}.fancybox-lock{overflow:hidden}.fancybox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;z-index:8010;background:url('/img/fancybox/fancybox_overlay-ef40483f.png?1370850275')}.fancybox-overlay-fixed{position:fixed;bottom:0;right:0}.fancybox-lock .fancybox-overlay{overflow:auto;overflow-y:scroll}.fancybox-title{visibility:hidden;font:400 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;position:relative;text-shadow:none;z-index:8050}.fancybox-opened .fancybox-title{visibility:visible}.fancybox-title-float-wrap{position:absolute;bottom:0;right:50%;margin-bottom:-35px;z-index:8050;text-align:center}.fancybox-title-float-wrap .child{display:inline-block;margin-right:-100%;padding:2px 20px;background:transparent;background:rgba(0,0,0,0.8);-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;text-shadow:0 1px 2px #222;color:#FFF;font-weight:700;line-height:24px;white-space:nowrap}.fancybox-title-outside-wrap{position:relative;margin-top:10px;color:#fff}.fancybox-title-inside-wrap{padding-top:10px}.fancybox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;padding:10px;background:#000;background:rgba(0,0,0,0.8)}#fancybox-buttons{position:fixed;left:0;width:100%;z-index:8050}#fancybox-buttons.top{top:10px}#fancybox-buttons.bottom{bottom:10px}#fancybox-buttons ul{display:block;width:166px;height:30px;margin:0 auto;padding:0;list-style:none;border:1px solid #111;border-radius:3px;-webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.05);-moz-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.05);box-shadow:inset 0 0 0 1px rgba(255,255,255,0.05);background:#323232;background:-moz-linear-gradient(top,#444444 0,#343434 50%,#292929 50%,#333333 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#444444),color-stop(50%,#343434),color-stop(50%,#292929),color-stop(100%,#333333));background:-webkit-linear-gradient(top,#444444 0,#343434 50%,#292929 50%,#333333 100%);background:-o-linear-gradient(top,#444444 0,#343434 50%,#292929 50%,#333333 100%);background:-ms-linear-gradient(top,#444444 0,#343434 50%,#292929 50%,#333333 100%);background:linear-gradient(top,#444444 0,#343434 50%,#292929 50%,#333333 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444',endColorstr='#222222',GradientType=0 )}#fancybox-buttons ul li{float:left;margin:0;padding:0}#fancybox-buttons a{display:block;width:30px;height:30px;text-indent:-9999px;background-image:url('/img/fancybox/fancybox_buttons-e385b139.png?1370850275');background-repeat:no-repeat;outline:none;opacity:.8}#fancybox-buttons a:hover{opacity:1}#fancybox-buttons a.btnPrev{background-position:5px 0}#fancybox-buttons a.btnNext{background-position:-33px 0;border-right:1px solid #3e3e3e}#fancybox-buttons a.btnPlay{background-position:0 -30px}#fancybox-buttons a.btnPlayOn{background-position:-30px -30px}#fancybox-buttons a.btnToggle{background-position:3px -60px;border-left:1px solid #111;border-right:1px solid #3e3e3e;width:35px}#fancybox-buttons a.btnToggleOn{background-position:-27px -60px}#fancybox-buttons a.btnClose{border-left:1px solid #111;width:35px;background-position:-56px 0}#fancybox-buttons a.btnDisabled{opacity:.4;cursor:default}.btn{display:inline-block;*display:inline;*zoom:1;padding:4px 14px;margin-bottom:0;font-size:14px;line-height:20px;*line-height:20px;text-align:center;vertical-align:middle;cursor:pointer;color:#333333;text-shadow:0 1px 1px rgba(255,255,255,0.75);background-color:whitesmoke;background-image:-moz-linear-gradient(top,white,#e6e6e6);background-image:-webkit-gradient(linear,0 0,0 100%,from(white),to(#e6e6e6));background-image:-webkit-linear-gradient(top,white,#e6e6e6);background-image:-o-linear-gradient(top,white,#e6e6e6);background-image:linear-gradient(to bottom,#ffffff,#e6e6e6);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFE6E6E6',GradientType=0);border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) fadein(rgba(0,0,0,0.1),15%);*background-color:#e6e6e6;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);border:1px solid #bbbbbb;*border:0;border-bottom-color:#a2a2a2;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;*margin-left:.3em;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)}.btn:hover,.btn:active,.btn.active,.btn.disabled,.btn[disabled]{color:#333333;background-color:#e6e6e6;*background-color:#d9d9d9}.btn:active,.btn.active{background-color:#cccccc \9}.btn:first-child{*margin-left:0}.btn:hover{color:#333333;text-decoration:none;background-color:#e6e6e6;*background-color:#d9d9d9;background-position:0 -15px;-webkit-transition:background-position .1s linear;-moz-transition:background-position .1s linear;-o-transition:background-position .1s linear;transition:background-position .1s linear}.btn:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.active,.btn:active{background-color:#e6e6e6;background-color:#d9d9d9 \9;background-image:none;outline:0;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05)}.btn.disabled,.btn[disabled]{cursor:default;background-color:#e6e6e6;background-image:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.btn-large{padding:9px 14px;font-size:16px;line-height:normal;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.btn-large [class^="icon-"]{margin-top:2px}.btn-small{padding:3px 9px;font-size:12px;line-height:18px}.btn-small [class^="icon-"]{margin-top:0}.btn-mini{padding:2px 6px;font-size:11px;line-height:17px}.btn-block{display:block;width:100%;padding-left:0;padding-right:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.btn-block + .btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.btn-primary.active,.btn-warning.active,.btn-danger.active,.btn-success.active,.btn-info.active,.btn-inverse.active{color:rgba(255,255,255,0.75)}.btn{border-color:#c5c5c5;border-color:rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25)}.btn-primary{color:white;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#f37550;background-image:-moz-linear-gradient(top,#f36050,#f39650);background-image:-webkit-gradient(linear,0 0,0 100%,from(#f36050),to(#f39650));background-image:-webkit-linear-gradient(top,#f36050,#f39650);background-image:-o-linear-gradient(top,#f36050,#f39650);background-image:linear-gradient(to bottom,#f36050,#f39650);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF36050',endColorstr='#FFF39650',GradientType=0);border-color:#f39650 #f39650 #e76d10;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) fadein(rgba(0,0,0,0.1),15%);*background-color:#f39650;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.btn-primary:hover,.btn-primary:active,.btn-primary.active,.btn-primary.disabled,.btn-primary[disabled]{color:white;background-color:#f39650;*background-color:#f18838}.btn-primary:active,.btn-primary.active{background-color:#f07a20 \9}.btn-warning{color:white;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#f9a732;background-image:-moz-linear-gradient(top,#fbb450,#f89406);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));background-image:-webkit-linear-gradient(top,#fbb450,#f89406);background-image:-o-linear-gradient(top,#fbb450,#f89406);background-image:linear-gradient(to bottom,#fbb450,#f89406);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFBB450',endColorstr='#FFF89406',GradientType=0);border-color:#f89406 #f89406 #ad6704;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) fadein(rgba(0,0,0,0.1),15%);*background-color:#f89406;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.btn-warning:hover,.btn-warning:active,.btn-warning.active,.btn-warning.disabled,.btn-warning[disabled]{color:white;background-color:#f89406;*background-color:#df8505}.btn-warning:active,.btn-warning.active{background-color:#c67605 \9}.btn-danger{color:white;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#da4e49;background-image:-moz-linear-gradient(top,#ee5f5b,#bd362f);background-image:-webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));background-image:-webkit-linear-gradient(top,#ee5f5b,#bd362f);background-image:-o-linear-gradient(top,#ee5f5b,#bd362f);background-image:linear-gradient(to bottom,#ee5f5b,#bd362f);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEE5F5B',endColorstr='#FFBD362F',GradientType=0);border-color:#bd362f #bd362f #802420;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) fadein(rgba(0,0,0,0.1),15%);*background-color:#bd362f;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.btn-danger:hover,.btn-danger:active,.btn-danger.active,.btn-danger.disabled,.btn-danger[disabled]{color:white;background-color:#bd362f;*background-color:#a9302a}.btn-danger:active,.btn-danger.active{background-color:#942a25 \9}.btn-success{color:white;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#5bb65b;background-image:-moz-linear-gradient(top,#62c462,#51a351);background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));background-image:-webkit-linear-gradient(top,#62c462,#51a351);background-image:-o-linear-gradient(top,#62c462,#51a351);background-image:linear-gradient(to bottom,#62c462,#51a351);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62C462',endColorstr='#FF51A351',GradientType=0);border-color:#51a351 #51a351 #387038;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) fadein(rgba(0,0,0,0.1),15%);*background-color:#51a351;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.btn-success:hover,.btn-success:active,.btn-success.active,.btn-success.disabled,.btn-success[disabled]{color:white;background-color:#51a351;*background-color:#499249}.btn-success:active,.btn-success.active{background-color:#408140 \9}.btn-info{color:white;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#49afcd;background-image:-moz-linear-gradient(top,#5bc0de,#2f96b4);background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));background-image:-webkit-linear-gradient(top,#5bc0de,#2f96b4);background-image:-o-linear-gradient(top,#5bc0de,#2f96b4);background-image:linear-gradient(to bottom,#5bc0de,#2f96b4);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE',endColorstr='#FF2F96B4',GradientType=0);border-color:#2f96b4 #2f96b4 #1f6377;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) fadein(rgba(0,0,0,0.1),15%);*background-color:#2f96b4;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.btn-info:hover,.btn-info:active,.btn-info.active,.btn-info.disabled,.btn-info[disabled]{color:white;background-color:#2f96b4;*background-color:#2a85a0}.btn-info:active,.btn-info.active{background-color:#24748c \9}.btn-inverse{color:white;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#363636;background-image:-moz-linear-gradient(top,#444444,#222222);background-image:-webkit-gradient(linear,0 0,0 100%,from(#444444),to(#222222));background-image:-webkit-linear-gradient(top,#444444,#222222);background-image:-o-linear-gradient(top,#444444,#222222);background-image:linear-gradient(to bottom,#444444,#222222);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF444444',endColorstr='#FF222222',GradientType=0);border-color:#222222 #222222 black;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) fadein(rgba(0,0,0,0.1),15%);*background-color:#222222;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.btn-inverse:hover,.btn-inverse:active,.btn-inverse.active,.btn-inverse.disabled,.btn-inverse[disabled]{color:white;background-color:#222222;*background-color:#151515}.btn-inverse:active,.btn-inverse.active{background-color:#090909 \9}button.btn,input[type="submit"].btn{*padding-top:3px;*padding-bottom:3px}button.btn::-moz-focus-inner,input[type="submit"].btn::-moz-focus-inner{padding:0;border:0}button.btn.btn-large,input[type="submit"].btn.btn-large{*padding-top:7px;*padding-bottom:7px}button.btn.btn-small,input[type="submit"].btn.btn-small{*padding-top:3px;*padding-bottom:3px}button.btn.btn-mini,input[type="submit"].btn.btn-mini{*padding-top:1px;*padding-bottom:1px}.btn-link,.btn-link:active,.btn-link[disabled]{background-color:transparent;background-image:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.btn-link{border-color:transparent;cursor:pointer;color:#f36050;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.btn-link:hover{color:#e72510;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover{color:#333333;text-decoration:none}.label,.badge{display:inline-block;padding:2px 4px;font-size:11.844px;font-weight:700;line-height:14px;color:#ffffff;vertical-align:baseline;white-space:nowrap;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#999999}.label{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.badge{padding-left:9px;padding-right:9px;-webkit-border-radius:9px;-moz-border-radius:9px;border-radius:9px}a.label:hover,a.badge:hover{color:#ffffff;text-decoration:none;cursor:pointer}.label-important,.badge-important{background-color:#b94a48}.label-important[href],.badge-important[href]{background-color:#953b39}.label-warning,.badge-warning{background-color:#f89406}.label-warning[href],.badge-warning[href]{background-color:#c67605}.label-success,.badge-success{background-color:#468847}.label-success[href],.badge-success[href]{background-color:#356635}.label-info,.badge-info{background-color:#3a87ad}.label-info[href],.badge-info[href]{background-color:#2d6987}.label-inverse,.badge-inverse{background-color:#333333}.label-inverse[href],.badge-inverse[href]{background-color:#1a1a1a}.btn .label,.btn .badge{position:relative;top:-1px}.btn-mini .label,.btn-mini .badge{top:0}body{font-family:Helvetica,Arial;color:#555;background-color:#F9FAF7;font-size:.96em}h1,h2,h3,h4{font-family:'museo_sans_rounded_300regular';text-transform:uppercase}a{color:#f36050;text-decoration:none}img{width:auto 9;height:auto;max-width:100%;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic}.affix{position:fixed;top:10px}.container{margin:0 auto}@media only screen and (min-width:980px){.container{width:980px}}input[type=text]{font-size:13px;color:#8e8d8d;padding:11px 15px 10px 6px;background-color:#fdfdfd;margin:0;line-height:20px;box-shadow:inset 2px 2px 4px #f1f1f1;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;height:20px;border:1px solid #cccccc;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border linear .2s,box-shadow linear .2s;-moz-transition:border linear .2s,box-shadow linear .2s;-o-transition:border linear .2s,box-shadow linear .2s;transition:border linear .2s,box-shadow linear .2s}.modal{max-width:500px}.modal h2{margin:0;border-bottom:1px solid #CCC}#sign-in{display:none}#sign-in .btn{margin-left:20px}#sign-in .waDomainLogins{margin-bottom:18px}#sign-in .waDomainLogins span{color:#f36050;display:block;padding:2px 0 2px 15px;font-size:14px;cursor:pointer}#sign-in .waDomainLogins span:hover{color:#e72510}@media only screen and (max-width:980px){#blog-ribbon{display:none}}#blog-ribbon a{background:url('/img/blog-ribbon-7158a39e.png?1370850275') no-repeat scroll top left;text-indent:-9999px;display:block;width:51px;height:106px;position:absolute;top:94px;z-index:99}#old-browser{display:none}#old-browser-inner{text-align:center;padding:30px 0}#old-browser-inner h1{width:500px;font-size:26px;margin:28px auto 20px}#old-browser-inner p{width:400px;margin:0 auto}aside ul#submenu{list-style:none;padding:0;border-right:1px solid #ddd;width:230px}@media only screen and (max-width:980px){aside ul#submenu{width:165px}}aside ul#submenu li{margin:4px 0 4px 6px}aside ul#submenu li a{display:block;padding:8px 16px 8px 14px;text-transform:uppercase;font-size:14px;text-align:right;font-family:gotham_mediumregular}aside ul#submenu li.active a{background-color:#F9FAF7;border:1px solid #ddd;-webkit-border-radius:8px 0 0 8px;-moz-border-radius:8px 0 0 8px;border-radius:8px 0 0 8px;border-color:#ddd transparent #ddd #ddd;left:1px;position:relative}nav.main{background-color:#f8f7ef;text-transform:uppercase;font:14px 'museo_sans_rounded_300regular';position:relative;height:90px;-webkit-box-shadow:0 0 6px #888888;-moz-box-shadow:0 0 6px #888888;box-shadow:0 0 6px #888888}@media only screen and (min-width:767px){nav.main{height:68px}}@media only screen and (min-width:980px){nav.main{height:100px}}nav.main ul{position:relative;z-index:9;margin:0 auto;padding:0}@media only screen and (min-width:767px){nav.main ul > li{float:left}}nav.main ul > li a{display:block}nav.main ul > li:first-child{margin:8px auto;text-align:center}@media only screen and (min-width:767px){nav.main ul > li:first-child{margin:25px 0 0 10px !important}}@media only screen and (min-width:980px){nav.main ul > li:first-child{margin:34px 0 0 0 !important}}@media only screen and (min-width:767px){nav.main ul > li:last-child{float:right}}nav.main ul > li ul{display:table;border-top:1px solid #ccc}@media only screen and (min-width:767px){nav.main ul > li ul{border:none}}nav.main ul > li ul li{float:left;margin:19px 0 0 0 !important;height:35px}@media only screen and (min-width:767px){nav.main ul > li ul li{margin-top:25px !important;height:47px}}@media only screen and (min-width:980px){nav.main ul > li ul li{margin-top:38px !important;height:66px}}@media only screen and (min-width:980px){nav.main ul > li ul li:first-child{margin-top:38px !important}}@media only screen and (max-width:980px){nav.main ul > li ul li:nth-child(4){display:none}}@media only screen and (max-width:320px){nav.main ul > li ul li:nth-child(5) a:first-child{display:none}}nav.main ul > li ul li a{color:#3e3e3e;padding:0 10px}@media only screen and (min-width:480px){nav.main ul > li ul li a{padding:0 10px}}@media only screen and (min-width:767px){nav.main ul > li ul li a{padding:0 12px}}@media only screen and (min-width:980px){nav.main ul > li ul li a{font-size:16px}}nav.main ul > li ul li.active a{color:#f36050}nav.main ul > li ul li:last-child{height:100px;text-align:center}nav.main ul > li ul li:last-child a{color:#f36050}nav.main ul > li ul li:last-child #cws-sign-up{display:none;font:12px 'museo_sans_rounded_300regular';margin:0;padding:0 0 22px;text-align:center}@media only screen and (min-width:767px){nav.main ul > li ul li:last-child{margin:0 0 0 10px !important;background-color:#f36050;height:68px}nav.main ul > li ul li:last-child a{color:#FFF;padding:24px 12px 28px;font-family:'gotham_mediumregular'}nav.main ul > li ul li:last-child a:hover{color:#000}}@media only screen and (min-width:980px){nav.main ul > li ul li:last-child{margin:0 0 0 20px !important;height:100px}nav.main ul > li ul li:last-child a{background-color:#f36050;padding:33px 18px 4px;font-size:23px}}nav.main .active{background:#f8f7ef url('/img/products/nav-pointer-6ba79b2f.gif?1370850275') no-repeat center 16px}@media only screen and (min-width:767px){nav.main .active{background-position:center 28px}}@media only screen and (min-width:980px){nav.main .active{background-position:center 47px}}body.home nav.main{-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}body.home nav.main .active{background-image:url('/img/home/nav-pointer-0caff26f.gif?1370850275')}nav.sub{background-color:#EFEDE7;padding:12px 0 10px;box-shadow:0 0 6px #888;font-family:'museo_sans_rounded_300regular'}nav.sub ul,nav.sub li{list-style:none;margin:0;padding:0}nav.sub .container{display:table}nav.sub ul{text-align:center;margin:0 auto}nav.sub ul li{display:inline;margin:0 12px}@media only screen and (min-width:320px){nav.sub ul li{margin:0 6px}}@media only screen and (min-width:767px){nav.sub ul li{margin:0 20px}}nav.sub ul li.active{font-family:museo_sans_rounded_700regular}nav.sub ul li.active a{color:#f36050}nav.sub ul li a{font-size:15px;color:#3e3e3e;text-transform:uppercase}.video-thumb{width:120px;height:68px;padding:3px;background-color:#FFF;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:1px solid rgba(0,0,0,0.2);-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);box-shadow:0 1px 3px rgba(0,0,0,0.1)}.video-thumb span:first-child{position:relative;width:120px;height:68px;display:block;overflow:hidden}.video-thumb span:first-child img{display:inline-block;vertical-align:middle;top:-11px;position:relative;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.video-thumb span:last-child{padding:0 4px;font-weight:700;font-size:11px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-color:#000;color:#fff !important;height:14px;line-height:14px;opacity:.75;filter:alpha(opacity=75);display:-moz-inline-stack;display:inline-block;vertical-align:top;zoom:1;float:right;margin-right:4px;position:relative;top:-17px}body.home{background:#f8f7ef url('/img/graphbg-2b03e80b.gif?1370850275') repeat}body.home .carousel{width:100%;position:relative}body.home .carousel .carousel-item{display:none}body.home .carousel .carousel-active{display:block}body.home .carousel .carousel-nav{height:13px}body.home .carousel .carousel-nav:nth-child(2){display:none}body.home .carousel .prev,body.home .carousel .next{display:none}body.home .carousel .carousel-pagination{margin:20px auto;width:100px}body.home .carousel .carousel-pagination li{float:left;margin:0 1px;list-style:none}body.home .carousel .carousel-pagination li a{display:block;width:12px;height:0;padding-top:13px;background-image:url('/img/home/slides/pagination-8abc339e.png?1370850275');background-position:0 0;float:left;overflow:hidden}body.home .carousel .carousel-pagination li a:hover{background-position:0 -26px}body.home .carousel .carousel-pagination li.carousel-active-page a{background-position:0 -13px}body.home .carousel-slide{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}body.home .carousel-slide .carousel-item{position:absolute;left:100%;top:0;width:100%;display:block;z-index:1;-webkit-transition:left .2s ease;-moz-transition:left .2s ease;-ms-transition:left .2s ease;-o-transition:left .2s ease;transition:left .2s ease}body.home .carousel-no-transition .carousel-item{-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none}body.home .carousel-slide .carousel-active{left:0;position:relative;z-index:2}body.home .carousel-slide .carousel-in{left:0}body.home .carousel-slide-reverse .carousel-out{left:100%}body.home .carousel-slide .carousel-out,body.home .carousel-slide-reverse .carousel-item,body.home .carousel-slide-reverse .carousel-in{left:-100%}body.home .carousel-slide-reverse .carousel-active{left:0}body.home .carousel-flip{position:relative;overflow:visible;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-perspective:800;-moz-perspective:800;-ms-perspective:800;-o-perspective:800;perspective:800}body.home .carousel-flip .carousel-item{position:absolute;top:0;width:100%;display:block;z-index:1;opacity:0;-webkit-transition:-webkit-transform .2s ease;-moz-transition:-moz-transform .2s ease;-ms-transition:-ms-transform .2s ease;-o-transition:-o-transform .2s ease;transition:transform .2s ease;-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-ms-transform:rotateY(180deg);-o-transform:rotateY(180deg);-transform:rotateY(180deg);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden}body.home .carousel-no-transition .carousel-item{-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none}body.home .carousel-flip .carousel-active{-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-ms-transform:rotateY(0deg);-o-transform:rotateY(0deg);-transform:rotateY(0deg);position:relative;z-index:2;opacity:1}body.home .carousel-flip .carousel-out,body.home .carousel-flip-reverse .carousel-item{-webkit-transform:rotateY(-180deg);-moz-transform:rotateY(-180deg);-ms-transform:rotateY(-180deg);-o-transform:rotateY(-180deg);-transform:rotateY(-180deg)}body.home .carousel-flip .carousel-in{-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-ms-transform:rotateY(0deg);-o-transform:rotateY(0deg);-transform:rotateY(0deg);opacity:1}body.home .carousel-flip .carousel-top{z-index:3;opacity:1}body.home .carousel-flip-reverse .carousel-out{-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-ms-transform:rotateY(180deg);-o-transform:rotateY(180deg);-transform:rotateY(180deg)}body.home .carousel-flip-reverse .carousel-in{-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-ms-transform:rotateY(0deg);-o-transform:rotateY(0deg);-transform:rotateY(0deg)}body.home header{background:#666666 url('/img/bgcloth-66b6fbca.png?1370850275') repeat;padding:10px 0 20px}@media only screen and (min-width:767px){body.home header{padding:50px 0}}body.home header section{height:485px}@media only screen and (min-width:480px){body.home header section{height:640px}}@media only screen and (min-width:767px){body.home header section{height:314px}}@media only screen and (min-width:980px){body.home header section{height:430px}}body.home header section > div{text-align:center}@media only screen and (min-width:767px){body.home header section > div{float:left}}body.home header section > div p{color:#F8F7EF;text-align:center;text-transform:uppercase;line-height:1.7em;font-family:'gotham_thinregular';font-size:14px}@media only screen and (min-width:980px){body.home header section > div p{font-size:18px}}body.home header section > div:first-child > div:nth-child(3){display:none}@media only screen and (min-width:767px){body.home header section > div:first-child > div:nth-child(3){display:block}}body.home header section > div:first-child div:first-child p{display:block;margin:0;line-height:1.05em;font-family:'gotham_mediumregular';font-size:38px}@media only screen and (min-width:480px){body.home header section > div:first-child div:first-child p{font-size:52px}}@media only screen and (min-width:980px){body.home header section > div:first-child div:first-child p{font-size:64px}}body.home header section > div:last-child{margin:20px 0 0 0}@media only screen and (min-width:980px){body.home header section > div:last-child{margin:0}}@media only screen and (min-width:767px){body.home header section > div:last-child{width:44%}}body.home header section > div:last-child img{max-width:78%}@media only screen and (min-width:480px){body.home header section > div:last-child img{max-width:70%}}@media only screen and (min-width:767px){body.home header section > div:last-child img{max-width:80%}}@media only screen and (min-width:980px){body.home header section > div:last-child img{max-width:100%}}@media only screen and (min-width:767px){body.home section#slide1 > div:first-child{width:56%}}@media only screen and (min-width:980px){body.home section#slide1 > div:first-child{margin-top:50px;width:52%;padding-right:38px}}body.home section#slide1 > div:first-child div:nth-child(2) p{width:320px;text-align:center;margin:20px auto}@media only screen and (min-width:480px){body.home section#slide1 > div:first-child div:nth-child(2) p{font-size:16px;margin:14px auto}}@media only screen and (min-width:980px){body.home section#slide1 > div:first-child div:nth-child(2) p{width:450px;margin:25px auto}}body.home section#slide1 > div:first-child div:first-child img{margin:0 auto}body.home section#slide1 > div:first-child div:first-child p:first-child{margin-bottom:3px;font-size:24px}@media only screen and (min-width:480px){body.home section#slide1 > div:first-child div:first-child p:first-child{font-size:34px}}@media only screen and (min-width:980px){body.home section#slide1 > div:first-child div:first-child p:first-child{font-size:54px}}body.home section#slide1 > div:first-child div:first-child p:nth-child(3){font-size:40px}@media only screen and (min-width:480px){body.home section#slide1 > div:first-child div:first-child p:nth-child(3){font-size:54px}}@media only screen and (min-width:980px){body.home section#slide1 > div:first-child div:first-child p:nth-child(3){font-size:66px}}body.home section#slide1 > div:first-child div:first-child p:last-child{font-size:24px}@media only screen and (min-width:480px){body.home section#slide1 > div:first-child div:first-child p:last-child{font-size:30px}}@media only screen and (min-width:980px){body.home section#slide1 > div:first-child div:first-child p:last-child{font-size:40px}}@media only screen and (min-width:767px){body.home section#slide2 > div:first-child{width:56%}}@media only screen and (min-width:980px){body.home section#slide2 > div:first-child{margin-top:25px;width:52%;padding-right:38px}}body.home section#slide2 > div:first-child div:nth-child(2) p{width:320px;text-align:center;margin:20px auto}@media only screen and (min-width:480px){body.home section#slide2 > div:first-child div:nth-child(2) p{font-size:16px;margin:14px auto}}@media only screen and (min-width:980px){body.home section#slide2 > div:first-child div:nth-child(2) p{width:450px;margin:25px auto}}body.home section#slide2 > div:first-child div:first-child img{margin:0 auto}body.home section#slide2 > div:first-child div:first-child p:first-child{font-size:24px}@media only screen and (min-width:480px){body.home section#slide2 > div:first-child div:first-child p:first-child{font-size:34px}}@media only screen and (min-width:980px){body.home section#slide2 > div:first-child div:first-child p:first-child{font-size:44px}}body.home section#slide2 > div:first-child div:first-child p:nth-child(2){line-height:.8em;font-size:94px}@media only screen and (min-width:480px){body.home section#slide2 > div:first-child div:first-child p:nth-child(2){font-size:132px}}@media only screen and (min-width:980px){body.home section#slide2 > div:first-child div:first-child p:nth-child(2){font-size:166px}}body.home section#slide2 > div:first-child div:first-child p:last-child{font-size:26px;margin-top:5px}@media only screen and (min-width:480px){body.home section#slide2 > div:first-child div:first-child p:last-child{font-size:38px}}@media only screen and (min-width:980px){body.home section#slide2 > div:first-child div:first-child p:last-child{font-size:46px}}@media only screen and (min-width:767px){body.home section#slide3 > div:first-child{width:52%}}@media only screen and (min-width:980px){body.home section#slide3 > div:first-child{margin:25px 0;width:52%;padding-right:38px}}body.home section#slide3 > div:first-child div:nth-child(2) p{width:320px;text-align:center;margin:20px auto}@media only screen and (min-width:480px){body.home section#slide3 > div:first-child div:nth-child(2) p{font-size:16px;margin:14px auto}}@media only screen and (min-width:980px){body.home section#slide3 > div:first-child div:nth-child(2) p{width:450px;margin:25px auto}}body.home section#slide3 > div:first-child div:first-child img{margin:0 auto}body.home section#slide3 > div:first-child div:first-child p:first-child{font-size:22px}@media only screen and (min-width:480px){body.home section#slide3 > div:first-child div:first-child p:first-child{font-size:34px}}@media only screen and (min-width:980px){body.home section#slide3 > div:first-child div:first-child p:first-child{font-size:44px}}body.home section#slide3 > div:first-child div:first-child p:nth-child(2){font-size:44px}@media only screen and (min-width:480px){body.home section#slide3 > div:first-child div:first-child p:nth-child(2){font-size:64px}}@media only screen and (min-width:767px){body.home section#slide3 > div:first-child div:first-child p:nth-child(2){font-size:54px}}@media only screen and (min-width:980px){body.home section#slide3 > div:first-child div:first-child p:nth-child(2){font-size:72px}}body.home section#slide3 > div:first-child div:first-child p:nth-child(3){font-size:22px}@media only screen and (min-width:480px){body.home section#slide3 > div:first-child div:first-child p:nth-child(3){font-size:34px}}@media only screen and (min-width:980px){body.home section#slide3 > div:first-child div:first-child p:nth-child(3){font-size:44px}}body.home section#slide3 > div:first-child div:first-child p:last-child{font-size:42px}@media only screen and (min-width:480px){body.home section#slide3 > div:first-child div:first-child p:last-child{font-size:62px}}@media only screen and (min-width:767px){body.home section#slide3 > div:first-child div:first-child p:last-child{font-size:50px}}@media only screen and (min-width:980px){body.home section#slide3 > div:first-child div:first-child p:last-child{font-size:68px}}body.home section#slide3 > div:last-child img{max-width:90%}@media only screen and (min-width:480px){body.home section#slide3 > div:last-child img{max-width:80%}}@media only screen and (min-width:767px){body.home section#slide3 > div:last-child img{max-width:100%}}@media only screen and (min-width:767px){body.home section#slide3 > div:last-child{width:366px;margin:0}}@media only screen and (min-width:980px){body.home section#slide3 > div:last-child{width:430px}}body.home section#content{padding:0 25px;font-family:'museo_sans_rounded_300regular'}body.home section#content .feature{font-size:16px;line-height:1.5em;margin:5px 0 20px}@media only screen and (min-width:767px){body.home section#content .feature{margin:50px 0 60px}}@media only screen and (min-width:980px){body.home section#content .feature{font-size:18px;line-height:1.6em}}body.home section#content .feature h2{font:28px gotham_mediumregular;text-transform:uppercase;margin-bottom:10px}@media only screen and (min-width:980px){body.home section#content .feature h2{font-size:42px;margin-bottom:20px}}body.home section#content .feature p{margin:0}@media only screen and (min-width:767px){body.home section#content .feature div{float:left;width:50%}body.home section#content .feature div img{max-width:90%}}body.home section#content .feature:nth-child(1) div:first-child{display:none}@media only screen and (min-width:767px){body.home section#content .feature:nth-child(1) div:first-child{display:block}}body.home section#content .feature:nth-child(1) strong{line-height:1em;font-size:70px;color:#27b6da;display:block}@media only screen and (min-width:980px){body.home section#content .feature:nth-child(1) strong{font-size:120px}}body.home section#content .feature:nth-child(2) div:last-child{display:none}@media only screen and (min-width:767px){body.home section#content .feature:nth-child(2) div:last-child{display:block;text-align:right;margin-top:20px}}body.home section#content .feature:nth-child(3) div:first-child{display:none}@media only screen and (min-width:767px){body.home section#content .feature:nth-child(3) div:first-child{display:block}body.home section#content .feature:nth-child(3) div:first-child img{max-width:85%}}body.home section#content .feature:nth-child(3) div:last-child{margin-top:20px}body.home section#content .feature:nth-child(4) div:last-child{display:none}@media only screen and (min-width:767px){body.home section#content .feature:nth-child(4) div:last-child{display:block;text-align:right}body.home section#content .feature:nth-child(4) div:last-child img{max-width:80%}}body.home section#content .feature:nth-child(5) div:first-child{float:left}@media only screen and (min-width:767px){body.home section#content .feature:nth-child(5) div:first-child{float:right;width:45%}}body.home section#content .feature:nth-child(5) div:last-child{float:left;margin-top:40px}body.home section#content .feature:nth-child(5) div:last-child article{display:table;border:1px solid #CCC;border-radius:6px;padding:10px;font-size:14px}@media only screen and (min-width:767px){body.home section#content .feature:nth-child(5) div:last-child article{margin-right:60px;padding:30px}}body.home section#content .feature:nth-child(5) div:last-child article h2{font-size:18px;margin:0 0 16px;color:#666}body.home section#content .feature:nth-child(5) div:last-child article h3{margin:10px 0 12px;line-height:1.2em;font-size:18px}@media only screen and (min-width:980px){body.home section#content .feature:nth-child(5) div:last-child article h3{font-size:22px}}body.home section#content .feature:nth-child(5) div:last-child article p{line-height:1.4em}body.home section#content .feature:nth-child(5) div:last-child article p a{font-size:13px}@media only screen and (min-width:767px){body.home section#content .feature:nth-child(5) div:last-child{margin-top:30px;float:right;width:55%}}@media only screen and (min-width:980px){body.home section#content .feature:nth-child(5) div:last-child{margin-top:40px}}@-webkit-keyframes cloudAnim{50%{-webkit-transform:translate(0,10px)}100%{-webkit-transform:translate(0,0)}}@-moz-keyframes cloudAnim{50%{-moz-transform:translate(0,10px)}100%{-moz-transform:translate(0,0)}}@-o-keyframes cloudAnim{50%{-o-transform:translate(0,10px)}100%{-o-transform:translate(0,0)}}@-ms-keyframes cloudAnim{50%{-ms-transform:translate(0,10px)}100%{-ms-transform:translate(0,0)}}@keyframes cloudAnim{50%{-webkit-transform:translate(0,10px)}100%{-webkit-transform:translate(0,0)}}body.products #overview-sections{background:#666666 url('/img/bgcloth-66b6fbca.png?1370850275') repeat;font-size:.8em}body.products #overview-sections .container > h1{color:#f8f7ef;font:26px gotham_thinregular;text-transform:uppercase;padding:28px 0 0;margin:0 auto;text-align:center}body.products #overview-sections ul{list-style:none;margin:0;padding:0;padding:20px 20px 10px}@media only screen and (min-width:767px){body.products #overview-sections ul{margin-left:32px}}@media only screen and (min-width:980px){body.products #overview-sections ul{margin-left:0;padding:30px 10px 20px}}body.products #overview-sections ul > li a{display:block;padding-left:78px;height:84px;width:200px}@media only screen and (min-width:480px){body.products #overview-sections ul > li a{width:140px;float:left}}@media only screen and (min-width:767px){body.products #overview-sections ul > li a{width:270px}}@media only screen and (min-width:980px){body.products #overview-sections ul > li a{width:145px;margin-right:20px}}body.products #overview-sections ul > li h3{font-size:18px;padding:4px 0 0 0;margin:0}body.products #overview-sections ul > li p{margin:4px 0 0 0;color:#AAA}body.products #overview-sections ul > li:nth-child(1) a{background:transparent url('/img/products/ui-builder-c0be35df.gif?1370850275') no-repeat}body.products #overview-sections ul > li:nth-child(2) a{background:transparent url('/img/products/code-editor-79b66eb4.gif?1370850275') no-repeat}body.products #overview-sections ul > li:nth-child(3) a{background:transparent url('/img/products/deployment-b683d15b.gif?1370850275') no-repeat}body.products #overview-sections ul > li:last-child a{background:transparent url('/img/products/extras-c4b6fa5d.gif?1370850275') no-repeat}@media only screen and (min-width:980px){body.products #overview-sections ul > li:last-child a{margin-right:0}}body.products .back-top,body.services .back-top,body.mobile-build .back-top{float:right;position:relative;top:12px;font-size:12px;color:#888}@media only screen and (min-width:767px){body.products .back-top,body.services .back-top,body.mobile-build .back-top{top:21px}}body.products .overview-section .container,body.services .overview-section .container,body.mobile-build .overview-section .container{padding:0 10px}body.products .overview-section .container img,body.services .overview-section .container img,body.mobile-build .overview-section .container img{display:none}@media only screen and (min-width:480px){body.products .overview-section .container img,body.services .overview-section .container img,body.mobile-build .overview-section .container img{display:block;max-width:36%}}@media only screen and (min-width:767px){body.products .overview-section .container img,body.services .overview-section .container img,body.mobile-build .overview-section .container img{max-width:32%}}body.products .overview-section .container article h3,body.services .overview-section .container article h3,body.mobile-build .overview-section .container article h3{color:#f36050;font:26px gotham_bookregular;margin:0 0 26px;text-shadow:1px 1px 3px #BBB;text-transform:uppercase;border-bottom:3px solid #CCC;padding-bottom:10px}@media only screen and (min-width:480px){body.products .overview-section .container article h3,body.services .overview-section .container article h3,body.mobile-build .overview-section .container article h3{margin:0}}@media only screen and (min-width:767px){body.products .overview-section .container article h3,body.services .overview-section .container article h3,body.mobile-build .overview-section .container article h3{font-size:32px}}@media only screen and (min-width:980px){body.products .overview-section .container article h3,body.services .overview-section .container article h3,body.mobile-build .overview-section .container article h3{font-size:36px;margin:0 0 26px}}body.products .overview-section .container article ul,body.services .overview-section .container article ul,body.mobile-build .overview-section .container article ul{list-style:none;margin:0;padding:0}body.products .overview-section .container article ul li,body.services .overview-section .container article ul li,body.mobile-build .overview-section .container article ul li{float:left;width:250px}@media only screen and (min-width:480px){body.products .overview-section .container article ul li,body.services .overview-section .container article ul li,body.mobile-build .overview-section .container article ul li{width:210px}}@media only screen and (min-width:980px){body.products .overview-section .container article ul li,body.services .overview-section .container article ul li,body.mobile-build .overview-section .container article ul li{width:300px}}body.products .overview-section .container article ul li:nth-child(1),body.products .overview-section .container article ul li:nth-child(3),body.services .overview-section .container article ul li:nth-child(1),body.services .overview-section .container article ul li:nth-child(3),body.mobile-build .overview-section .container article ul li:nth-child(1),body.mobile-build .overview-section .container article ul li:nth-child(3){margin-right:40px}body.products .overview-section .container article ul li h4,body.services .overview-section .container article ul li h4,body.mobile-build .overview-section .container article ul li h4{font:16px gotham_mediumregular;margin-bottom:0}body.products .overview-section .container article ul li p,body.services .overview-section .container article ul li p,body.mobile-build .overview-section .container article ul li p{font-size:14px;margin:10px 0 0 0}body.products #overview-ui-builder,body.services #overview-ui-builder,body.mobile-build #overview-ui-builder{margin-top:30px}@media only screen and (min-width:480px){body.products #overview-ui-builder,body.services #overview-ui-builder,body.mobile-build #overview-ui-builder{margin:60px 0 70px}}@media only screen and (min-width:480px){body.products #overview-ui-builder .container article,body.services #overview-ui-builder .container article,body.mobile-build #overview-ui-builder .container article{margin-top:10px}}@media only screen and (min-width:480px){body.products #overview-ui-builder .container img,body.services #overview-ui-builder .container img,body.mobile-build #overview-ui-builder .container img{margin-right:20px}}body.products #overview-code-editor,body.services #overview-code-editor,body.mobile-build #overview-code-editor{margin:80px 0}@media only screen and (min-width:767px){body.products #overview-code-editor .container article ul,body.services #overview-code-editor .container article ul,body.mobile-build #overview-code-editor .container article ul{margin-right:240px}}body.products #overview-code-editor .container article ul li,body.services #overview-code-editor .container article ul li,body.mobile-build #overview-code-editor .container article ul li{width:235px}@media only screen and (min-width:480px){body.products #overview-code-editor .container article ul li,body.services #overview-code-editor .container article ul li,body.mobile-build #overview-code-editor .container article ul li{width:208px}}@media only screen and (min-width:980px){body.products #overview-code-editor .container article ul li,body.services #overview-code-editor .container article ul li,body.mobile-build #overview-code-editor .container article ul li{width:285px}}@media only screen and (min-width:480px){body.products #overview-code-editor .container img,body.services #overview-code-editor .container img,body.mobile-build #overview-code-editor .container img{margin:0 10px 0 40px}}body.products #overview-deployment,body.services #overview-deployment,body.mobile-build #overview-deployment{margin:80px 0}body.products #overview-deployment .container article ul li,body.services #overview-deployment .container article ul li,body.mobile-build #overview-deployment .container article ul li{width:230px}@media only screen and (min-width:480px){body.products #overview-deployment .container article ul li,body.services #overview-deployment .container article ul li,body.mobile-build #overview-deployment .container article ul li{width:210px}}@media only screen and (min-width:980px){body.products #overview-deployment .container article ul li,body.services #overview-deployment .container article ul li,body.mobile-build #overview-deployment .container article ul li{width:290px}}@media only screen and (min-width:480px){body.products #overview-deployment .container img,body.services #overview-deployment .container img,body.mobile-build #overview-deployment .container img{margin:0 40px 0 0}}body.products #overview-detail,body.services #overview-detail,body.mobile-build #overview-detail{margin:0 10px 60px}@media only screen and (min-width:480px){body.products #overview-detail,body.services #overview-detail,body.mobile-build #overview-detail{margin-bottom:60px}}body.products #overview-detail .container > h3,body.services #overview-detail .container > h3,body.mobile-build #overview-detail .container > h3{color:#f36050;margin:0 0 16px;font:26px gotham_bookregular;text-shadow:1px 1px 3px #BBB;text-transform:uppercase;border-bottom:3px solid #CCC;padding-bottom:10px}body.products #overview-detail .container > ul,body.services #overview-detail .container > ul,body.mobile-build #overview-detail .container > ul{list-style:none;margin:0;padding:0}body.products #overview-detail .container > ul > li,body.services #overview-detail .container > ul > li,body.mobile-build #overview-detail .container > ul > li{float:left;width:300px;padding:10px 0 0 0}@media only screen and (min-width:480px){body.products #overview-detail .container > ul > li,body.services #overview-detail .container > ul > li,body.mobile-build #overview-detail .container > ul > li{width:210px;padding:10px 40px 0 0}}@media only screen and (min-width:480px){body.products #overview-detail .container > ul > li:nth-child(1),body.products #overview-detail .container > ul > li:nth-child(2),body.services #overview-detail .container > ul > li:nth-child(1),body.services #overview-detail .container > ul > li:nth-child(2),body.mobile-build #overview-detail .container > ul > li:nth-child(1),body.mobile-build #overview-detail .container > ul > li:nth-child(2){padding-bottom:20px}}@media only screen and (min-width:480px){body.products #overview-detail .container > ul > li:nth-child(2),body.products #overview-detail .container > ul > li:nth-child(4),body.services #overview-detail .container > ul > li:nth-child(2),body.services #overview-detail .container > ul > li:nth-child(4),body.mobile-build #overview-detail .container > ul > li:nth-child(2),body.mobile-build #overview-detail .container > ul > li:nth-child(4){padding-right:0}}@media only screen and (min-width:980px){body.products #overview-detail .container > ul > li:nth-child(2),body.products #overview-detail .container > ul > li:nth-child(4),body.services #overview-detail .container > ul > li:nth-child(2),body.services #overview-detail .container > ul > li:nth-child(4),body.mobile-build #overview-detail .container > ul > li:nth-child(2),body.mobile-build #overview-detail .container > ul > li:nth-child(4){padding-right:40px}}body.products #overview-detail .container > ul > li:last-child,body.services #overview-detail .container > ul > li:last-child,body.mobile-build #overview-detail .container > ul > li:last-child{padding-right:0}@media only screen and (min-width:767px){body.products #overview-detail .container > ul > li,body.services #overview-detail .container > ul > li,body.mobile-build #overview-detail .container > ul > li{width:320px;padding:10px 40px 0 20px}}@media only screen and (min-width:980px){body.products #overview-detail .container > ul > li,body.services #overview-detail .container > ul > li,body.mobile-build #overview-detail .container > ul > li{width:212px;padding-left:0}}body.products #overview-detail .container > ul > li h3,body.services #overview-detail .container > ul > li h3,body.mobile-build #overview-detail .container > ul > li h3{color:#000;font:16px gotham_mediumregular;text-transform:uppercase;text-shadow:0 1px 0 #fff;margin:0;text-shadow:none}body.products #overview-detail .container > ul > li > ul,body.services #overview-detail .container > ul > li > ul,body.mobile-build #overview-detail .container > ul > li > ul{list-style-type:disc;font-size:14px;color:#505258;line-height:19px;list-style-type:none;padding:0;margin:0}body.products #overview-detail .container > ul > li > ul li,body.services #overview-detail .container > ul > li > ul li,body.mobile-build #overview-detail .container > ul > li > ul li{margin:0;padding:0;margin-bottom:10px;background:url('/img/details-bullet-82df4c4b.png?1370850275') no-repeat;background-position:0 7px;padding-left:10px}body.products #overview-detail .container > ul > li > ul li h4,body.services #overview-detail .container > ul > li > ul li h4,body.mobile-build #overview-detail .container > ul > li > ul li h4{font-size:14px;margin-bottom:0}body.products #overview-detail .container > ul > li > ul li p,body.services #overview-detail .container > ul > li > ul li p,body.mobile-build #overview-detail .container > ul > li > ul li p{margin:0;font-size:13px;color:#898c98}body.pricing{background:#f8f7ef url('/img/graphbg-2b03e80b.gif?1370850275') repeat}body.pricing #overview-sections{display:none}@media only screen and (min-width:767px){body.pricing #overview-sections{display:block}}body.pricing #pricing-section .container{background:transparent url('/img/products/track-mobile-b70e2a38.png?1370850275') no-repeat center 30px;font-size:.8em;height:984px}@media only screen and (min-width:767px){body.pricing #pricing-section .container{background-image:url('/img/products/track-9f404be3.png?1370850275');background-position:-52px 65px;height:770px;margin-top:0}}@media only screen and (min-width:980px){body.pricing #pricing-section .container{background-position:left 65px;background-size:inherit}}body.pricing #pricing-section article{font-size:16px;text-align:center;padding:0 20px}@media only screen and (min-width:480px){body.pricing #pricing-section article{padding:0 30px;font-size:18px}}@media only screen and (min-width:767px){body.pricing #pricing-section article{text-align:left;font-size:16px;padding:0 20px 0 346px}}@media only screen and (min-width:980px){body.pricing #pricing-section article{padding:0 20px 0 440px}}body.pricing #pricing-section article h3{font:32px gotham_bookregular;text-transform:uppercase;margin:0;display:none}@media only screen and (min-width:767px){body.pricing #pricing-section article h3{display:block}}body.pricing #pricing-section article p{margin-top:0}body.pricing #pricing-section article a{font-family:gotham_mediumregular;text-transform:uppercase}body.pricing #pricing-section article:nth-child(1){padding-top:122px}@media only screen and (min-width:480px){body.pricing #pricing-section article:nth-child(1){padding-top:130px}}@media only screen and (min-width:767px){body.pricing #pricing-section article:nth-child(1){padding-top:60px}}body.pricing #pricing-section article:nth-child(2){padding-top:180px}@media only screen and (min-width:480px){body.pricing #pricing-section article:nth-child(2){padding-top:186px}}@media only screen and (min-width:767px){body.pricing #pricing-section article:nth-child(2){padding-top:58px}}@media only screen and (min-width:980px){body.pricing #pricing-section article:nth-child(2){padding-top:78px}}body.pricing #pricing-section article:nth-child(3){padding-top:148px}@media only screen and (min-width:480px){body.pricing #pricing-section article:nth-child(3){padding-top:172px}}@media only screen and (min-width:767px){body.pricing #pricing-section article:nth-child(3){padding-top:88px}}@media only screen and (min-width:980px){body.pricing #pricing-section article:nth-child(3){padding-top:110px}}body.testimonials #testimonials-section{margin:50px 0}@media only screen and (min-width:767px){body.testimonials #testimonials-section{margin:70px 0}}body.testimonials #testimonials-section h1{font:26px gotham_mediumregular;text-transform:uppercase;text-align:center}@media only screen and (min-width:767px){body.testimonials #testimonials-section h1{font-size:30px}}@media only screen and (min-width:980px){body.testimonials #testimonials-section h1{font-size:36px}}body.testimonials #testimonials-section h4{font:14px gotham_bookregular;text-align:center;line-height:1.4em;width:80%;margin:0 auto 80px}@media only screen and (min-width:767px){body.testimonials #testimonials-section h4{font-size:18px}}body.testimonials #testimonials-section .mb-wrap{position:relative;margin:0 10px}body.testimonials #testimonials-section .mb-wrap p{margin:0;padding:0}body.testimonials #testimonials-section .mb-wrap blockquote{margin:0;position:relative;background:#fff;padding:30px;border-radius:5px;box-shadow:inset 0 2px 0 #eeeeee,-5px -4px 25px rgba(0,0,0,0.3)}body.testimonials #testimonials-section .mb-wrap blockquote:after,body.testimonials #testimonials-section .mb-wrap blockquote:before{top:100%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}body.testimonials #testimonials-section .mb-wrap blockquote:before{border-top-color:rgba(0,0,0,0.01);border-width:11px;left:65%;margin-left:-11px}body.testimonials #testimonials-section .mb-wrap blockquote:after{border-top-color:#ffffff;border-width:10px;left:65%;margin-left:-10px}body.testimonials #testimonials-section .mb-wrap blockquote p{font-size:16px;line-height:1.4em;text-indent:100px;position:relative}body.testimonials #testimonials-section .mb-wrap blockquote p:before{content:'\201C';font-family:serif;font-style:normal;font-weight:700;position:absolute;font-size:175px;top:0;left:-105px;color:#f36050;text-shadow:7px 14px 10px rgba(0,0,0,0.1)}body.testimonials #testimonials-section .mb-wrap cite{font-style:normal}body.testimonials #testimonials-section .mb-wrap cite a{font-family:serif;font-weight:700;font-style:italic;color:#fff;text-shadow:0 1px 1px rgba(0,0,0,0.3)}body.testimonials #testimonials-section .mb-wrap cite a:hover{color:#bc93c8;text-shadow:0 1px 1px rgba(255,255,255,0.7)}body.testimonials #testimonials-section .mb-wrap .mb-attribution{text-align:right;padding:20px 100px 20px 20px;position:relative}body.testimonials #testimonials-section .mb-wrap .mb-attribution .mb-author{font-size:14px;color:#777;text-shadow:0 1px 1px rgba(255,255,255,0.7)}body.testimonials #testimonials-section .mb-wrap .mb-attribution cite{font-weight:700}body.testimonials #testimonials-section .mb-wrap .mb-thumb{display:block;width:70px;height:70px;border:5px solid #fff;border-radius:50%;background:white url('/img/logos/anon-a16f6905.jpg?1370850275') no-repeat center center;background-size:100%;position:absolute;right:10px;bottom:5px;box-shadow:inset 1px 1px 4px rgba(0,0,0,0.5),0 2px 3px rgba(0,0,0,0.6)}body.testimonials #testimonials-section .mb-wrap#testimonial-gjigan .mb-thumb{background-image:url('/img/logos/gjigan-707ab841.png?1370850275');background-position:center center;background-size:100%}body.testimonials #testimonials-section .mb-wrap#testimonial-hcri .mb-thumb{background-image:url('/img/logos/hcri-41eebdef.png?1370850275');background-position:center center;background-size:100%}body.testimonials #testimonials-section .mb-wrap#testimonial-coke .mb-thumb{background-image:url('/img/logos/coke-c0f74de0.png?1370850275');background-position:left center;background-size:200%}body.testimonials #testimonials-section .mb-wrap#testimonial-gift .mb-thumb{background-image:url('/img/logos/gift-38b576f6.png?1370850275');background-position:center center}body.testimonials #testimonials-section .mb-wrap#testimonial-i360 .mb-thumb{background-image:url('/img/logos/i360views-d417f07f.png?1370850275');background-position:center center;background-size:150%}body.testimonials #testimonials-section .mb-wrap#testimonial-ndtech .mb-thumb{background-image:url('/img/logos/ndtech-97094924.png?1370850275');background-position:center center;background-size:100%}body.testimonials #testimonials-section ul{list-style:none;margin:0;padding:0;margin:40px 0 30px}body.testimonials #testimonials-section ul li{margin-bottom:40px}body.testimonials #testimonials-section ul li:last-child{margin-bottom:0}@media only screen and (min-width:767px){body.testimonials #testimonials-section ul li{float:left;width:48%;margin-bottom:15px}}@media only screen and (min-width:980px){body.testimonials #testimonials-section ul li{width:46%}}body.testimonials #testimonials-section ul li h2{font:20px gotham_mediumregular;text-transform:uppercase;color:#f36050}body.testimonials #testimonials-section ul li p{color:#3e3e3e}@media only screen and (min-width:767px){body.testimonials #testimonials-section ul li:nth-child(odd){padding-right:10px}}@media only screen and (min-width:980px){body.testimonials #testimonials-section ul li:nth-child(odd){padding-right:55px}}@media only screen and (min-width:767px){body.testimonials #testimonials-section ul li:nth-child(even){padding-left:10px}}@media only screen and (min-width:980px){body.testimonials #testimonials-section ul li:nth-child(even){padding-left:20px}}body.mobile-build header{background:#666666 url('/img/bgcloth-66b6fbca.png?1370850275') repeat;font-size:.8em;padding:20px 0}body.mobile-build header .container > .clearfix{margin:0 auto;display:table}@media only screen and (max-width:320px){body.mobile-build header .container > .clearfix img{display:none}}body.mobile-build header .container > .clearfix > div{float:left;margin-left:20px}@media only screen and (min-width:480px){body.mobile-build header .container > .clearfix > div{margin-left:10px}}body.mobile-build header .container > .clearfix > div h1{color:#f8f7ef;font:30px gotham_bookregular;text-transform:uppercase;padding:0;margin:0}@media only screen and (min-width:767px){body.mobile-build header .container > .clearfix > div h1{font-size:52px}}body.mobile-build header .container > .clearfix > div h2{color:#f8f7ef;margin:0;font-size:14px}@media only screen and (min-width:480px){body.mobile-build header .container > .clearfix > div h2{width:370px}}@media only screen and (min-width:767px){body.mobile-build header .container > .clearfix > div h2{font-size:18px;width:inherit}}body.mobile-build section#mb-overview > .container{margin:40px auto}@media only screen and (max-width:767px){body.mobile-build section#mb-overview > .container > div{padding:0 10px}}@media only screen and (min-width:767px){body.mobile-build section#mb-overview > .container > div{float:left;padding:0 10px}}@media only screen and (min-width:980px){body.mobile-build section#mb-overview > .container > div{padding:0}}@media only screen and (max-width:767px){body.mobile-build section#mb-overview > .container > div:first-child img{display:none}}@media only screen and (min-width:767px){body.mobile-build section#mb-overview > .container > div:first-child{width:260px}}@media only screen and (min-width:980px){body.mobile-build section#mb-overview > .container > div:first-child{width:460px}}@media only screen and (min-width:767px){body.mobile-build section#mb-overview > .container > div:last-child{width:460px}}@media only screen and (min-width:980px){body.mobile-build section#mb-overview > .container > div:last-child{width:520px}}body.mobile-build section#mb-overview > .container > div:last-child article{margin-bottom:80px}@media only screen and (max-width:480px){body.mobile-build section#mb-overview > .container > div:last-child article{margin-bottom:50px}}body.mobile-build section#mb-overview > .container > div:last-child article:last-child{margin-bottom:30px}body.mobile-build section#mb-overview > .container > div:last-child article h3{color:#f36050;font:22px gotham_bookregular;margin:0 0 26px;text-shadow:1px 1px 3px #BBB;text-transform:uppercase;border-bottom:3px solid #CCC;padding-bottom:10px}@media only screen and (min-width:480px){body.mobile-build section#mb-overview > .container > div:last-child article h3{margin:0}}@media only screen and (min-width:767px){body.mobile-build section#mb-overview > .container > div:last-child article h3{font-size:32px}}@media only screen and (min-width:980px){body.mobile-build section#mb-overview > .container > div:last-child article h3{margin:0 0 26px}}body.mobile-build section#mb-overview > .container > div:last-child article p{margin-bottom:5px}body.mobile-build section#mb-overview > .container > div:last-child article ul{list-style:none;margin:0;padding:0}@media only screen and (min-width:480px){body.mobile-build section#mb-overview > .container > div:last-child article ul li{float:left;width:210px}}@media only screen and (min-width:980px){body.mobile-build section#mb-overview > .container > div:last-child article ul li{width:240px}}@media only screen and (min-width:480px){body.mobile-build section#mb-overview > .container > div:last-child article ul li:nth-child(odd){margin-right:40px}}body.mobile-build section#mb-overview > .container > div:last-child article ul li h4{font:16px gotham_mediumregular;margin-bottom:0}body.mobile-build section#mb-overview > .container > div:last-child article ul li p{font-size:14px;margin:10px 0 0 0}body.enterprise header{background:#666666 url('/img/bgcloth-66b6fbca.png?1370850275') repeat;font-size:.8em;padding:20px 0}body.enterprise header .container > .clearfix{margin:0 auto;display:table}@media only screen and (max-width:320px){body.enterprise header .container > .clearfix img{display:none}}body.enterprise header .container > .clearfix > div{float:left;margin-left:20px}@media only screen and (min-width:480px){body.enterprise header .container > .clearfix > div{margin-left:10px}}body.enterprise header .container > .clearfix > div h1{color:#f8f7ef;font:30px gotham_bookregular;text-transform:uppercase;padding:0;margin:0}@media only screen and (min-width:767px){body.enterprise header .container > .clearfix > div h1{font-size:52px}}body.enterprise header .container > .clearfix > div h2{color:#f8f7ef;margin:0;font-size:14px}@media only screen and (min-width:480px){body.enterprise header .container > .clearfix > div h2{width:370px}}@media only screen and (min-width:767px){body.enterprise header .container > .clearfix > div h2{font-size:18px;width:inherit}}body.training_videos #content-body aside h4{margin:20px 0 10px 20px;text-transform:uppercase;font-family:gotham_bookregular}body.training_videos #content-body article > section{margin-bottom:30px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:1px solid #eee;-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);box-shadow:0 1px 3px rgba(0,0,0,0.1);padding-bottom:40px;background-color:#E9E8E4;padding:20px}body.training_videos #content-body article > section .video-thumb{float:left}body.training_videos #content-body article > section .video-references{float:left;margin-left:25px}body.training_videos #content-body article > section .video-references h4{float:left;font-size:12px;text-transform:uppercase;color:#777;margin:5px;width:115px}body.training_videos #content-body article > section .video-references ul{list-style:none;margin:0;padding:0;float:left;margin:0}body.training_videos #content-body article > section .video-references ul a{font-size:14px}body.training_videos #content-body article > section h3{background:url('/img/video-icon-1ab75261.png?1370850275') no-repeat left top;background-size:26px 26px;font-family:gotham_mediumregular;text-transform:uppercase;padding-left:34px;margin:0}body.training_videos #content-body article > section p{font-size:15px;margin:6px 0 0 34px}body.training_videos #content-body article > section > div{margin:20px 0 0 30px}body.developers{}body.developers .docs aside{float:left;width:300px;margin:5px 20px 50px 10px;font-size:13px}body.developers .docs aside.affix{position:fixed !important;top:25px}body.developers .docs aside form{margin:0 0 30px}body.developers .docs aside form input{font-size:12px;display:inline-block;*display:inline;*zoom:1;margin-bottom:0;vertical-align:middle;margin-bottom:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-border-radius:14px 0 0 14px;-moz-border-radius:14px 0 0 14px;border-radius:14px 0 0 14px;padding:4px 9px;width:180px}body.developers .docs aside form input:focus{border-color:rgba(82,168,236,0.8);outline:0;outline:thin dotted \9;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6)}body.developers .docs aside form button{-webkit-border-radius:0 14px 14px 0;-moz-border-radius:0 14px 14px 0;border-radius:0 14px 14px 0;margin-left:-4px;font-size:12px;padding:4px 12px 4px 9px}body.developers .docs aside #search-content{position:absolute;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;background-color:white;border:1px solid rgba(0,0,0,0.2);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);-webkit-background-clip:padding-box;-moz-background-clip:padding-box;background-clip:padding-box;max-height:360px;overflow-x:hidden;overflow-y:scroll}body.developers .docs aside #search-content:before{position:absolute;top:-7px;left:9px;display:inline-block;border-right:7px solid transparent;border-bottom:7px solid #CCC;border-left:7px solid transparent;border-bottom-color:rgba(0,0,0,0.2);content:''}body.developers .docs aside #search-content:after{position:absolute;top:-6px;left:10px;display:inline-block;border-right:6px solid transparent;border-bottom:6px solid white;border-left:6px solid transparent;content:''}body.developers .docs aside #search-content a,body.developers .docs aside #search-content li > span{display:block;padding:5px 20px;clear:both;font-weight:400;line-height:20px;color:#333;white-space:nowrap}body.developers .docs aside #search-content a:hover{color:#FFFFFF;text-decoration:none;background-color:#0081c2;background-image:-moz-linear-gradient(top,#0088cc,#0077b3);background-image:-webkit-gradient(linear,0 0,0 100%,from(#0088cc),to(#0077b3));background-image:-webkit-linear-gradient(top,#0088cc,#0077b3);background-image:-o-linear-gradient(top,#0088cc,#0077b3);background-image:linear-gradient(to bottom,#0088cc,#0077b3);background-repeat:repeat-x;outline:0;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0077b3',GradientType=0)}body.developers .docs aside #search-content a:hover em{background-color:inherit}body.developers .docs aside #search-content a:hover small{color:#f7f7f7}body.developers .docs aside #search-content a em{background-color:paleGoldenrod;font-style:normal}body.developers .docs aside #search-content a small{display:block;font-size:11px;color:#999}body.developers .docs aside #tree{overflow-x:auto}body.developers .docs aside #tree ol{list-style:none;margin:0;padding:0}body.developers .docs aside #tree ol > li > a{margin-left:16px}body.developers .docs aside #tree li{padding:2px 0}body.developers .docs aside #tree li.checked > a{color:#f36050 !important}body.developers .docs aside #tree li a{color:#000}body.developers .docs aside #tree li a.active{color:#f36050}body.developers .docs aside #tree li a:hover{color:#f36050}body.developers .docs aside #tree li > div span{background:url('/img/tree/plus-128b8d24.png?1370850275') no-repeat 0 2px;cursor:pointer;display:block;text-indent:-9999px;float:left;width:16px}body.developers .docs aside #tree li ol{display:none;margin:2px 0 6px 14px}body.developers .docs aside #tree li ol li > a{margin-left:16px}body.developers .docs aside #tree li.checked{opacity:1 !important}body.developers .docs aside #tree li.checked > div span{background-image:url('/img/tree/minus-1145b2d5.png?1370850275')}body.developers .docs aside #tree li.checked > div a{color:#f36050 !important}body.developers .docs aside #tree li.checked > ol{display:inline-block}body.developers .docs aside #tree li.expanded > div span{background-image:url('/img/tree/minus-1145b2d5.png?1370850275')}body.developers .docs aside #tree li.expanded > ol{display:inline-block}body.developers.full-screen > .main,body.developers.full-screen > .sub,body.developers.full-screen > #price-banner,body.developers.full-screen > footer{display:none}body.developers.full-screen > .container{width:100%}body.developers.full-screen > .container header{margin-left:365px}body.developers.full-screen > .container header #breadcrumbs{margin-bottom:30px}body.developers.full-screen > .container aside{margin:0 20px 50px 25px;position:fixed;top:22px;height:100%}body.developers.full-screen > .container aside form{margin-bottom:35px}body.developers.full-screen > .container article{margin-left:340px;border-left:3px solid #CCC;padding-left:30px}body.developers .docs header{margin:20px 0 0 90px;overflow:hidden}body.developers .docs header #breadcrumbs{float:left;width:835px}body.developers .docs header #full-screen{float:left;background:url('/img/fullscreen-857741a9.png?1370850275') no-repeat;width:37px;height:35px;text-indent:-9999px;cursor:pointer}body.developers .docs article{margin:0 10px 80px 335px;min-height:500px}body.developers .docs article h1{font:30px gotham_mediumregular;margin:0 0 35px;border-bottom:3px solid #ccc;padding-bottom:8px}body.developers .docs article h2{font:1.3em gotham_mediumregular;margin:4em 0 2em;border-bottom:1px solid #ddd;padding-bottom:10px}body.developers .docs article h3{font:1.2em gotham_bookregular;margin:3em 0 1.4em}body.developers .docs article img:not(.fancybox-image){vertical-align:middle;display:inline-block;padding:4px;background-color:#fff;border:1px solid #ccc;-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);box-shadow:0 1px 3px rgba(0,0,0,0.1);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;max-width:97%;margin:10px 0}body.developers .docs article ol > li{margin:12px 0}body.developers .docs article ul > li{margin:4px 0}body.developers .docs article code{color:#777;font-size:14px}body.developers .docs article table{width:100%;margin-bottom:20px;max-width:100%;background-color:transparent;border-collapse:collapse;border-spacing:0}body.developers .docs article table tbody tr:nth-child(odd) td,body.developers .docs article table tbody tr:nth-child(odd) th{background-color:#EFEDE7}body.developers .docs article table th,body.developers .docs article table td{padding:8px;line-height:20px;text-align:left;vertical-align:top;border-top:1px solid #dddddd}body.developers .docs article #pagination{margin-top:70px;border-top:1px solid #CCC;padding-top:20px}body.developers .docs article #pagination a.fright{float:right}body.developers .pricing-cap{display:block;width:164px;height:66px;background:url('/img/products/cheat-sheet/pricing_caps-0bd24695.png?1370850275') no-repeat scroll 0 0 transparent}body.developers .pricing-cap.orange{background-position:0 -66px}body.developers .pricing-cap.green{background-position:0 -132px}body.developers .pricing-cap.blue{background-position:0 -198px}body.developers .pricing-cap.purple{background-position:0 -264px}body.developers .pricing-cap h3{color:#FFFFFF}body.developers #cheatsheet{background-color:#EFEDE7;border:1px solid #DDD;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:1px 1px 3px #dddddd;-moz-box-shadow:1px 1px 3px #dddddd;box-shadow:1px 1px 3px #dddddd}body.developers .pkg ul{list-style:none outside none;clear:both}body.developers .pkg ul.large li.divided strong,body.developers .pkg ul.large li b,body.developers .tooltip b{font-weight:400}body.developers .pkg .button,body.developers .tooltip{font-weight:300}body.developers .pkg{min-height:100px;position:relative;width:164px;padding:0 14px 12px;float:left}body.developers .pkg .middle,body.developers .pkg .top,body.developers .pkg .bottom{width:184px;position:absolute}body.developers .pkg .middle{top:12px;bottom:12px;z-index:-1}body.developers .pkg .top,body.developers .pkg .bottom{height:12px;top:0;background-position:-184px -8px}body.developers .pkg .bottom{top:auto;bottom:0;background-position:-368px -18px}body.developers .pkg h3{font-size:20px;text-align:center;padding:12px 10px;text-transform:uppercase}body.developers .pkg h4{font-size:20px;text-align:center;padding:8px 5px;color:#ffffff;margin:25px 0;line-height:1.1em}body.developers .pkg hr{background-color:#b858fc;border:none;height:10px;background-position:-562px 0;margin:0}body.developers .pkg ul li{border-bottom:1px solid #ccc;padding:12px 12px;position:relative;font-size:13px;overflow:hidden}body.developers .pkg ul.large li{padding-left:82px;line-height:1.2em}body.developers .pkg ul.large li b{position:absolute;left:10px;font-size:22px;line-height:50px;top:0;width:65px;text-align:center}body.developers .pkg ul.large li.long{padding-top:15px;padding-bottom:17px}body.developers .pkg ul.large li.divided{height:42px;padding:10px 7px 12px;font-size:13px;text-align:center}body.developers .pkg ul.large li.divided strong{font-size:22px;display:block;padding-top:1px}body.developers .pkg ul.large li.divided strong.long{font-size:22px}body.developers .pkg ul.cheat li{margin-left:0 !important;padding-left:82px;line-height:2px}body.developers .pkg ul.cheat li b{position:absolute;left:10px;font-size:22px;line-height:50px;top:0;width:65px;text-align:center}body.developers .pkg ul.cheat li.long{padding-top:15px;padding-bottom:17px}body.developers .pkg ul.cheat li.divided{padding:9px 7px;font:12px monospace;text-align:center}body.developers .pkg ul.cheat li.divided strong{font:11px museo_sans_rounded_300regular;display:block;padding-top:0;margin:0;font-weight:700;text-transform:uppercase}body.developers .pkg ul.cheat li.divided strong.long{font-size:22px}body.developers .pkg ul.details li{padding:13px 4px 13px 36px}body.developers .pkg ul.details{background-position:-245px -42px;background-repeat:no-repeat}body.developers .pkg .price{text-align:center;height:50px;padding:0 11px 10px;border-bottom:1px solid #bbb}body.developers .pkg .price h3{padding-bottom:4px;text-transform:capitalize;font-size:13px;font-weight:700}body.developers .pkg .price span{font-size:12px}body.developers .pkg .buy{padding:10px;text-align:center}body.developers .pkg .button{height:30px;width:142px;display:block;background-position:-746px 0;background-color:#b858fc;text-shadow:0 -1px #999;color:#fff;font-size:16px;text-transform:uppercase;line-height:30px;margin-top:8px}body.developers .pkg .button:hover{background-color:#a54fe3;text-decoration:none}body.developers .pkg.corporate .button,body.developers .pkg.corporate hr{background-color:#58b8fc}body.developers .pkg.corporate .button:hover{background-color:#4fa5e3}body.developers .pkg.pro .button,body.developers .pkg.pro hr{background-color:#81fc58}body.developers .pkg.pro .button:hover{background-color:#74e34f}body.developers .pkg.starter .button,body.developers .pkg.starter hr{background-color:#f5de49}body.developers .pkg.starter .button:hover{background-color:#edd642}body.developers .pkg.basic .button,body.developers .pkg.basic hr{background-color:#fc8158}body.developers .pkg.basic .button:hover{background-color:#e57650}body.developers .pkg ul li.unavailable{color:#ccc}body.developers .pkg ul li.unavailable:hover{background:#fff}body.developers .pkg ul{padding:0;margin:0}body.developers .foot-note{width:97%;line-height:1.5;margin-bottom:30px}body.developers .foot-note a{color:#666;text-decoration:underline}body.developers .pkg li.no-border{border-bottom:none;height:36px;padding-top:10px}body.developers .pkg li.no-border a{color:#666;text-decoration:underline;font-size:15px;display:block;padding-top:6px}body.developers .pkg li.no-border a:hover{color:#888}body.developers .tooltip{position:absolute;left:410px;top:40px;width:275px;z-index:9;left:0;background-color:#333;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:1px 1px 12px #444444;-moz-box-shadow:1px 1px 12px #444444;box-shadow:1px 1px 12px #444444}body.developers .tooltip .inner{padding:14px 32px 14px 14px;color:#fff;font-size:13px;line-height:16px}body.developers .tooltip b{font-size:15px;display:block;padding-bottom:8px}body.developers #breadcrumbs{margin:0 0 40px;padding:0;float:left;display:block;overflow:hidden;width:99%;padding:8px;font-size:13px}body.developers #breadcrumbs ul{margin:0;padding:0;height:21px;display:block}body.developers #breadcrumbs ul li{display:block;float:left;position:relative;height:21px;overflow:hidden;line-height:21px;margin:0 6px 0 0;padding:0 10px 0 0;font-size:.9167em;background:url('/img/breadcrumbs/chevron-528bd45f.gif?1370850275') no-repeat 100% 0}body.developers #breadcrumbs ul li div.chevronOverlay{position:absolute;right:0;top:0;z-index:2}body.developers #breadcrumbs ul li span{display:block;overflow:hidden}body.developers #breadcrumbs ul li a{display:block;position:relative;height:21px;line-height:21px;overflow:hidden;float:left}body.developers #breadcrumbs ul li:first-child a{height:16px !important;text-indent:-1000em;width:16px;padding:0;margin-top:2px;overflow:hidden;background:url('/img/breadcrumbs/icon_home-1ab5207f.gif?1370850275') no-repeat 0 0}body.developers #breadcrumbs ul li:first-child a:hover{background-position:0 -16px}body.developers #breadcrumbs ul li:last-child{background:none;margin-right:0;padding-right:0}body.developers .chevronOverlay{display:none;background:url('/img/breadcrumbs/chevron_overlay-5be72bed.png?1370850275') no-repeat 100% 0;width:13px;height:20px}body.developers #developers-section{margin:60px 0}body.developers #developers-section h1{font:26px gotham_mediumregular;text-transform:uppercase;text-align:center}@media only screen and (min-width:767px){body.developers #developers-section h1{font-size:30px}}@media only screen and (min-width:980px){body.developers #developers-section h1{font-size:36px}}body.developers #developers-section h4{font:14px gotham_bookregular;text-align:center;line-height:1.4em;width:80%;margin:0 auto}@media only screen and (min-width:767px){body.developers #developers-section h4{font-size:18px}}body.developers #developers-section hr{margin:2em}body.developers #developers-section ul{list-style:none;margin:0;padding:0}@media only screen and (min-width:767px){body.developers #developers-section ul{float:left;width:50%}}body.developers #developers-section ul li{margin:0 30px 40px}body.developers #developers-section ul li:first-child{font:26px gotham_thinregular;text-transform:uppercase;margin-top:20px}body.developers #developers-section ul li a:hover h2{text-decoration:underline}body.developers #developers-section ul li h2{font:20px gotham_mediumregular;text-transform:uppercase}body.developers #developers-section ul li p{color:#3e3e3e}footer{color:#eeeee9}footer section:first-child{background:#3e3e3e url('/img/bgcloth-66b6fbca.png?1370850275') repeat;padding:40px 5px;font-size:13px}@media only screen and (min-width:767px){footer section:first-child{padding:40px 20px}}@media only screen and (max-width:980px){footer section:first-child .container.clearfix:before,footer section:first-child .container.clearfix:after{content:none;display:inherit}}footer section:first-child ul{list-style:none;margin:0;padding:0}footer section:first-child > div > ul > li{display:inline-block}footer section:first-child > div > ul > li > ul > li a{color:#BBB;margin:8px;display:block}@media only screen and (min-width:767px){footer section:first-child > div > ul > li > ul > li a{margin:8px 50px 8px 0}}@media only screen and (min-width:980px){footer section:first-child > div ul{float:left}}footer section:first-child > div #webinars #webinars-inner{border-top:1px solid #666;border-bottom:1px solid #666;margin:20px 4px;padding:10px 4px;text-align:center;font-size:1.1em}@media only screen and (min-width:480px){footer section:first-child > div #webinars #webinars-inner{border-bottom:none;margin:30px 4px 0;padding-top:20px}}@media only screen and (min-width:980px){footer section:first-child > div #webinars #webinars-inner{border:none;float:left;margin:0 0 0 20px;padding:0;text-align:left;font-size:1em}}footer section:first-child > div #webinars #webinars-inner div > p{color:#BBB;margin:0;padding:0}footer section:first-child > div #webinars #webinars-inner div > p a{margin:0 4px}footer section:first-child > div #webinars #webinars-inner div > p span.title{font-size:15px;padding:14px 0 4px;color:#FFF}footer section:first-child > div #webinars #webinars-inner div > p span{display:block}@media only screen and (min-width:767px){footer section:first-child > div #webinars #webinars-inner div > p{float:left;width:50%;font-size:1.15em}}@media only screen and (min-width:980px){footer section:first-child > div #webinars #webinars-inner div > p{float:none;width:inherit;font-size:1em;margin-bottom:0}footer section:first-child > div #webinars #webinars-inner div > p:last-child{margin-top:3px}footer section:first-child > div #webinars #webinars-inner div > p span:last-child{margin-left:10px;display:inline}}footer section:first-child > div #webinars #webinars-inner h3{font-size:1.3em;margin-bottom:24px}@media only screen and (min-width:767px){footer section:first-child > div #webinars #webinars-inner h3{font-size:1.8em}}@media only screen and (min-width:980px){footer section:first-child > div #webinars #webinars-inner h3{font-size:1.7em;margin:0 0 10px}}footer section:first-child > div #social-icons{font-size:0;list-style:none}@media only screen and (min-width:480px){footer section:first-child > div #social-icons{float:right;position:relative;top:-505px}}@media only screen and (min-width:767px){footer section:first-child > div #social-icons{top:-460px}}@media only screen and (min-width:980px){footer section:first-child > div #social-icons{top:-10px}}footer section:first-child > div #social-icons li{display:inline-block;margin:15px 12px 0}@media only screen and (min-width:480px){footer section:first-child > div #social-icons li{display:block}}footer section:first-child > div #social-icons li a{background:url('/img/social-9894af0f.gif?1370850275') no-repeat 0 0;text-indent:-9999px;margin:0}footer section:first-child > div #social-icons li a:hover span{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);transform:rotate(360deg)}footer section:first-child > div #social-icons li a span{background:url('/img/social-9894af0f.gif?1370850275') no-repeat 0 0;display:block;width:50px;height:51px;position:relative;z-index:10;-webkit-transition:-webkit-transform .4s ease-out;-moz-transition:-moz-transform .4s ease-out;transition:transform .4s ease-out}footer section:first-child > div #social-icons li:nth-child(2) a,footer section:first-child > div #social-icons li:nth-child(2) a span{background-position:-71px 0}footer section:first-child > div #social-icons li:nth-child(3) a,footer section:first-child > div #social-icons li:nth-child(3) a span{background-position:-143px 0}footer section:first-child > div #social-icons li:nth-child(4) a,footer section:first-child > div #social-icons li:nth-child(4) a span{background-position:-213px 0}@media only screen and (min-width:480px){footer section:first-child > div #social-icons li:nth-child(1){float:left;margin-left:76px}footer section:first-child > div #social-icons li:nth-child(3){float:left;margin-left:76px;margin-top:5px}footer section:first-child > div #social-icons li:nth-child(4){margin-top:5px}}footer section:last-child{background-color:#f36050;font-size:12px;padding:14px 4px;text-align:center}@media only screen and (min-width:480px){footer section:last-child{text-align:left}}@media only screen and (min-width:767px){footer section:last-child{padding:24px 40px}}footer section:last-child a{color:#f8f7ef}@media only screen and (min-width:980px){footer section:last-child .container > div{float:right;margin-right:30px}}.fancybox-inner > #webinars-inner{width:500px;text-align:center}.fancybox-inner > #webinars-inner h3{font:1.6em gotham_mediumregular;margin:24px 0 24px;text-transform:uppercase}.fancybox-inner > #webinars-inner > div > p{margin:6px;font-weight:700}.fancybox-inner > #webinars-inner > div > p span{margin-left:15px}.fancybox-inner > #webinars-inner > p{margin:22px 0}@media only screen and (max-width:980px){#content-body{font-size:.95em}}#content-body > h1{font-family:'gotham_mediumregular';font-size:26px;text-transform:uppercase;border-bottom:3px solid #CCC;margin:15px 10px 25px;text-align:center}@media only screen and (min-width:767px){#content-body > h1{padding:0 0 8px 250px;margin:35px 0 25px;text-align:left}}@media only screen and (min-width:980px){#content-body > h1{padding:0 0 8px 300px}}#content-body > h1.no-border{border:none;padding-bottom:0}#content-body > div{margin:0 10px 40px}@media only screen and (min-width:767px){#content-body > div{margin:0 0 40px}}#content-body > div > article > h2{margin:3em 0 .83em}#content-body > div > article > h2:first-child{margin-top:1em}#content-body > div > article > h3{margin:3em 0 1em}@media only screen and (max-width:767px){#content-body > div aside{display:none;background-color:#0e0e0e;position:relative;top:-28px;padding:11px 1px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 1px 10px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 10px rgba(0,0,0,0.1);box-shadow:0 1px 10px rgba(0,0,0,0.1);background-color:#1b1b1b;background-image:-moz-linear-gradient(top,#222222,#111111);background-image:-webkit-gradient(linear,0 0,0 100%,from(#222222),to(#111111));background-image:-webkit-linear-gradient(top,#222222,#111111);background-image:-o-linear-gradient(top,#222222,#111111);background-image:linear-gradient(to bottom,#222222,#111111);background-repeat:repeat-x;border-color:#252525;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222',endColorstr='#ff111111',GradientType=0)}#content-body > div aside ul{list-style:none;margin:0;padding:0}#content-body > div aside ul li{line-height:20px}#content-body > div aside ul li.active a{background-color:#111111;color:#CCC}#content-body > div aside ul li:hover a{background-color:#111111}#content-body > div aside ul li a{padding:3px 15px;font-family:museo_sans_rounded_700regular;color:#777777;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;text-shadow:0 -1px 0 rgba(0,0,0,0.25);display:block}#content-body > div aside ul li a:hover{background-color:#111111}}@media only screen and (min-width:767px){#content-body > div > aside{display:block;float:left;width:200px;color:#666;margin-top:10px}#content-body > div > aside ul{margin:0 45px 0 0}#content-body > div > aside ul li.active a{color:#666}#content-body > div > article{float:left;width:550px}}@media only screen and (min-width:980px){#content-body > div > aside{width:300px}#content-body > div > article{width:680px}}#content-body .btn-navbar{color:#ffffff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#0e0e0e;background-image:-moz-linear-gradient(top,#151515,#040404);background-image:-webkit-gradient(linear,0 0,0 100%,from(#151515),to(#040404));background-image:-webkit-linear-gradient(top,#151515,#040404);background-image:-o-linear-gradient(top,#151515,#040404);background-image:linear-gradient(to bottom,#151515,#040404);background-repeat:repeat-x;border-color:#040404 #040404 #000000;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515',endColorstr='#ff040404',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);float:left;padding:6px;margin-right:5px;margin-left:5px;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.075);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.075);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.075)}@media only screen and (min-width:767px){#content-body .btn-navbar{display:none}}#content-body .btn-navbar .icon-bar{display:block;width:18px;height:3px;background-color:#f5f5f5;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;-webkit-box-shadow:0 1px 0 rgba(0,0,0,0.25);-moz-box-shadow:0 1px 0 rgba(0,0,0,0.25);box-shadow:0 1px 0 rgba(0,0,0,0.25)}#content-body .btn,#content-body .btn-group{margin-top:5px}.btn{display:inline-block;padding:4px 12px;margin-bottom:0;font-size:14px;line-height:20px;color:#333333;text-align:center;text-shadow:0 1px 1px rgba(255,255,255,0.75);vertical-align:middle;cursor:pointer;background-color:#f5f5f5;background-image:-moz-linear-gradient(top,white,#e6e6e6);background-image:-webkit-gradient(linear,0 0,0 100%,from(white),to(#e6e6e6));background-image:-webkit-linear-gradient(top,white,#e6e6e6);background-image:-o-linear-gradient(top,white,#e6e6e6);background-image:linear-gradient(to bottom,#ffffff,#e6e6e6);background-repeat:repeat-x;border:1px solid #bbbbbb;border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);border-bottom-color:#a2a2a2;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)}button{font-size:14px;font-weight:400;line-height:20px;margin:0}[class^="icon-"],[class*=" icon-"]{display:inline-block;width:14px;height:14px;margin-top:1px;line-height:14px;vertical-align:text-top;background-position:14px 14px;background-repeat:no-repeat}body.home #price-banner{border-top:none}.bar{background-color:#f8f7ef;color:#777;font:14px gotham_lightregular;border-top:1px solid #DDD;-webkit-box-shadow:1px 1px 3px #cccccc;-moz-box-shadow:1px 1px 3px #cccccc;box-shadow:1px 1px 3px #cccccc}#price-banner{background-color:#f8f7ef;text-transform:uppercase;text-align:center;color:#777;font:14px gotham_lightregular;border-top:1px solid #DDD;-webkit-box-shadow:1px 1px 3px #cccccc;-moz-box-shadow:1px 1px 3px #cccccc;box-shadow:1px 1px 3px #cccccc}@media only screen and (min-width:767px){#price-banner{font-size:16px}}#price-banner #used-by-coke{height:84px;padding:0;margin:0;background:transparent url('/img/logos/coke-019ad8af.gif?1370850275') no-repeat center top}@media only screen and (max-width:320px){#price-banner #used-by-coke{background-size:87%}}@media only screen and (min-width:480px){#price-banner #used-by-coke{height:96px}}@media only screen and (min-width:767px){#price-banner #used-by-coke{width:231px;height:61px;background-size:87%;background-position:center 4px}}@media only screen and (min-width:980px){#price-banner #used-by-coke{width:330px;height:103px;background-position:center 16px}}#price-banner #used-by-coke a{display:block;position:relative;top:60px;text-align:right;margin-right:22px;font-family:gotham_mediumregular;text-transform:lowercase;font-size:12px}@media only screen and (min-width:480px){#price-banner #used-by-coke a{top:72px;margin-right:74px}}@media only screen and (min-width:767px){#price-banner #used-by-coke a{top:44px;margin-right:18px;font-family:gotham_bookregular}}@media only screen and (min-width:980px){#price-banner #used-by-coke a{top:76px;margin-right:29px;ont-family:gotham_mediumregular}}@media only screen and (min-width:767px){#price-banner .container > div{float:left}}@media only screen and (min-width:980px){#price-banner .container > div{width:33%;font:20px gotham_mediumregular}}#price-banner .container > div p{margin:0;padding:0;line-height:1.1em}#price-banner .container > div:first-child{padding-top:0}@media only screen and (min-width:767px){#price-banner .container > div:first-child{padding:5px 10px 0}}@media only screen and (min-width:980px){#price-banner .container > div:first-child{padding:20px 0 0 0}}#price-banner .container > div:first-child span{font-size:39px;position:relative;top:5px;color:#f36050}#price-banner .container > div:nth-child(2) a{margin:10px 0;background-color:#f36050;font-size:30px;display:block;color:#f8f7ef;padding:5px 0}#price-banner .container > div:nth-child(2) a:hover{color:#000}@media only screen and (min-width:767px){#price-banner .container > div:nth-child(2) a{padding:5px 20px;margin:0;font-size:28px}}@media only screen and (min-width:980px){#price-banner .container > div:nth-child(2) a{padding:26px 20px}}#price-banner .container > div:nth-child(2) a p:last-child{font-size:20px}@media only screen and (min-width:767px){#price-banner .container > div:nth-child(2) a p:last-child{font-size:18px}}#price-banner .container > div:nth-child(2) a p:last-child span:not(.trial-period){font-size:14px;position:relative;top:-2px}@media only screen and (min-width:767px){#price-banner .container > div:nth-child(2) a p:last-child span:not(.trial-period){font-size:12px}}#price-banner .container > div.inverse a{background-color:#f8f7ef;color:#f36050}#price-banner .container > div:last-child{padding-bottom:10px}@media only screen and (min-width:767px){#price-banner .container > div:last-child{padding:23px 6px 0;font-size:14px}}@media only screen and (min-width:980px){#price-banner .container > div:last-child{padding:40px 0 0 0;font:18px gotham_bookregular}}@media only screen and (min-width:767px){#price-banner .container > div:last-child.clearfix{padding-top:15px}}#price-banner .container > div:last-child.clearfix .video-thumb{float:left;margin-left:25px}@media only screen and (min-width:480px){#price-banner .container > div:last-child.clearfix .video-thumb{margin-left:98px}}@media only screen and (min-width:767px){#price-banner .container > div:last-child.clearfix .video-thumb{display:none}}@media only screen and (min-width:980px){#price-banner .container > div:last-child.clearfix .video-thumb{display:block;margin-left:25px}}#price-banner .container > div:last-child.clearfix .video-thumb + a{text-align:left;float:left;display:block;padding:20px 0 0 20px;width:145px}@media only screen and (min-width:767px){#price-banner .container > div:last-child.clearfix .video-thumb + a{padding:1px 0 0 20px}}@media only screen and (min-width:980px){#price-banner .container > div:last-child.clearfix .video-thumb + a{padding:20px 0 0 20px}}body.signup h1{font:26px gotham_mediumregular;text-transform:uppercase;text-align:center}@media only screen and (min-width:767px){body.signup h1{font-size:30px}}@media only screen and (min-width:980px){body.signup h1{font-size:36px}}body.signup h2{font:14px gotham_bookregular;text-align:center;line-height:1.4em;width:80%;margin:0 auto}@media only screen and (min-width:767px){body.signup h2{font-size:18px}}body.signup > .container > div{margin:40px 20px}@media only screen and (min-width:767px){body.signup > .container > div > section{float:left;width:46%}}@media only screen and (min-width:767px){body.signup > .container > div > section:first-child{padding-right:40px}}@media only screen and (min-width:980px){body.signup > .container > div > section:first-child{padding-right:70px}}body.signup > .container > div > section h3{text-transform:uppercase}body.signup > .container > div > section > ul{list-style:none;margin:0;padding:0;font-size:.92em}body.signup > .container > div > section > ul h4{margin:0 0 5px}body.signup > .container > div > section > ul p{margin:0 0 20px}body.blog #disqus_thread{margin-bottom:60px}body.blog article > .blog-social{margin:0}body.blog article > .blog-social:last-child{margin-top:70px}body.blog article > .blog-social > div{float:left !important}body.blog article > .blog-social > .blog-twitter{margin-top:2px}body.blog article > .blog-social > .blog-gplus{margin:2px 0 0 10px}body.blog article > .blog-social > .blog-facebook{margin:0 0 0 10px}body.blog header{background:#666666 url('/img/bgcloth-66b6fbca.png?1370850275') repeat;font-size:.8em;padding:20px 0}body.blog header .container{margin:0 auto;display:table}@media only screen and (max-width:480px){body.blog header .container{margin:0 20px}}@media only screen and (min-width:980px){body.blog header .container > div{margin-left:170px}}body.blog header .container > div h1{color:#f8f7ef;font:30px gotham_thinregular;text-transform:uppercase;padding:0;margin:0}body.blog header .container > div h2{color:#f8f7ef;margin:0;font-size:14px}body.blog aside{clear:none;display:inline-block;float:left;margin:10px 0 0 25px;width:210px}@media only screen and (max-width:767px){body.blog aside{display:none}}body.blog aside .all-posts{margin:50px 0 62px 38px;text-transform:uppercase;font:14px gotham_bookregular}body.blog aside .all-posts h5{text-transform:capitalize;margin:50px 0}body.blog aside .all-posts h5 img{padding:0 7px 4px 0}body.blog aside .latest-posts:first-child h4{margin-top:100px}body.blog aside .latest-posts h4{text-transform:uppercase;margin:40px 0 0 38px}body.blog aside .latest-posts li{margin:10px 0;font-size:12px}body.blog .posts{margin-top:30px;float:left}@media only screen and (min-width:767px){body.blog .posts{width:740px}}body.blog .posts.all{margin:30px 0 50px}body.blog .posts.all h2{border-bottom:1px solid #CCC;margin:.83em 20px 30px}@media only screen and (min-width:767px){body.blog .posts.all h2{padding-left:169px;margin:.83em 0 30px}}body.blog .posts.all h2 a{color:#3e3e3e}body.blog .posts.all article{margin-bottom:20px;padding-bottom:1px;border:none}body.blog .posts.all article h3{margin:0;font-size:16px}@media only screen and (min-width:767px){body.blog .posts.all article .meta{top:2px;width:120px}}body.blog .posts.all article .meta p.date{text-align:left;border-bottom:none;font-size:inherit;margin:0}@media only screen and (min-width:767px){body.blog .posts.all article .meta p.date{text-align:right}}body.blog .posts.all article .meta p.date span.author{display:block;color:#AAA}body.blog .posts > .pagination{margin:20px 20px 60px}@media only screen and (min-width:767px){body.blog .posts > .pagination{margin:0 0 60px 0;padding:0 0 0 170px}}body.blog .posts > .pagination p{width:120px;float:left;padding:0;margin:0}body.blog .posts > article{margin:20px 20px 60px;border-bottom:3px solid #ccc;padding-bottom:15px}@media only screen and (min-width:767px){body.blog .posts > article{margin:0 0 100px 0;padding:0 0 45px 170px;position:relative}}body.blog .posts > article img:not(.fancybox-image){vertical-align:middle;display:inline-block;padding:4px;background-color:#fff;border:1px solid #ccc;-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);box-shadow:0 1px 3px rgba(0,0,0,0.1);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;max-width:90%;height:inherit}body.blog .posts > article img:not(.fancybox-image).blog-img{max-width:200px}body.blog .posts > article hr{margin:2em}body.blog .posts > article p{line-height:1.5em}body.blog .posts > article .meta{text-align:center}@media only screen and (min-width:767px){body.blog .posts > article .meta{left:10px;text-align:left;position:absolute;top:18px;width:145px}}body.blog .posts > article .meta p.tagged{display:block;font:14px gotham_bookregular;margin:0 0 10px 0;text-transform:uppercase}@media only screen and (max-width:767px){body.blog .posts > article .meta p.tagged{display:none}}body.blog .posts > article .meta ul.tags{color:#777;display:block;margin:0 0 36px 0;padding:0 0 0 2px;list-style:none}@media only screen and (max-width:767px){body.blog .posts > article .meta ul.tags{display:none}}body.blog .posts > article .meta ul.tags li{font-size:12px;font-style:italic;margin:0 0 10px 0;position:relative}body.blog .posts > article .meta ul.tags li:after{content:"\2014";font-size:13px;left:-14px;position:absolute;top:0}body.blog .posts > article .meta ul.tags li a{color:#777}body.blog .posts > article .meta p.date{border-bottom:1px solid #ccc;font-size:14px;margin:0 auto 20px auto;padding-bottom:15px;width:50%}@media only screen and (min-width:767px){body.blog .posts > article .meta p.date{border:none;width:100%}}body.blog .posts > article .meta p.date a{color:#aaa;font-weight:400}body.blog .posts > article .meta p.date span.author{display:block;color:#AAA}body.blog .posts > article .meta p.comments{font-size:14px}@media only screen and (max-width:767px){body.blog .posts > article .meta p.comments{display:none}}body.blog .posts > article h1{font:28px gotham_bookregular;margin-bottom:50px}@media only screen and (max-width:767px){body.blog .posts > article h1{text-align:center}}body.blog .posts > article h2{margin:1.6em 0 .83em}body.blog .posts > article h3{margin:1.8em 0 1em}body.blog .posts > article blockquote{margin:2em 40px 1.6em;font-family:serif;font-style:italic;font-size:18px;color:#666}body.blog .posts > article blockquote em{font-style:normal;font-size:14px;color:#000}#coupon{margin:40px 0;padding:6px;background-color:#FFF;text-align:center;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-webkit-box-shadow:1px 1px 3px #666666;-moz-box-shadow:1px 1px 3px #666666;box-shadow:1px 1px 3px #666666}@media only screen and (min-width:767px){#coupon{margin:25px 10px}}#coupon input[type=text]{width:56%}#coupon > div{border:5px dashed #666;padding:10px 16px}@media only screen and (min-width:767px){#coupon > div{background:white url('/img/barcode-ec742c4a.jpg?1370850275') no-repeat 20px center;padding:30px 30px 30px 130px}}#coupon > div h1{font:18px gotham_bookregular}@media only screen and (min-width:767px){#coupon > div h1{font-size:26px}}#coupon > div h1 span.logo{font:22px gotham_bookregular;text-transform:uppercase}@media only screen and (min-width:767px){#coupon > div h1 span.logo{font-size:46px}}#coupon > div h1 span.logo > span{color:#f36050;font-family:gotham_mediumregular}#coupon > div h2{margin-bottom:0;font-size:18px}#coupon > div h3{margin-top:0;font-size:14px}#coupon > div p.terms{margin-top:40px;font-size:12px;text-align:left}#coupon > div #referral-url{margin-top:20px}#coupon > div #referral-url code{display:block}body.referral-program header{background:#666666 url('/img/bgcloth-66b6fbca.png?1370850275') repeat;font-size:.8em;padding:20px 10px}@media only screen and (min-width:767px){body.referral-program header{padding:20px 0}}body.referral-program header div{margin:0 auto;text-align:center}body.referral-program header div h1{color:#f8f7ef;font:26px gotham_bookregular;text-transform:uppercase;padding:0;margin:0}@media only screen and (min-width:767px){body.referral-program header div h1{font-size:52px}}body.referral-program header div h2{color:#f8f7ef;margin:0;font-size:14px}@media only screen and (min-width:767px){body.referral-program header div h2{font-size:18px}}body.referral-program h2{color:#F04A3B}body.referral-program #referral-form input[type=submit]{height:42px;margin-top:0}body.referral-program #referral-text{margin-bottom:50px}body.referral-program #referral-text > div{margin:0 10px}@media only screen and (min-width:767px){body.referral-program #referral-text > div{float:left;width:42%}body.referral-program #referral-text > div:first-child{margin-right:40px}body.referral-program #referral-text > div:last-child{margin-left:40px}}@media only screen and (min-width:980px){body.referral-program #referral-text > div{width:44%}}#cws-signup-dialog{display:none}#cws-signup-dialog-inner{width:680px;padding:25px}#cws-signup-dialog-inner img{float:right;margin-left:60px}#cws-signup-dialog-inner h2{font:44px gotham_bookregular;text-transform:uppercase;color:#f36050;text-align:left;margin:0 0 20px}#cws-signup-dialog-inner p:last-child{text-align:right}#cws-signup-dialog-inner a.btn{border-color:#2D53AF;background-color:#4D7BD6;background-image:-moz-linear-gradient(top,#5689db 0,#4d7bd6 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#5689db),color-stop(100%,#4d7bd6));background-image:-webkit-linear-gradient(top,#5689db 0,#4d7bd6 100%);background-image:-o-linear-gradient(top,#5689db 0,#4d7bd6 100%);background-image:-ms-linear-gradient(top,#5689db 0,#4d7bd6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#5689db,endColorstr=#4d7bd6,GradientType=0);background-image:linear-gradient(top,#5689db 0,#4d7bd6 100%);color:white;text-align:center;text-shadow:0 1px 1px rgba(0,0,0,0.1);text-transform:uppercase;font-weight:700;font-family:'Open Sans',arial,sans-serif;padding:4px 20px 6px;font-size:13px;-webkit-box-shadow:0 2px 0 0 rgba(255,255,255,0.06) inset,0 2px 3px 0 rgba(0,0,0,0.2);-moz-box-shadow:0 2px 0 0 rgba(255,255,255,0.06) inset,0 2px 3px 0 rgba(0,0,0,0.2);box-shadow:0 2px 0 0 rgba(255,255,255,0.06) inset,0 2px 3px 0 rgba(0,0,0,0.2);outline:0}#cws-signup-dialog-inner a.btn span{width:19px;height:17px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAARCAQAAACVkV9MAAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAAAEgAAABIAEbJaz4AAAAJdnBBZwAAABMAAAARAMNJ7iwAAACPSURBVCjPjZJRDsMgDENfCAfY1+5/vh2g0iRI9gG0AbUa/glGiWMZxNlB2urabcutyDnmFUAUaxc+q3WPSqiX77DUI0+xafHmD2eQRqV7WiHqFtWUe+i89CmYNAWCyYsMJP8AyBsDyohltFUOUuAHBTDqojbmOgrfm93/kBfePJZF+8ztUlcSRp3fVPb+2w/RaCkkhrW/agAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAASUVORK5CYII=);display:inline-block;position:relative;top:4px;margin-right:6px}body.cws header{background:#666666 url('/img/bgcloth-66b6fbca.png?1370850275') repeat;font-size:.8em;padding:20px 0}body.cws header .container{margin:0 auto;display:table}@media only screen and (max-width:480px){body.cws header .container{margin:0 20px}}@media only screen and (min-width:980px){body.cws header .container > div{margin-left:170px}}body.cws header .container > div h1{color:#f8f7ef;font:30px gotham_thinregular;text-transform:uppercase;padding:0;margin:0}body.cws header .container > div h2{color:#f8f7ef;margin:0;font-size:14px}body.cws #chrome-signup{display:none}body.cws #chrome-signup section{float:left}body.cws #chrome-signup section:first-child{width:44%;margin:30px 50px 0 100px}body.cws #chrome-signup section:last-child{width:35%}body.cws #chrome-signup section:last-child img{position:relative;top:-32px;margin:0 0 0 90px}body.cws #chrome-signin{display:none}body.cws #chrome-signin img{float:right;position:relative;top:-32px;margin:0 150px 0 0}body.cws #chrome-signin div{width:40%;margin:65px 0 80px 172px}body.cws #chrome-signin div p:last-child{font-size:12px;color:#666}body.cws #chrome-signin-list{display:none}body.cws #chrome-signin-list img{float:right;position:relative;top:-32px;margin:0 150px 0 0}body.cws #chrome-signin-list div{width:40%;margin:65px 0 80px 172px}#webinar-dialog{display:none}#webinar-dialog-inner{width:600px;padding:25px;background:white url('/img/webinar-bg-aa9dd892.png?1370850275') no-repeat -200px bottom}#webinar-dialog-inner h2{font:44px gotham_bookregular;text-transform:uppercase;color:#f36050;text-align:left;margin:0 0 20px}#webinar-dialog-inner p{margin:27px 200px 0 0}#webinar-dialog-inner a.btn{text-align:center;text-shadow:0 1px 1px rgba(0,0,0,0.1);text-transform:uppercase;font-family:'Open Sans',arial,sans-serif;padding:3px 13px 5px;font-size:13px;outline:0;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}#webinar-dialog-inner a.btn-primary{border-color:#2D53AF;background-color:#4D7BD6;background-image:-moz-linear-gradient(top,#5689db 0,#4d7bd6 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#5689db),color-stop(100%,#4d7bd6));background-image:-webkit-linear-gradient(top,#5689db 0,#4d7bd6 100%);background-image:-o-linear-gradient(top,#5689db 0,#4d7bd6 100%);background-image:-ms-linear-gradient(top,#5689db 0,#4d7bd6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#5689db,endColorstr=#4d7bd6,GradientType=0);background-image:linear-gradient(top,#5689db 0,#4d7bd6 100%);color:white;text-align:center;text-shadow:0 1px 1px rgba(0,0,0,0.1);text-transform:uppercase;font-weight:700;font-family:'Open Sans',arial,sans-serif;padding:4px 20px 6px;font-size:13px;-webkit-box-shadow:0 2px 0 0 rgba(255,255,255,0.06) inset,0 2px 3px 0 rgba(0,0,0,0.2);-moz-box-shadow:0 2px 0 0 rgba(255,255,255,0.06) inset,0 2px 3px 0 rgba(0,0,0,0.2);box-shadow:0 2px 0 0 rgba(255,255,255,0.06) inset,0 2px 3px 0 rgba(0,0,0,0.2);outline:0;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}body.webinars #content-body > h1{text-shadow:0 2px 3px #CCC;color:#F36050;font:36px gotham_bookregular}body.webinars #content-body > h1 button{display:none}@media only screen and (min-width:767px){body.webinars #content-body > div > aside{width:250px}body.webinars #content-body > div > article{width:515px}}@media only screen and (min-width:980px){body.webinars #content-body > div > aside{width:300px}body.webinars #content-body > div > article{width:680px}}body.webinars #content-body #webinar-tweets{margin:0 60px 0 0;font-size:14px;padding:20px;border:1px solid #CCC;background-color:#EEE;border-radius:6px;box-shadow:1px 1px 7px #BBB;text-align:center}@media only screen and (min-width:767px){body.webinars #content-body #webinar-tweets{margin:0 40px 0 0}}@media only screen and (min-width:980px){body.webinars #content-body #webinar-tweets{margin:0 60px 0 0}}body.webinars #content-body #webinar-tweets h3{font:20px gotham_bookregular;text-transform:uppercase;color:#333;margin-top:10px}body.webinars #content-body #webinar-tweets .twitter-follow-button,body.webinars #content-body #webinar-tweets .twitter-mention-button{display:block;margin:22px auto 4px}body.webinars #content-body #webinar-tweets ul{list-style:none;padding:0;margin:0}body.webinars #content-body #webinar-tweets ul li{margin:0 0 7px}body.webinars #content-body article > ul{margin-top:30px;padding:0}@media only screen and (min-width:980px){body.webinars #content-body article > ul{margin-right:100px}}body.webinars #content-body article > ul > li{list-style:none;margin:54px 0}body.webinars #content-body article > ul > li > h3{margin:0;text-transform:uppercase}body.webinars #content-body article > ul > li > p{margin-top:10px}body.webinars #content-body article #next-intro-webinar{margin:25px 0 0 10px;border-left:10px solid #F8F7EF;padding-left:14px}body.webinars #content-body article #next-intro-webinar h2{font:13px gotham_bookregular;text-transform:uppercase;border-bottom:1px solid #CCC;padding-bottom:6px;color:#888;margin:0}body.webinars #content-body article #next-intro-webinar p{margin:10px 0}body.webinars #content-body article #clinic-schedule{margin:40px 0 0 0}body.webinars #content-body article #clinic-schedule h2{font:14px gotham_bookregular;text-transform:uppercase;border-bottom:1px solid #CCC;padding-bottom:6px;color:#888;margin:0 0 0 10px}body.webinars #content-body article #clinic-schedule > small{margin:10px;display:block}body.webinars #content-body article #clinic-schedule > small .twitter-follow-button{display:block;margin-top:10px}body.webinars #content-body article #clinic-schedule div{margin:25px 0 35px 10px;border-left:10px solid #F8F7EF;padding-left:14px}body.webinars #content-body article #clinic-schedule div h4{margin:0}body.webinars #content-body article #clinic-schedule div h5{margin:10px 0;font-size:.90em;color:#777}body.webinars #content-body article #clinic-schedule div p{margin:8px 0;color:#666;font-size:14px}body.webinars #content-body article #clinic-schedule div a{margin:0}body.webinars #content-body article #clinic-schedule div em{font-size:14px;font-weight:700;line-height:1.4em;color:#000;padding-top:13px;display:block}body.services #price-banner{border-top:0}body.services header{background:#666666 url('/img/bgcloth-66b6fbca.png?1370850275') repeat;font-size:.8em;padding:20px 0 40px}body.services header h1{color:#f8f7ef;font:30px gotham_bookregular;text-transform:uppercase;padding:0;margin:0 10px;text-align:center}@media only screen and (min-width:767px){body.services header h1{margin:0 20px;font-size:52px;text-align:left}}@media only screen and (min-width:980px){body.services header h1{margin:0 0 0 100px}}body.services header h2{color:#f8f7ef;margin:0 10px;text-transform:initial;font:18px Helvetica,Arial;line-height:25px;margin-top:10px;text-align:center}@media only screen and (min-width:767px){body.services header h2{margin:0 20px;text-align:left}}@media only screen and (min-width:980px){body.services header h2{margin:0 0 0 100px}}@media only screen and (min-width:767px){body.services header .clearfix{margin-top:55px}}body.services header .clearfix > div{float:left;text-align:center}@media only screen and (max-width:767px){body.services header .clearfix > div{float:none;margin:auto}}@media only screen and (min-width:767px){body.services header .clearfix > div{width:170px}}@media only screen and (min-width:980px){body.services header .clearfix > div{width:240px}}body.services header .clearfix > div.front-end{padding:40px 30px 20px}@media only screen and (min-width:767px){body.services header .clearfix > div.front-end{padding:0 30px}}body.services header .clearfix > div.front-end div{height:236px}@media only screen and (min-width:320px){body.services header .clearfix > div.front-end div{height:240px}}@media only screen and (min-width:767px){body.services header .clearfix > div.front-end div{height:190px}}@media only screen and (min-width:980px){body.services header .clearfix > div.front-end div{height:246px}}body.services header .clearfix > div.cross-platform{padding:20px 65px}@media only screen and (min-width:767px){body.services header .clearfix > div.cross-platform{padding:0 65px}}body.services header .clearfix > div.cross-platform div{height:210px}@media only screen and (min-width:320px){body.services header .clearfix > div.cross-platform div{height:250px}}@media only screen and (min-width:767px){body.services header .clearfix > div.cross-platform div{height:190px}}@media only screen and (min-width:980px){body.services header .clearfix > div.cross-platform div{height:246px}}body.services header .clearfix > div.back-end{padding:20px 30px 0 30px}@media only screen and (min-width:767px){body.services header .clearfix > div.back-end{padding:0 30px}}body.services header .clearfix > div.back-end div{padding-top:10px;height:236px}@media only screen and (min-width:767px){body.services header .clearfix > div.back-end div{height:180px}}@media only screen and (min-width:980px){body.services header .clearfix > div.back-end div{height:236px}}body.services header .clearfix > div div{height:210px}@media only screen and (min-width:767px){body.services header .clearfix > div div{height:190px}}@media only screen and (min-width:980px){body.services header .clearfix > div div{height:246px}}body.services header .clearfix > div h3{font-size:25px;color:#fff;margin:0}body.services header .clearfix > div p{font-size:16px;color:#ddd;line-height:22px}@media only screen and (min-width:767px){body.services header .clearfix > div p{font-size:14px}}body.services header .get-in-touch{margin:65px 30px}body.services header .get-in-touch p{font-size:14px;margin:0;color:#ddd;width:50%;float:left;padding:5px 0}body.services header .get-in-touch .button{float:right;display:block;padding:7px 15px;width:370px;border:0;text-transform:uppercase;text-decoration:none;border-radius:6px;color:#fff;font-weight:700;text-align:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:25px;background-color:#D44E3E}body.services header .get-in-touch .button:hover{background-color:#e6402c;transition:background-color 200ms ease;-webkit-transition:background-color 200ms ease;-moz-transition:background-color 200ms ease}body.services header .get-in-touch .clearfix{margin:0}@media only screen and (max-width:980px){body.services header .get-in-touch{margin:30px}body.services header .get-in-touch p,body.services header .get-in-touch .button{float:none;margin:auto}body.services header .get-in-touch p{width:80%;text-align:center;text-transform:uppercase;padding:7px 45px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;margin-bottom:20px}}@media only screen and (max-width:480px){body.services header .get-in-touch p{display:none}body.services header .get-in-touch .button{width:80%;margin:auto;font-size:18px}}body.services #services-showcase > div{margin:35px auto}@media only screen and (min-width:480px){body.services #services-showcase > div{width:78%}}@media only screen and (min-width:767px){body.services #services-showcase > div{float:left;width:33%}}body.services #services-showcase > div ul{padding:0}body.services #services-showcase > div ul li{list-style:none;text-align:center}@media only screen and (min-width:767px){body.services #services-showcase > div ul li{width:180px}}body.services #services-showcase > div ul li:last-child{margin-top:6px}body.services #services-showcase > div .mb-thumb{display:block;height:90px;border:5px solid #fff;border-radius:50%;background:white url('/img/logos/anon-a16f6905.jpg?1370850275') no-repeat center center;background-size:100%;box-shadow:inset 1px 1px 4px rgba(0,0,0,0.5),0 2px 3px rgba(0,0,0,0.6)}@media only screen and (min-width:767px){body.services #services-showcase > div .mb-thumb{width:160px}}body.services #services-showcase > div#services-showcase-hcri .mb-thumb{background-image:url('/img/logos/hcri-41eebdef.png?1370850275');background-position:center center;background-size:80%}@media only screen and (min-width:480px){body.services #services-showcase > div#services-showcase-hcri .mb-thumb{background-size:68%}}@media only screen and (min-width:767px){body.services #services-showcase > div#services-showcase-hcri .mb-thumb{background-size:90%}}body.services #services-showcase > div#services-showcase-coke .mb-thumb{background-image:url('/img/logos/coke-c0f74de0.png?1370850275');background-position:20px 10px;background-size:248%}@media only screen and (min-width:480px){body.services #services-showcase > div#services-showcase-coke .mb-thumb{background-position:10px 16px;background-size:171%}}@media only screen and (min-width:767px){body.services #services-showcase > div#services-showcase-coke .mb-thumb{background-position:left 20px;background-size:287%}}body.services #services-showcase > div#services-showcase-ndtech .mb-thumb{background-image:url('/img/logos/ndtech-97094924.png?1370850275');background-position:center center;background-size:100%}@media only screen and (min-width:480px){body.services #services-showcase > div#services-showcase-ndtech .mb-thumb{background-size:81%}}@media only screen and (min-width:767px){body.services #services-showcase > div#services-showcase-ndtech .mb-thumb{background-size:100%}}body.services nav.main{-webkit-box-shadow:0 0 6px #333333;-moz-box-shadow:0 0 6px #333333;box-shadow:0 0 6px #333333}body.services nav.main .active{background-image:url('/img/products/nav-pointer-black-be4adc17.gif?1370850275')} \ No newline at end of file diff --git a/build/css/main-d30c99dc.css.gz b/build/css/main-d30c99dc.css.gz new file mode 100644 index 0000000000..9221646846 Binary files /dev/null and b/build/css/main-d30c99dc.css.gz differ diff --git a/build/css/normalize-85b355e1.css.gz b/build/css/normalize-85b355e1.css.gz index 53efd333ca..c70e87299c 100644 Binary files a/build/css/normalize-85b355e1.css.gz and b/build/css/normalize-85b355e1.css.gz differ diff --git a/build/css/products-540cbe7e.css b/build/css/products-540cbe7e.css new file mode 100644 index 0000000000..e17e8d8a4d --- /dev/null +++ b/build/css/products-540cbe7e.css @@ -0,0 +1 @@ +body:before{white-space:pre;font-family:monospace;content:"Syntax error:Undefined variable:\"$cream\".\A on line 8 of /home/krasu/devel/appCraft/applicationcraft.com/source/css/products/_shared.css.scss\A from line 1 of /home/krasu/devel/appCraft/applicationcraft.com/source/css/products.css.scss\A \A 3:@import 'products/pricing';\A 4:@import 'products/testimonials';\A 5:@import 'products/mobile_build';\A 6:@import 'products/enterprise';"} \ No newline at end of file diff --git a/build/css/products-540cbe7e.css.gz b/build/css/products-540cbe7e.css.gz new file mode 100644 index 0000000000..fbcb3ccc28 Binary files /dev/null and b/build/css/products-540cbe7e.css.gz differ diff --git a/build/css/products-5b6d3a83.css.gz b/build/css/products-5b6d3a83.css.gz index fe702c3d1d..44a858630b 100644 Binary files a/build/css/products-5b6d3a83.css.gz and b/build/css/products-5b6d3a83.css.gz differ diff --git a/build/cws/index.html b/build/cws/index.html index 16527e60bc..6a26952879 100644 --- a/build/cws/index.html +++ b/build/cws/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/cws/index.html.gz b/build/cws/index.html.gz index ff0abf10aa..17a410ff44 100644 Binary files a/build/cws/index.html.gz and b/build/cws/index.html.gz differ diff --git a/build/developers/cheat-sheet/index.html b/build/developers/cheat-sheet/index.html index b006bdb3ef..a4f867e126 100644 --- a/build/developers/cheat-sheet/index.html +++ b/build/developers/cheat-sheet/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/developers/cheat-sheet/index.html.gz b/build/developers/cheat-sheet/index.html.gz index 64192b8971..33cecb4cb9 100644 Binary files a/build/developers/cheat-sheet/index.html.gz and b/build/developers/cheat-sheet/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-apps/index.html b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-apps/index.html index eb2a2d37d1..847d537abd 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-apps/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-apps/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-apps/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-apps/index.html.gz index 178393556c..3fd08c1f02 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-apps/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-apps/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/ad-mob/index.html b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/ad-mob/index.html index 083eacb56b..ac39c695bb 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/ad-mob/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/ad-mob/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/ad-mob/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/ad-mob/index.html.gz index 06bd001e6f..bfebc5888c 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/ad-mob/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/ad-mob/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/adding-your-own-plugins/index.html b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/adding-your-own-plugins/index.html index e1aa1b498f..34126105af 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/adding-your-own-plugins/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/adding-your-own-plugins/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/adding-your-own-plugins/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/adding-your-own-plugins/index.html.gz index a172f0057f..c4f7fdee16 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/adding-your-own-plugins/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/adding-your-own-plugins/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/events/close4/index.html b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/events/close4/index.html index 55a532fc8c..35d639ea6b 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/events/close4/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/events/close4/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/events/close4/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/events/close4/index.html.gz index e65295380b..acda96e383 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/events/close4/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/events/close4/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/events/index.html b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/events/index.html index 00af763907..389da1d97e 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/events/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/events/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/events/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/events/index.html.gz index 01f2532402..fe900ea802 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/events/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/events/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/events/locationchange/index.html b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/events/locationchange/index.html index b85fb8dc7f..f4db530c20 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/events/locationchange/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/events/locationchange/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/events/locationchange/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/events/locationchange/index.html.gz index cdc5ba3482..75e718103c 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/events/locationchange/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/events/locationchange/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/events/openexternal2/index.html b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/events/openexternal2/index.html index f3074a419d..69da61b530 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/events/openexternal2/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/events/openexternal2/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/events/openexternal2/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/events/openexternal2/index.html.gz index 2a3ca4dbb0..b44fe0a0c3 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/events/openexternal2/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/events/openexternal2/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/index.html b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/index.html index 24674d7cee..060c5378a6 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/index.html.gz index 03a6557f7f..6383ea25c3 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/methods/close3/index.html b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/methods/close3/index.html index 5658a2e5d2..e4218fdc07 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/methods/close3/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/methods/close3/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/methods/close3/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/methods/close3/index.html.gz index ecfa0e984b..a07b156891 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/methods/close3/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/methods/close3/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/methods/index.html b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/methods/index.html index 5e2dd6510c..6564a3b98e 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/methods/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/methods/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/methods/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/methods/index.html.gz index 91d1ec89f4..b33e19d9db 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/methods/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/methods/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/methods/openexternal/index.html b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/methods/openexternal/index.html index 3512beff39..12ee5e83ab 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/methods/openexternal/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/methods/openexternal/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/methods/openexternal/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/methods/openexternal/index.html.gz index 21727f2aad..412993ab68 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/methods/openexternal/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/methods/openexternal/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/methods/showwebpage/index.html b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/methods/showwebpage/index.html index 27b21720e0..34887c0952 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/methods/showwebpage/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/methods/showwebpage/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/methods/showwebpage/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/methods/showwebpage/index.html.gz index 2f39bac8b9..5010ff899a 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/methods/showwebpage/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/methods/showwebpage/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/index.html b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/index.html index 4926387f67..9645b415fc 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/index.html.gz index 6b49551692..d293316be6 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/local-notification/index.html b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/local-notification/index.html index 666d123949..4aba50e838 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/local-notification/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/local-notification/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/local-notification/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/local-notification/index.html.gz index 023c35330b..8ef18d48de 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/local-notification/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/local-notification/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/mailto-plugin/index.html b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/mailto-plugin/index.html index a3bd032313..696ffd438f 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/mailto-plugin/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/mailto-plugin/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/mailto-plugin/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/mailto-plugin/index.html.gz index f6400adca6..1b4c2e8577 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/mailto-plugin/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/mailto-plugin/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/scandit-free/index.html b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/scandit-free/index.html index 7f7b151303..fde519323e 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/scandit-free/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/scandit-free/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/scandit-free/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/scandit-free/index.html.gz index 3cd808a77d..1f9e254fa9 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/scandit-free/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/scandit-free/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/index.html b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/index.html index d4dcdbffbd..6ee4c93ded 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/index.html.gz index 269e15dc37..fcd71ee145 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/close2/index.html b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/close2/index.html index a53cb73c85..fc4f6822d9 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/close2/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/close2/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/close2/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/close2/index.html.gz index 44bb32d6c3..ba4dcb2a32 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/close2/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/close2/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/del/index.html b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/del/index.html index 62df24bf9d..8f13498e29 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/del/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/del/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/del/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/del/index.html.gz index a3770fd54d..6fb2c1831d 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/del/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/del/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/executesql/index.html b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/executesql/index.html index dc5d70c2be..0f31454579 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/executesql/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/executesql/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/executesql/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/executesql/index.html.gz index 28aae97961..a881491e78 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/executesql/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/executesql/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/index.html b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/index.html index cddd54fe71..659d4906bb 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/index.html.gz index 8506c2f9d7..1f6a6893d3 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/insert2/index.html b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/insert2/index.html index 481bbbb4ef..7bfd1f6602 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/insert2/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/insert2/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/insert2/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/insert2/index.html.gz index 76168e6d86..b62ae4556d 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/insert2/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/insert2/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/open3/index.html b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/open3/index.html index 6883dea613..a452772ac4 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/open3/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/open3/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/open3/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/open3/index.html.gz index 33e64e714d..e8fae63582 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/open3/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/open3/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/query/index.html b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/query/index.html index e933af2dd1..f849e2c20b 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/query/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/query/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/query/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/query/index.html.gz index 2f5a441c62..5621bcd756 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/query/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/query/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/remove/index.html b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/remove/index.html index bf9a3b10b9..9e8bf1b363 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/remove/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/remove/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/remove/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/remove/index.html.gz index e6752377e7..018b1d05bb 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/remove/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/remove/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/transaction/index.html b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/transaction/index.html index 521d3a8dfb..d584d04060 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/transaction/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/transaction/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/transaction/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/transaction/index.html.gz index adbf93dc17..b5e6324fcf 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/transaction/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/transaction/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/update2/index.html b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/update2/index.html index 4bec02efc3..a565b499fc 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/update2/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/update2/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/update2/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/update2/index.html.gz index 5abe8bc424..ee843a682e 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/update2/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/update2/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/apis/index.html b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/apis/index.html index b607a3a56c..3ddd3e2001 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/apis/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/apis/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/apis/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/apis/index.html.gz index 933b7ae12c..aff0a0d3f2 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/apis/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/apis/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/apis/xtify-location-api/index.html b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/apis/xtify-location-api/index.html index c5c010fef9..7e3f66ceba 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/apis/xtify-location-api/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/apis/xtify-location-api/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/apis/xtify-location-api/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/apis/xtify-location-api/index.html.gz index 6430733c60..650582474a 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/apis/xtify-location-api/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/apis/xtify-location-api/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/apis/xtify-notification-api/index.html b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/apis/xtify-notification-api/index.html index c158987d4a..9175552014 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/apis/xtify-notification-api/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/apis/xtify-notification-api/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/apis/xtify-notification-api/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/apis/xtify-notification-api/index.html.gz index 3785313782..79b846156b 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/apis/xtify-notification-api/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/apis/xtify-notification-api/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/apis/xtify-tag-api/index.html b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/apis/xtify-tag-api/index.html index 34b695f83c..0202610fcd 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/apis/xtify-tag-api/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/apis/xtify-tag-api/index.html @@ -16,7 +16,7 @@ - + @@ -181,7 +181,7 @@

    The API Methods

    Sending the notifications from Xtify

    -

    The Xtify Console allows you to send notifications to users with certain tags. Please refer to the previous location targeting section to see how to define a target.

    +

    The Xtify Console allows you to send notifications to users with certain tags. Please refer to the previous location targeting section to see how to define a target.

    Sending the notifications from an App

    @@ -191,7 +191,7 @@

    Advanced

    For those who are interested, you can also look inside and see how the actual Xtify API calls are handled.

    -

    You can find documentation about the Xtify Tag API here.

    +

    You can find documentation about the Xtify Tag API here.

    diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/apis/xtify-tag-api/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/apis/xtify-tag-api/index.html.gz index 65d2996910..7d95cea1a7 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/apis/xtify-tag-api/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/apis/xtify-tag-api/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/android/index.html b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/android/index.html index 1aa61da1cb..f5fd17d281 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/android/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/android/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/android/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/android/index.html.gz index 2f27b061d2..3a34e22787 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/android/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/android/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/android/xtify-android-application-key-ac/index.html b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/android/xtify-android-application-key-ac/index.html index 3dc89a7c1a..c91c9258e5 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/android/xtify-android-application-key-ac/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/android/xtify-android-application-key-ac/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/android/xtify-android-application-key-ac/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/android/xtify-android-application-key-ac/index.html.gz index 19ea4d810b..6151a6188b 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/android/xtify-android-application-key-ac/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/android/xtify-android-application-key-ac/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/android/xtify-android-portal-setup/index.html b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/android/xtify-android-portal-setup/index.html index 5adaf06bfb..a9b98a7521 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/android/xtify-android-portal-setup/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/android/xtify-android-portal-setup/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/android/xtify-android-portal-setup/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/android/xtify-android-portal-setup/index.html.gz index 8edcac57c2..1c12957243 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/android/xtify-android-portal-setup/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/android/xtify-android-portal-setup/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/android/xtify-android-test-build/index.html b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/android/xtify-android-test-build/index.html index 1dbab353bd..483c25b6ef 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/android/xtify-android-test-build/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/android/xtify-android-test-build/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/android/xtify-android-test-build/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/android/xtify-android-test-build/index.html.gz index 10cf9eb661..6ccfb1f474 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/android/xtify-android-test-build/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/android/xtify-android-test-build/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/iOS/index.html b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/iOS/index.html index 7d7ca3cd86..8d4e9a42dc 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/iOS/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/iOS/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/iOS/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/iOS/index.html.gz index 52aebf9086..cbb24aa688 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/iOS/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/iOS/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/iOS/xtify-ios-application-key-ac/index.html b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/iOS/xtify-ios-application-key-ac/index.html index b6640a44e2..05ec1b4316 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/iOS/xtify-ios-application-key-ac/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/iOS/xtify-ios-application-key-ac/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/iOS/xtify-ios-application-key-ac/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/iOS/xtify-ios-application-key-ac/index.html.gz index 7f1249cca2..0ab0a5833e 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/iOS/xtify-ios-application-key-ac/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/iOS/xtify-ios-application-key-ac/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/iOS/xtify-ios-portal-setup/index.html b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/iOS/xtify-ios-portal-setup/index.html index 916555f4c3..158c2a0e17 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/iOS/xtify-ios-portal-setup/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/iOS/xtify-ios-portal-setup/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/iOS/xtify-ios-portal-setup/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/iOS/xtify-ios-portal-setup/index.html.gz index b6bc3845f4..7cb6ba0a56 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/iOS/xtify-ios-portal-setup/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/iOS/xtify-ios-portal-setup/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/iOS/xtify-ios-push-certificate/index.html b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/iOS/xtify-ios-push-certificate/index.html index 3ad8965a31..63af8af3ac 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/iOS/xtify-ios-push-certificate/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/iOS/xtify-ios-push-certificate/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/iOS/xtify-ios-push-certificate/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/iOS/xtify-ios-push-certificate/index.html.gz index 85467618ee..7c69eadd24 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/iOS/xtify-ios-push-certificate/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/iOS/xtify-ios-push-certificate/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/iOS/xtify-ios-test-build/index.html b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/iOS/xtify-ios-test-build/index.html index 9a37235858..c4b2f37cec 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/iOS/xtify-ios-test-build/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/iOS/xtify-ios-test-build/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/iOS/xtify-ios-test-build/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/iOS/xtify-ios-test-build/index.html.gz index 8e0519e707..cff1fd9abd 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/iOS/xtify-ios-test-build/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/iOS/xtify-ios-test-build/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/index.html b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/index.html index b3d3b5be9d..43b3bb6291 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/index.html.gz index 78ecccf925..ba55034632 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/index.html b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/index.html index 216f9be267..21a4ea897d 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/index.html.gz index 16957e1cd8..218e7b3815 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-ac-built-apps/index.html b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-ac-built-apps/index.html index d9b9c90552..c77a24746b 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-ac-built-apps/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-ac-built-apps/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-ac-built-apps/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-ac-built-apps/index.html.gz index feecd9749f..368dbaeb5a 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-ac-built-apps/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-ac-built-apps/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-add-reg-code/index.html b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-add-reg-code/index.html index 5877719f37..9bd8927ab8 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-add-reg-code/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-add-reg-code/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-add-reg-code/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-add-reg-code/index.html.gz index 4e8fc0687e..e104602b09 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-add-reg-code/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-add-reg-code/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-backend-systems/index.html b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-backend-systems/index.html index a88b43b51c..a9009efe15 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-backend-systems/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-backend-systems/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-backend-systems/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-backend-systems/index.html.gz index 6244482880..a641c0d55f 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-backend-systems/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-backend-systems/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-example-app/index.html b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-example-app/index.html index b1f17108bc..06373b39ed 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-example-app/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-example-app/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-example-app/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-example-app/index.html.gz index 67cb02c30a..75f48582c0 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-example-app/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-example-app/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-non-ac-apps/index.html b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-non-ac-apps/index.html index f00d858707..c94cc15364 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-non-ac-apps/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-non-ac-apps/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-non-ac-apps/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-non-ac-apps/index.html.gz index 2140a02051..e5282d977b 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-non-ac-apps/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-non-ac-apps/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-overview/index.html b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-overview/index.html index 8649f14b05..cae6253629 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-overview/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-overview/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-overview/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-overview/index.html.gz index 110ecb7048..3a780538c9 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-overview/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-overview/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-push-message/index.html b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-push-message/index.html index 1f78e3fdc0..ad1a138d37 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-push-message/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-push-message/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-push-message/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-push-message/index.html.gz index 1d9180a42f..e62f239ee0 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-push-message/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-push-message/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-rich/index.html b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-rich/index.html index 10d14dd0b4..9f3f17b7a0 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-rich/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-rich/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-rich/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-rich/index.html.gz index b92379e8d8..446b299719 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-rich/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-rich/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-support/index.html b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-support/index.html index be30d256ed..5d0baf697d 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-support/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-support/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-support/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-support/index.html.gz index 07492afd61..a2b50ad62e 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-support/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-support/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/your-app/index.html b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/your-app/index.html index 2e09361db9..b17542693a 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/your-app/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/your-app/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/your-app/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/your-app/index.html.gz index 8bb69854bc..c25789dc2b 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/your-app/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/your-app/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/your-app/xtify-app-debugging/index.html b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/your-app/xtify-app-debugging/index.html index d6aff7730f..eaaeba6ec0 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/your-app/xtify-app-debugging/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/your-app/xtify-app-debugging/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/your-app/xtify-app-debugging/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/your-app/xtify-app-debugging/index.html.gz index d82ac3344b..91108b996c 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/your-app/xtify-app-debugging/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/your-app/xtify-app-debugging/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/your-app/xtify-app-testing/index.html b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/your-app/xtify-app-testing/index.html index daf4940636..a3ad4389af 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/your-app/xtify-app-testing/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/your-app/xtify-app-testing/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/your-app/xtify-app-testing/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/your-app/xtify-app-testing/index.html.gz index 570705b757..209bcbfe40 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/your-app/xtify-app-testing/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/your-app/xtify-app-testing/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/your-app/xtify-basic-app/index.html b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/your-app/xtify-basic-app/index.html index 275a6bc9c7..8c9196ae36 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/your-app/xtify-basic-app/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/your-app/xtify-basic-app/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/your-app/xtify-basic-app/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/your-app/xtify-basic-app/index.html.gz index 2a5448f100..24cf3c4f64 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/your-app/xtify-basic-app/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/your-app/xtify-basic-app/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/zxing-bar-code-scanner/index.html b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/zxing-bar-code-scanner/index.html index 9e6ada1c15..4f517e8d41 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/zxing-bar-code-scanner/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/zxing-bar-code-scanner/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/zxing-bar-code-scanner/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/zxing-bar-code-scanner/index.html.gz index 4f5d225560..66098ca30a 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/zxing-bar-code-scanner/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/zxing-bar-code-scanner/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/automatic-building/index.html b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/automatic-building/index.html index 864d288579..25bdbf77cf 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/automatic-building/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/automatic-building/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/automatic-building/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/automatic-building/index.html.gz index 2425705558..d0aa759fc5 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/automatic-building/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/automatic-building/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/build-error-messages/index.html b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/build-error-messages/index.html index c2382d2a2a..32cff920ff 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/build-error-messages/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/build-error-messages/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/build-error-messages/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/build-error-messages/index.html.gz index 649195001e..5ae0d65b34 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/build-error-messages/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/build-error-messages/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/build-errors/index.html b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/build-errors/index.html index 0c7a9bb5cb..353e73c6a2 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/build-errors/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/build-errors/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/build-errors/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/build-errors/index.html.gz index c4aab1bc79..fa25359fde 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/build-errors/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/build-errors/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/deploy-your-native-apps/index.html b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/deploy-your-native-apps/index.html index b7473c2bcf..68e2123b5e 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/deploy-your-native-apps/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/deploy-your-native-apps/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/deploy-your-native-apps/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/deploy-your-native-apps/index.html.gz index e87e303999..fba6db9098 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/deploy-your-native-apps/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/deploy-your-native-apps/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/external-html5cssjs-apps/index.html b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/external-html5cssjs-apps/index.html index 3b91cd4eb6..6f5569ce2d 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/external-html5cssjs-apps/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/external-html5cssjs-apps/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/external-html5cssjs-apps/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/external-html5cssjs-apps/index.html.gz index 6c086ebcc7..5906e63fe3 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/external-html5cssjs-apps/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/external-html5cssjs-apps/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/index.html b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/index.html index 70e0d8fd89..73bf350df2 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/index.html.gz index 2bf635882f..c48611161a 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/acmb-debugging/index.html b/build/developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/acmb-debugging/index.html index 6e3806289b..3e74ad61f5 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/acmb-debugging/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/acmb-debugging/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/acmb-debugging/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/acmb-debugging/index.html.gz index a02e5e90ed..f9ca070923 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/acmb-debugging/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/acmb-debugging/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/enabling-device-features/index.html b/build/developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/enabling-device-features/index.html index 0a43aede01..4cc1b411ed 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/enabling-device-features/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/enabling-device-features/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/enabling-device-features/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/enabling-device-features/index.html.gz index fb140c39ca..fbf1766b27 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/enabling-device-features/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/enabling-device-features/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/index.html b/build/developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/index.html index 5913a351b0..2813cf52d9 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/index.html.gz index ab5021340f..dc286f0adb 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/mobile-widgets-and-layout/index.html b/build/developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/mobile-widgets-and-layout/index.html index 10a3a51855..0fecd1cf4e 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/mobile-widgets-and-layout/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/mobile-widgets-and-layout/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/mobile-widgets-and-layout/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/mobile-widgets-and-layout/index.html.gz index 1838300603..2c231d1526 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/mobile-widgets-and-layout/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/mobile-widgets-and-layout/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/phonegap-functions/index.html b/build/developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/phonegap-functions/index.html index eca67f49b6..c0925f3337 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/phonegap-functions/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/phonegap-functions/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/phonegap-functions/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/phonegap-functions/index.html.gz index dfaec8ddcf..90cfb39af2 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/phonegap-functions/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/phonegap-functions/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/phonegap-specific-events/index.html b/build/developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/phonegap-specific-events/index.html index 8aef19800f..2ef2f78254 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/phonegap-specific-events/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/phonegap-specific-events/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/phonegap-specific-events/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/phonegap-specific-events/index.html.gz index 04a4959fe7..8a8bbc9541 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/phonegap-specific-events/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/phonegap-specific-events/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/splash-screen-and-icon/index.html b/build/developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/splash-screen-and-icon/index.html index 5bf1380a6f..05653286d4 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/splash-screen-and-icon/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/splash-screen-and-icon/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/splash-screen-and-icon/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/splash-screen-and-icon/index.html.gz index f4ea00514a..4215220e9b 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/splash-screen-and-icon/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/splash-screen-and-icon/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/certificates/index.html b/build/developers/documentation/ac-mobile-build-phonegap/certificates/index.html index 127fe6f8d0..f5e6e6647d 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/certificates/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/certificates/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/certificates/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/certificates/index.html.gz index ad3e3ac20a..0ae5114850 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/certificates/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/certificates/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/debug-development-certificates/index.html b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/debug-development-certificates/index.html index 593c5ea246..41a54dc5be 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/debug-development-certificates/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/debug-development-certificates/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/debug-development-certificates/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/debug-development-certificates/index.html.gz index 15c55dcada..991dbb49bc 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/debug-development-certificates/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/debug-development-certificates/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/generating-codesigning-certici/index.html b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/generating-codesigning-certici/index.html index 611c9d7b1e..b501219339 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/generating-codesigning-certici/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/generating-codesigning-certici/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/generating-codesigning-certici/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/generating-codesigning-certici/index.html.gz index ec0e85415d..9872bc16a7 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/generating-codesigning-certici/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/generating-codesigning-certici/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/google-play/index.html b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/google-play/index.html index fa6aa7cefe..8e9a048913 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/google-play/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/google-play/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/google-play/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/google-play/index.html.gz index a1753aa452..0b541d595a 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/google-play/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/google-play/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/index.html b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/index.html index 71a3d48942..70ce248d27 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/index.html.gz index 724dec3483..60b6bb9cb5 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/publishing-android-apps-on-pla/index.html b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/publishing-android-apps-on-pla/index.html index c9a01138be..3028c6a2c7 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/publishing-android-apps-on-pla/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/publishing-android-apps-on-pla/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/publishing-android-apps-on-pla/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/publishing-android-apps-on-pla/index.html.gz index 2e25a479aa..0b605721e4 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/publishing-android-apps-on-pla/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/publishing-android-apps-on-pla/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/selling-android-apps/index.html b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/selling-android-apps/index.html index 92b42f175a..e127e02533 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/selling-android-apps/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/selling-android-apps/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/selling-android-apps/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/selling-android-apps/index.html.gz index 0f0c68adcb..3cfc93b35d 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/selling-android-apps/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/selling-android-apps/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/index.html b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/index.html index 4f199f2029..5e68866596 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/index.html.gz index 4b9724e2fe..c765a5f049 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/apple-accounts/creating-an-apple-developer-ac/index.html b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/apple-accounts/creating-an-apple-developer-ac/index.html index 375f96e9d7..1dd0e350ce 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/apple-accounts/creating-an-apple-developer-ac/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/apple-accounts/creating-an-apple-developer-ac/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/apple-accounts/creating-an-apple-developer-ac/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/apple-accounts/creating-an-apple-developer-ac/index.html.gz index 56a8607b13..5f58b16a11 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/apple-accounts/creating-an-apple-developer-ac/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/apple-accounts/creating-an-apple-developer-ac/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/apple-accounts/creating-an-apple-enterprise-a/index.html b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/apple-accounts/creating-an-apple-enterprise-a/index.html index 8044bd16e6..88732014ac 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/apple-accounts/creating-an-apple-enterprise-a/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/apple-accounts/creating-an-apple-enterprise-a/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/apple-accounts/creating-an-apple-enterprise-a/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/apple-accounts/creating-an-apple-enterprise-a/index.html.gz index 870a3b5ffe..b9fd4a0113 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/apple-accounts/creating-an-apple-enterprise-a/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/apple-accounts/creating-an-apple-enterprise-a/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/apple-accounts/index.html b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/apple-accounts/index.html index 76c97e4019..aef5a18aaf 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/apple-accounts/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/apple-accounts/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/apple-accounts/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/apple-accounts/index.html.gz index e9c10daee6..db2ac9fa27 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/apple-accounts/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/apple-accounts/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/apple-accounts/ios-university-program/index.html b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/apple-accounts/ios-university-program/index.html index 2a9fe5aa93..6722e42c0e 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/apple-accounts/ios-university-program/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/apple-accounts/ios-university-program/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/apple-accounts/ios-university-program/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/apple-accounts/ios-university-program/index.html.gz index a88735f1a9..ec01db5924 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/apple-accounts/ios-university-program/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/apple-accounts/ios-university-program/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/building-your-apps/index.html b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/building-your-apps/index.html index 3000db0168..34457c7ac6 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/building-your-apps/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/building-your-apps/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/building-your-apps/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/building-your-apps/index.html.gz index 42429750d3..3c2f780aa1 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/building-your-apps/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/building-your-apps/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/index.html b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/index.html index aa0b8a3b42..550515d490 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/index.html.gz index 5e142ca3c9..ae327c3f16 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/publishing-your-ios-app/app-uploader/index.html b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/publishing-your-ios-app/app-uploader/index.html index fc8a89d8a4..9397fd18fb 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/publishing-your-ios-app/app-uploader/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/publishing-your-ios-app/app-uploader/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/publishing-your-ios-app/app-uploader/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/publishing-your-ios-app/app-uploader/index.html.gz index 4399bccdf1..b27024c3af 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/publishing-your-ios-app/app-uploader/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/publishing-your-ios-app/app-uploader/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/publishing-your-ios-app/index.html b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/publishing-your-ios-app/index.html index 31bd775a95..27f46c6753 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/publishing-your-ios-app/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/publishing-your-ios-app/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/publishing-your-ios-app/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/publishing-your-ios-app/index.html.gz index bc2efc418f..97e9f1003d 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/publishing-your-ios-app/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/publishing-your-ios-app/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/publishing-your-ios-app/itunes-connect/index.html b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/publishing-your-ios-app/itunes-connect/index.html index 557cf215d6..b696b086be 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/publishing-your-ios-app/itunes-connect/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/publishing-your-ios-app/itunes-connect/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/publishing-your-ios-app/itunes-connect/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/publishing-your-ios-app/itunes-connect/index.html.gz index cc2456f987..64d0aa7fb1 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/publishing-your-ios-app/itunes-connect/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/publishing-your-ios-app/itunes-connect/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/add-devices/index.html b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/add-devices/index.html index e4bc3a048f..be96faefb7 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/add-devices/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/add-devices/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/add-devices/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/add-devices/index.html.gz index b40ac3eed7..6cafd530b3 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/add-devices/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/add-devices/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/certificates/index.html b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/certificates/index.html index b093bf9d2f..a1be804b3c 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/certificates/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/certificates/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/certificates/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/certificates/index.html.gz index 6d72174fee..2a4bbed050 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/certificates/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/certificates/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/create-a-provisioning-profile/index.html b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/create-a-provisioning-profile/index.html index 14858cb5e6..b0e50075ae 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/create-a-provisioning-profile/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/create-a-provisioning-profile/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/create-a-provisioning-profile/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/create-a-provisioning-profile/index.html.gz index 22aafd8cba..2f029da91a 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/create-a-provisioning-profile/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/create-a-provisioning-profile/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/create-an-app-id/index.html b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/create-an-app-id/index.html index ee50b4a382..6bf6437729 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/create-an-app-id/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/create-an-app-id/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/create-an-app-id/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/create-an-app-id/index.html.gz index 27ef1088b4..527aa6d420 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/create-an-app-id/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/create-an-app-id/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/generating-a-p12-certificate/index.html b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/generating-a-p12-certificate/index.html index de318c8c11..4dc4150f47 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/generating-a-p12-certificate/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/generating-a-p12-certificate/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/generating-a-p12-certificate/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/generating-a-p12-certificate/index.html.gz index b3b8013fec..fed725ef49 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/generating-a-p12-certificate/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/generating-a-p12-certificate/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/index.html b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/index.html index 94a7da1444..235b23d7e1 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/index.html.gz index db5dbe6baa..f240a249a0 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/sign-in2/index.html b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/sign-in2/index.html index 10b3f64cec..b6d38fbdeb 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/sign-in2/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/sign-in2/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/sign-in2/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/sign-in2/index.html.gz index 0d99000cb7..2e30b6d701 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/sign-in2/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/sign-in2/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-distribution/distrbution-certificate-and-p1/index.html b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-distribution/distrbution-certificate-and-p1/index.html index 0f7511e4c0..809801b8a2 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-distribution/distrbution-certificate-and-p1/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-distribution/distrbution-certificate-and-p1/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-distribution/distrbution-certificate-and-p1/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-distribution/distrbution-certificate-and-p1/index.html.gz index be9302ca72..44adc85df3 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-distribution/distrbution-certificate-and-p1/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-distribution/distrbution-certificate-and-p1/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-distribution/distribution-profile/index.html b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-distribution/distribution-profile/index.html index 7a63e5585a..01aa12f054 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-distribution/distribution-profile/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-distribution/distribution-profile/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-distribution/distribution-profile/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-distribution/distribution-profile/index.html.gz index 6ba9faf614..a89f24db4a 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-distribution/distribution-profile/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-distribution/distribution-profile/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-distribution/index.html b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-distribution/index.html index 257aa1e4e6..c08cc1cacb 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-distribution/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-distribution/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-distribution/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-distribution/index.html.gz index 82d33e3b93..8006d8a7be 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-distribution/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-distribution/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/i-havent-got-a-mac/index.html b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/i-havent-got-a-mac/index.html index 9e2c12d657..84b183d423 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/i-havent-got-a-mac/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/i-havent-got-a-mac/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/i-havent-got-a-mac/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/i-havent-got-a-mac/index.html.gz index 68e6c48972..dbbfe0a0cf 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/i-havent-got-a-mac/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/i-havent-got-a-mac/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/index.html b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/index.html index 8d91364875..4aefb74829 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/index.html.gz index 95914541f5..6ed4b7736c 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/certificates/wizard/certgen-android/index.html b/build/developers/documentation/ac-mobile-build-phonegap/certificates/wizard/certgen-android/index.html index 81ba3a660c..fe300f2796 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/certificates/wizard/certgen-android/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/certificates/wizard/certgen-android/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/certificates/wizard/certgen-android/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/certificates/wizard/certgen-android/index.html.gz index 402fd653b1..6598d8eea0 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/certificates/wizard/certgen-android/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/certificates/wizard/certgen-android/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/certificates/wizard/certgen-ios/index.html b/build/developers/documentation/ac-mobile-build-phonegap/certificates/wizard/certgen-ios/index.html index 453014287a..bcc73b648a 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/certificates/wizard/certgen-ios/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/certificates/wizard/certgen-ios/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/certificates/wizard/certgen-ios/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/certificates/wizard/certgen-ios/index.html.gz index 14b19c42ea..abc2f5ab7d 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/certificates/wizard/certgen-ios/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/certificates/wizard/certgen-ios/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/certificates/wizard/index.html b/build/developers/documentation/ac-mobile-build-phonegap/certificates/wizard/index.html index c723c66472..9c722ef989 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/certificates/wizard/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/certificates/wizard/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/certificates/wizard/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/certificates/wizard/index.html.gz index 9b37d1ce78..d95307b9bc 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/certificates/wizard/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/certificates/wizard/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/debugging-native-apps/index.html b/build/developers/documentation/ac-mobile-build-phonegap/debugging-native-apps/index.html index 093f43deb0..089324d268 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/debugging-native-apps/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/debugging-native-apps/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/debugging-native-apps/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/debugging-native-apps/index.html.gz index 02ab811117..33cc9d1a94 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/debugging-native-apps/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/debugging-native-apps/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/index.html b/build/developers/documentation/ac-mobile-build-phonegap/index.html index fae32e3742..1e7c0e4cce 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/index.html.gz index fea61b27b6..ac630afa4e 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/phonegap-direct/index.html b/build/developers/documentation/ac-mobile-build-phonegap/phonegap-direct/index.html index d15b76593a..7be14233ed 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/phonegap-direct/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/phonegap-direct/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/phonegap-direct/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/phonegap-direct/index.html.gz index a88997f5c4..85d808efff 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/phonegap-direct/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/phonegap-direct/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/phonegapbuild/building-the-native-apps/index.html b/build/developers/documentation/ac-mobile-build-phonegap/phonegapbuild/building-the-native-apps/index.html index 7f2d3adca0..731d8da059 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/phonegapbuild/building-the-native-apps/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/phonegapbuild/building-the-native-apps/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/phonegapbuild/building-the-native-apps/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/phonegapbuild/building-the-native-apps/index.html.gz index c2b77f850f..9d7bcae6b0 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/phonegapbuild/building-the-native-apps/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/phonegapbuild/building-the-native-apps/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/phonegapbuild/deploying-your-native-apps/index.html b/build/developers/documentation/ac-mobile-build-phonegap/phonegapbuild/deploying-your-native-apps/index.html index d35930c118..e9e7d48a12 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/phonegapbuild/deploying-your-native-apps/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/phonegapbuild/deploying-your-native-apps/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/phonegapbuild/deploying-your-native-apps/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/phonegapbuild/deploying-your-native-apps/index.html.gz index dd4cb02572..e8aee3b24e 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/phonegapbuild/deploying-your-native-apps/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/phonegapbuild/deploying-your-native-apps/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/phonegapbuild/index.html b/build/developers/documentation/ac-mobile-build-phonegap/phonegapbuild/index.html index 4f12c8cb36..a812f073d7 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/phonegapbuild/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/phonegapbuild/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/phonegapbuild/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/phonegapbuild/index.html.gz index fa7bb550c9..14e67b3331 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/phonegapbuild/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/phonegapbuild/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/phonegapbuild/key-management/index.html b/build/developers/documentation/ac-mobile-build-phonegap/phonegapbuild/key-management/index.html index 2d267c2d52..95e2e34e77 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/phonegapbuild/key-management/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/phonegapbuild/key-management/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/phonegapbuild/key-management/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/phonegapbuild/key-management/index.html.gz index 1c65feb6a6..213dfc6386 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/phonegapbuild/key-management/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/phonegapbuild/key-management/index.html.gz differ diff --git a/build/developers/documentation/ac-mobile-build-phonegap/phonegapbuild/manual-building/index.html b/build/developers/documentation/ac-mobile-build-phonegap/phonegapbuild/manual-building/index.html index d30f70a719..5d232fd6cc 100644 --- a/build/developers/documentation/ac-mobile-build-phonegap/phonegapbuild/manual-building/index.html +++ b/build/developers/documentation/ac-mobile-build-phonegap/phonegapbuild/manual-building/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/ac-mobile-build-phonegap/phonegapbuild/manual-building/index.html.gz b/build/developers/documentation/ac-mobile-build-phonegap/phonegapbuild/manual-building/index.html.gz index 4614f559d2..3bffa768be 100644 Binary files a/build/developers/documentation/ac-mobile-build-phonegap/phonegapbuild/manual-building/index.html.gz and b/build/developers/documentation/ac-mobile-build-phonegap/phonegapbuild/manual-building/index.html.gz differ diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/constructor/index.html b/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/constructor/index.html index 8062b06124..bf31acc6f8 100644 --- a/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/constructor/index.html +++ b/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/constructor/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/constructor/index.html.gz b/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/constructor/index.html.gz index 5e6527f640..6befe81783 100644 Binary files a/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/constructor/index.html.gz and b/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/constructor/index.html.gz differ diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/default-values/index.html b/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/default-values/index.html index f8e90d0f91..1473425027 100644 --- a/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/default-values/index.html +++ b/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/default-values/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/default-values/index.html.gz b/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/default-values/index.html.gz index 68333a4621..9de7727308 100644 Binary files a/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/default-values/index.html.gz and b/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/default-values/index.html.gz differ diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/defining-properties/index.html b/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/defining-properties/index.html index 7937ff67b2..38addd67ce 100644 --- a/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/defining-properties/index.html +++ b/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/defining-properties/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/defining-properties/index.html.gz b/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/defining-properties/index.html.gz index 38f5cc6353..0fe1d57eac 100644 Binary files a/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/defining-properties/index.html.gz and b/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/defining-properties/index.html.gz differ diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/extendevents/index.html b/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/extendevents/index.html index 441e08b71a..c0f6d1d139 100644 --- a/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/extendevents/index.html +++ b/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/extendevents/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/extendevents/index.html.gz b/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/extendevents/index.html.gz index c33b5600c0..177b2e883c 100644 Binary files a/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/extendevents/index.html.gz and b/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/extendevents/index.html.gz differ diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/hellow-world/index.html b/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/hellow-world/index.html index 9a2537128d..cadfe75678 100644 --- a/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/hellow-world/index.html +++ b/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/hellow-world/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/hellow-world/index.html.gz b/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/hellow-world/index.html.gz index 9299a646ef..6088c3c125 100644 Binary files a/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/hellow-world/index.html.gz and b/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/hellow-world/index.html.gz differ diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/index.html b/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/index.html index ed86d3e2dc..0485d31da2 100644 --- a/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/index.html +++ b/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/index.html.gz b/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/index.html.gz index 44642a47fd..45a2e18bba 100644 Binary files a/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/index.html.gz and b/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/index.html.gz differ diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/language-constants/index.html b/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/language-constants/index.html index 8aaade64d9..55c46583c9 100644 --- a/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/language-constants/index.html +++ b/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/language-constants/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/language-constants/index.html.gz b/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/language-constants/index.html.gz index 8105eb4c09..e3ec837efc 100644 Binary files a/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/language-constants/index.html.gz and b/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/language-constants/index.html.gz differ diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/modifying-properties/index.html b/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/modifying-properties/index.html index 7607c342b2..6df7e99a10 100644 --- a/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/modifying-properties/index.html +++ b/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/modifying-properties/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/modifying-properties/index.html.gz b/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/modifying-properties/index.html.gz index bced434688..246f953352 100644 Binary files a/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/modifying-properties/index.html.gz and b/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/modifying-properties/index.html.gz differ diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/reacting-to-size-changes/index.html b/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/reacting-to-size-changes/index.html index 875bdf5f67..c37e4c4efe 100644 --- a/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/reacting-to-size-changes/index.html +++ b/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/reacting-to-size-changes/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/reacting-to-size-changes/index.html.gz b/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/reacting-to-size-changes/index.html.gz index e9cdc4a279..9ce2cbec0e 100644 Binary files a/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/reacting-to-size-changes/index.html.gz and b/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/reacting-to-size-changes/index.html.gz differ diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/size-properties/index.html b/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/size-properties/index.html index 73f328950c..5757576594 100644 --- a/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/size-properties/index.html +++ b/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/size-properties/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/size-properties/index.html.gz b/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/size-properties/index.html.gz index 1eebe616ec..28d781232d 100644 Binary files a/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/size-properties/index.html.gz and b/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/size-properties/index.html.gz differ diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/widget-drawing/index.html b/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/widget-drawing/index.html index 27bc31f0a8..846c0323c6 100644 --- a/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/widget-drawing/index.html +++ b/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/widget-drawing/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/widget-drawing/index.html.gz b/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/widget-drawing/index.html.gz index 12e08a0908..95caca92c9 100644 Binary files a/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/widget-drawing/index.html.gz and b/build/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/widget-drawing/index.html.gz differ diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/containers/adding-new-widget-to-container/index.html b/build/developers/documentation/extending-ac/adding-your-own-widgets/containers/adding-new-widget-to-container/index.html index 1c44ffeee2..30550c9aa7 100644 --- a/build/developers/documentation/extending-ac/adding-your-own-widgets/containers/adding-new-widget-to-container/index.html +++ b/build/developers/documentation/extending-ac/adding-your-own-widgets/containers/adding-new-widget-to-container/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/containers/adding-new-widget-to-container/index.html.gz b/build/developers/documentation/extending-ac/adding-your-own-widgets/containers/adding-new-widget-to-container/index.html.gz index 0a32748ff4..bbea600bcd 100644 Binary files a/build/developers/documentation/extending-ac/adding-your-own-widgets/containers/adding-new-widget-to-container/index.html.gz and b/build/developers/documentation/extending-ac/adding-your-own-widgets/containers/adding-new-widget-to-container/index.html.gz differ diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/containers/drawing-children/index.html b/build/developers/documentation/extending-ac/adding-your-own-widgets/containers/drawing-children/index.html index 0a3b0c6e19..ec3254ff1e 100644 --- a/build/developers/documentation/extending-ac/adding-your-own-widgets/containers/drawing-children/index.html +++ b/build/developers/documentation/extending-ac/adding-your-own-widgets/containers/drawing-children/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/containers/drawing-children/index.html.gz b/build/developers/documentation/extending-ac/adding-your-own-widgets/containers/drawing-children/index.html.gz index c5a027bc8e..f5d030ac29 100644 Binary files a/build/developers/documentation/extending-ac/adding-your-own-widgets/containers/drawing-children/index.html.gz and b/build/developers/documentation/extending-ac/adding-your-own-widgets/containers/drawing-children/index.html.gz differ diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/containers/how-children-inherit-container/index.html b/build/developers/documentation/extending-ac/adding-your-own-widgets/containers/how-children-inherit-container/index.html index 526a3af02c..225dc2bd09 100644 --- a/build/developers/documentation/extending-ac/adding-your-own-widgets/containers/how-children-inherit-container/index.html +++ b/build/developers/documentation/extending-ac/adding-your-own-widgets/containers/how-children-inherit-container/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/containers/how-children-inherit-container/index.html.gz b/build/developers/documentation/extending-ac/adding-your-own-widgets/containers/how-children-inherit-container/index.html.gz index 33abc46d5d..c3677fa857 100644 Binary files a/build/developers/documentation/extending-ac/adding-your-own-widgets/containers/how-children-inherit-container/index.html.gz and b/build/developers/documentation/extending-ac/adding-your-own-widgets/containers/how-children-inherit-container/index.html.gz differ diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/containers/index.html b/build/developers/documentation/extending-ac/adding-your-own-widgets/containers/index.html index 051a9ce4ea..588c7f921d 100644 --- a/build/developers/documentation/extending-ac/adding-your-own-widgets/containers/index.html +++ b/build/developers/documentation/extending-ac/adding-your-own-widgets/containers/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/containers/index.html.gz b/build/developers/documentation/extending-ac/adding-your-own-widgets/containers/index.html.gz index aeef8a22be..3f44a22bc7 100644 Binary files a/build/developers/documentation/extending-ac/adding-your-own-widgets/containers/index.html.gz and b/build/developers/documentation/extending-ac/adding-your-own-widgets/containers/index.html.gz differ diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/custom-property-without-dialog/index.html b/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/custom-property-without-dialog/index.html index bb25db9e64..4d9fe8808e 100644 --- a/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/custom-property-without-dialog/index.html +++ b/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/custom-property-without-dialog/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/custom-property-without-dialog/index.html.gz b/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/custom-property-without-dialog/index.html.gz index fe3261bb99..0eea69a615 100644 Binary files a/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/custom-property-without-dialog/index.html.gz and b/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/custom-property-without-dialog/index.html.gz differ diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/custompropertywithcustomdialog/index.html b/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/custompropertywithcustomdialog/index.html index 7178749ac7..604b990acc 100644 --- a/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/custompropertywithcustomdialog/index.html +++ b/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/custompropertywithcustomdialog/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/custompropertywithcustomdialog/index.html.gz b/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/custompropertywithcustomdialog/index.html.gz index 5c2650bfcd..dd54497b6f 100644 Binary files a/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/custompropertywithcustomdialog/index.html.gz and b/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/custompropertywithcustomdialog/index.html.gz differ diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-1-setvalue/index.html b/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-1-setvalue/index.html index 5959185efc..b260a1a8a8 100644 --- a/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-1-setvalue/index.html +++ b/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-1-setvalue/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-1-setvalue/index.html.gz b/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-1-setvalue/index.html.gz index 98966171bd..a37724a257 100644 Binary files a/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-1-setvalue/index.html.gz and b/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-1-setvalue/index.html.gz differ diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-2-this-edit/index.html b/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-2-this-edit/index.html index 537d77fd33..ea8d2ae3f2 100644 --- a/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-2-this-edit/index.html +++ b/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-2-this-edit/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-2-this-edit/index.html.gz b/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-2-this-edit/index.html.gz index f4c4bfac85..484b731cb1 100644 Binary files a/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-2-this-edit/index.html.gz and b/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-2-this-edit/index.html.gz differ diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-3-binding-dialog-buttons/index.html b/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-3-binding-dialog-buttons/index.html index 6e19f2c7b2..f46b43f24e 100644 --- a/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-3-binding-dialog-buttons/index.html +++ b/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-3-binding-dialog-buttons/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-3-binding-dialog-buttons/index.html.gz b/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-3-binding-dialog-buttons/index.html.gz index 3ed6f82eea..f2d385adf5 100644 Binary files a/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-3-binding-dialog-buttons/index.html.gz and b/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-3-binding-dialog-buttons/index.html.gz differ diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-4-the-dialog-code/index.html b/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-4-the-dialog-code/index.html index 31ed722084..1e1c2be25d 100644 --- a/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-4-the-dialog-code/index.html +++ b/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-4-the-dialog-code/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-4-the-dialog-code/index.html.gz b/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-4-the-dialog-code/index.html.gz index a7d64ff6b6..0e5c261e8b 100644 Binary files a/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-4-the-dialog-code/index.html.gz and b/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-4-the-dialog-code/index.html.gz differ diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-5-this-validatevalue/index.html b/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-5-this-validatevalue/index.html index 6cd8adf1be..c24b410fe9 100644 --- a/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-5-this-validatevalue/index.html +++ b/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-5-this-validatevalue/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-5-this-validatevalue/index.html.gz b/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-5-this-validatevalue/index.html.gz index 6a738dc650..ba98a0d24e 100644 Binary files a/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-5-this-validatevalue/index.html.gz and b/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-5-this-validatevalue/index.html.gz differ diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-6-this-collectvalue/index.html b/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-6-this-collectvalue/index.html index b1856ebc52..61f998160e 100644 --- a/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-6-this-collectvalue/index.html +++ b/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-6-this-collectvalue/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-6-this-collectvalue/index.html.gz b/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-6-this-collectvalue/index.html.gz index c924abe200..555d05d415 100644 Binary files a/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-6-this-collectvalue/index.html.gz and b/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-6-this-collectvalue/index.html.gz differ diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/index.html b/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/index.html index 7065a2e05d..4f9997278d 100644 --- a/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/index.html +++ b/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/index.html.gz b/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/index.html.gz index 24710e4328..42d36b0320 100644 Binary files a/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/index.html.gz and b/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/index.html.gz differ diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/the-full-dialog-code-example/index.html b/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/the-full-dialog-code-example/index.html index 7177bb1980..b74074e03f 100644 --- a/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/the-full-dialog-code-example/index.html +++ b/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/the-full-dialog-code-example/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/the-full-dialog-code-example/index.html.gz b/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/the-full-dialog-code-example/index.html.gz index 0f90b2a9f7..494d81b96d 100644 Binary files a/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/the-full-dialog-code-example/index.html.gz and b/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/the-full-dialog-code-example/index.html.gz differ diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/the-html-template/index.html b/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/the-html-template/index.html index c04117a757..cd62a9e3ed 100644 --- a/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/the-html-template/index.html +++ b/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/the-html-template/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/the-html-template/index.html.gz b/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/the-html-template/index.html.gz index 9f8280c9f6..bf48c0e497 100644 Binary files a/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/the-html-template/index.html.gz and b/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/the-html-template/index.html.gz differ diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/the-skeleton/index.html b/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/the-skeleton/index.html index 79cef65021..98adee2105 100644 --- a/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/the-skeleton/index.html +++ b/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/the-skeleton/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/the-skeleton/index.html.gz b/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/the-skeleton/index.html.gz index 721183be00..539687b061 100644 Binary files a/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/the-skeleton/index.html.gz and b/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/the-skeleton/index.html.gz differ diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/using-ac-dialogs-in-your-dialogs/color-picker2/index.html b/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/using-ac-dialogs-in-your-dialogs/color-picker2/index.html index 250ca8a303..83a6ca865b 100644 --- a/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/using-ac-dialogs-in-your-dialogs/color-picker2/index.html +++ b/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/using-ac-dialogs-in-your-dialogs/color-picker2/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/using-ac-dialogs-in-your-dialogs/color-picker2/index.html.gz b/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/using-ac-dialogs-in-your-dialogs/color-picker2/index.html.gz index 422a4c5559..c135a1ac90 100644 Binary files a/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/using-ac-dialogs-in-your-dialogs/color-picker2/index.html.gz and b/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/using-ac-dialogs-in-your-dialogs/color-picker2/index.html.gz differ diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/using-ac-dialogs-in-your-dialogs/file-and-ac-resource-dialog/index.html b/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/using-ac-dialogs-in-your-dialogs/file-and-ac-resource-dialog/index.html index 0041f40f30..749e769bf6 100644 --- a/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/using-ac-dialogs-in-your-dialogs/file-and-ac-resource-dialog/index.html +++ b/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/using-ac-dialogs-in-your-dialogs/file-and-ac-resource-dialog/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/using-ac-dialogs-in-your-dialogs/file-and-ac-resource-dialog/index.html.gz b/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/using-ac-dialogs-in-your-dialogs/file-and-ac-resource-dialog/index.html.gz index 7278e32cd1..c66cd57ae6 100644 Binary files a/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/using-ac-dialogs-in-your-dialogs/file-and-ac-resource-dialog/index.html.gz and b/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/using-ac-dialogs-in-your-dialogs/file-and-ac-resource-dialog/index.html.gz differ diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/using-ac-dialogs-in-your-dialogs/index.html b/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/using-ac-dialogs-in-your-dialogs/index.html index 0a7903963f..b82356317c 100644 --- a/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/using-ac-dialogs-in-your-dialogs/index.html +++ b/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/using-ac-dialogs-in-your-dialogs/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/using-ac-dialogs-in-your-dialogs/index.html.gz b/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/using-ac-dialogs-in-your-dialogs/index.html.gz index f15af1d3c9..18f4edcbb2 100644 Binary files a/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/using-ac-dialogs-in-your-dialogs/index.html.gz and b/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/using-ac-dialogs-in-your-dialogs/index.html.gz differ diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/where-to-put-the-custom-proper/index.html b/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/where-to-put-the-custom-proper/index.html index dc669511f0..dd08e2d61f 100644 --- a/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/where-to-put-the-custom-proper/index.html +++ b/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/where-to-put-the-custom-proper/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/where-to-put-the-custom-proper/index.html.gz b/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/where-to-put-the-custom-proper/index.html.gz index 6c1d32dc38..d000b006c5 100644 Binary files a/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/where-to-put-the-custom-proper/index.html.gz and b/build/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/where-to-put-the-custom-proper/index.html.gz differ diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/data-view-binding/index.html b/build/developers/documentation/extending-ac/adding-your-own-widgets/data-view-binding/index.html index 10a5db16c0..64da051d92 100644 --- a/build/developers/documentation/extending-ac/adding-your-own-widgets/data-view-binding/index.html +++ b/build/developers/documentation/extending-ac/adding-your-own-widgets/data-view-binding/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/data-view-binding/index.html.gz b/build/developers/documentation/extending-ac/adding-your-own-widgets/data-view-binding/index.html.gz index 72bb7ee4ea..623e0d9773 100644 Binary files a/build/developers/documentation/extending-ac/adding-your-own-widgets/data-view-binding/index.html.gz and b/build/developers/documentation/extending-ac/adding-your-own-widgets/data-view-binding/index.html.gz differ diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/index.html b/build/developers/documentation/extending-ac/adding-your-own-widgets/index.html index d9f27f1e46..8d25af4b1d 100644 --- a/build/developers/documentation/extending-ac/adding-your-own-widgets/index.html +++ b/build/developers/documentation/extending-ac/adding-your-own-widgets/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/index.html.gz b/build/developers/documentation/extending-ac/adding-your-own-widgets/index.html.gz index dee7a84320..554f76d042 100644 Binary files a/build/developers/documentation/extending-ac/adding-your-own-widgets/index.html.gz and b/build/developers/documentation/extending-ac/adding-your-own-widgets/index.html.gz differ diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/layout-framework/important-callbacks-hooks/index.html b/build/developers/documentation/extending-ac/adding-your-own-widgets/layout-framework/important-callbacks-hooks/index.html index 8f5eb85a76..b8b5f3eeeb 100644 --- a/build/developers/documentation/extending-ac/adding-your-own-widgets/layout-framework/important-callbacks-hooks/index.html +++ b/build/developers/documentation/extending-ac/adding-your-own-widgets/layout-framework/important-callbacks-hooks/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/layout-framework/important-callbacks-hooks/index.html.gz b/build/developers/documentation/extending-ac/adding-your-own-widgets/layout-framework/important-callbacks-hooks/index.html.gz index f72a318afe..3d6174b5d7 100644 Binary files a/build/developers/documentation/extending-ac/adding-your-own-widgets/layout-framework/important-callbacks-hooks/index.html.gz and b/build/developers/documentation/extending-ac/adding-your-own-widgets/layout-framework/important-callbacks-hooks/index.html.gz differ diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/layout-framework/index.html b/build/developers/documentation/extending-ac/adding-your-own-widgets/layout-framework/index.html index 2ae2e412a0..ab405aad9b 100644 --- a/build/developers/documentation/extending-ac/adding-your-own-widgets/layout-framework/index.html +++ b/build/developers/documentation/extending-ac/adding-your-own-widgets/layout-framework/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/layout-framework/index.html.gz b/build/developers/documentation/extending-ac/adding-your-own-widgets/layout-framework/index.html.gz index 77921047b3..2a785caddf 100644 Binary files a/build/developers/documentation/extending-ac/adding-your-own-widgets/layout-framework/index.html.gz and b/build/developers/documentation/extending-ac/adding-your-own-widgets/layout-framework/index.html.gz differ diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/layout-framework/layout-types-overview/index.html b/build/developers/documentation/extending-ac/adding-your-own-widgets/layout-framework/layout-types-overview/index.html index df4a4b0f51..a060c4cd82 100644 --- a/build/developers/documentation/extending-ac/adding-your-own-widgets/layout-framework/layout-types-overview/index.html +++ b/build/developers/documentation/extending-ac/adding-your-own-widgets/layout-framework/layout-types-overview/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/layout-framework/layout-types-overview/index.html.gz b/build/developers/documentation/extending-ac/adding-your-own-widgets/layout-framework/layout-types-overview/index.html.gz index f5f87f2d6c..2b5638e996 100644 Binary files a/build/developers/documentation/extending-ac/adding-your-own-widgets/layout-framework/layout-types-overview/index.html.gz and b/build/developers/documentation/extending-ac/adding-your-own-widgets/layout-framework/layout-types-overview/index.html.gz differ diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/prerequisite-skills/index.html b/build/developers/documentation/extending-ac/adding-your-own-widgets/prerequisite-skills/index.html index 38baf9a9ef..c497f5309e 100644 --- a/build/developers/documentation/extending-ac/adding-your-own-widgets/prerequisite-skills/index.html +++ b/build/developers/documentation/extending-ac/adding-your-own-widgets/prerequisite-skills/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/prerequisite-skills/index.html.gz b/build/developers/documentation/extending-ac/adding-your-own-widgets/prerequisite-skills/index.html.gz index ec0180069e..daa200fe2e 100644 Binary files a/build/developers/documentation/extending-ac/adding-your-own-widgets/prerequisite-skills/index.html.gz and b/build/developers/documentation/extending-ac/adding-your-own-widgets/prerequisite-skills/index.html.gz differ diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/registering-your-widget/index.html b/build/developers/documentation/extending-ac/adding-your-own-widgets/registering-your-widget/index.html index c28c45f9bb..f6e9265b4e 100644 --- a/build/developers/documentation/extending-ac/adding-your-own-widgets/registering-your-widget/index.html +++ b/build/developers/documentation/extending-ac/adding-your-own-widgets/registering-your-widget/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/registering-your-widget/index.html.gz b/build/developers/documentation/extending-ac/adding-your-own-widgets/registering-your-widget/index.html.gz index 2f5c771539..d0bba27d18 100644 Binary files a/build/developers/documentation/extending-ac/adding-your-own-widgets/registering-your-widget/index.html.gz and b/build/developers/documentation/extending-ac/adding-your-own-widgets/registering-your-widget/index.html.gz differ diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/standard-property-types/index.html b/build/developers/documentation/extending-ac/adding-your-own-widgets/standard-property-types/index.html index 600ace1e3d..6643f62c51 100644 --- a/build/developers/documentation/extending-ac/adding-your-own-widgets/standard-property-types/index.html +++ b/build/developers/documentation/extending-ac/adding-your-own-widgets/standard-property-types/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/standard-property-types/index.html.gz b/build/developers/documentation/extending-ac/adding-your-own-widgets/standard-property-types/index.html.gz index 2ac2456740..4554131462 100644 Binary files a/build/developers/documentation/extending-ac/adding-your-own-widgets/standard-property-types/index.html.gz and b/build/developers/documentation/extending-ac/adding-your-own-widgets/standard-property-types/index.html.gz differ diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/widgets-on-github/index.html b/build/developers/documentation/extending-ac/adding-your-own-widgets/widgets-on-github/index.html index 33c059592e..cd78afeadd 100644 --- a/build/developers/documentation/extending-ac/adding-your-own-widgets/widgets-on-github/index.html +++ b/build/developers/documentation/extending-ac/adding-your-own-widgets/widgets-on-github/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/extending-ac/adding-your-own-widgets/widgets-on-github/index.html.gz b/build/developers/documentation/extending-ac/adding-your-own-widgets/widgets-on-github/index.html.gz index a3b90b3093..ba9cf43489 100644 Binary files a/build/developers/documentation/extending-ac/adding-your-own-widgets/widgets-on-github/index.html.gz and b/build/developers/documentation/extending-ac/adding-your-own-widgets/widgets-on-github/index.html.gz differ diff --git a/build/developers/documentation/extending-ac/index.html b/build/developers/documentation/extending-ac/index.html index 9d98a444a5..be7832acbe 100644 --- a/build/developers/documentation/extending-ac/index.html +++ b/build/developers/documentation/extending-ac/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/extending-ac/index.html.gz b/build/developers/documentation/extending-ac/index.html.gz index 72cdc8e0d9..e528fc3801 100644 Binary files a/build/developers/documentation/extending-ac/index.html.gz and b/build/developers/documentation/extending-ac/index.html.gz differ diff --git a/build/developers/documentation/extending-ac/overview/creating-a-new-widget/index.html b/build/developers/documentation/extending-ac/overview/creating-a-new-widget/index.html index 82ee1c5a08..ea45b5d190 100644 --- a/build/developers/documentation/extending-ac/overview/creating-a-new-widget/index.html +++ b/build/developers/documentation/extending-ac/overview/creating-a-new-widget/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/extending-ac/overview/creating-a-new-widget/index.html.gz b/build/developers/documentation/extending-ac/overview/creating-a-new-widget/index.html.gz index 23910fbea8..e9ffc020eb 100644 Binary files a/build/developers/documentation/extending-ac/overview/creating-a-new-widget/index.html.gz and b/build/developers/documentation/extending-ac/overview/creating-a-new-widget/index.html.gz differ diff --git a/build/developers/documentation/extending-ac/overview/css/index.html b/build/developers/documentation/extending-ac/overview/css/index.html index d5ec288644..32f18426e8 100644 --- a/build/developers/documentation/extending-ac/overview/css/index.html +++ b/build/developers/documentation/extending-ac/overview/css/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/extending-ac/overview/css/index.html.gz b/build/developers/documentation/extending-ac/overview/css/index.html.gz index 7bf823583e..ad3a141694 100644 Binary files a/build/developers/documentation/extending-ac/overview/css/index.html.gz and b/build/developers/documentation/extending-ac/overview/css/index.html.gz differ diff --git a/build/developers/documentation/extending-ac/overview/index.html b/build/developers/documentation/extending-ac/overview/index.html index 9686065245..addea025ce 100644 --- a/build/developers/documentation/extending-ac/overview/index.html +++ b/build/developers/documentation/extending-ac/overview/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/extending-ac/overview/index.html.gz b/build/developers/documentation/extending-ac/overview/index.html.gz index ac008df721..c4ad2c6ec7 100644 Binary files a/build/developers/documentation/extending-ac/overview/index.html.gz and b/build/developers/documentation/extending-ac/overview/index.html.gz differ diff --git a/build/developers/documentation/extending-ac/overview/phase-i-of-development/index.html b/build/developers/documentation/extending-ac/overview/phase-i-of-development/index.html index c09cb8f7d4..36fc111914 100644 --- a/build/developers/documentation/extending-ac/overview/phase-i-of-development/index.html +++ b/build/developers/documentation/extending-ac/overview/phase-i-of-development/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/extending-ac/overview/phase-i-of-development/index.html.gz b/build/developers/documentation/extending-ac/overview/phase-i-of-development/index.html.gz index ec292c1027..57a77d1dc3 100644 Binary files a/build/developers/documentation/extending-ac/overview/phase-i-of-development/index.html.gz and b/build/developers/documentation/extending-ac/overview/phase-i-of-development/index.html.gz differ diff --git a/build/developers/documentation/extending-ac/overview/phase-ii--production-ready/index.html b/build/developers/documentation/extending-ac/overview/phase-ii--production-ready/index.html index a7edd2e652..a0a4e31e6a 100644 --- a/build/developers/documentation/extending-ac/overview/phase-ii--production-ready/index.html +++ b/build/developers/documentation/extending-ac/overview/phase-ii--production-ready/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/extending-ac/overview/phase-ii--production-ready/index.html.gz b/build/developers/documentation/extending-ac/overview/phase-ii--production-ready/index.html.gz index f446a97a5b..40407c1765 100644 Binary files a/build/developers/documentation/extending-ac/overview/phase-ii--production-ready/index.html.gz and b/build/developers/documentation/extending-ac/overview/phase-ii--production-ready/index.html.gz differ diff --git a/build/developers/documentation/extending-ac/overview/refresh-ac-after-changes/index.html b/build/developers/documentation/extending-ac/overview/refresh-ac-after-changes/index.html index d7cb8546c1..d6c197ad2e 100644 --- a/build/developers/documentation/extending-ac/overview/refresh-ac-after-changes/index.html +++ b/build/developers/documentation/extending-ac/overview/refresh-ac-after-changes/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/extending-ac/overview/refresh-ac-after-changes/index.html.gz b/build/developers/documentation/extending-ac/overview/refresh-ac-after-changes/index.html.gz index 7cb970798b..5fc72150af 100644 Binary files a/build/developers/documentation/extending-ac/overview/refresh-ac-after-changes/index.html.gz and b/build/developers/documentation/extending-ac/overview/refresh-ac-after-changes/index.html.gz differ diff --git a/build/developers/documentation/extending-ac/overview/starting-ac-in-safe-mode/index.html b/build/developers/documentation/extending-ac/overview/starting-ac-in-safe-mode/index.html index 4b363293d5..f430f06e3f 100644 --- a/build/developers/documentation/extending-ac/overview/starting-ac-in-safe-mode/index.html +++ b/build/developers/documentation/extending-ac/overview/starting-ac-in-safe-mode/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/extending-ac/overview/starting-ac-in-safe-mode/index.html.gz b/build/developers/documentation/extending-ac/overview/starting-ac-in-safe-mode/index.html.gz index 77bd1b064a..1f40c60f00 100644 Binary files a/build/developers/documentation/extending-ac/overview/starting-ac-in-safe-mode/index.html.gz and b/build/developers/documentation/extending-ac/overview/starting-ac-in-safe-mode/index.html.gz differ diff --git a/build/developers/documentation/extending-ac/overview/who-has-access-to-my-widget/index.html b/build/developers/documentation/extending-ac/overview/who-has-access-to-my-widget/index.html index b8abc8e0f0..ad23da9b69 100644 --- a/build/developers/documentation/extending-ac/overview/who-has-access-to-my-widget/index.html +++ b/build/developers/documentation/extending-ac/overview/who-has-access-to-my-widget/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/extending-ac/overview/who-has-access-to-my-widget/index.html.gz b/build/developers/documentation/extending-ac/overview/who-has-access-to-my-widget/index.html.gz index 339fc8ed5f..2c3502e125 100644 Binary files a/build/developers/documentation/extending-ac/overview/who-has-access-to-my-widget/index.html.gz and b/build/developers/documentation/extending-ac/overview/who-has-access-to-my-widget/index.html.gz differ diff --git a/build/developers/documentation/index.html b/build/developers/documentation/index.html index 5a2f107760..fde99e53c5 100644 --- a/build/developers/documentation/index.html +++ b/build/developers/documentation/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/index.html.gz b/build/developers/documentation/index.html.gz index 9b5db9a542..6f81dac063 100644 Binary files a/build/developers/documentation/index.html.gz and b/build/developers/documentation/index.html.gz differ diff --git a/build/developers/documentation/my-first-app/accessing-your-account/index.html b/build/developers/documentation/my-first-app/accessing-your-account/index.html index a1028785ef..96d99782b0 100644 --- a/build/developers/documentation/my-first-app/accessing-your-account/index.html +++ b/build/developers/documentation/my-first-app/accessing-your-account/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/my-first-app/accessing-your-account/index.html.gz b/build/developers/documentation/my-first-app/accessing-your-account/index.html.gz index de789d078e..eb6a5c9574 100644 Binary files a/build/developers/documentation/my-first-app/accessing-your-account/index.html.gz and b/build/developers/documentation/my-first-app/accessing-your-account/index.html.gz differ diff --git a/build/developers/documentation/my-first-app/adding-widgets/index.html b/build/developers/documentation/my-first-app/adding-widgets/index.html index 372a5dbf87..da7702f386 100644 --- a/build/developers/documentation/my-first-app/adding-widgets/index.html +++ b/build/developers/documentation/my-first-app/adding-widgets/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/my-first-app/adding-widgets/index.html.gz b/build/developers/documentation/my-first-app/adding-widgets/index.html.gz index 46fad570d9..04602d9d73 100644 Binary files a/build/developers/documentation/my-first-app/adding-widgets/index.html.gz and b/build/developers/documentation/my-first-app/adding-widgets/index.html.gz differ diff --git a/build/developers/documentation/my-first-app/assigning-field-names/index.html b/build/developers/documentation/my-first-app/assigning-field-names/index.html index a4448db21c..651db12ce0 100644 --- a/build/developers/documentation/my-first-app/assigning-field-names/index.html +++ b/build/developers/documentation/my-first-app/assigning-field-names/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/my-first-app/assigning-field-names/index.html.gz b/build/developers/documentation/my-first-app/assigning-field-names/index.html.gz index 75d937ad60..31d07fb544 100644 Binary files a/build/developers/documentation/my-first-app/assigning-field-names/index.html.gz and b/build/developers/documentation/my-first-app/assigning-field-names/index.html.gz differ diff --git a/build/developers/documentation/my-first-app/changing-properties/index.html b/build/developers/documentation/my-first-app/changing-properties/index.html index 08e5ae63af..c2c54d881a 100644 --- a/build/developers/documentation/my-first-app/changing-properties/index.html +++ b/build/developers/documentation/my-first-app/changing-properties/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/my-first-app/changing-properties/index.html.gz b/build/developers/documentation/my-first-app/changing-properties/index.html.gz index 3907bd245b..bccbaae4d7 100644 Binary files a/build/developers/documentation/my-first-app/changing-properties/index.html.gz and b/build/developers/documentation/my-first-app/changing-properties/index.html.gz differ diff --git a/build/developers/documentation/my-first-app/creating-a-new-app/index.html b/build/developers/documentation/my-first-app/creating-a-new-app/index.html index 463ee09cdb..e6da097b4e 100644 --- a/build/developers/documentation/my-first-app/creating-a-new-app/index.html +++ b/build/developers/documentation/my-first-app/creating-a-new-app/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/my-first-app/creating-a-new-app/index.html.gz b/build/developers/documentation/my-first-app/creating-a-new-app/index.html.gz index 461d20a008..09c0d42cb6 100644 Binary files a/build/developers/documentation/my-first-app/creating-a-new-app/index.html.gz and b/build/developers/documentation/my-first-app/creating-a-new-app/index.html.gz differ diff --git a/build/developers/documentation/my-first-app/creating-events/index.html b/build/developers/documentation/my-first-app/creating-events/index.html index edc84cb7f0..c12bc007dc 100644 --- a/build/developers/documentation/my-first-app/creating-events/index.html +++ b/build/developers/documentation/my-first-app/creating-events/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/my-first-app/creating-events/index.html.gz b/build/developers/documentation/my-first-app/creating-events/index.html.gz index 9a99e154ac..c32f02f834 100644 Binary files a/build/developers/documentation/my-first-app/creating-events/index.html.gz and b/build/developers/documentation/my-first-app/creating-events/index.html.gz differ diff --git a/build/developers/documentation/my-first-app/editing-your-app/index.html b/build/developers/documentation/my-first-app/editing-your-app/index.html index fa9696daee..0479b6856c 100644 --- a/build/developers/documentation/my-first-app/editing-your-app/index.html +++ b/build/developers/documentation/my-first-app/editing-your-app/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/my-first-app/editing-your-app/index.html.gz b/build/developers/documentation/my-first-app/editing-your-app/index.html.gz index f43e89db00..43209573b2 100644 Binary files a/build/developers/documentation/my-first-app/editing-your-app/index.html.gz and b/build/developers/documentation/my-first-app/editing-your-app/index.html.gz differ diff --git a/build/developers/documentation/my-first-app/index.html b/build/developers/documentation/my-first-app/index.html index dd20e5d4cf..cdb8ddddbb 100644 --- a/build/developers/documentation/my-first-app/index.html +++ b/build/developers/documentation/my-first-app/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/my-first-app/index.html.gz b/build/developers/documentation/my-first-app/index.html.gz index ed08533d47..7de65eed1c 100644 Binary files a/build/developers/documentation/my-first-app/index.html.gz and b/build/developers/documentation/my-first-app/index.html.gz differ diff --git a/build/developers/documentation/my-first-app/running-your-app/index.html b/build/developers/documentation/my-first-app/running-your-app/index.html index 02fd79d664..6ff3e4e8b7 100644 --- a/build/developers/documentation/my-first-app/running-your-app/index.html +++ b/build/developers/documentation/my-first-app/running-your-app/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/my-first-app/running-your-app/index.html.gz b/build/developers/documentation/my-first-app/running-your-app/index.html.gz index 5af8aae96a..5181e4aba9 100644 Binary files a/build/developers/documentation/my-first-app/running-your-app/index.html.gz and b/build/developers/documentation/my-first-app/running-your-app/index.html.gz differ diff --git a/build/developers/documentation/my-first-app/some-titbits-to-finish-with/index.html b/build/developers/documentation/my-first-app/some-titbits-to-finish-with/index.html index 6802411668..f5025a50e5 100644 --- a/build/developers/documentation/my-first-app/some-titbits-to-finish-with/index.html +++ b/build/developers/documentation/my-first-app/some-titbits-to-finish-with/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/my-first-app/some-titbits-to-finish-with/index.html.gz b/build/developers/documentation/my-first-app/some-titbits-to-finish-with/index.html.gz index c98b233413..22578aa1aa 100644 Binary files a/build/developers/documentation/my-first-app/some-titbits-to-finish-with/index.html.gz and b/build/developers/documentation/my-first-app/some-titbits-to-finish-with/index.html.gz differ diff --git a/build/developers/documentation/product-guide/account-management/cancel-subscription/index.html b/build/developers/documentation/product-guide/account-management/cancel-subscription/index.html index 45b13639a8..d55cbc14a4 100644 --- a/build/developers/documentation/product-guide/account-management/cancel-subscription/index.html +++ b/build/developers/documentation/product-guide/account-management/cancel-subscription/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/account-management/cancel-subscription/index.html.gz b/build/developers/documentation/product-guide/account-management/cancel-subscription/index.html.gz index 74e03778fa..0da41a251c 100644 Binary files a/build/developers/documentation/product-guide/account-management/cancel-subscription/index.html.gz and b/build/developers/documentation/product-guide/account-management/cancel-subscription/index.html.gz differ diff --git a/build/developers/documentation/product-guide/account-management/change-password/index.html b/build/developers/documentation/product-guide/account-management/change-password/index.html index ab7ccb3ea3..7b82cd6487 100644 --- a/build/developers/documentation/product-guide/account-management/change-password/index.html +++ b/build/developers/documentation/product-guide/account-management/change-password/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/account-management/change-password/index.html.gz b/build/developers/documentation/product-guide/account-management/change-password/index.html.gz index 5e376d930e..dee9f64b4c 100644 Binary files a/build/developers/documentation/product-guide/account-management/change-password/index.html.gz and b/build/developers/documentation/product-guide/account-management/change-password/index.html.gz differ diff --git a/build/developers/documentation/product-guide/account-management/close-account/index.html b/build/developers/documentation/product-guide/account-management/close-account/index.html index 5844ec4a50..6d100f2609 100644 --- a/build/developers/documentation/product-guide/account-management/close-account/index.html +++ b/build/developers/documentation/product-guide/account-management/close-account/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/account-management/close-account/index.html.gz b/build/developers/documentation/product-guide/account-management/close-account/index.html.gz index 569c865a8e..d2f3dce025 100644 Binary files a/build/developers/documentation/product-guide/account-management/close-account/index.html.gz and b/build/developers/documentation/product-guide/account-management/close-account/index.html.gz differ diff --git a/build/developers/documentation/product-guide/account-management/index.html b/build/developers/documentation/product-guide/account-management/index.html index 9019474c34..f448f96699 100644 --- a/build/developers/documentation/product-guide/account-management/index.html +++ b/build/developers/documentation/product-guide/account-management/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/account-management/index.html.gz b/build/developers/documentation/product-guide/account-management/index.html.gz index f7c5c1dfcf..012f5d70d0 100644 Binary files a/build/developers/documentation/product-guide/account-management/index.html.gz and b/build/developers/documentation/product-guide/account-management/index.html.gz differ diff --git a/build/developers/documentation/product-guide/account-management/notifications/index.html b/build/developers/documentation/product-guide/account-management/notifications/index.html index 8fb065cc30..8ea83ff8aa 100644 --- a/build/developers/documentation/product-guide/account-management/notifications/index.html +++ b/build/developers/documentation/product-guide/account-management/notifications/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/account-management/notifications/index.html.gz b/build/developers/documentation/product-guide/account-management/notifications/index.html.gz index 458851a7ad..c0958f424f 100644 Binary files a/build/developers/documentation/product-guide/account-management/notifications/index.html.gz and b/build/developers/documentation/product-guide/account-management/notifications/index.html.gz differ diff --git a/build/developers/documentation/product-guide/account-management/quick-start-menu/index.html b/build/developers/documentation/product-guide/account-management/quick-start-menu/index.html index 81fc21bb76..882514c4c0 100644 --- a/build/developers/documentation/product-guide/account-management/quick-start-menu/index.html +++ b/build/developers/documentation/product-guide/account-management/quick-start-menu/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/account-management/quick-start-menu/index.html.gz b/build/developers/documentation/product-guide/account-management/quick-start-menu/index.html.gz index eb84ef2a47..1c2b318c93 100644 Binary files a/build/developers/documentation/product-guide/account-management/quick-start-menu/index.html.gz and b/build/developers/documentation/product-guide/account-management/quick-start-menu/index.html.gz differ diff --git a/build/developers/documentation/product-guide/account-management/upgrade-subscription/index.html b/build/developers/documentation/product-guide/account-management/upgrade-subscription/index.html index 582b798a97..df575eb204 100644 --- a/build/developers/documentation/product-guide/account-management/upgrade-subscription/index.html +++ b/build/developers/documentation/product-guide/account-management/upgrade-subscription/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/account-management/upgrade-subscription/index.html.gz b/build/developers/documentation/product-guide/account-management/upgrade-subscription/index.html.gz index a267987b12..4f6901067b 100644 Binary files a/build/developers/documentation/product-guide/account-management/upgrade-subscription/index.html.gz and b/build/developers/documentation/product-guide/account-management/upgrade-subscription/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/accessing-external-data-via-we/index.html b/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/accessing-external-data-via-we/index.html index 4701ff7a0c..ee54be667e 100644 --- a/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/accessing-external-data-via-we/index.html +++ b/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/accessing-external-data-via-we/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/accessing-external-data-via-we/index.html.gz b/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/accessing-external-data-via-we/index.html.gz index a928530e13..eeb41f8f04 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/accessing-external-data-via-we/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/accessing-external-data-via-we/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/accessing-queries-from-apps/index.html b/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/accessing-queries-from-apps/index.html index c282fda196..60b4caa645 100644 --- a/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/accessing-queries-from-apps/index.html +++ b/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/accessing-queries-from-apps/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/accessing-queries-from-apps/index.html.gz b/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/accessing-queries-from-apps/index.html.gz index 4c4cdbb019..86adc4b6ee 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/accessing-queries-from-apps/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/accessing-queries-from-apps/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/advconnections/index.html b/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/advconnections/index.html index 7f367a15e2..54f62438f0 100644 --- a/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/advconnections/index.html +++ b/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/advconnections/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/advconnections/index.html.gz b/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/advconnections/index.html.gz index 74a9f450be..a4d43b7ccc 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/advconnections/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/advconnections/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/advqueries/index.html b/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/advqueries/index.html index aca88a15ed..44a8456b71 100644 --- a/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/advqueries/index.html +++ b/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/advqueries/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/advqueries/index.html.gz b/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/advqueries/index.html.gz index 80180856e6..32b450953d 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/advqueries/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/advqueries/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/charting/index.html b/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/charting/index.html index bec349052d..5c4f5810d5 100644 --- a/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/charting/index.html +++ b/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/charting/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/charting/index.html.gz b/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/charting/index.html.gz index 5cc26d0018..7b75224b96 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/charting/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/charting/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/drill-down/index.html b/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/drill-down/index.html index a96e7343ef..32973d1672 100644 --- a/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/drill-down/index.html +++ b/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/drill-down/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/drill-down/index.html.gz b/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/drill-down/index.html.gz index d35000fd71..d343b3ce3d 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/drill-down/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/drill-down/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/grids-and-repeater-containers/index.html b/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/grids-and-repeater-containers/index.html index a3f0184ae7..0703eb9f91 100644 --- a/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/grids-and-repeater-containers/index.html +++ b/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/grids-and-repeater-containers/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/grids-and-repeater-containers/index.html.gz b/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/grids-and-repeater-containers/index.html.gz index b6c2733cde..6b162ad7fe 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/grids-and-repeater-containers/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/grids-and-repeater-containers/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/how-to-store-data/index.html b/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/how-to-store-data/index.html index d4e7a7a437..871795706e 100644 --- a/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/how-to-store-data/index.html +++ b/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/how-to-store-data/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/how-to-store-data/index.html.gz b/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/how-to-store-data/index.html.gz index 4f30acd4d8..a7703e7337 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/how-to-store-data/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/how-to-store-data/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/index.html b/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/index.html index 68fb787991..02dcf6581d 100644 --- a/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/index.html +++ b/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/index.html.gz b/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/index.html.gz index 7c4fc3e33b..d21395cfbc 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/integration-agents/index.html b/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/integration-agents/index.html index 47c0928f4e..c2535c9911 100644 --- a/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/integration-agents/index.html +++ b/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/integration-agents/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/integration-agents/index.html.gz b/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/integration-agents/index.html.gz index a691f29044..45a52fcd9a 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/integration-agents/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/integration-agents/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/relational-apps/index.html b/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/relational-apps/index.html index 90f6184044..d1bd714abf 100644 --- a/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/relational-apps/index.html +++ b/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/relational-apps/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/relational-apps/index.html.gz b/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/relational-apps/index.html.gz index 3f12caaf96..568edbf63c 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/relational-apps/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/relational-apps/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/the-data-properties/index.html b/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/the-data-properties/index.html index a18fdaca87..7e8148a180 100644 --- a/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/the-data-properties/index.html +++ b/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/the-data-properties/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/the-data-properties/index.html.gz b/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/the-data-properties/index.html.gz index dee07d1240..a53f323920 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/the-data-properties/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/the-data-properties/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/writing-to-other-apps-crud/index.html b/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/writing-to-other-apps-crud/index.html index dcab25ed5f..317f2378ed 100644 --- a/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/writing-to-other-apps-crud/index.html +++ b/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/writing-to-other-apps-crud/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/writing-to-other-apps-crud/index.html.gz b/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/writing-to-other-apps-crud/index.html.gz index 7062434be2..8a17439795 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/writing-to-other-apps-crud/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/writing-to-other-apps-crud/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/accessing-user-data-in-other-a/index.html b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/accessing-user-data-in-other-a/index.html index 1a645099f8..1323957b2b 100644 --- a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/accessing-user-data-in-other-a/index.html +++ b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/accessing-user-data-in-other-a/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/accessing-user-data-in-other-a/index.html.gz b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/accessing-user-data-in-other-a/index.html.gz index ab83fa0cad..01638fe60b 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/accessing-user-data-in-other-a/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/accessing-user-data-in-other-a/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/checking-that-a-settings-recor/index.html b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/checking-that-a-settings-recor/index.html index e4fbad9a99..f9d98a1fc3 100644 --- a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/checking-that-a-settings-recor/index.html +++ b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/checking-that-a-settings-recor/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/checking-that-a-settings-recor/index.html.gz b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/checking-that-a-settings-recor/index.html.gz index b45e9d8034..b7c91a5548 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/checking-that-a-settings-recor/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/checking-that-a-settings-recor/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/copying-the-standard-authentic/index.html b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/copying-the-standard-authentic/index.html index 3e9dc4f1ad..744207710a 100644 --- a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/copying-the-standard-authentic/index.html +++ b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/copying-the-standard-authentic/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/copying-the-standard-authentic/index.html.gz b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/copying-the-standard-authentic/index.html.gz index e06800d300..3d7ac7eb27 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/copying-the-standard-authentic/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/copying-the-standard-authentic/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/creating-a-user-parameter-grou/index.html b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/creating-a-user-parameter-grou/index.html index cb0e96a99a..4d8a9c17ce 100644 --- a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/creating-a-user-parameter-grou/index.html +++ b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/creating-a-user-parameter-grou/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/creating-a-user-parameter-grou/index.html.gz b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/creating-a-user-parameter-grou/index.html.gz index 46b416279c..8d67a36384 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/creating-a-user-parameter-grou/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/creating-a-user-parameter-grou/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/index.html b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/index.html index 7a8830ee92..82f9c2d572 100644 --- a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/index.html +++ b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/index.html.gz b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/index.html.gz index 713cfd08f7..4217da0645 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/setting-the-widget-storage/index.html b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/setting-the-widget-storage/index.html index 1c53a30557..f4720c24ec 100644 --- a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/setting-the-widget-storage/index.html +++ b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/setting-the-widget-storage/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/setting-the-widget-storage/index.html.gz b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/setting-the-widget-storage/index.html.gz index 0e72400b6f..100cb85633 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/setting-the-widget-storage/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/setting-the-widget-storage/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/switching-from-main-app-to-set/index.html b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/switching-from-main-app-to-set/index.html index 9ae8a8e431..67033816be 100644 --- a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/switching-from-main-app-to-set/index.html +++ b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/switching-from-main-app-to-set/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/switching-from-main-app-to-set/index.html.gz b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/switching-from-main-app-to-set/index.html.gz index 13cade645a..9cffbdec74 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/switching-from-main-app-to-set/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/switching-from-main-app-to-set/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/captcha/index.html b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/captcha/index.html index 15bef8647b..5de878e484 100644 --- a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/captcha/index.html +++ b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/captcha/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/captcha/index.html.gz b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/captcha/index.html.gz index effc2b37cc..05894f83ed 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/captcha/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/captcha/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/complete-code-including-settin/index.html b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/complete-code-including-settin/index.html index 1c4fc37c55..925eed32a6 100644 --- a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/complete-code-including-settin/index.html +++ b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/complete-code-including-settin/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/complete-code-including-settin/index.html.gz b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/complete-code-including-settin/index.html.gz index fd344e2da1..b238e4d090 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/complete-code-including-settin/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/complete-code-including-settin/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/correct-app-permissions-for-au/index.html b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/correct-app-permissions-for-au/index.html index ade11594b2..59f99f4fe4 100644 --- a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/correct-app-permissions-for-au/index.html +++ b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/correct-app-permissions-for-au/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/correct-app-permissions-for-au/index.html.gz b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/correct-app-permissions-for-au/index.html.gz index 17c685bef8..81eb2d7290 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/correct-app-permissions-for-au/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/correct-app-permissions-for-au/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/index.html b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/index.html index 87ff915065..9ee0a193e0 100644 --- a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/index.html +++ b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/index.html.gz b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/index.html.gz index dd77e9cbfe..d5d4c6a8d1 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/no-code-so-far/index.html b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/no-code-so-far/index.html index 995bcf1795..26c208cb2e 100644 --- a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/no-code-so-far/index.html +++ b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/no-code-so-far/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/no-code-so-far/index.html.gz b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/no-code-so-far/index.html.gz index ce9c1fc1df..e01bd1c2da 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/no-code-so-far/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/no-code-so-far/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/password/index.html b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/password/index.html index 76501f5c6a..f21fe7e54a 100644 --- a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/password/index.html +++ b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/password/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/password/index.html.gz b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/password/index.html.gz index 1241470644..8b3c524a11 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/password/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/password/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/sign-in/index.html b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/sign-in/index.html index 6fffb5cb8f..60e9028247 100644 --- a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/sign-in/index.html +++ b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/sign-in/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/sign-in/index.html.gz b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/sign-in/index.html.gz index 7fcd20d886..ef8b3f9c0e 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/sign-in/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/sign-in/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/sign-up/index.html b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/sign-up/index.html index c96dc8ff1e..3c239b647e 100644 --- a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/sign-up/index.html +++ b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/sign-up/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/sign-up/index.html.gz b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/sign-up/index.html.gz index 0d3119ac6e..9b896b1abf 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/sign-up/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/sign-up/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/the-main-app/index.html b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/the-main-app/index.html index f979858742..fcdc1ed77a 100644 --- a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/the-main-app/index.html +++ b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/the-main-app/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/the-main-app/index.html.gz b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/the-main-app/index.html.gz index 62678eaa8f..1d99521932 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/the-main-app/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/the-main-app/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/typical-authentication-strategies/dedicated-authentication-app-s/index.html b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/typical-authentication-strategies/dedicated-authentication-app-s/index.html index a5edf7497e..9578fb43f8 100644 --- a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/typical-authentication-strategies/dedicated-authentication-app-s/index.html +++ b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/typical-authentication-strategies/dedicated-authentication-app-s/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/typical-authentication-strategies/dedicated-authentication-app-s/index.html.gz b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/typical-authentication-strategies/dedicated-authentication-app-s/index.html.gz index db46351d75..80358a5269 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/typical-authentication-strategies/dedicated-authentication-app-s/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/typical-authentication-strategies/dedicated-authentication-app-s/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/typical-authentication-strategies/everything-in-one-strategy/index.html b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/typical-authentication-strategies/everything-in-one-strategy/index.html index a1559603b3..4ec3eeb056 100644 --- a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/typical-authentication-strategies/everything-in-one-strategy/index.html +++ b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/typical-authentication-strategies/everything-in-one-strategy/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/typical-authentication-strategies/everything-in-one-strategy/index.html.gz b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/typical-authentication-strategies/everything-in-one-strategy/index.html.gz index 0c8b62b167..5df7403092 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/typical-authentication-strategies/everything-in-one-strategy/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/typical-authentication-strategies/everything-in-one-strategy/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/typical-authentication-strategies/index.html b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/typical-authentication-strategies/index.html index ca4c979807..7c47ac03ba 100644 --- a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/typical-authentication-strategies/index.html +++ b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/typical-authentication-strategies/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/typical-authentication-strategies/index.html.gz b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/typical-authentication-strategies/index.html.gz index 7432244633..610bf7358c 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/typical-authentication-strategies/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/typical-authentication-strategies/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/typical-authentication-strategies/using-on-login-app-for-all-app/index.html b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/typical-authentication-strategies/using-on-login-app-for-all-app/index.html index ca2083b9d0..bab4baa7be 100644 --- a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/typical-authentication-strategies/using-on-login-app-for-all-app/index.html +++ b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/typical-authentication-strategies/using-on-login-app-for-all-app/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/typical-authentication-strategies/using-on-login-app-for-all-app/index.html.gz b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/typical-authentication-strategies/using-on-login-app-for-all-app/index.html.gz index e66a6e6ed3..31f9ea1be6 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/typical-authentication-strategies/using-on-login-app-for-all-app/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/typical-authentication-strategies/using-on-login-app-for-all-app/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/credit-card-payment-processing/be-secure/index.html b/build/developers/documentation/product-guide/advanced-features/credit-card-payment-processing/be-secure/index.html index 9c1b32745e..4e79b63452 100644 --- a/build/developers/documentation/product-guide/advanced-features/credit-card-payment-processing/be-secure/index.html +++ b/build/developers/documentation/product-guide/advanced-features/credit-card-payment-processing/be-secure/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/credit-card-payment-processing/be-secure/index.html.gz b/build/developers/documentation/product-guide/advanced-features/credit-card-payment-processing/be-secure/index.html.gz index 2d2cc82113..3c5dc0eabb 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/credit-card-payment-processing/be-secure/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/credit-card-payment-processing/be-secure/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/credit-card-payment-processing/client-side-code/index.html b/build/developers/documentation/product-guide/advanced-features/credit-card-payment-processing/client-side-code/index.html index c31f6118eb..73e256c903 100644 --- a/build/developers/documentation/product-guide/advanced-features/credit-card-payment-processing/client-side-code/index.html +++ b/build/developers/documentation/product-guide/advanced-features/credit-card-payment-processing/client-side-code/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/credit-card-payment-processing/client-side-code/index.html.gz b/build/developers/documentation/product-guide/advanced-features/credit-card-payment-processing/client-side-code/index.html.gz index cf3068bd81..f100a588c4 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/credit-card-payment-processing/client-side-code/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/credit-card-payment-processing/client-side-code/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/credit-card-payment-processing/index.html b/build/developers/documentation/product-guide/advanced-features/credit-card-payment-processing/index.html index d00fbc9be5..cc5a4f9254 100644 --- a/build/developers/documentation/product-guide/advanced-features/credit-card-payment-processing/index.html +++ b/build/developers/documentation/product-guide/advanced-features/credit-card-payment-processing/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/credit-card-payment-processing/index.html.gz b/build/developers/documentation/product-guide/advanced-features/credit-card-payment-processing/index.html.gz index 39d6545ab6..29115ec014 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/credit-card-payment-processing/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/credit-card-payment-processing/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/credit-card-payment-processing/payment-parameters/index.html b/build/developers/documentation/product-guide/advanced-features/credit-card-payment-processing/payment-parameters/index.html index e1b8d2c63a..3da95f246d 100644 --- a/build/developers/documentation/product-guide/advanced-features/credit-card-payment-processing/payment-parameters/index.html +++ b/build/developers/documentation/product-guide/advanced-features/credit-card-payment-processing/payment-parameters/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/credit-card-payment-processing/payment-parameters/index.html.gz b/build/developers/documentation/product-guide/advanced-features/credit-card-payment-processing/payment-parameters/index.html.gz index 611b8cc163..16b9d52fb9 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/credit-card-payment-processing/payment-parameters/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/credit-card-payment-processing/payment-parameters/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/credit-card-payment-processing/process-overview/index.html b/build/developers/documentation/product-guide/advanced-features/credit-card-payment-processing/process-overview/index.html index 54ece644e9..44979a097a 100644 --- a/build/developers/documentation/product-guide/advanced-features/credit-card-payment-processing/process-overview/index.html +++ b/build/developers/documentation/product-guide/advanced-features/credit-card-payment-processing/process-overview/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/credit-card-payment-processing/process-overview/index.html.gz b/build/developers/documentation/product-guide/advanced-features/credit-card-payment-processing/process-overview/index.html.gz index d51953fe84..e2d3015195 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/credit-card-payment-processing/process-overview/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/credit-card-payment-processing/process-overview/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/credit-card-payment-processing/sandbox-test-mode/index.html b/build/developers/documentation/product-guide/advanced-features/credit-card-payment-processing/sandbox-test-mode/index.html index 96f6adcab2..f06f2ddf2b 100644 --- a/build/developers/documentation/product-guide/advanced-features/credit-card-payment-processing/sandbox-test-mode/index.html +++ b/build/developers/documentation/product-guide/advanced-features/credit-card-payment-processing/sandbox-test-mode/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/credit-card-payment-processing/sandbox-test-mode/index.html.gz b/build/developers/documentation/product-guide/advanced-features/credit-card-payment-processing/sandbox-test-mode/index.html.gz index 6d08be689f..4730777f3c 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/credit-card-payment-processing/sandbox-test-mode/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/credit-card-payment-processing/sandbox-test-mode/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/credit-card-payment-processing/server-side-code/index.html b/build/developers/documentation/product-guide/advanced-features/credit-card-payment-processing/server-side-code/index.html index 3abab7aae3..0e9b5039a0 100644 --- a/build/developers/documentation/product-guide/advanced-features/credit-card-payment-processing/server-side-code/index.html +++ b/build/developers/documentation/product-guide/advanced-features/credit-card-payment-processing/server-side-code/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/credit-card-payment-processing/server-side-code/index.html.gz b/build/developers/documentation/product-guide/advanced-features/credit-card-payment-processing/server-side-code/index.html.gz index e314fe98e3..65c5803fe1 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/credit-card-payment-processing/server-side-code/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/credit-card-payment-processing/server-side-code/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/custom-css-classes/css-files/index.html b/build/developers/documentation/product-guide/advanced-features/custom-css-classes/css-files/index.html index dd02167f2b..d6d79ae1df 100644 --- a/build/developers/documentation/product-guide/advanced-features/custom-css-classes/css-files/index.html +++ b/build/developers/documentation/product-guide/advanced-features/custom-css-classes/css-files/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/custom-css-classes/css-files/index.html.gz b/build/developers/documentation/product-guide/advanced-features/custom-css-classes/css-files/index.html.gz index 813b5dad31..a89977a353 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/custom-css-classes/css-files/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/custom-css-classes/css-files/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/custom-css-classes/custom-class/index.html b/build/developers/documentation/product-guide/advanced-features/custom-css-classes/custom-class/index.html index 2083126e5f..0299382f94 100644 --- a/build/developers/documentation/product-guide/advanced-features/custom-css-classes/custom-class/index.html +++ b/build/developers/documentation/product-guide/advanced-features/custom-css-classes/custom-class/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/custom-css-classes/custom-class/index.html.gz b/build/developers/documentation/product-guide/advanced-features/custom-css-classes/custom-class/index.html.gz index 32333ac566..74226423c2 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/custom-css-classes/custom-class/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/custom-css-classes/custom-class/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/custom-css-classes/index.html b/build/developers/documentation/product-guide/advanced-features/custom-css-classes/index.html index ae4ecb84dc..2f7c4865a5 100644 --- a/build/developers/documentation/product-guide/advanced-features/custom-css-classes/index.html +++ b/build/developers/documentation/product-guide/advanced-features/custom-css-classes/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/custom-css-classes/index.html.gz b/build/developers/documentation/product-guide/advanced-features/custom-css-classes/index.html.gz index 8b722d4d95..5c5d9da8ad 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/custom-css-classes/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/custom-css-classes/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/chart-reference/index.html b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/chart-reference/index.html index 43b42a8d48..07aed90c08 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/chart-reference/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/chart-reference/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/chart-reference/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/chart-reference/index.html.gz index 331415721a..ae97b68235 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/chart-reference/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/chart-reference/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/anatomy-of-a-view/index.html b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/anatomy-of-a-view/index.html index 873daf93df..30bf90f249 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/anatomy-of-a-view/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/anatomy-of-a-view/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/anatomy-of-a-view/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/anatomy-of-a-view/index.html.gz index 46808df90e..ec1f77df8a 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/anatomy-of-a-view/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/anatomy-of-a-view/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/auto-load/index.html b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/auto-load/index.html index fbfc7fb083..f1207ca688 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/auto-load/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/auto-load/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/auto-load/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/auto-load/index.html.gz index bde19f4edf..6d142b2fa0 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/auto-load/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/auto-load/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/broadcast/index.html b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/broadcast/index.html index f0141ab866..391b3e532f 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/broadcast/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/broadcast/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/broadcast/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/broadcast/index.html.gz index fe1c1e832d..3424122780 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/broadcast/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/broadcast/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/configuring-the-app-to-access/index.html b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/configuring-the-app-to-access/index.html index 019bcbc4bb..5ada5c109b 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/configuring-the-app-to-access/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/configuring-the-app-to-access/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/configuring-the-app-to-access/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/configuring-the-app-to-access/index.html.gz index c33db7481d..e0bd968f0c 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/configuring-the-app-to-access/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/configuring-the-app-to-access/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/drill-filter/index.html b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/drill-filter/index.html index aa8322702d..7cde744c2d 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/drill-filter/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/drill-filter/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/drill-filter/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/drill-filter/index.html.gz index 6d34269df7..42806eff32 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/drill-filter/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/drill-filter/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/drill-type/index.html b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/drill-type/index.html index afa410451a..534221ee85 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/drill-type/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/drill-type/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/drill-type/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/drill-type/index.html.gz index 357c9e065b..0c2eb5cb65 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/drill-type/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/drill-type/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/fieldscharts/index.html b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/fieldscharts/index.html index 4d14e64d10..f1daaa1b97 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/fieldscharts/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/fieldscharts/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/fieldscharts/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/fieldscharts/index.html.gz index 31776779ce..7856d74ab0 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/fieldscharts/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/fieldscharts/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/fieldsgauges/index.html b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/fieldsgauges/index.html index 77526839d1..109f1569f0 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/fieldsgauges/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/fieldsgauges/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/fieldsgauges/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/fieldsgauges/index.html.gz index 1f0ad6ad57..eaac15268a 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/fieldsgauges/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/fieldsgauges/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/grids/index.html b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/grids/index.html index 00d6209210..05da806536 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/grids/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/grids/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/grids/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/grids/index.html.gz index 1e1513e4ff..e9e731746e 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/grids/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/grids/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/index.html b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/index.html index f3df66623a..2dd06720c1 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/index.html.gz index 07dd91fdb8..e00cd6f64d 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/list-dropdowns/index.html b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/list-dropdowns/index.html index 49cfc1c3a3..cfd3dfdebf 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/list-dropdowns/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/list-dropdowns/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/list-dropdowns/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/list-dropdowns/index.html.gz index ff45bc13d5..46c761da13 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/list-dropdowns/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/list-dropdowns/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/radio-buttons-checkboxes-and/index.html b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/radio-buttons-checkboxes-and/index.html index 2179ac52da..9af8d4b950 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/radio-buttons-checkboxes-and/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/radio-buttons-checkboxes-and/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/radio-buttons-checkboxes-and/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/radio-buttons-checkboxes-and/index.html.gz index 03386ac190..8d2a9028b0 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/radio-buttons-checkboxes-and/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/radio-buttons-checkboxes-and/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/repeater-data-containers/index.html b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/repeater-data-containers/index.html index 3bd056cafd..fb43853751 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/repeater-data-containers/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/repeater-data-containers/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/repeater-data-containers/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/repeater-data-containers/index.html.gz index 740499ea83..ff668b802b 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/repeater-data-containers/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/repeater-data-containers/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/typical-scenarios/index.html b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/typical-scenarios/index.html index 392475e343..8b9705244e 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/typical-scenarios/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/typical-scenarios/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/typical-scenarios/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/typical-scenarios/index.html.gz index 5eac5c286e..e24d237b19 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/typical-scenarios/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/typical-scenarios/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fiieldsgroup-by/index.html b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fiieldsgroup-by/index.html index 56f33b1359..6b34033e36 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fiieldsgroup-by/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fiieldsgroup-by/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fiieldsgroup-by/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fiieldsgroup-by/index.html.gz index 3834acf9f3..c34c43d4b3 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fiieldsgroup-by/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fiieldsgroup-by/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/filter/index.html b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/filter/index.html index df79ed570c..bde21358f9 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/filter/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/filter/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/filter/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/filter/index.html.gz index 3c30e341ac..9c61f869cb 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/filter/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/filter/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/index.html b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/index.html index 4227923173..f20cb03adc 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/index.html.gz index ca2957a984..7a96cfd570 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/listen/index.html b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/listen/index.html index e7c57bbdaa..dcdd071360 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/listen/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/listen/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/listen/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/listen/index.html.gz index e328966fc7..6e8a1225a7 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/listen/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/listen/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/order-by/index.html b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/order-by/index.html index 6182e5fb19..58cd2801d4 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/order-by/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/order-by/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/order-by/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/order-by/index.html.gz index 73a30772cb..1eeeaebf8b 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/order-by/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/order-by/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/reset-filter/index.html b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/reset-filter/index.html index 78f74d3423..a15220c1aa 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/reset-filter/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/reset-filter/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/reset-filter/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/reset-filter/index.html.gz index 3485c32e6d..ad75aa1d7f 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/reset-filter/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/reset-filter/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/the-expression-editor/index.html b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/the-expression-editor/index.html index 17aad2c35d..40264716c2 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/the-expression-editor/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/the-expression-editor/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/the-expression-editor/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/the-expression-editor/index.html.gz index f7cec0b952..dd0b2d29b3 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/the-expression-editor/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/the-expression-editor/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/using-automatic-property-setti/index.html b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/using-automatic-property-setti/index.html index 5740858313..0c7e8809dc 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/using-automatic-property-setti/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/using-automatic-property-setti/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/using-automatic-property-setti/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/using-automatic-property-setti/index.html.gz index db630e8010..496cb44f0a 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/using-automatic-property-setti/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/using-automatic-property-setti/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/view/index.html b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/view/index.html index e12999a007..816697f2b5 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/view/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/view/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/view/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/view/index.html.gz index 912a207b82..43bcbe4f01 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/view/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/view/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/drilling-down/index.html b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/drilling-down/index.html index b10eff58eb..36ad61345d 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/drilling-down/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/drilling-down/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/drilling-down/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/drilling-down/index.html.gz index f985278b48..71f3646f8a 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/drilling-down/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/drilling-down/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/importing-and-exporting-data/index.html b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/importing-and-exporting-data/index.html index cc33474195..293260cc1d 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/importing-and-exporting-data/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/importing-and-exporting-data/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/importing-and-exporting-data/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/importing-and-exporting-data/index.html.gz index 3c294f5744..e1afb1fedc 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/importing-and-exporting-data/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/importing-and-exporting-data/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/index.html b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/index.html index 9685f67288..7f43d38140 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/index.html.gz index 102d92bcd0..0b7a36dbcd 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/key-concepts/index.html b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/key-concepts/index.html index 9f0b2dece4..7067187fca 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/key-concepts/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/key-concepts/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/key-concepts/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/key-concepts/index.html.gz index ca11d92527..b2242bafdb 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/key-concepts/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/key-concepts/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/populating-charts-from-javascr/index.html b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/populating-charts-from-javascr/index.html index bf75760859..70d6e820fa 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/populating-charts-from-javascr/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/populating-charts-from-javascr/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/populating-charts-from-javascr/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/populating-charts-from-javascr/index.html.gz index c3f0901a00..26fd77da39 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/populating-charts-from-javascr/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/populating-charts-from-javascr/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/reporting-widgets/index.html b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/reporting-widgets/index.html index 0cc9eda5a9..71be801e85 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/reporting-widgets/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/reporting-widgets/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/reporting-widgets/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/reporting-widgets/index.html.gz index 0254a6f536..e42a1c45c2 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/reporting-widgets/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/reporting-widgets/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/using-the-same-query-multiple/index.html b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/using-the-same-query-multiple/index.html index 768665cddb..6a246de4bb 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/using-the-same-query-multiple/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/using-the-same-query-multiple/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/using-the-same-query-multiple/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/using-the-same-query-multiple/index.html.gz index cfd5b1b238..ee3c8d8c06 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/using-the-same-query-multiple/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/using-the-same-query-multiple/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/view-filtering/index.html b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/view-filtering/index.html index 0997a86be1..047c35a4da 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/view-filtering/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/view-filtering/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/view-filtering/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/view-filtering/index.html.gz index 56a3b66c7d..4e4642091e 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/view-filtering/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/view-filtering/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-lists-management/accessing-data-lists-from-apps/index.html b/build/developers/documentation/product-guide/advanced-features/data-lists-management/accessing-data-lists-from-apps/index.html index d03f9ba652..7b452b7f7f 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-lists-management/accessing-data-lists-from-apps/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-lists-management/accessing-data-lists-from-apps/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-lists-management/accessing-data-lists-from-apps/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-lists-management/accessing-data-lists-from-apps/index.html.gz index 6dfea00297..e8d33bd61f 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-lists-management/accessing-data-lists-from-apps/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-lists-management/accessing-data-lists-from-apps/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-lists-management/creating-a-data-list-query/index.html b/build/developers/documentation/product-guide/advanced-features/data-lists-management/creating-a-data-list-query/index.html index f14c7b09d6..c813d8a532 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-lists-management/creating-a-data-list-query/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-lists-management/creating-a-data-list-query/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-lists-management/creating-a-data-list-query/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-lists-management/creating-a-data-list-query/index.html.gz index 3856a456df..5d538552d8 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-lists-management/creating-a-data-list-query/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-lists-management/creating-a-data-list-query/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-lists-management/creating-a-data-list/index.html b/build/developers/documentation/product-guide/advanced-features/data-lists-management/creating-a-data-list/index.html index ab5e2299ab..319c02e966 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-lists-management/creating-a-data-list/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-lists-management/creating-a-data-list/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-lists-management/creating-a-data-list/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-lists-management/creating-a-data-list/index.html.gz index 81775e1a59..9071201ab1 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-lists-management/creating-a-data-list/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-lists-management/creating-a-data-list/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-lists-management/editing-a-data-list/index.html b/build/developers/documentation/product-guide/advanced-features/data-lists-management/editing-a-data-list/index.html index 7239745722..27795eca5a 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-lists-management/editing-a-data-list/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-lists-management/editing-a-data-list/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-lists-management/editing-a-data-list/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-lists-management/editing-a-data-list/index.html.gz index 53baef9f30..8ac5aec45a 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-lists-management/editing-a-data-list/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-lists-management/editing-a-data-list/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-lists-management/index.html b/build/developers/documentation/product-guide/advanced-features/data-lists-management/index.html index a79bbdd1a9..59be395b78 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-lists-management/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-lists-management/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-lists-management/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-lists-management/index.html.gz index 95f2fa3bf8..41403bb77a 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-lists-management/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-lists-management/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-lists-management/sys-getlistresource/index.html b/build/developers/documentation/product-guide/advanced-features/data-lists-management/sys-getlistresource/index.html index cd7f3d16d8..bce93ea456 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-lists-management/sys-getlistresource/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-lists-management/sys-getlistresource/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-lists-management/sys-getlistresource/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-lists-management/sys-getlistresource/index.html.gz index 3596885d07..abf3737c5b 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-lists-management/sys-getlistresource/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-lists-management/sys-getlistresource/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/ac-storage-or-your-own-backend/index.html b/build/developers/documentation/product-guide/advanced-features/data-storage-management/ac-storage-or-your-own-backend/index.html index 42a3e0b183..7388dbdcc4 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-storage-management/ac-storage-or-your-own-backend/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-storage-management/ac-storage-or-your-own-backend/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/ac-storage-or-your-own-backend/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-storage-management/ac-storage-or-your-own-backend/index.html.gz index 40c3a68fd0..d3d86e39cf 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-storage-management/ac-storage-or-your-own-backend/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-storage-management/ac-storage-or-your-own-backend/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud--create-read-update-dele/index.html b/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud--create-read-update-dele/index.html index b9c075be9f..bc6b18d5fb 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud--create-read-update-dele/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud--create-read-update-dele/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud--create-read-update-dele/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud--create-read-update-dele/index.html.gz index 39e475af4a..e78361bfa1 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud--create-read-update-dele/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud--create-read-update-dele/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/index.html b/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/index.html index c955bf8eb9..1d5105248b 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/index.html.gz index 0dec881f81..ce7a151efa 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/crud-filtering/index.html b/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/crud-filtering/index.html index c99102360c..6c25e49f20 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/crud-filtering/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/crud-filtering/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/crud-filtering/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/crud-filtering/index.html.gz index b0e5d662fc..46a4a65a17 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/crud-filtering/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/crud-filtering/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/crud-on-local-instances/index.html b/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/crud-on-local-instances/index.html index 5c905c53ff..9d4137772f 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/crud-on-local-instances/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/crud-on-local-instances/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/crud-on-local-instances/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/crud-on-local-instances/index.html.gz index 4e5ad954c0..6d745f7a0c 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/crud-on-local-instances/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/crud-on-local-instances/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/crud-permissions/index.html b/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/crud-permissions/index.html index afb44db425..427735c7bf 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/crud-permissions/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/crud-permissions/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/crud-permissions/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/crud-permissions/index.html.gz index c55b2b5ca1..84c3855b24 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/crud-permissions/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/crud-permissions/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/example-crud-calls/index.html b/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/example-crud-calls/index.html index 462102f33e..e86c6577a5 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/example-crud-calls/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/example-crud-calls/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/example-crud-calls/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/example-crud-calls/index.html.gz index 40b42eeae3..2e8ca6237c 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/example-crud-calls/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/example-crud-calls/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/how-crud-works/index.html b/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/how-crud-works/index.html index bbfc47fcac..f41f1c1bb5 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/how-crud-works/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/how-crud-works/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/how-crud-works/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/how-crud-works/index.html.gz index cd4caff4f7..ce929854da 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/how-crud-works/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/how-crud-works/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/index.html b/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/index.html index 390749edc2..c471e013fa 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/index.html.gz index b96bcab533..78be534640 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/joined-app-queries/index.html b/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/joined-app-queries/index.html index 80c65e650e..08a029bc71 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/joined-app-queries/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/joined-app-queries/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/joined-app-queries/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/joined-app-queries/index.html.gz index 66092fd816..4585b0a41c 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/joined-app-queries/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/joined-app-queries/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/setting-up-grids-to-edit-forei/index.html b/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/setting-up-grids-to-edit-forei/index.html index e577bdccb4..b66d9cfbb8 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/setting-up-grids-to-edit-forei/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/setting-up-grids-to-edit-forei/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/setting-up-grids-to-edit-forei/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/setting-up-grids-to-edit-forei/index.html.gz index c9a665e939..a3559d9b5a 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/setting-up-grids-to-edit-forei/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/setting-up-grids-to-edit-forei/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/synopsis/index.html b/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/synopsis/index.html index cb798060df..1e785d64e3 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/synopsis/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/synopsis/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/synopsis/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/synopsis/index.html.gz index 85f605cc54..8db375bd55 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/synopsis/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/synopsis/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/crud-on-external-databases/index.html b/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/crud-on-external-databases/index.html index c9b5bbf355..e8c69b3dbb 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/crud-on-external-databases/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/crud-on-external-databases/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/crud-on-external-databases/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/crud-on-external-databases/index.html.gz index e44d44938d..c23c968a59 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/crud-on-external-databases/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/crud-on-external-databases/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/example-crud-calls2/index.html b/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/example-crud-calls2/index.html index d5157d68c7..a94d62585b 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/example-crud-calls2/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/example-crud-calls2/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/example-crud-calls2/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/example-crud-calls2/index.html.gz index ebff7d1d11..de771647ae 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/example-crud-calls2/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/example-crud-calls2/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/how-crud-works-for-external-da/index.html b/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/how-crud-works-for-external-da/index.html index ddae57225f..3f6e76e802 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/how-crud-works-for-external-da/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/how-crud-works-for-external-da/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/how-crud-works-for-external-da/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/how-crud-works-for-external-da/index.html.gz index 055079cc14..c72a55319e 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/how-crud-works-for-external-da/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/how-crud-works-for-external-da/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/index.html b/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/index.html index 4fbbdc7175..a3f3015b85 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/index.html.gz index cbfbabdf84..f19783e253 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/permissions/index.html b/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/permissions/index.html index f0d5e2e049..9a3ffb81f2 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/permissions/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/permissions/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/permissions/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/permissions/index.html.gz index bfb04d1a0e..9ee7b58d51 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/permissions/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/permissions/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/synopsis-of-crud-operations-on/index.html b/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/synopsis-of-crud-operations-on/index.html index 2c9bfb0b40..67d434bce6 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/synopsis-of-crud-operations-on/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/synopsis-of-crud-operations-on/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/synopsis-of-crud-operations-on/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/synopsis-of-crud-operations-on/index.html.gz index 135d36dc5e..c458942669 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/synopsis-of-crud-operations-on/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/synopsis-of-crud-operations-on/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/dataapp-instances/index.html b/build/developers/documentation/product-guide/advanced-features/data-storage-management/dataapp-instances/index.html index afa3762fd3..9cff057062 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-storage-management/dataapp-instances/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-storage-management/dataapp-instances/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/dataapp-instances/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-storage-management/dataapp-instances/index.html.gz index 66466f89c6..743a8b77d7 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-storage-management/dataapp-instances/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-storage-management/dataapp-instances/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/how-is-data-stored/core-database/index.html b/build/developers/documentation/product-guide/advanced-features/data-storage-management/how-is-data-stored/core-database/index.html index a9ffcb0cea..e8b6323c99 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-storage-management/how-is-data-stored/core-database/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-storage-management/how-is-data-stored/core-database/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/how-is-data-stored/core-database/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-storage-management/how-is-data-stored/core-database/index.html.gz index a04cfa980f..4f2cd7086e 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-storage-management/how-is-data-stored/core-database/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-storage-management/how-is-data-stored/core-database/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/how-is-data-stored/index.html b/build/developers/documentation/product-guide/advanced-features/data-storage-management/how-is-data-stored/index.html index c70004764b..fed20287f7 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-storage-management/how-is-data-stored/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-storage-management/how-is-data-stored/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/how-is-data-stored/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-storage-management/how-is-data-stored/index.html.gz index e0bbbd7f99..502e2b8f95 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-storage-management/how-is-data-stored/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-storage-management/how-is-data-stored/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/how-is-data-stored/reporting-database-rdb/index.html b/build/developers/documentation/product-guide/advanced-features/data-storage-management/how-is-data-stored/reporting-database-rdb/index.html index 367e13643b..690d419f31 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-storage-management/how-is-data-stored/reporting-database-rdb/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-storage-management/how-is-data-stored/reporting-database-rdb/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/how-is-data-stored/reporting-database-rdb/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-storage-management/how-is-data-stored/reporting-database-rdb/index.html.gz index 4a92874cda..e8d1dca467 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-storage-management/how-is-data-stored/reporting-database-rdb/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-storage-management/how-is-data-stored/reporting-database-rdb/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/how-to-report-on-app-data/index.html b/build/developers/documentation/product-guide/advanced-features/data-storage-management/how-to-report-on-app-data/index.html index 31e109220e..7d3bb7b9b6 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-storage-management/how-to-report-on-app-data/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-storage-management/how-to-report-on-app-data/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/how-to-report-on-app-data/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-storage-management/how-to-report-on-app-data/index.html.gz index 2f0329e1ac..8fd264f20b 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-storage-management/how-to-report-on-app-data/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-storage-management/how-to-report-on-app-data/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/how-to-report-on-app-data/to-use-cdb-or-rdb-data/index.html b/build/developers/documentation/product-guide/advanced-features/data-storage-management/how-to-report-on-app-data/to-use-cdb-or-rdb-data/index.html index 39bd70f0a5..e04004ff33 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-storage-management/how-to-report-on-app-data/to-use-cdb-or-rdb-data/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-storage-management/how-to-report-on-app-data/to-use-cdb-or-rdb-data/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/how-to-report-on-app-data/to-use-cdb-or-rdb-data/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-storage-management/how-to-report-on-app-data/to-use-cdb-or-rdb-data/index.html.gz index 77a180c3da..b5423638dd 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-storage-management/how-to-report-on-app-data/to-use-cdb-or-rdb-data/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-storage-management/how-to-report-on-app-data/to-use-cdb-or-rdb-data/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/how-to-report-on-app-data/to-use-cdb-or-rdb-data/instance-cdb-data/index.html b/build/developers/documentation/product-guide/advanced-features/data-storage-management/how-to-report-on-app-data/to-use-cdb-or-rdb-data/instance-cdb-data/index.html index 193019f4bb..481ec4c64f 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-storage-management/how-to-report-on-app-data/to-use-cdb-or-rdb-data/instance-cdb-data/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-storage-management/how-to-report-on-app-data/to-use-cdb-or-rdb-data/instance-cdb-data/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/how-to-report-on-app-data/to-use-cdb-or-rdb-data/instance-cdb-data/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-storage-management/how-to-report-on-app-data/to-use-cdb-or-rdb-data/instance-cdb-data/index.html.gz index 98ac9e760c..818a7fe7a0 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-storage-management/how-to-report-on-app-data/to-use-cdb-or-rdb-data/instance-cdb-data/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-storage-management/how-to-report-on-app-data/to-use-cdb-or-rdb-data/instance-cdb-data/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/how-to-report-on-app-data/to-use-cdb-or-rdb-data/reporting-rdb-data/index.html b/build/developers/documentation/product-guide/advanced-features/data-storage-management/how-to-report-on-app-data/to-use-cdb-or-rdb-data/reporting-rdb-data/index.html index 4d92df3c07..f62c0007d9 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-storage-management/how-to-report-on-app-data/to-use-cdb-or-rdb-data/reporting-rdb-data/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-storage-management/how-to-report-on-app-data/to-use-cdb-or-rdb-data/reporting-rdb-data/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/how-to-report-on-app-data/to-use-cdb-or-rdb-data/reporting-rdb-data/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-storage-management/how-to-report-on-app-data/to-use-cdb-or-rdb-data/reporting-rdb-data/index.html.gz index 1052b3e293..6213855757 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-storage-management/how-to-report-on-app-data/to-use-cdb-or-rdb-data/reporting-rdb-data/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-storage-management/how-to-report-on-app-data/to-use-cdb-or-rdb-data/reporting-rdb-data/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/index.html b/build/developers/documentation/product-guide/advanced-features/data-storage-management/index.html index 9a071fd389..0924002333 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-storage-management/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-storage-management/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-storage-management/index.html.gz index ba6ca32e40..bd80810596 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-storage-management/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-storage-management/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/instance-linking/index.html b/build/developers/documentation/product-guide/advanced-features/data-storage-management/instance-linking/index.html index 01d56f0476..4479fc37b3 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-storage-management/instance-linking/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-storage-management/instance-linking/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/instance-linking/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-storage-management/instance-linking/index.html.gz index 748ae399cf..b153fd0df6 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-storage-management/instance-linking/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-storage-management/instance-linking/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/instance-names/index.html b/build/developers/documentation/product-guide/advanced-features/data-storage-management/instance-names/index.html index 76864296e1..11a59283e7 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-storage-management/instance-names/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-storage-management/instance-names/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/instance-names/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-storage-management/instance-names/index.html.gz index 00a2cbed6b..1d3996f4a9 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-storage-management/instance-names/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-storage-management/instance-names/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/instance-relationships-in-detail/automatically-created-relation/index.html b/build/developers/documentation/product-guide/advanced-features/data-storage-management/instance-relationships-in-detail/automatically-created-relation/index.html index 62f1c0df68..f311925188 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-storage-management/instance-relationships-in-detail/automatically-created-relation/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-storage-management/instance-relationships-in-detail/automatically-created-relation/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/instance-relationships-in-detail/automatically-created-relation/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-storage-management/instance-relationships-in-detail/automatically-created-relation/index.html.gz index 0e89f0f181..d66da4c248 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-storage-management/instance-relationships-in-detail/automatically-created-relation/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-storage-management/instance-relationships-in-detail/automatically-created-relation/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/instance-relationships-in-detail/defining-the-relationship/index.html b/build/developers/documentation/product-guide/advanced-features/data-storage-management/instance-relationships-in-detail/defining-the-relationship/index.html index 848a4cbde4..cb6941751e 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-storage-management/instance-relationships-in-detail/defining-the-relationship/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-storage-management/instance-relationships-in-detail/defining-the-relationship/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/instance-relationships-in-detail/defining-the-relationship/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-storage-management/instance-relationships-in-detail/defining-the-relationship/index.html.gz index fde638f63a..47858136ff 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-storage-management/instance-relationships-in-detail/defining-the-relationship/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-storage-management/instance-relationships-in-detail/defining-the-relationship/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/instance-relationships-in-detail/index.html b/build/developers/documentation/product-guide/advanced-features/data-storage-management/instance-relationships-in-detail/index.html index 2e8549180f..7a9a6d17b9 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-storage-management/instance-relationships-in-detail/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-storage-management/instance-relationships-in-detail/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/instance-relationships-in-detail/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-storage-management/instance-relationships-in-detail/index.html.gz index 1cf809e9dc..c562a0a802 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-storage-management/instance-relationships-in-detail/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-storage-management/instance-relationships-in-detail/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/instance-relationships-in-detail/manually-created-relationships/index.html b/build/developers/documentation/product-guide/advanced-features/data-storage-management/instance-relationships-in-detail/manually-created-relationships/index.html index d3fa5a2f97..5656f07269 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-storage-management/instance-relationships-in-detail/manually-created-relationships/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-storage-management/instance-relationships-in-detail/manually-created-relationships/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/instance-relationships-in-detail/manually-created-relationships/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-storage-management/instance-relationships-in-detail/manually-created-relationships/index.html.gz index ca649ba6a7..c9f9b91305 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-storage-management/instance-relationships-in-detail/manually-created-relationships/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-storage-management/instance-relationships-in-detail/manually-created-relationships/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/instance-relationships-in-detail/queries-involving-related-apps/index.html b/build/developers/documentation/product-guide/advanced-features/data-storage-management/instance-relationships-in-detail/queries-involving-related-apps/index.html index d0d0a7dee5..caeacd9494 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-storage-management/instance-relationships-in-detail/queries-involving-related-apps/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-storage-management/instance-relationships-in-detail/queries-involving-related-apps/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/instance-relationships-in-detail/queries-involving-related-apps/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-storage-management/instance-relationships-in-detail/queries-involving-related-apps/index.html.gz index 7b59539236..dc9317eced 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-storage-management/instance-relationships-in-detail/queries-involving-related-apps/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-storage-management/instance-relationships-in-detail/queries-involving-related-apps/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/look-before-you-leap/index.html b/build/developers/documentation/product-guide/advanced-features/data-storage-management/look-before-you-leap/index.html index d9b39626ef..2e22075d32 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-storage-management/look-before-you-leap/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-storage-management/look-before-you-leap/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/look-before-you-leap/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-storage-management/look-before-you-leap/index.html.gz index c3c6a011bd..1d936e3d5a 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-storage-management/look-before-you-leap/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-storage-management/look-before-you-leap/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/configuring-your-app-for-data/index.html b/build/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/configuring-your-app-for-data/index.html index 4bbf77e815..7b3dd0b2aa 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/configuring-your-app-for-data/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/configuring-your-app-for-data/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/configuring-your-app-for-data/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/configuring-your-app-for-data/index.html.gz index ebf5720134..e0d0f105e6 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/configuring-your-app-for-data/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/configuring-your-app-for-data/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/index.html b/build/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/index.html index 372d4e679a..18e0994401 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/index.html.gz index 935c8f77a0..58a6b113fb 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/index.html b/build/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/index.html index ec950f5fa9..a54d697cda 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/index.html.gz index 41210af19f..d241ff3b12 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-javascr/index.html b/build/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-javascr/index.html index fbbfc74efe..d0f5c1d112 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-javascr/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-javascr/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-javascr/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-javascr/index.html.gz index d7e6917ad4..784cf4d27c 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-javascr/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-javascr/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-submit-button/index.html b/build/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-submit-button/index.html index 818f210d37..3b5d56ba9a 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-submit-button/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-submit-button/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-submit-button/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-submit-button/index.html.gz index f99fa518cc..094262da03 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-submit-button/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-submit-button/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-submit-button/what-happens-after-the-instance-is-saved/index.html b/build/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-submit-button/what-happens-after-the-instance-is-saved/index.html index e0ec0f594f..10625c12d6 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-submit-button/what-happens-after-the-instance-is-saved/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-submit-button/what-happens-after-the-instance-is-saved/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-submit-button/what-happens-after-the-instance-is-saved/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-submit-button/what-happens-after-the-instance-is-saved/index.html.gz index 8fafdf39c2..95bfdeb721 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-submit-button/what-happens-after-the-instance-is-saved/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-submit-button/what-happens-after-the-instance-is-saved/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-submit-button/what-happens-after-the-instance-is-saved/using-application-craft-events/index.html b/build/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-submit-button/what-happens-after-the-instance-is-saved/using-application-craft-events/index.html index e8910474a9..ee40ee6bd9 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-submit-button/what-happens-after-the-instance-is-saved/using-application-craft-events/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-submit-button/what-happens-after-the-instance-is-saved/using-application-craft-events/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-submit-button/what-happens-after-the-instance-is-saved/using-application-craft-events/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-submit-button/what-happens-after-the-instance-is-saved/using-application-craft-events/index.html.gz index e94c84165f..a13049d912 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-submit-button/what-happens-after-the-instance-is-saved/using-application-craft-events/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-submit-button/what-happens-after-the-instance-is-saved/using-application-craft-events/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-submit-button/what-happens-after-the-instance-is-saved/using-application-craft-events/on-pre-submit/index.html b/build/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-submit-button/what-happens-after-the-instance-is-saved/using-application-craft-events/on-pre-submit/index.html index ffd675be66..6d7724135f 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-submit-button/what-happens-after-the-instance-is-saved/using-application-craft-events/on-pre-submit/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-submit-button/what-happens-after-the-instance-is-saved/using-application-craft-events/on-pre-submit/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-submit-button/what-happens-after-the-instance-is-saved/using-application-craft-events/on-pre-submit/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-submit-button/what-happens-after-the-instance-is-saved/using-application-craft-events/on-pre-submit/index.html.gz index 0cfcdcfe46..600ba4c2db 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-submit-button/what-happens-after-the-instance-is-saved/using-application-craft-events/on-pre-submit/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-submit-button/what-happens-after-the-instance-is-saved/using-application-craft-events/on-pre-submit/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-submit-button/what-happens-after-the-instance-is-saved/using-application-craft-events/on-submitted/index.html b/build/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-submit-button/what-happens-after-the-instance-is-saved/using-application-craft-events/on-submitted/index.html index 4ddf415927..2d400eb7ba 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-submit-button/what-happens-after-the-instance-is-saved/using-application-craft-events/on-submitted/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-submit-button/what-happens-after-the-instance-is-saved/using-application-craft-events/on-submitted/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-submit-button/what-happens-after-the-instance-is-saved/using-application-craft-events/on-submitted/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-submit-button/what-happens-after-the-instance-is-saved/using-application-craft-events/on-submitted/index.html.gz index d4ea43f812..2a35baf9ba 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-submit-button/what-happens-after-the-instance-is-saved/using-application-craft-events/on-submitted/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-submit-button/what-happens-after-the-instance-is-saved/using-application-craft-events/on-submitted/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/uniqueness-and-integrity/index.html b/build/developers/documentation/product-guide/advanced-features/data-storage-management/uniqueness-and-integrity/index.html index b761a525cb..aa38c8188b 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-storage-management/uniqueness-and-integrity/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-storage-management/uniqueness-and-integrity/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/uniqueness-and-integrity/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-storage-management/uniqueness-and-integrity/index.html.gz index de47764b1a..d685ab5286 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-storage-management/uniqueness-and-integrity/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-storage-management/uniqueness-and-integrity/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/uniqueness-and-integrity/violation-callbacks/index.html b/build/developers/documentation/product-guide/advanced-features/data-storage-management/uniqueness-and-integrity/violation-callbacks/index.html index 17d3a1b010..396be8551b 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-storage-management/uniqueness-and-integrity/violation-callbacks/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-storage-management/uniqueness-and-integrity/violation-callbacks/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/uniqueness-and-integrity/violation-callbacks/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-storage-management/uniqueness-and-integrity/violation-callbacks/index.html.gz index 484ba2cd92..23f6b14e91 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-storage-management/uniqueness-and-integrity/violation-callbacks/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-storage-management/uniqueness-and-integrity/violation-callbacks/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/uniqueness-and-integrity/violation-highlighting/index.html b/build/developers/documentation/product-guide/advanced-features/data-storage-management/uniqueness-and-integrity/violation-highlighting/index.html index 25288ee4b0..8c75e12805 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-storage-management/uniqueness-and-integrity/violation-highlighting/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-storage-management/uniqueness-and-integrity/violation-highlighting/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/uniqueness-and-integrity/violation-highlighting/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-storage-management/uniqueness-and-integrity/violation-highlighting/index.html.gz index cea5f87ae9..c25c04fc9d 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-storage-management/uniqueness-and-integrity/violation-highlighting/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-storage-management/uniqueness-and-integrity/violation-highlighting/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/uniqueness-and-integrity/violation-messages/index.html b/build/developers/documentation/product-guide/advanced-features/data-storage-management/uniqueness-and-integrity/violation-messages/index.html index c4e5b7bc53..fc9848fcc0 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-storage-management/uniqueness-and-integrity/violation-messages/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-storage-management/uniqueness-and-integrity/violation-messages/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/uniqueness-and-integrity/violation-messages/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-storage-management/uniqueness-and-integrity/violation-messages/index.html.gz index 6ea8095e56..bdd2b29f58 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-storage-management/uniqueness-and-integrity/violation-messages/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-storage-management/uniqueness-and-integrity/violation-messages/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/uniqueness-and-integrity/violation-of-integrity-handlin/index.html b/build/developers/documentation/product-guide/advanced-features/data-storage-management/uniqueness-and-integrity/violation-of-integrity-handlin/index.html index eb53bd481f..6103c136d4 100644 --- a/build/developers/documentation/product-guide/advanced-features/data-storage-management/uniqueness-and-integrity/violation-of-integrity-handlin/index.html +++ b/build/developers/documentation/product-guide/advanced-features/data-storage-management/uniqueness-and-integrity/violation-of-integrity-handlin/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/data-storage-management/uniqueness-and-integrity/violation-of-integrity-handlin/index.html.gz b/build/developers/documentation/product-guide/advanced-features/data-storage-management/uniqueness-and-integrity/violation-of-integrity-handlin/index.html.gz index 0b84dbe71f..7f0e8db169 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/data-storage-management/uniqueness-and-integrity/violation-of-integrity-handlin/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/data-storage-management/uniqueness-and-integrity/violation-of-integrity-handlin/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/deploying-embedding-apps/granting-access-to-an-app/index.html b/build/developers/documentation/product-guide/advanced-features/deploying-embedding-apps/granting-access-to-an-app/index.html index 786eefd72d..f7bc3a3d3e 100644 --- a/build/developers/documentation/product-guide/advanced-features/deploying-embedding-apps/granting-access-to-an-app/index.html +++ b/build/developers/documentation/product-guide/advanced-features/deploying-embedding-apps/granting-access-to-an-app/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/deploying-embedding-apps/granting-access-to-an-app/index.html.gz b/build/developers/documentation/product-guide/advanced-features/deploying-embedding-apps/granting-access-to-an-app/index.html.gz index 92ccb47188..59857592f9 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/deploying-embedding-apps/granting-access-to-an-app/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/deploying-embedding-apps/granting-access-to-an-app/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/deploying-embedding-apps/how-to-deploy-apps-to-your-own/index.html b/build/developers/documentation/product-guide/advanced-features/deploying-embedding-apps/how-to-deploy-apps-to-your-own/index.html index 0708e23e1d..6abe7f9b00 100644 --- a/build/developers/documentation/product-guide/advanced-features/deploying-embedding-apps/how-to-deploy-apps-to-your-own/index.html +++ b/build/developers/documentation/product-guide/advanced-features/deploying-embedding-apps/how-to-deploy-apps-to-your-own/index.html @@ -16,7 +16,7 @@ - + @@ -106,7 +106,9 @@

    How to deploy Apps to your own server

    This will download the app source code to your PC within a zip file. Extract the contents of this zip and copy/move them to the required location on your own webserver.  Reference the index.html file to access the app.

    -

    Please note that if deploying to an IIS webserver you may need to configure the server to allow the return of *.json files. It is not enabled by default. For more information see http://stackoverflow.com/questions/332988/get-iis6-to-serve-json-files-inc-post-get

    +

    Please note that due to security limitations, the following widgets cannot be used in apps deployed to your own servers: Common Upload Button, Mobile Upload Button and Advanced File Upload

    + +

    If deploying to an IIS webserver you may need to configure the server to allow the return of *.json files. It is not enabled by default. For more information see http://stackoverflow.com/questions/332988/get-iis6-to-serve-json-files-inc-post-get

    diff --git a/build/developers/documentation/product-guide/advanced-features/deploying-embedding-apps/how-to-deploy-apps-to-your-own/index.html.gz b/build/developers/documentation/product-guide/advanced-features/deploying-embedding-apps/how-to-deploy-apps-to-your-own/index.html.gz index bb85cac717..2309bd092d 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/deploying-embedding-apps/how-to-deploy-apps-to-your-own/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/deploying-embedding-apps/how-to-deploy-apps-to-your-own/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/deploying-embedding-apps/how-to-display-in-new-window/index.html b/build/developers/documentation/product-guide/advanced-features/deploying-embedding-apps/how-to-display-in-new-window/index.html index a03be22e80..19bb556998 100644 --- a/build/developers/documentation/product-guide/advanced-features/deploying-embedding-apps/how-to-display-in-new-window/index.html +++ b/build/developers/documentation/product-guide/advanced-features/deploying-embedding-apps/how-to-display-in-new-window/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/deploying-embedding-apps/how-to-display-in-new-window/index.html.gz b/build/developers/documentation/product-guide/advanced-features/deploying-embedding-apps/how-to-display-in-new-window/index.html.gz index 8ca0478617..c32b5da333 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/deploying-embedding-apps/how-to-display-in-new-window/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/deploying-embedding-apps/how-to-display-in-new-window/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/deploying-embedding-apps/how-to-embed/index.html b/build/developers/documentation/product-guide/advanced-features/deploying-embedding-apps/how-to-embed/index.html index cd9f0b7aab..e2467b54c5 100644 --- a/build/developers/documentation/product-guide/advanced-features/deploying-embedding-apps/how-to-embed/index.html +++ b/build/developers/documentation/product-guide/advanced-features/deploying-embedding-apps/how-to-embed/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/deploying-embedding-apps/how-to-embed/index.html.gz b/build/developers/documentation/product-guide/advanced-features/deploying-embedding-apps/how-to-embed/index.html.gz index 81243dc42a..82c9f5592e 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/deploying-embedding-apps/how-to-embed/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/deploying-embedding-apps/how-to-embed/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/deploying-embedding-apps/index.html b/build/developers/documentation/product-guide/advanced-features/deploying-embedding-apps/index.html index 798423964b..c6e737a8bb 100644 --- a/build/developers/documentation/product-guide/advanced-features/deploying-embedding-apps/index.html +++ b/build/developers/documentation/product-guide/advanced-features/deploying-embedding-apps/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/deploying-embedding-apps/index.html.gz b/build/developers/documentation/product-guide/advanced-features/deploying-embedding-apps/index.html.gz index 3a116b9079..1b81ce4525 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/deploying-embedding-apps/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/deploying-embedding-apps/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/embedding-apps-within-apps/communication-between-parent/index.html b/build/developers/documentation/product-guide/advanced-features/embedding-apps-within-apps/communication-between-parent/index.html index 99519bda20..836df20a0a 100644 --- a/build/developers/documentation/product-guide/advanced-features/embedding-apps-within-apps/communication-between-parent/index.html +++ b/build/developers/documentation/product-guide/advanced-features/embedding-apps-within-apps/communication-between-parent/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/embedding-apps-within-apps/communication-between-parent/index.html.gz b/build/developers/documentation/product-guide/advanced-features/embedding-apps-within-apps/communication-between-parent/index.html.gz index d90692de62..f1bbfb33f4 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/embedding-apps-within-apps/communication-between-parent/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/embedding-apps-within-apps/communication-between-parent/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/embedding-apps-within-apps/index.html b/build/developers/documentation/product-guide/advanced-features/embedding-apps-within-apps/index.html index a0977385c0..adbf4b155e 100644 --- a/build/developers/documentation/product-guide/advanced-features/embedding-apps-within-apps/index.html +++ b/build/developers/documentation/product-guide/advanced-features/embedding-apps-within-apps/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/embedding-apps-within-apps/index.html.gz b/build/developers/documentation/product-guide/advanced-features/embedding-apps-within-apps/index.html.gz index b7baa60193..d2b44c95b7 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/embedding-apps-within-apps/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/embedding-apps-within-apps/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/embedding-apps-within-apps/session-management/index.html b/build/developers/documentation/product-guide/advanced-features/embedding-apps-within-apps/session-management/index.html index 5de9e18470..5f823333f5 100644 --- a/build/developers/documentation/product-guide/advanced-features/embedding-apps-within-apps/session-management/index.html +++ b/build/developers/documentation/product-guide/advanced-features/embedding-apps-within-apps/session-management/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/embedding-apps-within-apps/session-management/index.html.gz b/build/developers/documentation/product-guide/advanced-features/embedding-apps-within-apps/session-management/index.html.gz index 9210d18056..5330f2b2c4 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/embedding-apps-within-apps/session-management/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/embedding-apps-within-apps/session-management/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/google-analytics/app-gatrack/index.html b/build/developers/documentation/product-guide/advanced-features/google-analytics/app-gatrack/index.html index fee7dbdda6..422d556480 100644 --- a/build/developers/documentation/product-guide/advanced-features/google-analytics/app-gatrack/index.html +++ b/build/developers/documentation/product-guide/advanced-features/google-analytics/app-gatrack/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/google-analytics/app-gatrack/index.html.gz b/build/developers/documentation/product-guide/advanced-features/google-analytics/app-gatrack/index.html.gz index 1b4b2b55a5..5befd4e9f2 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/google-analytics/app-gatrack/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/google-analytics/app-gatrack/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/google-analytics/google-analytics-id-override-p/index.html b/build/developers/documentation/product-guide/advanced-features/google-analytics/google-analytics-id-override-p/index.html index c0f4483196..6ed8eefd1c 100644 --- a/build/developers/documentation/product-guide/advanced-features/google-analytics/google-analytics-id-override-p/index.html +++ b/build/developers/documentation/product-guide/advanced-features/google-analytics/google-analytics-id-override-p/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/google-analytics/google-analytics-id-override-p/index.html.gz b/build/developers/documentation/product-guide/advanced-features/google-analytics/google-analytics-id-override-p/index.html.gz index 31be4e18e4..480fa560e1 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/google-analytics/google-analytics-id-override-p/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/google-analytics/google-analytics-id-override-p/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/google-analytics/index.html b/build/developers/documentation/product-guide/advanced-features/google-analytics/index.html index 3af5646820..ecf79b4472 100644 --- a/build/developers/documentation/product-guide/advanced-features/google-analytics/index.html +++ b/build/developers/documentation/product-guide/advanced-features/google-analytics/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/google-analytics/index.html.gz b/build/developers/documentation/product-guide/advanced-features/google-analytics/index.html.gz index cc6742c9d5..a6abd873f3 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/google-analytics/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/google-analytics/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/google-analytics/page-based-tracking-code/index.html b/build/developers/documentation/product-guide/advanced-features/google-analytics/page-based-tracking-code/index.html index 40dbb416f9..106ba5a9e4 100644 --- a/build/developers/documentation/product-guide/advanced-features/google-analytics/page-based-tracking-code/index.html +++ b/build/developers/documentation/product-guide/advanced-features/google-analytics/page-based-tracking-code/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/google-analytics/page-based-tracking-code/index.html.gz b/build/developers/documentation/product-guide/advanced-features/google-analytics/page-based-tracking-code/index.html.gz index bf968c83c5..c363b1f3b6 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/google-analytics/page-based-tracking-code/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/google-analytics/page-based-tracking-code/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/google-analytics/system-wide-google-analytics-i/index.html b/build/developers/documentation/product-guide/advanced-features/google-analytics/system-wide-google-analytics-i/index.html index 1b51e5d4ab..00f0e79268 100644 --- a/build/developers/documentation/product-guide/advanced-features/google-analytics/system-wide-google-analytics-i/index.html +++ b/build/developers/documentation/product-guide/advanced-features/google-analytics/system-wide-google-analytics-i/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/google-analytics/system-wide-google-analytics-i/index.html.gz b/build/developers/documentation/product-guide/advanced-features/google-analytics/system-wide-google-analytics-i/index.html.gz index 38b6b95d77..cef2c5b9a5 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/google-analytics/system-wide-google-analytics-i/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/google-analytics/system-wide-google-analytics-i/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/index.html b/build/developers/documentation/product-guide/advanced-features/index.html index 68748c4e0c..2113f06c5b 100644 --- a/build/developers/documentation/product-guide/advanced-features/index.html +++ b/build/developers/documentation/product-guide/advanced-features/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/index.html.gz b/build/developers/documentation/product-guide/advanced-features/index.html.gz index 21603574fc..c7bc9c9b6b 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/intercom/iio-ac-api/index.html b/build/developers/documentation/product-guide/advanced-features/intercom/iio-ac-api/index.html index 1af277da77..660ae68def 100644 --- a/build/developers/documentation/product-guide/advanced-features/intercom/iio-ac-api/index.html +++ b/build/developers/documentation/product-guide/advanced-features/intercom/iio-ac-api/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/intercom/iio-ac-api/index.html.gz b/build/developers/documentation/product-guide/advanced-features/intercom/iio-ac-api/index.html.gz index 569f76a483..9a02370cb5 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/intercom/iio-ac-api/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/intercom/iio-ac-api/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/intercom/iio-api-ref/index.html b/build/developers/documentation/product-guide/advanced-features/intercom/iio-api-ref/index.html index 695f95dcf3..f80bc1bc87 100644 --- a/build/developers/documentation/product-guide/advanced-features/intercom/iio-api-ref/index.html +++ b/build/developers/documentation/product-guide/advanced-features/intercom/iio-api-ref/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/intercom/iio-api-ref/index.html.gz b/build/developers/documentation/product-guide/advanced-features/intercom/iio-api-ref/index.html.gz index bd66830fc3..a2aee47d79 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/intercom/iio-api-ref/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/intercom/iio-api-ref/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/intercom/iio-example-app/index.html b/build/developers/documentation/product-guide/advanced-features/intercom/iio-example-app/index.html index 9047fddde5..240f3cec66 100644 --- a/build/developers/documentation/product-guide/advanced-features/intercom/iio-example-app/index.html +++ b/build/developers/documentation/product-guide/advanced-features/intercom/iio-example-app/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/intercom/iio-example-app/index.html.gz b/build/developers/documentation/product-guide/advanced-features/intercom/iio-example-app/index.html.gz index 71570dad38..d28a647ace 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/intercom/iio-example-app/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/intercom/iio-example-app/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/intercom/iio-getting-started/index.html b/build/developers/documentation/product-guide/advanced-features/intercom/iio-getting-started/index.html index a8bcbdc5a1..4bd19b9344 100644 --- a/build/developers/documentation/product-guide/advanced-features/intercom/iio-getting-started/index.html +++ b/build/developers/documentation/product-guide/advanced-features/intercom/iio-getting-started/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/intercom/iio-getting-started/index.html.gz b/build/developers/documentation/product-guide/advanced-features/intercom/iio-getting-started/index.html.gz index 0f355e0b6a..f4dd9c0200 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/intercom/iio-getting-started/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/intercom/iio-getting-started/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/intercom/index.html b/build/developers/documentation/product-guide/advanced-features/intercom/index.html index 5f54627f2b..642484d1b7 100644 --- a/build/developers/documentation/product-guide/advanced-features/intercom/index.html +++ b/build/developers/documentation/product-guide/advanced-features/intercom/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/intercom/index.html.gz b/build/developers/documentation/product-guide/advanced-features/intercom/index.html.gz index b43eacd10d..fab7b1958a 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/intercom/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/intercom/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/logging-support/index.html b/build/developers/documentation/product-guide/advanced-features/logging-support/index.html index 035aff1faf..aabfc05882 100644 --- a/build/developers/documentation/product-guide/advanced-features/logging-support/index.html +++ b/build/developers/documentation/product-guide/advanced-features/logging-support/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/logging-support/index.html.gz b/build/developers/documentation/product-guide/advanced-features/logging-support/index.html.gz index b1829c6d46..0271d44468 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/logging-support/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/logging-support/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/logging-support/permissioning/index.html b/build/developers/documentation/product-guide/advanced-features/logging-support/permissioning/index.html index 96cfce90fa..3be06c318a 100644 --- a/build/developers/documentation/product-guide/advanced-features/logging-support/permissioning/index.html +++ b/build/developers/documentation/product-guide/advanced-features/logging-support/permissioning/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/logging-support/permissioning/index.html.gz b/build/developers/documentation/product-guide/advanced-features/logging-support/permissioning/index.html.gz index b01b07aaa8..1e7bebfe71 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/logging-support/permissioning/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/logging-support/permissioning/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/logging-support/reading-from-a-log/index.html b/build/developers/documentation/product-guide/advanced-features/logging-support/reading-from-a-log/index.html index 9504f5867f..dfea3de46d 100644 --- a/build/developers/documentation/product-guide/advanced-features/logging-support/reading-from-a-log/index.html +++ b/build/developers/documentation/product-guide/advanced-features/logging-support/reading-from-a-log/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/logging-support/reading-from-a-log/index.html.gz b/build/developers/documentation/product-guide/advanced-features/logging-support/reading-from-a-log/index.html.gz index 525da65cf0..147cc322a3 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/logging-support/reading-from-a-log/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/logging-support/reading-from-a-log/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/logging-support/reading-from-all-logs-at-once/index.html b/build/developers/documentation/product-guide/advanced-features/logging-support/reading-from-all-logs-at-once/index.html index 2bb76ea61d..c5bd6fac36 100644 --- a/build/developers/documentation/product-guide/advanced-features/logging-support/reading-from-all-logs-at-once/index.html +++ b/build/developers/documentation/product-guide/advanced-features/logging-support/reading-from-all-logs-at-once/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/logging-support/reading-from-all-logs-at-once/index.html.gz b/build/developers/documentation/product-guide/advanced-features/logging-support/reading-from-all-logs-at-once/index.html.gz index 669d0e5893..599c72cb4e 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/logging-support/reading-from-all-logs-at-once/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/logging-support/reading-from-all-logs-at-once/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/logging-support/writing-to-the-log/index.html b/build/developers/documentation/product-guide/advanced-features/logging-support/writing-to-the-log/index.html index f18ab9ab44..3ac9ccfcd9 100644 --- a/build/developers/documentation/product-guide/advanced-features/logging-support/writing-to-the-log/index.html +++ b/build/developers/documentation/product-guide/advanced-features/logging-support/writing-to-the-log/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/logging-support/writing-to-the-log/index.html.gz b/build/developers/documentation/product-guide/advanced-features/logging-support/writing-to-the-log/index.html.gz index e6c1482e38..a7e85d90d0 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/logging-support/writing-to-the-log/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/logging-support/writing-to-the-log/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/multi-language-apps/adding-one-or-more-languages/index.html b/build/developers/documentation/product-guide/advanced-features/multi-language-apps/adding-one-or-more-languages/index.html index ec90f3ec47..95969c01b6 100644 --- a/build/developers/documentation/product-guide/advanced-features/multi-language-apps/adding-one-or-more-languages/index.html +++ b/build/developers/documentation/product-guide/advanced-features/multi-language-apps/adding-one-or-more-languages/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/multi-language-apps/adding-one-or-more-languages/index.html.gz b/build/developers/documentation/product-guide/advanced-features/multi-language-apps/adding-one-or-more-languages/index.html.gz index 3499e03665..e4a142f7a2 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/multi-language-apps/adding-one-or-more-languages/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/multi-language-apps/adding-one-or-more-languages/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/multi-language-apps/auto-translation/index.html b/build/developers/documentation/product-guide/advanced-features/multi-language-apps/auto-translation/index.html index 14199e11fc..6af025c349 100644 --- a/build/developers/documentation/product-guide/advanced-features/multi-language-apps/auto-translation/index.html +++ b/build/developers/documentation/product-guide/advanced-features/multi-language-apps/auto-translation/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/multi-language-apps/auto-translation/index.html.gz b/build/developers/documentation/product-guide/advanced-features/multi-language-apps/auto-translation/index.html.gz index 88c6e75eca..135e5efc6d 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/multi-language-apps/auto-translation/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/multi-language-apps/auto-translation/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/multi-language-apps/auto-vs-manual-language-switc/index.html b/build/developers/documentation/product-guide/advanced-features/multi-language-apps/auto-vs-manual-language-switc/index.html index ffbae5bad7..6b6d916594 100644 --- a/build/developers/documentation/product-guide/advanced-features/multi-language-apps/auto-vs-manual-language-switc/index.html +++ b/build/developers/documentation/product-guide/advanced-features/multi-language-apps/auto-vs-manual-language-switc/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/multi-language-apps/auto-vs-manual-language-switc/index.html.gz b/build/developers/documentation/product-guide/advanced-features/multi-language-apps/auto-vs-manual-language-switc/index.html.gz index e174cdfaca..86f69a42b7 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/multi-language-apps/auto-vs-manual-language-switc/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/multi-language-apps/auto-vs-manual-language-switc/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/multi-language-apps/index.html b/build/developers/documentation/product-guide/advanced-features/multi-language-apps/index.html index 028404c4b6..570c019fc5 100644 --- a/build/developers/documentation/product-guide/advanced-features/multi-language-apps/index.html +++ b/build/developers/documentation/product-guide/advanced-features/multi-language-apps/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/multi-language-apps/index.html.gz b/build/developers/documentation/product-guide/advanced-features/multi-language-apps/index.html.gz index 821c35145d..bf345714f7 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/multi-language-apps/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/multi-language-apps/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/multi-language-apps/relevant-api-methods/index.html b/build/developers/documentation/product-guide/advanced-features/multi-language-apps/relevant-api-methods/index.html index 6e63a69578..8be5b122e5 100644 --- a/build/developers/documentation/product-guide/advanced-features/multi-language-apps/relevant-api-methods/index.html +++ b/build/developers/documentation/product-guide/advanced-features/multi-language-apps/relevant-api-methods/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/multi-language-apps/relevant-api-methods/index.html.gz b/build/developers/documentation/product-guide/advanced-features/multi-language-apps/relevant-api-methods/index.html.gz index 1afbfa9188..9885b00af1 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/multi-language-apps/relevant-api-methods/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/multi-language-apps/relevant-api-methods/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/multi-language-apps/setting-for-auto-language-dete/index.html b/build/developers/documentation/product-guide/advanced-features/multi-language-apps/setting-for-auto-language-dete/index.html index 6daa2163f8..8c44a2950d 100644 --- a/build/developers/documentation/product-guide/advanced-features/multi-language-apps/setting-for-auto-language-dete/index.html +++ b/build/developers/documentation/product-guide/advanced-features/multi-language-apps/setting-for-auto-language-dete/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/multi-language-apps/setting-for-auto-language-dete/index.html.gz b/build/developers/documentation/product-guide/advanced-features/multi-language-apps/setting-for-auto-language-dete/index.html.gz index 101b914150..924c2bc981 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/multi-language-apps/setting-for-auto-language-dete/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/multi-language-apps/setting-for-auto-language-dete/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/multi-language-apps/switching-languages-in-the-ide/index.html b/build/developers/documentation/product-guide/advanced-features/multi-language-apps/switching-languages-in-the-ide/index.html index ce477b4d7e..e635ea2788 100644 --- a/build/developers/documentation/product-guide/advanced-features/multi-language-apps/switching-languages-in-the-ide/index.html +++ b/build/developers/documentation/product-guide/advanced-features/multi-language-apps/switching-languages-in-the-ide/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/multi-language-apps/switching-languages-in-the-ide/index.html.gz b/build/developers/documentation/product-guide/advanced-features/multi-language-apps/switching-languages-in-the-ide/index.html.gz index 1b701fb5cd..d44b5ee2bb 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/multi-language-apps/switching-languages-in-the-ide/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/multi-language-apps/switching-languages-in-the-ide/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/multi-language-apps/tokens/index.html b/build/developers/documentation/product-guide/advanced-features/multi-language-apps/tokens/index.html index a18c2006b2..129eb55895 100644 --- a/build/developers/documentation/product-guide/advanced-features/multi-language-apps/tokens/index.html +++ b/build/developers/documentation/product-guide/advanced-features/multi-language-apps/tokens/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/multi-language-apps/tokens/index.html.gz b/build/developers/documentation/product-guide/advanced-features/multi-language-apps/tokens/index.html.gz index abe577a86d..8036ef870d 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/multi-language-apps/tokens/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/multi-language-apps/tokens/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/oauth/app-key-and-app-secret/dropbox/index.html b/build/developers/documentation/product-guide/advanced-features/oauth/app-key-and-app-secret/dropbox/index.html index d5d9f2144c..bd34ee439a 100644 --- a/build/developers/documentation/product-guide/advanced-features/oauth/app-key-and-app-secret/dropbox/index.html +++ b/build/developers/documentation/product-guide/advanced-features/oauth/app-key-and-app-secret/dropbox/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/oauth/app-key-and-app-secret/dropbox/index.html.gz b/build/developers/documentation/product-guide/advanced-features/oauth/app-key-and-app-secret/dropbox/index.html.gz index 7a3440f126..f991855e23 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/oauth/app-key-and-app-secret/dropbox/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/oauth/app-key-and-app-secret/dropbox/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/oauth/app-key-and-app-secret/facebook/index.html b/build/developers/documentation/product-guide/advanced-features/oauth/app-key-and-app-secret/facebook/index.html index 26c5d7b991..d0c98a3f66 100644 --- a/build/developers/documentation/product-guide/advanced-features/oauth/app-key-and-app-secret/facebook/index.html +++ b/build/developers/documentation/product-guide/advanced-features/oauth/app-key-and-app-secret/facebook/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/oauth/app-key-and-app-secret/facebook/index.html.gz b/build/developers/documentation/product-guide/advanced-features/oauth/app-key-and-app-secret/facebook/index.html.gz index 725903684c..3e5c94e28d 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/oauth/app-key-and-app-secret/facebook/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/oauth/app-key-and-app-secret/facebook/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/oauth/app-key-and-app-secret/index.html b/build/developers/documentation/product-guide/advanced-features/oauth/app-key-and-app-secret/index.html index 3914afaf6b..01197b0c73 100644 --- a/build/developers/documentation/product-guide/advanced-features/oauth/app-key-and-app-secret/index.html +++ b/build/developers/documentation/product-guide/advanced-features/oauth/app-key-and-app-secret/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/oauth/app-key-and-app-secret/index.html.gz b/build/developers/documentation/product-guide/advanced-features/oauth/app-key-and-app-secret/index.html.gz index 4737cc4800..90a6e516e3 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/oauth/app-key-and-app-secret/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/oauth/app-key-and-app-secret/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/oauth/app-key-and-app-secret/twitter/index.html b/build/developers/documentation/product-guide/advanced-features/oauth/app-key-and-app-secret/twitter/index.html index 3a3bd83c51..1137405e2c 100644 --- a/build/developers/documentation/product-guide/advanced-features/oauth/app-key-and-app-secret/twitter/index.html +++ b/build/developers/documentation/product-guide/advanced-features/oauth/app-key-and-app-secret/twitter/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/oauth/app-key-and-app-secret/twitter/index.html.gz b/build/developers/documentation/product-guide/advanced-features/oauth/app-key-and-app-secret/twitter/index.html.gz index 6a171b6490..62761b7747 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/oauth/app-key-and-app-secret/twitter/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/oauth/app-key-and-app-secret/twitter/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/oauth/code-sample/index.html b/build/developers/documentation/product-guide/advanced-features/oauth/code-sample/index.html index d26cf19d33..475b3bc6c8 100644 --- a/build/developers/documentation/product-guide/advanced-features/oauth/code-sample/index.html +++ b/build/developers/documentation/product-guide/advanced-features/oauth/code-sample/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/oauth/code-sample/index.html.gz b/build/developers/documentation/product-guide/advanced-features/oauth/code-sample/index.html.gz index ab1a0bff65..d66a1d5114 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/oauth/code-sample/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/oauth/code-sample/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/oauth/code-sample/oauth-api-call/index.html b/build/developers/documentation/product-guide/advanced-features/oauth/code-sample/oauth-api-call/index.html index 8a520f0091..5d9377e200 100644 --- a/build/developers/documentation/product-guide/advanced-features/oauth/code-sample/oauth-api-call/index.html +++ b/build/developers/documentation/product-guide/advanced-features/oauth/code-sample/oauth-api-call/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/oauth/code-sample/oauth-api-call/index.html.gz b/build/developers/documentation/product-guide/advanced-features/oauth/code-sample/oauth-api-call/index.html.gz index 9aa93086ff..9d2e521c2c 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/oauth/code-sample/oauth-api-call/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/oauth/code-sample/oauth-api-call/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/oauth/code-sample/oauth-authentication/index.html b/build/developers/documentation/product-guide/advanced-features/oauth/code-sample/oauth-authentication/index.html index f1052cecda..46a3761e0d 100644 --- a/build/developers/documentation/product-guide/advanced-features/oauth/code-sample/oauth-authentication/index.html +++ b/build/developers/documentation/product-guide/advanced-features/oauth/code-sample/oauth-authentication/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/oauth/code-sample/oauth-authentication/index.html.gz b/build/developers/documentation/product-guide/advanced-features/oauth/code-sample/oauth-authentication/index.html.gz index 2691058408..4496daecea 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/oauth/code-sample/oauth-authentication/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/oauth/code-sample/oauth-authentication/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/oauth/index.html b/build/developers/documentation/product-guide/advanced-features/oauth/index.html index c97de41376..7fbc104e15 100644 --- a/build/developers/documentation/product-guide/advanced-features/oauth/index.html +++ b/build/developers/documentation/product-guide/advanced-features/oauth/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/oauth/index.html.gz b/build/developers/documentation/product-guide/advanced-features/oauth/index.html.gz index 6da67caa0b..f76fbcbe6a 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/oauth/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/oauth/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/oauth/oauth-process-overview/index.html b/build/developers/documentation/product-guide/advanced-features/oauth/oauth-process-overview/index.html index 0806a9e07b..e1f25954de 100644 --- a/build/developers/documentation/product-guide/advanced-features/oauth/oauth-process-overview/index.html +++ b/build/developers/documentation/product-guide/advanced-features/oauth/oauth-process-overview/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/oauth/oauth-process-overview/index.html.gz b/build/developers/documentation/product-guide/advanced-features/oauth/oauth-process-overview/index.html.gz index 4cb877515c..cb2249a697 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/oauth/oauth-process-overview/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/oauth/oauth-process-overview/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/parse/index.html b/build/developers/documentation/product-guide/advanced-features/parse/index.html index 8787694627..8277525f34 100644 --- a/build/developers/documentation/product-guide/advanced-features/parse/index.html +++ b/build/developers/documentation/product-guide/advanced-features/parse/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/parse/index.html.gz b/build/developers/documentation/product-guide/advanced-features/parse/index.html.gz index 49e4dcd636..960f7b66a7 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/parse/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/parse/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/parse/objects/index.html b/build/developers/documentation/product-guide/advanced-features/parse/objects/index.html index a8d50a259e..5e4243d44a 100644 --- a/build/developers/documentation/product-guide/advanced-features/parse/objects/index.html +++ b/build/developers/documentation/product-guide/advanced-features/parse/objects/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/parse/objects/index.html.gz b/build/developers/documentation/product-guide/advanced-features/parse/objects/index.html.gz index b6e08db5a3..c3b75f4420 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/parse/objects/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/parse/objects/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/parse/objects/parse-crud-helpers/index.html b/build/developers/documentation/product-guide/advanced-features/parse/objects/parse-crud-helpers/index.html index 33f21414b9..1381320dfd 100644 --- a/build/developers/documentation/product-guide/advanced-features/parse/objects/parse-crud-helpers/index.html +++ b/build/developers/documentation/product-guide/advanced-features/parse/objects/parse-crud-helpers/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/parse/objects/parse-crud-helpers/index.html.gz b/build/developers/documentation/product-guide/advanced-features/parse/objects/parse-crud-helpers/index.html.gz index 6eedad9453..02efc1a9a3 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/parse/objects/parse-crud-helpers/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/parse/objects/parse-crud-helpers/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/parse/objects/parse-object-helper-overview/index.html b/build/developers/documentation/product-guide/advanced-features/parse/objects/parse-object-helper-overview/index.html index 0b828345ae..c5d3838cf3 100644 --- a/build/developers/documentation/product-guide/advanced-features/parse/objects/parse-object-helper-overview/index.html +++ b/build/developers/documentation/product-guide/advanced-features/parse/objects/parse-object-helper-overview/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/parse/objects/parse-object-helper-overview/index.html.gz b/build/developers/documentation/product-guide/advanced-features/parse/objects/parse-object-helper-overview/index.html.gz index ccf66fc39f..1665bddc63 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/parse/objects/parse-object-helper-overview/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/parse/objects/parse-object-helper-overview/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/parse/objects/parse-object-setup/index.html b/build/developers/documentation/product-guide/advanced-features/parse/objects/parse-object-setup/index.html index 81d8458483..f7c3b470b8 100644 --- a/build/developers/documentation/product-guide/advanced-features/parse/objects/parse-object-setup/index.html +++ b/build/developers/documentation/product-guide/advanced-features/parse/objects/parse-object-setup/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/parse/objects/parse-object-setup/index.html.gz b/build/developers/documentation/product-guide/advanced-features/parse/objects/parse-object-setup/index.html.gz index 5b0d83534c..8dd4c26c71 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/parse/objects/parse-object-setup/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/parse/objects/parse-object-setup/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/parse/objects/parse-queries/index.html b/build/developers/documentation/product-guide/advanced-features/parse/objects/parse-queries/index.html index a116045fa5..33459c70c0 100644 --- a/build/developers/documentation/product-guide/advanced-features/parse/objects/parse-queries/index.html +++ b/build/developers/documentation/product-guide/advanced-features/parse/objects/parse-queries/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/parse/objects/parse-queries/index.html.gz b/build/developers/documentation/product-guide/advanced-features/parse/objects/parse-queries/index.html.gz index f9adb903a6..1fc89721d3 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/parse/objects/parse-queries/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/parse/objects/parse-queries/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/parse/objects/parse-relational-queries/index.html b/build/developers/documentation/product-guide/advanced-features/parse/objects/parse-relational-queries/index.html index 14af34b187..6d79b36db9 100644 --- a/build/developers/documentation/product-guide/advanced-features/parse/objects/parse-relational-queries/index.html +++ b/build/developers/documentation/product-guide/advanced-features/parse/objects/parse-relational-queries/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/parse/objects/parse-relational-queries/index.html.gz b/build/developers/documentation/product-guide/advanced-features/parse/objects/parse-relational-queries/index.html.gz index 473ee9eb88..74f9608a2d 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/parse/objects/parse-relational-queries/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/parse/objects/parse-relational-queries/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/parse/parse-ac-properties/index.html b/build/developers/documentation/product-guide/advanced-features/parse/parse-ac-properties/index.html index 17ba86af98..7a4704b12c 100644 --- a/build/developers/documentation/product-guide/advanced-features/parse/parse-ac-properties/index.html +++ b/build/developers/documentation/product-guide/advanced-features/parse/parse-ac-properties/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/parse/parse-ac-properties/index.html.gz b/build/developers/documentation/product-guide/advanced-features/parse/parse-ac-properties/index.html.gz index adc023bbc1..c54c8043da 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/parse/parse-ac-properties/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/parse/parse-ac-properties/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/parse/parse-direct-calls/index.html b/build/developers/documentation/product-guide/advanced-features/parse/parse-direct-calls/index.html index 0fb09aa8c1..b10ea5db8b 100644 --- a/build/developers/documentation/product-guide/advanced-features/parse/parse-direct-calls/index.html +++ b/build/developers/documentation/product-guide/advanced-features/parse/parse-direct-calls/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/parse/parse-direct-calls/index.html.gz b/build/developers/documentation/product-guide/advanced-features/parse/parse-direct-calls/index.html.gz index b7cc4a2ef5..aff099b9c2 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/parse/parse-direct-calls/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/parse/parse-direct-calls/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/parse/parse-errors/index.html b/build/developers/documentation/product-guide/advanced-features/parse/parse-errors/index.html index 8cfa2ebc7f..a42a845d27 100644 --- a/build/developers/documentation/product-guide/advanced-features/parse/parse-errors/index.html +++ b/build/developers/documentation/product-guide/advanced-features/parse/parse-errors/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/parse/parse-errors/index.html.gz b/build/developers/documentation/product-guide/advanced-features/parse/parse-errors/index.html.gz index b31b5e2825..46d303fe96 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/parse/parse-errors/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/parse/parse-errors/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/parse/parse-getting-ready/index.html b/build/developers/documentation/product-guide/advanced-features/parse/parse-getting-ready/index.html index cbd986ed90..e3202dadd4 100644 --- a/build/developers/documentation/product-guide/advanced-features/parse/parse-getting-ready/index.html +++ b/build/developers/documentation/product-guide/advanced-features/parse/parse-getting-ready/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/parse/parse-getting-ready/index.html.gz b/build/developers/documentation/product-guide/advanced-features/parse/parse-getting-ready/index.html.gz index 78d73e3527..bf9240a34c 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/parse/parse-getting-ready/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/parse/parse-getting-ready/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/passing-parameters-into-apps/index.html b/build/developers/documentation/product-guide/advanced-features/passing-parameters-into-apps/index.html index 3928c9915d..cc5bdac1e3 100644 --- a/build/developers/documentation/product-guide/advanced-features/passing-parameters-into-apps/index.html +++ b/build/developers/documentation/product-guide/advanced-features/passing-parameters-into-apps/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/passing-parameters-into-apps/index.html.gz b/build/developers/documentation/product-guide/advanced-features/passing-parameters-into-apps/index.html.gz index 3f8cd75ba3..0274509478 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/passing-parameters-into-apps/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/passing-parameters-into-apps/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/passing-parameters-into-apps/passing-data-to-apps-in-the-qu/index.html b/build/developers/documentation/product-guide/advanced-features/passing-parameters-into-apps/passing-data-to-apps-in-the-qu/index.html index 0304a4081f..dac3125eea 100644 --- a/build/developers/documentation/product-guide/advanced-features/passing-parameters-into-apps/passing-data-to-apps-in-the-qu/index.html +++ b/build/developers/documentation/product-guide/advanced-features/passing-parameters-into-apps/passing-data-to-apps-in-the-qu/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/passing-parameters-into-apps/passing-data-to-apps-in-the-qu/index.html.gz b/build/developers/documentation/product-guide/advanced-features/passing-parameters-into-apps/passing-data-to-apps-in-the-qu/index.html.gz index 8007c2f789..e63af7cd5f 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/passing-parameters-into-apps/passing-data-to-apps-in-the-qu/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/passing-parameters-into-apps/passing-data-to-apps-in-the-qu/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/passing-parameters-into-apps/passing-in-data-with-embedded/index.html b/build/developers/documentation/product-guide/advanced-features/passing-parameters-into-apps/passing-in-data-with-embedded/index.html index ef20020778..d5701e9f80 100644 --- a/build/developers/documentation/product-guide/advanced-features/passing-parameters-into-apps/passing-in-data-with-embedded/index.html +++ b/build/developers/documentation/product-guide/advanced-features/passing-parameters-into-apps/passing-in-data-with-embedded/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/passing-parameters-into-apps/passing-in-data-with-embedded/index.html.gz b/build/developers/documentation/product-guide/advanced-features/passing-parameters-into-apps/passing-in-data-with-embedded/index.html.gz index 5cee3a3ef6..8c2500fadd 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/passing-parameters-into-apps/passing-in-data-with-embedded/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/passing-parameters-into-apps/passing-in-data-with-embedded/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/passing-parameters-into-apps/reading-querystring-parameters/index.html b/build/developers/documentation/product-guide/advanced-features/passing-parameters-into-apps/reading-querystring-parameters/index.html index 033504d0c1..7005040dd7 100644 --- a/build/developers/documentation/product-guide/advanced-features/passing-parameters-into-apps/reading-querystring-parameters/index.html +++ b/build/developers/documentation/product-guide/advanced-features/passing-parameters-into-apps/reading-querystring-parameters/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/passing-parameters-into-apps/reading-querystring-parameters/index.html.gz b/build/developers/documentation/product-guide/advanced-features/passing-parameters-into-apps/reading-querystring-parameters/index.html.gz index 70460a4d1d..55faa9b3b8 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/passing-parameters-into-apps/reading-querystring-parameters/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/passing-parameters-into-apps/reading-querystring-parameters/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/passing-parameters-into-apps/user-parameter-groups/index.html b/build/developers/documentation/product-guide/advanced-features/passing-parameters-into-apps/user-parameter-groups/index.html index 58b2daf3d6..2ecc23900b 100644 --- a/build/developers/documentation/product-guide/advanced-features/passing-parameters-into-apps/user-parameter-groups/index.html +++ b/build/developers/documentation/product-guide/advanced-features/passing-parameters-into-apps/user-parameter-groups/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/passing-parameters-into-apps/user-parameter-groups/index.html.gz b/build/developers/documentation/product-guide/advanced-features/passing-parameters-into-apps/user-parameter-groups/index.html.gz index 8c0789bafb..deb74ee349 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/passing-parameters-into-apps/user-parameter-groups/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/passing-parameters-into-apps/user-parameter-groups/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/printing/beta-limitations/index.html b/build/developers/documentation/product-guide/advanced-features/printing/beta-limitations/index.html index d846dcc197..0f4dce6afe 100644 --- a/build/developers/documentation/product-guide/advanced-features/printing/beta-limitations/index.html +++ b/build/developers/documentation/product-guide/advanced-features/printing/beta-limitations/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/printing/beta-limitations/index.html.gz b/build/developers/documentation/product-guide/advanced-features/printing/beta-limitations/index.html.gz index 831a61f542..0bbe81e88e 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/printing/beta-limitations/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/printing/beta-limitations/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/printing/index.html b/build/developers/documentation/product-guide/advanced-features/printing/index.html index ddc20aee1c..235ccad01e 100644 --- a/build/developers/documentation/product-guide/advanced-features/printing/index.html +++ b/build/developers/documentation/product-guide/advanced-features/printing/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/printing/index.html.gz b/build/developers/documentation/product-guide/advanced-features/printing/index.html.gz index d283e2a581..666dac6d29 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/printing/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/printing/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/printing/printing-current-instance-data/index.html b/build/developers/documentation/product-guide/advanced-features/printing/printing-current-instance-data/index.html index 46abcac8b9..42e6c321e5 100644 --- a/build/developers/documentation/product-guide/advanced-features/printing/printing-current-instance-data/index.html +++ b/build/developers/documentation/product-guide/advanced-features/printing/printing-current-instance-data/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/printing/printing-current-instance-data/index.html.gz b/build/developers/documentation/product-guide/advanced-features/printing/printing-current-instance-data/index.html.gz index 083514b7de..e4d724a4e9 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/printing/printing-current-instance-data/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/printing/printing-current-instance-data/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/printing/printing-examples/index.html b/build/developers/documentation/product-guide/advanced-features/printing/printing-examples/index.html index 9053f140ea..6d65b03dac 100644 --- a/build/developers/documentation/product-guide/advanced-features/printing/printing-examples/index.html +++ b/build/developers/documentation/product-guide/advanced-features/printing/printing-examples/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/printing/printing-examples/index.html.gz b/build/developers/documentation/product-guide/advanced-features/printing/printing-examples/index.html.gz index 504b33ed78..3692f5d52c 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/printing/printing-examples/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/printing/printing-examples/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/printing/printing-strategies/index.html b/build/developers/documentation/product-guide/advanced-features/printing/printing-strategies/index.html index dae4d8315e..134017f93c 100644 --- a/build/developers/documentation/product-guide/advanced-features/printing/printing-strategies/index.html +++ b/build/developers/documentation/product-guide/advanced-features/printing/printing-strategies/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/printing/printing-strategies/index.html.gz b/build/developers/documentation/product-guide/advanced-features/printing/printing-strategies/index.html.gz index e45741b551..98efaba47e 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/printing/printing-strategies/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/printing/printing-strategies/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/pro-account-advertising/index.html b/build/developers/documentation/product-guide/advanced-features/pro-account-advertising/index.html index c911142926..ffa2939774 100644 --- a/build/developers/documentation/product-guide/advanced-features/pro-account-advertising/index.html +++ b/build/developers/documentation/product-guide/advanced-features/pro-account-advertising/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/pro-account-advertising/index.html.gz b/build/developers/documentation/product-guide/advanced-features/pro-account-advertising/index.html.gz index 111c7c5152..9bb4489f19 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/pro-account-advertising/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/pro-account-advertising/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/testing-apps/debugging/index.html b/build/developers/documentation/product-guide/advanced-features/testing-apps/debugging/index.html index 71e719a1bf..cae1170e16 100644 --- a/build/developers/documentation/product-guide/advanced-features/testing-apps/debugging/index.html +++ b/build/developers/documentation/product-guide/advanced-features/testing-apps/debugging/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/testing-apps/debugging/index.html.gz b/build/developers/documentation/product-guide/advanced-features/testing-apps/debugging/index.html.gz index a79ce01d95..830ea02c76 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/testing-apps/debugging/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/testing-apps/debugging/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/testing-apps/index.html b/build/developers/documentation/product-guide/advanced-features/testing-apps/index.html index 3459214b45..bef18b7e57 100644 --- a/build/developers/documentation/product-guide/advanced-features/testing-apps/index.html +++ b/build/developers/documentation/product-guide/advanced-features/testing-apps/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/testing-apps/index.html.gz b/build/developers/documentation/product-guide/advanced-features/testing-apps/index.html.gz index 2acb4bcaa1..54abfe2375 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/testing-apps/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/testing-apps/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/testing-apps/preview-app/index.html b/build/developers/documentation/product-guide/advanced-features/testing-apps/preview-app/index.html index 0e00824f9e..e272db1d4d 100644 --- a/build/developers/documentation/product-guide/advanced-features/testing-apps/preview-app/index.html +++ b/build/developers/documentation/product-guide/advanced-features/testing-apps/preview-app/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/testing-apps/preview-app/index.html.gz b/build/developers/documentation/product-guide/advanced-features/testing-apps/preview-app/index.html.gz index 239b87a5b6..94b9dba652 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/testing-apps/preview-app/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/testing-apps/preview-app/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/testing-apps/run-in-live-mode/index.html b/build/developers/documentation/product-guide/advanced-features/testing-apps/run-in-live-mode/index.html index 172e70ac90..d99aa7913b 100644 --- a/build/developers/documentation/product-guide/advanced-features/testing-apps/run-in-live-mode/index.html +++ b/build/developers/documentation/product-guide/advanced-features/testing-apps/run-in-live-mode/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/testing-apps/run-in-live-mode/index.html.gz b/build/developers/documentation/product-guide/advanced-features/testing-apps/run-in-live-mode/index.html.gz index 19641c3538..2fb1c1e552 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/testing-apps/run-in-live-mode/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/testing-apps/run-in-live-mode/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/twirly-thing-hourglass/display-hourglass-over/index.html b/build/developers/documentation/product-guide/advanced-features/twirly-thing-hourglass/display-hourglass-over/index.html index 3f02b8c2f7..65699f9b68 100644 --- a/build/developers/documentation/product-guide/advanced-features/twirly-thing-hourglass/display-hourglass-over/index.html +++ b/build/developers/documentation/product-guide/advanced-features/twirly-thing-hourglass/display-hourglass-over/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/twirly-thing-hourglass/display-hourglass-over/index.html.gz b/build/developers/documentation/product-guide/advanced-features/twirly-thing-hourglass/display-hourglass-over/index.html.gz index d2369df201..e05f15f8b6 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/twirly-thing-hourglass/display-hourglass-over/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/twirly-thing-hourglass/display-hourglass-over/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/twirly-thing-hourglass/index.html b/build/developers/documentation/product-guide/advanced-features/twirly-thing-hourglass/index.html index 282ce77b81..4195da2ab8 100644 --- a/build/developers/documentation/product-guide/advanced-features/twirly-thing-hourglass/index.html +++ b/build/developers/documentation/product-guide/advanced-features/twirly-thing-hourglass/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/twirly-thing-hourglass/index.html.gz b/build/developers/documentation/product-guide/advanced-features/twirly-thing-hourglass/index.html.gz index 862ec97bfe..d9b4cbaf46 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/twirly-thing-hourglass/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/twirly-thing-hourglass/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/twirly-thing-hourglass/twirly-thing/index.html b/build/developers/documentation/product-guide/advanced-features/twirly-thing-hourglass/twirly-thing/index.html index 51209d66b5..6420308283 100644 --- a/build/developers/documentation/product-guide/advanced-features/twirly-thing-hourglass/twirly-thing/index.html +++ b/build/developers/documentation/product-guide/advanced-features/twirly-thing-hourglass/twirly-thing/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/twirly-thing-hourglass/twirly-thing/index.html.gz b/build/developers/documentation/product-guide/advanced-features/twirly-thing-hourglass/twirly-thing/index.html.gz index 1f2251c105..a8c4fb8466 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/twirly-thing-hourglass/twirly-thing/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/twirly-thing-hourglass/twirly-thing/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/workflow/accessing-assignments-in-queri/index.html b/build/developers/documentation/product-guide/advanced-features/workflow/accessing-assignments-in-queri/index.html index f24ea45dd0..6c66c953d4 100644 --- a/build/developers/documentation/product-guide/advanced-features/workflow/accessing-assignments-in-queri/index.html +++ b/build/developers/documentation/product-guide/advanced-features/workflow/accessing-assignments-in-queri/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/workflow/accessing-assignments-in-queri/index.html.gz b/build/developers/documentation/product-guide/advanced-features/workflow/accessing-assignments-in-queri/index.html.gz index 7a44720102..b6eb26040c 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/workflow/accessing-assignments-in-queri/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/workflow/accessing-assignments-in-queri/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/workflow/attention-levels/index.html b/build/developers/documentation/product-guide/advanced-features/workflow/attention-levels/index.html index 05b4c94b65..8504d54647 100644 --- a/build/developers/documentation/product-guide/advanced-features/workflow/attention-levels/index.html +++ b/build/developers/documentation/product-guide/advanced-features/workflow/attention-levels/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/workflow/attention-levels/index.html.gz b/build/developers/documentation/product-guide/advanced-features/workflow/attention-levels/index.html.gz index 66fc85a650..1a46876341 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/workflow/attention-levels/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/workflow/attention-levels/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/workflow/coding-it-all-up/index.html b/build/developers/documentation/product-guide/advanced-features/workflow/coding-it-all-up/index.html index fd4cfbd63c..6cd993d948 100644 --- a/build/developers/documentation/product-guide/advanced-features/workflow/coding-it-all-up/index.html +++ b/build/developers/documentation/product-guide/advanced-features/workflow/coding-it-all-up/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/workflow/coding-it-all-up/index.html.gz b/build/developers/documentation/product-guide/advanced-features/workflow/coding-it-all-up/index.html.gz index fbe062c351..38191f6921 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/workflow/coding-it-all-up/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/workflow/coding-it-all-up/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/workflow/index.html b/build/developers/documentation/product-guide/advanced-features/workflow/index.html index 86be9c7200..e99ea6f51a 100644 --- a/build/developers/documentation/product-guide/advanced-features/workflow/index.html +++ b/build/developers/documentation/product-guide/advanced-features/workflow/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/workflow/index.html.gz b/build/developers/documentation/product-guide/advanced-features/workflow/index.html.gz index b85d8ee0c2..52c14bf516 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/workflow/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/workflow/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/workflow/notification-server/index.html b/build/developers/documentation/product-guide/advanced-features/workflow/notification-server/index.html index 4977783ece..b54ab67d06 100644 --- a/build/developers/documentation/product-guide/advanced-features/workflow/notification-server/index.html +++ b/build/developers/documentation/product-guide/advanced-features/workflow/notification-server/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/workflow/notification-server/index.html.gz b/build/developers/documentation/product-guide/advanced-features/workflow/notification-server/index.html.gz index d58ac84baa..0e91803de8 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/workflow/notification-server/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/workflow/notification-server/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/workflow/roles-stages/index.html b/build/developers/documentation/product-guide/advanced-features/workflow/roles-stages/index.html index 160be2add6..1ef5017711 100644 --- a/build/developers/documentation/product-guide/advanced-features/workflow/roles-stages/index.html +++ b/build/developers/documentation/product-guide/advanced-features/workflow/roles-stages/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/workflow/roles-stages/index.html.gz b/build/developers/documentation/product-guide/advanced-features/workflow/roles-stages/index.html.gz index 4608606e53..11ea51f576 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/workflow/roles-stages/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/workflow/roles-stages/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/workflow/server-side-rules/index.html b/build/developers/documentation/product-guide/advanced-features/workflow/server-side-rules/index.html index d7e470a898..e6542bc496 100644 --- a/build/developers/documentation/product-guide/advanced-features/workflow/server-side-rules/index.html +++ b/build/developers/documentation/product-guide/advanced-features/workflow/server-side-rules/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/workflow/server-side-rules/index.html.gz b/build/developers/documentation/product-guide/advanced-features/workflow/server-side-rules/index.html.gz index b2df98fb60..dc091eccfd 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/workflow/server-side-rules/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/workflow/server-side-rules/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/workflow/viewing-your-assignments/index.html b/build/developers/documentation/product-guide/advanced-features/workflow/viewing-your-assignments/index.html index c1ba7494b9..d584c62a2d 100644 --- a/build/developers/documentation/product-guide/advanced-features/workflow/viewing-your-assignments/index.html +++ b/build/developers/documentation/product-guide/advanced-features/workflow/viewing-your-assignments/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/workflow/viewing-your-assignments/index.html.gz b/build/developers/documentation/product-guide/advanced-features/workflow/viewing-your-assignments/index.html.gz index 0e7993a776..2a9930d743 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/workflow/viewing-your-assignments/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/workflow/viewing-your-assignments/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/workflow/viewing-your-notifications/index.html b/build/developers/documentation/product-guide/advanced-features/workflow/viewing-your-notifications/index.html index b8aa6dfb57..5f96d28fff 100644 --- a/build/developers/documentation/product-guide/advanced-features/workflow/viewing-your-notifications/index.html +++ b/build/developers/documentation/product-guide/advanced-features/workflow/viewing-your-notifications/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/workflow/viewing-your-notifications/index.html.gz b/build/developers/documentation/product-guide/advanced-features/workflow/viewing-your-notifications/index.html.gz index 7e107933f3..3056ad0251 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/workflow/viewing-your-notifications/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/workflow/viewing-your-notifications/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/workflow/workflow-diagram/index.html b/build/developers/documentation/product-guide/advanced-features/workflow/workflow-diagram/index.html index 177a08e683..07ada2cd55 100644 --- a/build/developers/documentation/product-guide/advanced-features/workflow/workflow-diagram/index.html +++ b/build/developers/documentation/product-guide/advanced-features/workflow/workflow-diagram/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/workflow/workflow-diagram/index.html.gz b/build/developers/documentation/product-guide/advanced-features/workflow/workflow-diagram/index.html.gz index d747375404..b65b83a67b 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/workflow/workflow-diagram/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/workflow/workflow-diagram/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-features/xpush/index.html b/build/developers/documentation/product-guide/advanced-features/xpush/index.html index 4026536ffe..37c82bd7f4 100644 --- a/build/developers/documentation/product-guide/advanced-features/xpush/index.html +++ b/build/developers/documentation/product-guide/advanced-features/xpush/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-features/xpush/index.html.gz b/build/developers/documentation/product-guide/advanced-features/xpush/index.html.gz index 2b11f50bbc..1b0ae90c3c 100644 Binary files a/build/developers/documentation/product-guide/advanced-features/xpush/index.html.gz and b/build/developers/documentation/product-guide/advanced-features/xpush/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/calendar-widget/adding-data-from-data-views/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/calendar-widget/adding-data-from-data-views/index.html index eb0e9330c4..ca11548d2e 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/calendar-widget/adding-data-from-data-views/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/calendar-widget/adding-data-from-data-views/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/calendar-widget/adding-data-from-data-views/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/calendar-widget/adding-data-from-data-views/index.html.gz index 7fd60b3aa1..6eb3f12e9c 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/calendar-widget/adding-data-from-data-views/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/calendar-widget/adding-data-from-data-views/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/calendar-widget/adding-data-from-javascript/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/calendar-widget/adding-data-from-javascript/index.html index 0c9ed3b449..9196f801d8 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/calendar-widget/adding-data-from-javascript/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/calendar-widget/adding-data-from-javascript/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/calendar-widget/adding-data-from-javascript/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/calendar-widget/adding-data-from-javascript/index.html.gz index 5f05931f73..1f16dc9f0b 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/calendar-widget/adding-data-from-javascript/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/calendar-widget/adding-data-from-javascript/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/calendar-widget/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/calendar-widget/index.html index ff71a37e22..7c43fb6262 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/calendar-widget/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/calendar-widget/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/calendar-widget/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/calendar-widget/index.html.gz index 40bd904255..92141eaaed 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/calendar-widget/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/calendar-widget/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/calendar-widget/property-method-and-event-summary/calendarevents/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/calendar-widget/property-method-and-event-summary/calendarevents/index.html index 66b73162fe..63133142dc 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/calendar-widget/property-method-and-event-summary/calendarevents/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/calendar-widget/property-method-and-event-summary/calendarevents/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/calendar-widget/property-method-and-event-summary/calendarevents/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/calendar-widget/property-method-and-event-summary/calendarevents/index.html.gz index a486fca0c3..5b490aa2c6 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/calendar-widget/property-method-and-event-summary/calendarevents/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/calendar-widget/property-method-and-event-summary/calendarevents/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/calendar-widget/property-method-and-event-summary/calendarmethods/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/calendar-widget/property-method-and-event-summary/calendarmethods/index.html index 60d837b629..fb4b7bb99a 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/calendar-widget/property-method-and-event-summary/calendarmethods/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/calendar-widget/property-method-and-event-summary/calendarmethods/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/calendar-widget/property-method-and-event-summary/calendarmethods/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/calendar-widget/property-method-and-event-summary/calendarmethods/index.html.gz index a6a7a7c448..84c4336d49 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/calendar-widget/property-method-and-event-summary/calendarmethods/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/calendar-widget/property-method-and-event-summary/calendarmethods/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/calendar-widget/property-method-and-event-summary/calendarproperties/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/calendar-widget/property-method-and-event-summary/calendarproperties/index.html index a964a3d1d1..9c8a7da614 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/calendar-widget/property-method-and-event-summary/calendarproperties/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/calendar-widget/property-method-and-event-summary/calendarproperties/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/calendar-widget/property-method-and-event-summary/calendarproperties/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/calendar-widget/property-method-and-event-summary/calendarproperties/index.html.gz index dd596c1caa..8161f59c43 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/calendar-widget/property-method-and-event-summary/calendarproperties/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/calendar-widget/property-method-and-event-summary/calendarproperties/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/calendar-widget/property-method-and-event-summary/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/calendar-widget/property-method-and-event-summary/index.html index c8b92385d2..2948be7666 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/calendar-widget/property-method-and-event-summary/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/calendar-widget/property-method-and-event-summary/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/calendar-widget/property-method-and-event-summary/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/calendar-widget/property-method-and-event-summary/index.html.gz index be78a7bc23..5f689daa95 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/calendar-widget/property-method-and-event-summary/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/calendar-widget/property-method-and-event-summary/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/circle-menu-widget/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/circle-menu-widget/index.html index d85ca201f5..a47f75ebe5 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/circle-menu-widget/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/circle-menu-widget/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/circle-menu-widget/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/circle-menu-widget/index.html.gz index 5f1dabbf66..7731cdb6f9 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/circle-menu-widget/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/circle-menu-widget/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/circle-menu-widget/property-method-and-event-summary/events/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/circle-menu-widget/property-method-and-event-summary/events/index.html index 25f7facb46..e8c60697f3 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/circle-menu-widget/property-method-and-event-summary/events/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/circle-menu-widget/property-method-and-event-summary/events/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/circle-menu-widget/property-method-and-event-summary/events/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/circle-menu-widget/property-method-and-event-summary/events/index.html.gz index f31615a604..3ef9733462 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/circle-menu-widget/property-method-and-event-summary/events/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/circle-menu-widget/property-method-and-event-summary/events/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/circle-menu-widget/property-method-and-event-summary/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/circle-menu-widget/property-method-and-event-summary/index.html index 664dd0aa93..c350decb97 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/circle-menu-widget/property-method-and-event-summary/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/circle-menu-widget/property-method-and-event-summary/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/circle-menu-widget/property-method-and-event-summary/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/circle-menu-widget/property-method-and-event-summary/index.html.gz index 4e2d814bcb..d5074a1273 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/circle-menu-widget/property-method-and-event-summary/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/circle-menu-widget/property-method-and-event-summary/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/circle-menu-widget/property-method-and-event-summary/methods/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/circle-menu-widget/property-method-and-event-summary/methods/index.html index 57529c6c50..dda15b568c 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/circle-menu-widget/property-method-and-event-summary/methods/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/circle-menu-widget/property-method-and-event-summary/methods/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/circle-menu-widget/property-method-and-event-summary/methods/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/circle-menu-widget/property-method-and-event-summary/methods/index.html.gz index cba8eca977..080af1e7c0 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/circle-menu-widget/property-method-and-event-summary/methods/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/circle-menu-widget/property-method-and-event-summary/methods/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/circle-menu-widget/property-method-and-event-summary/properties/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/circle-menu-widget/property-method-and-event-summary/properties/index.html index 74e53c8b77..d5ba09d66f 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/circle-menu-widget/property-method-and-event-summary/properties/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/circle-menu-widget/property-method-and-event-summary/properties/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/circle-menu-widget/property-method-and-event-summary/properties/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/circle-menu-widget/property-method-and-event-summary/properties/index.html.gz index 56199ca6b7..db1303d405 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/circle-menu-widget/property-method-and-event-summary/properties/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/circle-menu-widget/property-method-and-event-summary/properties/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/credit-card-payments/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/credit-card-payments/index.html index 06513a4b9a..57092d331d 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/credit-card-payments/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/credit-card-payments/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/credit-card-payments/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/credit-card-payments/index.html.gz index 8c01ab708d..bc0745b723 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/credit-card-payments/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/credit-card-payments/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/advanced--accessing-the-googl/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/advanced--accessing-the-googl/index.html index a3291358a6..37db5dfe39 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/advanced--accessing-the-googl/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/advanced--accessing-the-googl/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/advanced--accessing-the-googl/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/advanced--accessing-the-googl/index.html.gz index d888cd0d1a..fc6a0da725 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/advanced--accessing-the-googl/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/advanced--accessing-the-googl/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/data-integration-with-the-maps/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/data-integration-with-the-maps/index.html index b9401560e7..6e36010017 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/data-integration-with-the-maps/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/data-integration-with-the-maps/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/data-integration-with-the-maps/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/data-integration-with-the-maps/index.html.gz index 99f83a628a..aeaeb7c153 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/data-integration-with-the-maps/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/data-integration-with-the-maps/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/getting-a-coordinate-from-an-a/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/getting-a-coordinate-from-an-a/index.html index 65a60c94d8..51622f4a79 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/getting-a-coordinate-from-an-a/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/getting-a-coordinate-from-an-a/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/getting-a-coordinate-from-an-a/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/getting-a-coordinate-from-an-a/index.html.gz index 5f0cf6da25..bbcd825760 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/getting-a-coordinate-from-an-a/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/getting-a-coordinate-from-an-a/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/getting-an-address-from-a-coor/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/getting-an-address-from-a-coor/index.html index a805ceb1a1..c0fce081c9 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/getting-an-address-from-a-coor/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/getting-an-address-from-a-coor/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/getting-an-address-from-a-coor/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/getting-an-address-from-a-coor/index.html.gz index 3732b79c21..d6dd72ae9e 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/getting-an-address-from-a-coor/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/getting-an-address-from-a-coor/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/getting-directions/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/getting-directions/index.html index e54b0b42c3..24994eab5c 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/getting-directions/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/getting-directions/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/getting-directions/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/getting-directions/index.html.gz index 2fcad6589a..9f77ff710a 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/getting-directions/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/getting-directions/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/googleadsense/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/googleadsense/index.html index 7005a5a842..98823e37b0 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/googleadsense/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/googleadsense/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/googleadsense/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/googleadsense/index.html.gz index 9085e25dc3..0ae64c3550 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/googleadsense/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/googleadsense/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/index.html index 56807a073c..5831cfbe71 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/index.html.gz index 8f3d84bf64..cedeb625b9 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/map-controls/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/map-controls/index.html index 4254231e61..00c56d6972 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/map-controls/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/map-controls/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/map-controls/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/map-controls/index.html.gz index 8d2dc6bfcc..bb6f7e6510 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/map-controls/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/map-controls/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/map-styles/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/map-styles/index.html index 314ec4964e..bd8d82d92e 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/map-styles/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/map-styles/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/map-styles/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/map-styles/index.html.gz index a19e6f8572..ef6a6906bc 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/map-styles/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/map-styles/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/property-event-method-summary/gmapevents/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/property-event-method-summary/gmapevents/index.html index 16afc65e84..53d749a510 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/property-event-method-summary/gmapevents/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/property-event-method-summary/gmapevents/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/property-event-method-summary/gmapevents/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/property-event-method-summary/gmapevents/index.html.gz index d07e65150e..c6d74648c5 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/property-event-method-summary/gmapevents/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/property-event-method-summary/gmapevents/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/property-event-method-summary/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/property-event-method-summary/index.html index 1bfe9baac4..b18f1e5738 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/property-event-method-summary/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/property-event-method-summary/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/property-event-method-summary/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/property-event-method-summary/index.html.gz index 004253aa04..9bea933308 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/property-event-method-summary/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/property-event-method-summary/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/property-event-method-summary/methods/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/property-event-method-summary/methods/index.html index 8451c09416..bbc091d16b 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/property-event-method-summary/methods/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/property-event-method-summary/methods/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/property-event-method-summary/methods/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/property-event-method-summary/methods/index.html.gz index 6ad888bca7..071191e32a 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/property-event-method-summary/methods/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/property-event-method-summary/methods/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/property-event-method-summary/widget-properties/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/property-event-method-summary/widget-properties/index.html index 72515487e0..91ac32bd50 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/property-event-method-summary/widget-properties/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/property-event-method-summary/widget-properties/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/property-event-method-summary/widget-properties/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/property-event-method-summary/widget-properties/index.html.gz index 61b945ee86..fcfb6b2898 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/property-event-method-summary/widget-properties/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/property-event-method-summary/widget-properties/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/using-getdata-and-setdata/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/using-getdata-and-setdata/index.html index bda94e2cdc..ffb638c2f1 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/using-getdata-and-setdata/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/using-getdata-and-setdata/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/using-getdata-and-setdata/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/using-getdata-and-setdata/index.html.gz index d99c56c983..de49c324ee 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/using-getdata-and-setdata/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/using-getdata-and-setdata/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/using-getvalue-and-setvalue/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/using-getvalue-and-setvalue/index.html index fb97dbb180..431f1629dd 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/using-getvalue-and-setvalue/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/using-getvalue-and-setvalue/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/using-getvalue-and-setvalue/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/using-getvalue-and-setvalue/index.html.gz index 16e436f225..1921370a64 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/using-getvalue-and-setvalue/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/using-getvalue-and-setvalue/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/using-populatewidget/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/using-populatewidget/index.html index acc8a5c35b..0d6a539582 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/using-populatewidget/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/using-populatewidget/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/using-populatewidget/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/using-populatewidget/index.html.gz index 6f5b940c24..7a478d5079 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/using-populatewidget/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/using-populatewidget/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/circles/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/circles/index.html index 245d447aed..7a2d9a7b85 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/circles/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/circles/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/circles/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/circles/index.html.gz index 9d93314011..33c465a7da 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/circles/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/circles/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/identifying-overlays-for-oncli/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/identifying-overlays-for-oncli/index.html index d61bbe11cc..dac06d16eb 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/identifying-overlays-for-oncli/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/identifying-overlays-for-oncli/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/identifying-overlays-for-oncli/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/identifying-overlays-for-oncli/index.html.gz index 3c9189b07f..021f18d7b3 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/identifying-overlays-for-oncli/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/identifying-overlays-for-oncli/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/index.html index 834e755fbf..53dda1dc1d 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/index.html.gz index c1263612ac..7ed7d1e743 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/markers-and-popup-windows/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/markers-and-popup-windows/index.html index 2c5652a2f2..e7ee7dbd66 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/markers-and-popup-windows/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/markers-and-popup-windows/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/markers-and-popup-windows/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/markers-and-popup-windows/index.html.gz index a647b4353f..3ea0a62bfb 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/markers-and-popup-windows/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/markers-and-popup-windows/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/polygons/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/polygons/index.html index 613a1e1b6e..66443e0dc5 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/polygons/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/polygons/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/polygons/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/polygons/index.html.gz index 556b6e71f6..b7811786d3 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/polygons/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/polygons/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/polylines/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/polylines/index.html index c908816012..6a5a5e1203 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/polylines/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/polylines/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/polylines/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/polylines/index.html.gz index 6d2860fa90..673ad47bbf 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/polylines/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/polylines/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/rectangles/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/rectangles/index.html index 3a1b94950d..f224b6c4f7 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/rectangles/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/rectangles/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/rectangles/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/rectangles/index.html.gz index db02e402c9..94c356905b 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/rectangles/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/rectangles/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/removing-overlays/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/removing-overlays/index.html index e67b0f70a7..ced55a89b6 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/removing-overlays/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/removing-overlays/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/removing-overlays/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/removing-overlays/index.html.gz index 89145603a0..0440b0f3db 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/removing-overlays/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/removing-overlays/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/using-getoverlays/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/using-getoverlays/index.html index 3cc8128d1c..37e44fbb27 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/using-getoverlays/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/using-getoverlays/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/using-getoverlays/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/using-getoverlays/index.html.gz index f7e5e2d649..1855be7d6e 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/using-getoverlays/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/using-getoverlays/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/image-maps-and-emoticons/emoticons/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/image-maps-and-emoticons/emoticons/index.html index 12e8c3d3dc..36d46d1d46 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/image-maps-and-emoticons/emoticons/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/image-maps-and-emoticons/emoticons/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/image-maps-and-emoticons/emoticons/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/image-maps-and-emoticons/emoticons/index.html.gz index 2b9b4c09f5..308a1926ca 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/image-maps-and-emoticons/emoticons/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/image-maps-and-emoticons/emoticons/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/image-maps-and-emoticons/image-maps/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/image-maps-and-emoticons/image-maps/index.html index d7ba7f1645..5848e1cae8 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/image-maps-and-emoticons/image-maps/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/image-maps-and-emoticons/image-maps/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/image-maps-and-emoticons/image-maps/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/image-maps-and-emoticons/image-maps/index.html.gz index 7756d6e521..d5da8a3869 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/image-maps-and-emoticons/image-maps/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/image-maps-and-emoticons/image-maps/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/image-maps-and-emoticons/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/image-maps-and-emoticons/index.html index 06b9e90ad4..c336a3446f 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/image-maps-and-emoticons/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/image-maps-and-emoticons/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/image-maps-and-emoticons/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/image-maps-and-emoticons/index.html.gz index 6dc00296d4..1c127f568f 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/image-maps-and-emoticons/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/image-maps-and-emoticons/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/index.html index dabea2c1af..d0d8495995 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/index.html.gz index 91c0af6430..622c962db1 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/large-and-small-mobile-buttons/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/large-and-small-mobile-buttons/index.html index a97319dd29..e96552c121 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/large-and-small-mobile-buttons/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/large-and-small-mobile-buttons/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/large-and-small-mobile-buttons/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/large-and-small-mobile-buttons/index.html.gz index 77b3dcf1c6..0483c6bff9 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/large-and-small-mobile-buttons/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/large-and-small-mobile-buttons/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-list-widget/changing-color-of-selected-ite/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-list-widget/changing-color-of-selected-ite/index.html index 5479720440..883cffd295 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-list-widget/changing-color-of-selected-ite/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-list-widget/changing-color-of-selected-ite/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-list-widget/changing-color-of-selected-ite/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-list-widget/changing-color-of-selected-ite/index.html.gz index 3b2d9fe738..71c8214e79 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-list-widget/changing-color-of-selected-ite/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-list-widget/changing-color-of-selected-ite/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-list-widget/font-formatting-of-list-conten/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-list-widget/font-formatting-of-list-conten/index.html index df503d8595..628f53b596 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-list-widget/font-formatting-of-list-conten/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-list-widget/font-formatting-of-list-conten/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-list-widget/font-formatting-of-list-conten/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-list-widget/font-formatting-of-list-conten/index.html.gz index 9e6299f293..c958ed4eda 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-list-widget/font-formatting-of-list-conten/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-list-widget/font-formatting-of-list-conten/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-list-widget/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-list-widget/index.html index 11e37a5e82..c3a1cd25c5 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-list-widget/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-list-widget/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-list-widget/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-list-widget/index.html.gz index ab80ec785c..4b0ab7f609 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-list-widget/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-list-widget/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-list-widget/list-items-dialog/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-list-widget/list-items-dialog/index.html index 0215977ce0..1e7178e7fc 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-list-widget/list-items-dialog/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-list-widget/list-items-dialog/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-list-widget/list-items-dialog/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-list-widget/list-items-dialog/index.html.gz index 241ae41e21..0823a08bc3 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-list-widget/list-items-dialog/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-list-widget/list-items-dialog/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-list-widget/populating-from-code/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-list-widget/populating-from-code/index.html index 19a69ea6a5..4b57952a13 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-list-widget/populating-from-code/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-list-widget/populating-from-code/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-list-widget/populating-from-code/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-list-widget/populating-from-code/index.html.gz index d2758e21de..59618b422f 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-list-widget/populating-from-code/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-list-widget/populating-from-code/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-navigation-toolbar/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-navigation-toolbar/index.html index aef833c4f9..7e867ed766 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-navigation-toolbar/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-navigation-toolbar/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-navigation-toolbar/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-navigation-toolbar/index.html.gz index 813ab6cb1b..9caa947cc3 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-navigation-toolbar/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-navigation-toolbar/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-toolbar/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-toolbar/index.html index 95f01de3d7..90f89c521b 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-toolbar/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-toolbar/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-toolbar/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-toolbar/index.html.gz index 563f364620..9bc3d2be9f 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-toolbar/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-toolbar/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/index.html index a6aca9c655..cdcd130aea 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/index.html.gz index eb7a2de3fc..840583874c 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/photoswipe/adding-images-by-data-view/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/photoswipe/adding-images-by-data-view/index.html index d5853e187c..7264ea49b2 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/photoswipe/adding-images-by-data-view/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/photoswipe/adding-images-by-data-view/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/photoswipe/adding-images-by-data-view/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/photoswipe/adding-images-by-data-view/index.html.gz index 8a33e9c55a..03d46a92b0 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/photoswipe/adding-images-by-data-view/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/photoswipe/adding-images-by-data-view/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/photoswipe/adding-images-by-dialog/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/photoswipe/adding-images-by-dialog/index.html index f0b3fde35e..c8ddbdb82e 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/photoswipe/adding-images-by-dialog/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/photoswipe/adding-images-by-dialog/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/photoswipe/adding-images-by-dialog/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/photoswipe/adding-images-by-dialog/index.html.gz index ac8823c0f4..850d7e20b6 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/photoswipe/adding-images-by-dialog/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/photoswipe/adding-images-by-dialog/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/photoswipe/adding-images-from-javascript/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/photoswipe/adding-images-from-javascript/index.html index 71b3318ce3..bf4395a156 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/photoswipe/adding-images-from-javascript/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/photoswipe/adding-images-from-javascript/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/photoswipe/adding-images-from-javascript/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/photoswipe/adding-images-from-javascript/index.html.gz index 65fec0a971..32ecf963e5 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/photoswipe/adding-images-from-javascript/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/photoswipe/adding-images-from-javascript/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/photoswipe/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/photoswipe/index.html index 2a5d944562..ae03775ec8 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/photoswipe/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/photoswipe/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/photoswipe/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/photoswipe/index.html.gz index 11b76654f9..2e3154fde7 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/photoswipe/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/photoswipe/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/photoswipe/property-methods-event-summary/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/photoswipe/property-methods-event-summary/index.html index c4c79a97b8..989efef362 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/photoswipe/property-methods-event-summary/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/photoswipe/property-methods-event-summary/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/photoswipe/property-methods-event-summary/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/photoswipe/property-methods-event-summary/index.html.gz index 4916fece89..c84fbed852 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/photoswipe/property-methods-event-summary/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/photoswipe/property-methods-event-summary/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/photoswipe/property-methods-event-summary/pswipeevents/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/photoswipe/property-methods-event-summary/pswipeevents/index.html index 693cad7799..a846743260 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/photoswipe/property-methods-event-summary/pswipeevents/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/photoswipe/property-methods-event-summary/pswipeevents/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/photoswipe/property-methods-event-summary/pswipeevents/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/photoswipe/property-methods-event-summary/pswipeevents/index.html.gz index 3b66136a29..5f01112599 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/photoswipe/property-methods-event-summary/pswipeevents/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/photoswipe/property-methods-event-summary/pswipeevents/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/photoswipe/property-methods-event-summary/pswipemethods/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/photoswipe/property-methods-event-summary/pswipemethods/index.html index 498413dd13..640000aa7e 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/photoswipe/property-methods-event-summary/pswipemethods/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/photoswipe/property-methods-event-summary/pswipemethods/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/photoswipe/property-methods-event-summary/pswipemethods/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/photoswipe/property-methods-event-summary/pswipemethods/index.html.gz index 9041af2590..30514c9eb6 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/photoswipe/property-methods-event-summary/pswipemethods/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/photoswipe/property-methods-event-summary/pswipemethods/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/photoswipe/property-methods-event-summary/pswipeproperties/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/photoswipe/property-methods-event-summary/pswipeproperties/index.html index 75518b6f0d..af30aa4822 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/photoswipe/property-methods-event-summary/pswipeproperties/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/photoswipe/property-methods-event-summary/pswipeproperties/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/photoswipe/property-methods-event-summary/pswipeproperties/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/photoswipe/property-methods-event-summary/pswipeproperties/index.html.gz index 5b758e0a21..b9850a264c 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/photoswipe/property-methods-event-summary/pswipeproperties/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/photoswipe/property-methods-event-summary/pswipeproperties/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/power-widgets/data-containers/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/power-widgets/data-containers/index.html index 9cd4756d36..1ab3ec970b 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/power-widgets/data-containers/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/power-widgets/data-containers/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/power-widgets/data-containers/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/power-widgets/data-containers/index.html.gz index b43a576c9b..6b8d6ba339 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/power-widgets/data-containers/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/power-widgets/data-containers/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/power-widgets/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/power-widgets/index.html index ee6377d5e1..7668b056b9 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/power-widgets/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/power-widgets/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/power-widgets/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/power-widgets/index.html.gz index d54e1109d2..ac749a35d2 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/power-widgets/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/power-widgets/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/power-widgets/powergrids/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/power-widgets/powergrids/index.html index 1cf21c4530..6b13f5b393 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/power-widgets/powergrids/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/power-widgets/powergrids/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/power-widgets/powergrids/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/power-widgets/powergrids/index.html.gz index ac1388d469..9724d39acc 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/power-widgets/powergrids/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/power-widgets/powergrids/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/accessing-live-widget-data-fro/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/accessing-live-widget-data-fro/index.html index ca9fc875c9..9a28ee1940 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/accessing-live-widget-data-fro/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/accessing-live-widget-data-fro/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/accessing-live-widget-data-fro/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/accessing-live-widget-data-fro/index.html.gz index e8f17834d7..53fb7a4d9f 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/accessing-live-widget-data-fro/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/accessing-live-widget-data-fro/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/api-methods/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/api-methods/index.html index 4e4d4c7e64..7a38512391 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/api-methods/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/api-methods/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/api-methods/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/api-methods/index.html.gz index 6565d8b2b7..be71a15b4a 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/api-methods/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/api-methods/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/creating-the-repeater/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/creating-the-repeater/index.html index aff1155bd6..4fbd7d5cc4 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/creating-the-repeater/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/creating-the-repeater/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/creating-the-repeater/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/creating-the-repeater/index.html.gz index d0837a6b62..dd4a1c3237 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/creating-the-repeater/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/creating-the-repeater/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/data-paging/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/data-paging/index.html index 7b92f359ae..7008941bdf 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/data-paging/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/data-paging/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/data-paging/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/data-paging/index.html.gz index ed27f9ba6d..b0688b15d0 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/data-paging/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/data-paging/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/index.html index e2a63b502e..8746df078d 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/index.html.gz index 926016a73e..19d1fde0ca 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/speed-considerations/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/speed-considerations/index.html index 2dd099e00d..a555c3a860 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/speed-considerations/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/speed-considerations/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/speed-considerations/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/speed-considerations/index.html.gz index f488b668f2..ddce6e9f59 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/speed-considerations/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/speed-considerations/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/scandit-widget/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/scandit-widget/index.html index 9df7551297..67124a8641 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/scandit-widget/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/scandit-widget/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/scandit-widget/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/scandit-widget/index.html.gz index 1a88fa5671..a1f2ea2791 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/scandit-widget/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/scandit-widget/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/scandit-widget/property-method-and-event-summary/events2-3/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/scandit-widget/property-method-and-event-summary/events2-3/index.html index ecceca3cd9..efbc0f2d04 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/scandit-widget/property-method-and-event-summary/events2-3/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/scandit-widget/property-method-and-event-summary/events2-3/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/scandit-widget/property-method-and-event-summary/events2-3/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/scandit-widget/property-method-and-event-summary/events2-3/index.html.gz index 6c9cdaf6ae..c5e33dd3f6 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/scandit-widget/property-method-and-event-summary/events2-3/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/scandit-widget/property-method-and-event-summary/events2-3/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/scandit-widget/property-method-and-event-summary/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/scandit-widget/property-method-and-event-summary/index.html index 3f22a34c48..c975a96c41 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/scandit-widget/property-method-and-event-summary/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/scandit-widget/property-method-and-event-summary/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/scandit-widget/property-method-and-event-summary/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/scandit-widget/property-method-and-event-summary/index.html.gz index 622bc84b11..fb867a602d 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/scandit-widget/property-method-and-event-summary/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/scandit-widget/property-method-and-event-summary/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/scandit-widget/property-method-and-event-summary/methods2-3/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/scandit-widget/property-method-and-event-summary/methods2-3/index.html index 9b0ea52afc..863e62d393 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/scandit-widget/property-method-and-event-summary/methods2-3/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/scandit-widget/property-method-and-event-summary/methods2-3/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/scandit-widget/property-method-and-event-summary/methods2-3/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/scandit-widget/property-method-and-event-summary/methods2-3/index.html.gz index 399b3375cc..283ab2004a 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/scandit-widget/property-method-and-event-summary/methods2-3/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/scandit-widget/property-method-and-event-summary/methods2-3/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/scandit-widget/property-method-and-event-summary/properties3-3/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/scandit-widget/property-method-and-event-summary/properties3-3/index.html index a402af1fec..cdd523139f 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/scandit-widget/property-method-and-event-summary/properties3-3/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/scandit-widget/property-method-and-event-summary/properties3-3/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/scandit-widget/property-method-and-event-summary/properties3-3/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/scandit-widget/property-method-and-event-summary/properties3-3/index.html.gz index 7a010a8584..a128629e09 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/scandit-widget/property-method-and-event-summary/properties3-3/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/scandit-widget/property-method-and-event-summary/properties3-3/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/share-this-widget/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/share-this-widget/index.html index bf73dca2ae..69a5528381 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/share-this-widget/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/share-this-widget/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/share-this-widget/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/share-this-widget/index.html.gz index 2f48808431..f6fc51d16e 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/share-this-widget/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/share-this-widget/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/share-this-widget/properties2/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/share-this-widget/properties2/index.html index b67898ed02..daa2259f1c 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/share-this-widget/properties2/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/share-this-widget/properties2/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/share-this-widget/properties2/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/share-this-widget/properties2/index.html.gz index 5e82972b1b..1c61359515 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/share-this-widget/properties2/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/share-this-widget/properties2/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/index.html index 235e14b4c9..5c0fe6bb4b 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/index.html.gz index 229ada8ed0..8892be15be 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/property-methods-event-summary/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/property-methods-event-summary/index.html index 511cc73c8d..cd1d8c8a25 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/property-methods-event-summary/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/property-methods-event-summary/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/property-methods-event-summary/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/property-methods-event-summary/index.html.gz index cf484960b0..5e6461e20c 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/property-methods-event-summary/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/property-methods-event-summary/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/property-methods-event-summary/properties/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/property-methods-event-summary/properties/index.html index 476e77412f..8b5b44a6c4 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/property-methods-event-summary/properties/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/property-methods-event-summary/properties/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/property-methods-event-summary/properties/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/property-methods-event-summary/properties/index.html.gz index 77582bfd92..47b9bce575 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/property-methods-event-summary/properties/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/property-methods-event-summary/properties/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/property-methods-event-summary/videvents/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/property-methods-event-summary/videvents/index.html index f7276dff83..c25aca5e40 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/property-methods-event-summary/videvents/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/property-methods-event-summary/videvents/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/property-methods-event-summary/videvents/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/property-methods-event-summary/videvents/index.html.gz index a0e985cdf1..a325393525 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/property-methods-event-summary/videvents/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/property-methods-event-summary/videvents/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/property-methods-event-summary/vidmethods/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/property-methods-event-summary/vidmethods/index.html index 27b2585e9e..698b85892f 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/property-methods-event-summary/vidmethods/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/property-methods-event-summary/vidmethods/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/property-methods-event-summary/vidmethods/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/property-methods-event-summary/vidmethods/index.html.gz index e775432280..9127d6c990 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/property-methods-event-summary/vidmethods/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/property-methods-event-summary/vidmethods/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/sources/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/sources/index.html index 34c95724b2..bb9fa17cac 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/sources/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/sources/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/sources/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/sources/index.html.gz index 4f1815ea41..09b5b1d09c 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/sources/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/sources/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/supported-browsers/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/supported-browsers/index.html index 80da6d1cc5..d622fcf976 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/supported-browsers/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/supported-browsers/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/supported-browsers/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/supported-browsers/index.html.gz index a133294538..62366980f3 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/supported-browsers/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/supported-browsers/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/video-controls/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/video-controls/index.html index 41331d3a0b..5e5e6d4e54 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/video-controls/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/video-controls/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/video-controls/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/video-controls/index.html.gz index 9388f4a500..bd4644b8cf 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/video-controls/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/video-controls/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/working-with-the-timeline-widget/fitting-all-data-in-available/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/working-with-the-timeline-widget/fitting-all-data-in-available/index.html index 2d3e115736..e5c6073233 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/working-with-the-timeline-widget/fitting-all-data-in-available/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/working-with-the-timeline-widget/fitting-all-data-in-available/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/working-with-the-timeline-widget/fitting-all-data-in-available/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/working-with-the-timeline-widget/fitting-all-data-in-available/index.html.gz index f742df0ddd..2227f1db0c 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/working-with-the-timeline-widget/fitting-all-data-in-available/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/working-with-the-timeline-widget/fitting-all-data-in-available/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/working-with-the-timeline-widget/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/working-with-the-timeline-widget/index.html index fd3dcc1268..602650ad8e 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/working-with-the-timeline-widget/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/working-with-the-timeline-widget/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/working-with-the-timeline-widget/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/working-with-the-timeline-widget/index.html.gz index ff7965d89a..9c6ededb47 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/working-with-the-timeline-widget/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/working-with-the-timeline-widget/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/working-with-the-timeline-widget/populating-the-widget/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/working-with-the-timeline-widget/populating-the-widget/index.html index bcae1782a6..09c575e405 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/working-with-the-timeline-widget/populating-the-widget/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/working-with-the-timeline-widget/populating-the-widget/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/working-with-the-timeline-widget/populating-the-widget/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/working-with-the-timeline-widget/populating-the-widget/index.html.gz index 757f14b0e4..62b113949b 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/working-with-the-timeline-widget/populating-the-widget/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/working-with-the-timeline-widget/populating-the-widget/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/working-with-the-timeline-widget/zooming/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/working-with-the-timeline-widget/zooming/index.html index 38b598c25e..33871b8dd9 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/working-with-the-timeline-widget/zooming/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/working-with-the-timeline-widget/zooming/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/working-with-the-timeline-widget/zooming/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/working-with-the-timeline-widget/zooming/index.html.gz index 263f4e3a01..a39ae2acf5 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/working-with-the-timeline-widget/zooming/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/working-with-the-timeline-widget/zooming/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/adding-data-from-data-views2/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/adding-data-from-data-views2/index.html index ac46da4672..9be8bbcd28 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/adding-data-from-data-views2/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/adding-data-from-data-views2/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/adding-data-from-data-views2/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/adding-data-from-data-views2/index.html.gz index b69b39898f..bf6676bac7 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/adding-data-from-data-views2/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/adding-data-from-data-views2/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/adding-data-from-javascript2/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/adding-data-from-javascript2/index.html index 9eaa8f4f60..449441941f 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/adding-data-from-javascript2/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/adding-data-from-javascript2/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/adding-data-from-javascript2/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/adding-data-from-javascript2/index.html.gz index 63dd06d779..4cf2d432cf 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/adding-data-from-javascript2/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/adding-data-from-javascript2/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/configuring-your-chart/full-settings-wizard-dialog/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/configuring-your-chart/full-settings-wizard-dialog/index.html index 2cb0a0b657..7301a14b6d 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/configuring-your-chart/full-settings-wizard-dialog/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/configuring-your-chart/full-settings-wizard-dialog/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/configuring-your-chart/full-settings-wizard-dialog/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/configuring-your-chart/full-settings-wizard-dialog/index.html.gz index aa52825b3c..9320da7a13 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/configuring-your-chart/full-settings-wizard-dialog/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/configuring-your-chart/full-settings-wizard-dialog/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/configuring-your-chart/fullsettings-javascript-method/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/configuring-your-chart/fullsettings-javascript-method/index.html index a90d81837c..43e31e42da 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/configuring-your-chart/fullsettings-javascript-method/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/configuring-your-chart/fullsettings-javascript-method/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/configuring-your-chart/fullsettings-javascript-method/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/configuring-your-chart/fullsettings-javascript-method/index.html.gz index 2bf50cda96..43cadfac36 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/configuring-your-chart/fullsettings-javascript-method/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/configuring-your-chart/fullsettings-javascript-method/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/configuring-your-chart/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/configuring-your-chart/index.html index 8af60866bf..b30996c8ea 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/configuring-your-chart/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/configuring-your-chart/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/configuring-your-chart/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/configuring-your-chart/index.html.gz index b3674d62a4..a0a1401b8f 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/configuring-your-chart/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/configuring-your-chart/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/events3/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/events3/index.html index 40459ba616..84f14ac41c 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/events3/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/events3/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/events3/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/events3/index.html.gz index 842eb36c36..3f63da97a7 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/events3/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/events3/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/index.html index fd8b0fc565..7b8d9846b4 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/index.html.gz index a005586bff..d4abf86697 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/property-method-and-event-summary/events2/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/property-method-and-event-summary/events2/index.html index a818c614bc..7bf21a0fa0 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/property-method-and-event-summary/events2/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/property-method-and-event-summary/events2/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/property-method-and-event-summary/events2/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/property-method-and-event-summary/events2/index.html.gz index 7105a8af23..d1a350a915 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/property-method-and-event-summary/events2/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/property-method-and-event-summary/events2/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/property-method-and-event-summary/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/property-method-and-event-summary/index.html index 042962bc61..c0e86b27fd 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/property-method-and-event-summary/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/property-method-and-event-summary/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/property-method-and-event-summary/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/property-method-and-event-summary/index.html.gz index c73153d0f0..6350e1ced3 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/property-method-and-event-summary/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/property-method-and-event-summary/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/property-method-and-event-summary/methods2/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/property-method-and-event-summary/methods2/index.html index efb8e485ea..c92b04a849 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/property-method-and-event-summary/methods2/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/property-method-and-event-summary/methods2/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/property-method-and-event-summary/methods2/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/property-method-and-event-summary/methods2/index.html.gz index e3c4959e3c..d989de7dda 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/property-method-and-event-summary/methods2/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/property-method-and-event-summary/methods2/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/property-method-and-event-summary/properties3/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/property-method-and-event-summary/properties3/index.html index 62a89fd438..55d975ab86 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/property-method-and-event-summary/properties3/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/property-method-and-event-summary/properties3/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/property-method-and-event-summary/properties3/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/property-method-and-event-summary/properties3/index.html.gz index 47afa2fcb6..dc27d9e453 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/property-method-and-event-summary/properties3/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/property-method-and-event-summary/properties3/index.html.gz differ diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/using-zing-charts-api/index.html b/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/using-zing-charts-api/index.html index ff8e83b2ea..d11e85718a 100644 --- a/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/using-zing-charts-api/index.html +++ b/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/using-zing-charts-api/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/using-zing-charts-api/index.html.gz b/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/using-zing-charts-api/index.html.gz index eef878b23b..61b710f17e 100644 Binary files a/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/using-zing-charts-api/index.html.gz and b/build/developers/documentation/product-guide/advanced-important-widgets/zing-charts/using-zing-charts-api/index.html.gz differ diff --git a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/adding-audio-video/index.html b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/adding-audio-video/index.html index e48db3469c..b5a095e061 100644 --- a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/adding-audio-video/index.html +++ b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/adding-audio-video/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/adding-audio-video/index.html.gz b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/adding-audio-video/index.html.gz index fbce565aa9..9010bd28e2 100644 Binary files a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/adding-audio-video/index.html.gz and b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/adding-audio-video/index.html.gz differ diff --git a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/clipboard/index.html b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/clipboard/index.html index 8ab2f20cc5..747c1b9ed6 100644 --- a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/clipboard/index.html +++ b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/clipboard/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/clipboard/index.html.gz b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/clipboard/index.html.gz index 3bd7b617bc..e7164d6bc3 100644 Binary files a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/clipboard/index.html.gz and b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/clipboard/index.html.gz differ diff --git a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/drag-alignment/index.html b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/drag-alignment/index.html index 4b7651e56e..ec253cca8d 100644 --- a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/drag-alignment/index.html +++ b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/drag-alignment/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/drag-alignment/index.html.gz b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/drag-alignment/index.html.gz index 5a293ede86..da6ef5fa49 100644 Binary files a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/drag-alignment/index.html.gz and b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/drag-alignment/index.html.gz differ diff --git a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/equal-distribution/index.html b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/equal-distribution/index.html index 226497228e..f68380230f 100644 --- a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/equal-distribution/index.html +++ b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/equal-distribution/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/equal-distribution/index.html.gz b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/equal-distribution/index.html.gz index 830b0a78b1..1fbdca2398 100644 Binary files a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/equal-distribution/index.html.gz and b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/equal-distribution/index.html.gz differ diff --git a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/equal-sizing/index.html b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/equal-sizing/index.html index 97a82896e4..d754cbe628 100644 --- a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/equal-sizing/index.html +++ b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/equal-sizing/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/equal-sizing/index.html.gz b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/equal-sizing/index.html.gz index 5d93633ad0..c2cbb783ee 100644 Binary files a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/equal-sizing/index.html.gz and b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/equal-sizing/index.html.gz differ diff --git a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/equal-spacing/index.html b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/equal-spacing/index.html index a6ae8942dd..cf69aa0ec9 100644 --- a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/equal-spacing/index.html +++ b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/equal-spacing/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/equal-spacing/index.html.gz b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/equal-spacing/index.html.gz index 6179cf22eb..8b0be5be80 100644 Binary files a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/equal-spacing/index.html.gz and b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/equal-spacing/index.html.gz differ diff --git a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/index.html b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/index.html index 3c4516a66e..890b6740d9 100644 --- a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/index.html +++ b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/index.html.gz b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/index.html.gz index fa684baab5..8e96e22bc5 100644 Binary files a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/index.html.gz and b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/index.html.gz differ diff --git a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/layer--z-order/index.html b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/layer--z-order/index.html index 5a42824f37..7fc20090fe 100644 --- a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/layer--z-order/index.html +++ b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/layer--z-order/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/layer--z-order/index.html.gz b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/layer--z-order/index.html.gz index 4485441401..3884f78a5e 100644 Binary files a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/layer--z-order/index.html.gz and b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/layer--z-order/index.html.gz differ diff --git a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/menus-and-navigation/index.html b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/menus-and-navigation/index.html index 0692f190df..80b9db65a8 100644 --- a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/menus-and-navigation/index.html +++ b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/menus-and-navigation/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/menus-and-navigation/index.html.gz b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/menus-and-navigation/index.html.gz index 73c2b20b0b..c081876baf 100644 Binary files a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/menus-and-navigation/index.html.gz and b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/menus-and-navigation/index.html.gz differ diff --git a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/must-read-layout-tips-and-tric/index.html b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/must-read-layout-tips-and-tric/index.html index 7a8e5048dd..6dd5f9bb9f 100644 --- a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/must-read-layout-tips-and-tric/index.html +++ b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/must-read-layout-tips-and-tric/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/must-read-layout-tips-and-tric/index.html.gz b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/must-read-layout-tips-and-tric/index.html.gz index 929c77d20c..f94051823a 100644 Binary files a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/must-read-layout-tips-and-tric/index.html.gz and b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/must-read-layout-tips-and-tric/index.html.gz differ diff --git a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/page-order/index.html b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/page-order/index.html index de3c368e53..367fdadfdb 100644 --- a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/page-order/index.html +++ b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/page-order/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/page-order/index.html.gz b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/page-order/index.html.gz index 79e70b4bc3..bbaad9487c 100644 Binary files a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/page-order/index.html.gz and b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/page-order/index.html.gz differ diff --git a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/referencing-documents-files/index.html b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/referencing-documents-files/index.html index 267696fd5f..20ad4c5c2e 100644 --- a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/referencing-documents-files/index.html +++ b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/referencing-documents-files/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/referencing-documents-files/index.html.gz b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/referencing-documents-files/index.html.gz index 37f32ac7b8..15002e0567 100644 Binary files a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/referencing-documents-files/index.html.gz and b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/referencing-documents-files/index.html.gz differ diff --git a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/repeating-widgets-across-multi/index.html b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/repeating-widgets-across-multi/index.html index 4e7c46359f..6bca2a485c 100644 --- a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/repeating-widgets-across-multi/index.html +++ b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/repeating-widgets-across-multi/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/repeating-widgets-across-multi/index.html.gz b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/repeating-widgets-across-multi/index.html.gz index 76dff19156..d865b38823 100644 Binary files a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/repeating-widgets-across-multi/index.html.gz and b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/repeating-widgets-across-multi/index.html.gz differ diff --git a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/reverting-to-theme-style/index.html b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/reverting-to-theme-style/index.html index 2d9ca9c04e..8513cf72f5 100644 --- a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/reverting-to-theme-style/index.html +++ b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/reverting-to-theme-style/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/reverting-to-theme-style/index.html.gz b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/reverting-to-theme-style/index.html.gz index 4d7d097c5d..e4a8834e30 100644 Binary files a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/reverting-to-theme-style/index.html.gz and b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/reverting-to-theme-style/index.html.gz differ diff --git a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/selection-multi-selection/index.html b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/selection-multi-selection/index.html index 91f0abebcf..cfc9759fc4 100644 --- a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/selection-multi-selection/index.html +++ b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/selection-multi-selection/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/selection-multi-selection/index.html.gz b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/selection-multi-selection/index.html.gz index fcb738d01a..673651adc2 100644 Binary files a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/selection-multi-selection/index.html.gz and b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/selection-multi-selection/index.html.gz differ diff --git a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/showing-container-outlines/index.html b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/showing-container-outlines/index.html index 353451798d..7ab1222037 100644 --- a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/showing-container-outlines/index.html +++ b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/showing-container-outlines/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/showing-container-outlines/index.html.gz b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/showing-container-outlines/index.html.gz index 431f965a0d..7f3bf3ff57 100644 Binary files a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/showing-container-outlines/index.html.gz and b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/showing-container-outlines/index.html.gz differ diff --git a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/snap-to-grid/index.html b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/snap-to-grid/index.html index 188720d692..8c150d6400 100644 --- a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/snap-to-grid/index.html +++ b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/snap-to-grid/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/snap-to-grid/index.html.gz b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/snap-to-grid/index.html.gz index e84d5a5c1a..ac82054734 100644 Binary files a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/snap-to-grid/index.html.gz and b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/snap-to-grid/index.html.gz differ diff --git a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/tab-order/index.html b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/tab-order/index.html index 2795bdec08..f3c8835af1 100644 --- a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/tab-order/index.html +++ b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/tab-order/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/tab-order/index.html.gz b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/tab-order/index.html.gz index 12d1f6ae85..3d97a339ef 100644 Binary files a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/tab-order/index.html.gz and b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/tab-order/index.html.gz differ diff --git a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/the-widget-explorer/index.html b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/the-widget-explorer/index.html index 429885eede..10dce7d251 100644 --- a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/the-widget-explorer/index.html +++ b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/the-widget-explorer/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/the-widget-explorer/index.html.gz b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/the-widget-explorer/index.html.gz index 95a18d2b13..a170fc24e3 100644 Binary files a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/the-widget-explorer/index.html.gz and b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/the-widget-explorer/index.html.gz differ diff --git a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/undo-redo/index.html b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/undo-redo/index.html index 1cefcfa6ca..2f29543773 100644 --- a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/undo-redo/index.html +++ b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/undo-redo/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/undo-redo/index.html.gz b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/undo-redo/index.html.gz index 64beeaf2a1..0612627233 100644 Binary files a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/undo-redo/index.html.gz and b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/undo-redo/index.html.gz differ diff --git a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/widget-alignment-distribution/index.html b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/widget-alignment-distribution/index.html index 0f1926567a..d85833bcfc 100644 --- a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/widget-alignment-distribution/index.html +++ b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/widget-alignment-distribution/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/widget-alignment-distribution/index.html.gz b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/widget-alignment-distribution/index.html.gz index 9f92362e3f..904cfc6eee 100644 Binary files a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/widget-alignment-distribution/index.html.gz and b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/widget-alignment-distribution/index.html.gz differ diff --git a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/widget-anchoring/index.html b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/widget-anchoring/index.html index 47ff86c647..59ec39ef97 100644 --- a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/widget-anchoring/index.html +++ b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/widget-anchoring/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/widget-anchoring/index.html.gz b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/widget-anchoring/index.html.gz index 75cc674603..c321dbab30 100644 Binary files a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/widget-anchoring/index.html.gz and b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/widget-anchoring/index.html.gz differ diff --git a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/widget-grouping/index.html b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/widget-grouping/index.html index e8c0fb8175..0672877580 100644 --- a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/widget-grouping/index.html +++ b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/widget-grouping/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/widget-grouping/index.html.gz b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/widget-grouping/index.html.gz index 56f60ea555..192a8ba894 100644 Binary files a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/widget-grouping/index.html.gz and b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/widget-grouping/index.html.gz differ diff --git a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/working-with-images/index.html b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/working-with-images/index.html index b24e235758..3b3f009b39 100644 --- a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/working-with-images/index.html +++ b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/working-with-images/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/working-with-images/index.html.gz b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/working-with-images/index.html.gz index 999e1d2783..c75f11caaa 100644 Binary files a/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/working-with-images/index.html.gz and b/build/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/working-with-images/index.html.gz differ diff --git a/build/developers/documentation/product-guide/content-and-app-layout/index.html b/build/developers/documentation/product-guide/content-and-app-layout/index.html index 4691703d75..c97482863a 100644 --- a/build/developers/documentation/product-guide/content-and-app-layout/index.html +++ b/build/developers/documentation/product-guide/content-and-app-layout/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/content-and-app-layout/index.html.gz b/build/developers/documentation/product-guide/content-and-app-layout/index.html.gz index 52319a1601..dcbf0605f6 100644 Binary files a/build/developers/documentation/product-guide/content-and-app-layout/index.html.gz and b/build/developers/documentation/product-guide/content-and-app-layout/index.html.gz differ diff --git a/build/developers/documentation/product-guide/content-and-app-layout/introduction/creating-a-new-content-app/index.html b/build/developers/documentation/product-guide/content-and-app-layout/introduction/creating-a-new-content-app/index.html index c6b92ea50a..81c88945c6 100644 --- a/build/developers/documentation/product-guide/content-and-app-layout/introduction/creating-a-new-content-app/index.html +++ b/build/developers/documentation/product-guide/content-and-app-layout/introduction/creating-a-new-content-app/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/content-and-app-layout/introduction/creating-a-new-content-app/index.html.gz b/build/developers/documentation/product-guide/content-and-app-layout/introduction/creating-a-new-content-app/index.html.gz index 03e4eb4cbc..ebce2ab405 100644 Binary files a/build/developers/documentation/product-guide/content-and-app-layout/introduction/creating-a-new-content-app/index.html.gz and b/build/developers/documentation/product-guide/content-and-app-layout/introduction/creating-a-new-content-app/index.html.gz differ diff --git a/build/developers/documentation/product-guide/content-and-app-layout/introduction/designer-screen/index.html b/build/developers/documentation/product-guide/content-and-app-layout/introduction/designer-screen/index.html index b90b3c688c..d6a1c92691 100644 --- a/build/developers/documentation/product-guide/content-and-app-layout/introduction/designer-screen/index.html +++ b/build/developers/documentation/product-guide/content-and-app-layout/introduction/designer-screen/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/content-and-app-layout/introduction/designer-screen/index.html.gz b/build/developers/documentation/product-guide/content-and-app-layout/introduction/designer-screen/index.html.gz index b600d2ed3b..8dd4ad974c 100644 Binary files a/build/developers/documentation/product-guide/content-and-app-layout/introduction/designer-screen/index.html.gz and b/build/developers/documentation/product-guide/content-and-app-layout/introduction/designer-screen/index.html.gz differ diff --git a/build/developers/documentation/product-guide/content-and-app-layout/introduction/index.html b/build/developers/documentation/product-guide/content-and-app-layout/introduction/index.html index ea93fa6069..18964caca7 100644 --- a/build/developers/documentation/product-guide/content-and-app-layout/introduction/index.html +++ b/build/developers/documentation/product-guide/content-and-app-layout/introduction/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/content-and-app-layout/introduction/index.html.gz b/build/developers/documentation/product-guide/content-and-app-layout/introduction/index.html.gz index a4a53cec1f..aa97f75777 100644 Binary files a/build/developers/documentation/product-guide/content-and-app-layout/introduction/index.html.gz and b/build/developers/documentation/product-guide/content-and-app-layout/introduction/index.html.gz differ diff --git a/build/developers/documentation/product-guide/content-and-app-layout/introduction/managing-images/index.html b/build/developers/documentation/product-guide/content-and-app-layout/introduction/managing-images/index.html index 8d9f30d1fe..921e9768b8 100644 --- a/build/developers/documentation/product-guide/content-and-app-layout/introduction/managing-images/index.html +++ b/build/developers/documentation/product-guide/content-and-app-layout/introduction/managing-images/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/content-and-app-layout/introduction/managing-images/index.html.gz b/build/developers/documentation/product-guide/content-and-app-layout/introduction/managing-images/index.html.gz index a64677ef6c..848ee0bbce 100644 Binary files a/build/developers/documentation/product-guide/content-and-app-layout/introduction/managing-images/index.html.gz and b/build/developers/documentation/product-guide/content-and-app-layout/introduction/managing-images/index.html.gz differ diff --git a/build/developers/documentation/product-guide/content-and-app-layout/introduction/mobile-widgets/index.html b/build/developers/documentation/product-guide/content-and-app-layout/introduction/mobile-widgets/index.html index f131496621..84a17b23f0 100644 --- a/build/developers/documentation/product-guide/content-and-app-layout/introduction/mobile-widgets/index.html +++ b/build/developers/documentation/product-guide/content-and-app-layout/introduction/mobile-widgets/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/content-and-app-layout/introduction/mobile-widgets/index.html.gz b/build/developers/documentation/product-guide/content-and-app-layout/introduction/mobile-widgets/index.html.gz index 98b8961fa8..1b51f001c9 100644 Binary files a/build/developers/documentation/product-guide/content-and-app-layout/introduction/mobile-widgets/index.html.gz and b/build/developers/documentation/product-guide/content-and-app-layout/introduction/mobile-widgets/index.html.gz differ diff --git a/build/developers/documentation/product-guide/content-and-app-layout/introduction/pagesintro/index.html b/build/developers/documentation/product-guide/content-and-app-layout/introduction/pagesintro/index.html index fa974e6246..8a6ed52bb2 100644 --- a/build/developers/documentation/product-guide/content-and-app-layout/introduction/pagesintro/index.html +++ b/build/developers/documentation/product-guide/content-and-app-layout/introduction/pagesintro/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/content-and-app-layout/introduction/pagesintro/index.html.gz b/build/developers/documentation/product-guide/content-and-app-layout/introduction/pagesintro/index.html.gz index 040b76a40d..19ab8f1a7a 100644 Binary files a/build/developers/documentation/product-guide/content-and-app-layout/introduction/pagesintro/index.html.gz and b/build/developers/documentation/product-guide/content-and-app-layout/introduction/pagesintro/index.html.gz differ diff --git a/build/developers/documentation/product-guide/content-and-app-layout/introduction/setting-a-margin/index.html b/build/developers/documentation/product-guide/content-and-app-layout/introduction/setting-a-margin/index.html index f3a51427ed..1b6bdba9c9 100644 --- a/build/developers/documentation/product-guide/content-and-app-layout/introduction/setting-a-margin/index.html +++ b/build/developers/documentation/product-guide/content-and-app-layout/introduction/setting-a-margin/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/content-and-app-layout/introduction/setting-a-margin/index.html.gz b/build/developers/documentation/product-guide/content-and-app-layout/introduction/setting-a-margin/index.html.gz index 8aae635440..901c2a8ff8 100644 Binary files a/build/developers/documentation/product-guide/content-and-app-layout/introduction/setting-a-margin/index.html.gz and b/build/developers/documentation/product-guide/content-and-app-layout/introduction/setting-a-margin/index.html.gz differ diff --git a/build/developers/documentation/product-guide/content-and-app-layout/introduction/table-widget/index.html b/build/developers/documentation/product-guide/content-and-app-layout/introduction/table-widget/index.html index 7810aeff7a..7e86a4b06c 100644 --- a/build/developers/documentation/product-guide/content-and-app-layout/introduction/table-widget/index.html +++ b/build/developers/documentation/product-guide/content-and-app-layout/introduction/table-widget/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/content-and-app-layout/introduction/table-widget/index.html.gz b/build/developers/documentation/product-guide/content-and-app-layout/introduction/table-widget/index.html.gz index 9359ea1c8d..1f3ac5da63 100644 Binary files a/build/developers/documentation/product-guide/content-and-app-layout/introduction/table-widget/index.html.gz and b/build/developers/documentation/product-guide/content-and-app-layout/introduction/table-widget/index.html.gz differ diff --git a/build/developers/documentation/product-guide/content-and-app-layout/introduction/themes-styles/index.html b/build/developers/documentation/product-guide/content-and-app-layout/introduction/themes-styles/index.html index dc7a294398..e859536a77 100644 --- a/build/developers/documentation/product-guide/content-and-app-layout/introduction/themes-styles/index.html +++ b/build/developers/documentation/product-guide/content-and-app-layout/introduction/themes-styles/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/content-and-app-layout/introduction/themes-styles/index.html.gz b/build/developers/documentation/product-guide/content-and-app-layout/introduction/themes-styles/index.html.gz index 74a8c4862c..8daac33d02 100644 Binary files a/build/developers/documentation/product-guide/content-and-app-layout/introduction/themes-styles/index.html.gz and b/build/developers/documentation/product-guide/content-and-app-layout/introduction/themes-styles/index.html.gz differ diff --git a/build/developers/documentation/product-guide/content-and-app-layout/introduction/themes-styles/style-management/index.html b/build/developers/documentation/product-guide/content-and-app-layout/introduction/themes-styles/style-management/index.html index 298bc24c52..45321b3b61 100644 --- a/build/developers/documentation/product-guide/content-and-app-layout/introduction/themes-styles/style-management/index.html +++ b/build/developers/documentation/product-guide/content-and-app-layout/introduction/themes-styles/style-management/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/content-and-app-layout/introduction/themes-styles/style-management/index.html.gz b/build/developers/documentation/product-guide/content-and-app-layout/introduction/themes-styles/style-management/index.html.gz index e1035f24ea..62eff212eb 100644 Binary files a/build/developers/documentation/product-guide/content-and-app-layout/introduction/themes-styles/style-management/index.html.gz and b/build/developers/documentation/product-guide/content-and-app-layout/introduction/themes-styles/style-management/index.html.gz differ diff --git a/build/developers/documentation/product-guide/content-and-app-layout/introduction/themes-styles/themesmanage/index.html b/build/developers/documentation/product-guide/content-and-app-layout/introduction/themes-styles/themesmanage/index.html index f7ee44f91c..838d0f09be 100644 --- a/build/developers/documentation/product-guide/content-and-app-layout/introduction/themes-styles/themesmanage/index.html +++ b/build/developers/documentation/product-guide/content-and-app-layout/introduction/themes-styles/themesmanage/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/content-and-app-layout/introduction/themes-styles/themesmanage/index.html.gz b/build/developers/documentation/product-guide/content-and-app-layout/introduction/themes-styles/themesmanage/index.html.gz index 0aa4476943..08ed3957f3 100644 Binary files a/build/developers/documentation/product-guide/content-and-app-layout/introduction/themes-styles/themesmanage/index.html.gz and b/build/developers/documentation/product-guide/content-and-app-layout/introduction/themes-styles/themesmanage/index.html.gz differ diff --git a/build/developers/documentation/product-guide/content-and-app-layout/introduction/understanding-widgets/index.html b/build/developers/documentation/product-guide/content-and-app-layout/introduction/understanding-widgets/index.html index e59c730717..db43fcc452 100644 --- a/build/developers/documentation/product-guide/content-and-app-layout/introduction/understanding-widgets/index.html +++ b/build/developers/documentation/product-guide/content-and-app-layout/introduction/understanding-widgets/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/content-and-app-layout/introduction/understanding-widgets/index.html.gz b/build/developers/documentation/product-guide/content-and-app-layout/introduction/understanding-widgets/index.html.gz index b0a806f7dc..6cfc1d42c2 100644 Binary files a/build/developers/documentation/product-guide/content-and-app-layout/introduction/understanding-widgets/index.html.gz and b/build/developers/documentation/product-guide/content-and-app-layout/introduction/understanding-widgets/index.html.gz differ diff --git a/build/developers/documentation/product-guide/content-and-app-layout/introduction/working-with-blocks-of-text/index.html b/build/developers/documentation/product-guide/content-and-app-layout/introduction/working-with-blocks-of-text/index.html index 596fd6c0c2..8e74da01e5 100644 --- a/build/developers/documentation/product-guide/content-and-app-layout/introduction/working-with-blocks-of-text/index.html +++ b/build/developers/documentation/product-guide/content-and-app-layout/introduction/working-with-blocks-of-text/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/content-and-app-layout/introduction/working-with-blocks-of-text/index.html.gz b/build/developers/documentation/product-guide/content-and-app-layout/introduction/working-with-blocks-of-text/index.html.gz index 1503a42817..5af7e02519 100644 Binary files a/build/developers/documentation/product-guide/content-and-app-layout/introduction/working-with-blocks-of-text/index.html.gz and b/build/developers/documentation/product-guide/content-and-app-layout/introduction/working-with-blocks-of-text/index.html.gz differ diff --git a/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/absolute-and-relative-layout/index.html b/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/absolute-and-relative-layout/index.html index 93f6cb068f..6ddb09cd56 100644 --- a/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/absolute-and-relative-layout/index.html +++ b/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/absolute-and-relative-layout/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/absolute-and-relative-layout/index.html.gz b/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/absolute-and-relative-layout/index.html.gz index b07e01027c..23d5a1ae17 100644 Binary files a/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/absolute-and-relative-layout/index.html.gz and b/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/absolute-and-relative-layout/index.html.gz differ diff --git a/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/adaptive-layout-event/index.html b/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/adaptive-layout-event/index.html index 5727cdfea4..cb25267834 100644 --- a/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/adaptive-layout-event/index.html +++ b/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/adaptive-layout-event/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/adaptive-layout-event/index.html.gz b/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/adaptive-layout-event/index.html.gz index d25b59316d..74c2973196 100644 Binary files a/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/adaptive-layout-event/index.html.gz and b/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/adaptive-layout-event/index.html.gz differ diff --git a/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/adaptive-layout-rule-definitio/index.html b/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/adaptive-layout-rule-definitio/index.html index 5491b1a59a..744b88e990 100644 --- a/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/adaptive-layout-rule-definitio/index.html +++ b/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/adaptive-layout-rule-definitio/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/adaptive-layout-rule-definitio/index.html.gz b/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/adaptive-layout-rule-definitio/index.html.gz index ff686733dd..2ea13e4c1f 100644 Binary files a/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/adaptive-layout-rule-definitio/index.html.gz and b/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/adaptive-layout-rule-definitio/index.html.gz differ diff --git a/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/adaptive-layout-rules/index.html b/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/adaptive-layout-rules/index.html index 431bc8c673..f22e9093f9 100644 --- a/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/adaptive-layout-rules/index.html +++ b/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/adaptive-layout-rules/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/adaptive-layout-rules/index.html.gz b/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/adaptive-layout-rules/index.html.gz index d04bcc1c3b..6b9ec2e7f1 100644 Binary files a/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/adaptive-layout-rules/index.html.gz and b/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/adaptive-layout-rules/index.html.gz differ diff --git a/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/aligning-widgets-inside-contai/index.html b/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/aligning-widgets-inside-contai/index.html index 5bc096626a..f9e49430c3 100644 --- a/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/aligning-widgets-inside-contai/index.html +++ b/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/aligning-widgets-inside-contai/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/aligning-widgets-inside-contai/index.html.gz b/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/aligning-widgets-inside-contai/index.html.gz index aa03e782b6..b61189718b 100644 Binary files a/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/aligning-widgets-inside-contai/index.html.gz and b/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/aligning-widgets-inside-contai/index.html.gz differ diff --git a/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/container-outlines/index.html b/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/container-outlines/index.html index 03477037b2..9d0fa14dbb 100644 --- a/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/container-outlines/index.html +++ b/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/container-outlines/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/container-outlines/index.html.gz b/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/container-outlines/index.html.gz index a79a0ee6dc..16936f099f 100644 Binary files a/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/container-outlines/index.html.gz and b/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/container-outlines/index.html.gz differ diff --git a/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/index.html b/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/index.html index 8ba6062d86..173bef3940 100644 --- a/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/index.html +++ b/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/index.html.gz b/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/index.html.gz index 0a85bca369..c6d6cd07a1 100644 Binary files a/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/index.html.gz and b/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/index.html.gz differ diff --git a/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/margins/index.html b/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/margins/index.html index e7b5516987..4077220b35 100644 --- a/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/margins/index.html +++ b/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/margins/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/margins/index.html.gz b/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/margins/index.html.gz index c9f27137d4..4e0ad3363f 100644 Binary files a/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/margins/index.html.gz and b/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/margins/index.html.gz differ diff --git a/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/resize-events/index.html b/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/resize-events/index.html index 3ab06c22a6..e09a5f1b33 100644 --- a/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/resize-events/index.html +++ b/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/resize-events/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/resize-events/index.html.gz b/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/resize-events/index.html.gz index ff7f68c3f7..66899148df 100644 Binary files a/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/resize-events/index.html.gz and b/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/resize-events/index.html.gz differ diff --git a/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/right-click-parent-container-s/index.html b/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/right-click-parent-container-s/index.html index 2b0f17cbed..e0caa14b5c 100644 --- a/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/right-click-parent-container-s/index.html +++ b/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/right-click-parent-container-s/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/right-click-parent-container-s/index.html.gz b/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/right-click-parent-container-s/index.html.gz index 29adea9e46..c939329b4c 100644 Binary files a/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/right-click-parent-container-s/index.html.gz and b/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/right-click-parent-container-s/index.html.gz differ diff --git a/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/right-click-width-settings/index.html b/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/right-click-width-settings/index.html index 9c8673e761..d31963c19d 100644 --- a/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/right-click-width-settings/index.html +++ b/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/right-click-width-settings/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/right-click-width-settings/index.html.gz b/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/right-click-width-settings/index.html.gz index 1e4d0c5797..e7ed0296cf 100644 Binary files a/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/right-click-width-settings/index.html.gz and b/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/right-click-width-settings/index.html.gz differ diff --git a/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/sizes-property-dialog/index.html b/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/sizes-property-dialog/index.html index 3f401e39e8..45daa4bf4c 100644 --- a/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/sizes-property-dialog/index.html +++ b/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/sizes-property-dialog/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/sizes-property-dialog/index.html.gz b/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/sizes-property-dialog/index.html.gz index 3d6f437946..7584216923 100644 Binary files a/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/sizes-property-dialog/index.html.gz and b/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/sizes-property-dialog/index.html.gz differ diff --git a/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/understanding-containers/index.html b/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/understanding-containers/index.html index 6b16f85f91..55e3bd8975 100644 --- a/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/understanding-containers/index.html +++ b/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/understanding-containers/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/understanding-containers/index.html.gz b/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/understanding-containers/index.html.gz index 4682d2ef38..1666c4f254 100644 Binary files a/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/understanding-containers/index.html.gz and b/build/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/understanding-containers/index.html.gz differ diff --git a/build/developers/documentation/product-guide/data-storage/index.html b/build/developers/documentation/product-guide/data-storage/index.html index f52297a98b..90bf50a253 100644 --- a/build/developers/documentation/product-guide/data-storage/index.html +++ b/build/developers/documentation/product-guide/data-storage/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/data-storage/index.html.gz b/build/developers/documentation/product-guide/data-storage/index.html.gz index 1e07207dfb..f289bcbcc4 100644 Binary files a/build/developers/documentation/product-guide/data-storage/index.html.gz and b/build/developers/documentation/product-guide/data-storage/index.html.gz differ diff --git a/build/developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/cookie-storage/index.html b/build/developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/cookie-storage/index.html index 856bff2a7a..44fc844152 100644 --- a/build/developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/cookie-storage/index.html +++ b/build/developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/cookie-storage/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/cookie-storage/index.html.gz b/build/developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/cookie-storage/index.html.gz index 36896510cc..a0eab6770a 100644 Binary files a/build/developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/cookie-storage/index.html.gz and b/build/developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/cookie-storage/index.html.gz differ diff --git a/build/developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/index.html b/build/developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/index.html index 5a1006a4ce..3d9caa6aa0 100644 --- a/build/developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/index.html +++ b/build/developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/index.html.gz b/build/developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/index.html.gz index 573e513451..f85321b37f 100644 Binary files a/build/developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/index.html.gz and b/build/developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/index.html.gz differ diff --git a/build/developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/local-storage-example/index.html b/build/developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/local-storage-example/index.html index f584989801..77de646c42 100644 --- a/build/developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/local-storage-example/index.html +++ b/build/developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/local-storage-example/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/local-storage-example/index.html.gz b/build/developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/local-storage-example/index.html.gz index a3804c2422..faf8cc2d1f 100644 Binary files a/build/developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/local-storage-example/index.html.gz and b/build/developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/local-storage-example/index.html.gz differ diff --git a/build/developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/our-recommendation/index.html b/build/developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/our-recommendation/index.html index 6729d65044..2834fa547c 100644 --- a/build/developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/our-recommendation/index.html +++ b/build/developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/our-recommendation/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/our-recommendation/index.html.gz b/build/developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/our-recommendation/index.html.gz index 09e0f5145e..19a029b608 100644 Binary files a/build/developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/our-recommendation/index.html.gz and b/build/developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/our-recommendation/index.html.gz differ diff --git a/build/developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/sqlite/index.html b/build/developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/sqlite/index.html index 7a7a17f590..353b752b72 100644 --- a/build/developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/sqlite/index.html +++ b/build/developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/sqlite/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/sqlite/index.html.gz b/build/developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/sqlite/index.html.gz index 5f3aa6dfcb..0f2c431511 100644 Binary files a/build/developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/sqlite/index.html.gz and b/build/developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/sqlite/index.html.gz differ diff --git a/build/developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/websql-sqlite/index.html b/build/developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/websql-sqlite/index.html index 8b0be4d5d6..7818c00510 100644 --- a/build/developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/websql-sqlite/index.html +++ b/build/developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/websql-sqlite/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/websql-sqlite/index.html.gz b/build/developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/websql-sqlite/index.html.gz index 8eac8c6257..f6c778b407 100644 Binary files a/build/developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/websql-sqlite/index.html.gz and b/build/developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/websql-sqlite/index.html.gz differ diff --git a/build/developers/documentation/product-guide/data-storage/server-side-data-storage/a-simple-example/client-side-javascript/index.html b/build/developers/documentation/product-guide/data-storage/server-side-data-storage/a-simple-example/client-side-javascript/index.html index e46236a8b8..022079924f 100644 --- a/build/developers/documentation/product-guide/data-storage/server-side-data-storage/a-simple-example/client-side-javascript/index.html +++ b/build/developers/documentation/product-guide/data-storage/server-side-data-storage/a-simple-example/client-side-javascript/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/data-storage/server-side-data-storage/a-simple-example/client-side-javascript/index.html.gz b/build/developers/documentation/product-guide/data-storage/server-side-data-storage/a-simple-example/client-side-javascript/index.html.gz index e531a2fe16..ed73b8826d 100644 Binary files a/build/developers/documentation/product-guide/data-storage/server-side-data-storage/a-simple-example/client-side-javascript/index.html.gz and b/build/developers/documentation/product-guide/data-storage/server-side-data-storage/a-simple-example/client-side-javascript/index.html.gz differ diff --git a/build/developers/documentation/product-guide/data-storage/server-side-data-storage/a-simple-example/create-the-example-database/index.html b/build/developers/documentation/product-guide/data-storage/server-side-data-storage/a-simple-example/create-the-example-database/index.html index 8c69537f2a..9ecbadb5ba 100644 --- a/build/developers/documentation/product-guide/data-storage/server-side-data-storage/a-simple-example/create-the-example-database/index.html +++ b/build/developers/documentation/product-guide/data-storage/server-side-data-storage/a-simple-example/create-the-example-database/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/data-storage/server-side-data-storage/a-simple-example/create-the-example-database/index.html.gz b/build/developers/documentation/product-guide/data-storage/server-side-data-storage/a-simple-example/create-the-example-database/index.html.gz index 24f9dd23e3..351edf9fb9 100644 Binary files a/build/developers/documentation/product-guide/data-storage/server-side-data-storage/a-simple-example/create-the-example-database/index.html.gz and b/build/developers/documentation/product-guide/data-storage/server-side-data-storage/a-simple-example/create-the-example-database/index.html.gz differ diff --git a/build/developers/documentation/product-guide/data-storage/server-side-data-storage/a-simple-example/index.html b/build/developers/documentation/product-guide/data-storage/server-side-data-storage/a-simple-example/index.html index e68b55dc83..a5ba60762a 100644 --- a/build/developers/documentation/product-guide/data-storage/server-side-data-storage/a-simple-example/index.html +++ b/build/developers/documentation/product-guide/data-storage/server-side-data-storage/a-simple-example/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/data-storage/server-side-data-storage/a-simple-example/index.html.gz b/build/developers/documentation/product-guide/data-storage/server-side-data-storage/a-simple-example/index.html.gz index 543885fccd..eb0b63de58 100644 Binary files a/build/developers/documentation/product-guide/data-storage/server-side-data-storage/a-simple-example/index.html.gz and b/build/developers/documentation/product-guide/data-storage/server-side-data-storage/a-simple-example/index.html.gz differ diff --git a/build/developers/documentation/product-guide/data-storage/server-side-data-storage/a-simple-example/server-side-javascript/index.html b/build/developers/documentation/product-guide/data-storage/server-side-data-storage/a-simple-example/server-side-javascript/index.html index 546d40ba37..67edd7169f 100644 --- a/build/developers/documentation/product-guide/data-storage/server-side-data-storage/a-simple-example/server-side-javascript/index.html +++ b/build/developers/documentation/product-guide/data-storage/server-side-data-storage/a-simple-example/server-side-javascript/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/data-storage/server-side-data-storage/a-simple-example/server-side-javascript/index.html.gz b/build/developers/documentation/product-guide/data-storage/server-side-data-storage/a-simple-example/server-side-javascript/index.html.gz index 3a59fb52ac..838d9eb674 100644 Binary files a/build/developers/documentation/product-guide/data-storage/server-side-data-storage/a-simple-example/server-side-javascript/index.html.gz and b/build/developers/documentation/product-guide/data-storage/server-side-data-storage/a-simple-example/server-side-javascript/index.html.gz differ diff --git a/build/developers/documentation/product-guide/data-storage/server-side-data-storage/callbacks-to-your-client-scrip/index.html b/build/developers/documentation/product-guide/data-storage/server-side-data-storage/callbacks-to-your-client-scrip/index.html index 22cca69eff..272c792bf8 100644 --- a/build/developers/documentation/product-guide/data-storage/server-side-data-storage/callbacks-to-your-client-scrip/index.html +++ b/build/developers/documentation/product-guide/data-storage/server-side-data-storage/callbacks-to-your-client-scrip/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/data-storage/server-side-data-storage/callbacks-to-your-client-scrip/index.html.gz b/build/developers/documentation/product-guide/data-storage/server-side-data-storage/callbacks-to-your-client-scrip/index.html.gz index 9c21ec7256..ac00da53b9 100644 Binary files a/build/developers/documentation/product-guide/data-storage/server-side-data-storage/callbacks-to-your-client-scrip/index.html.gz and b/build/developers/documentation/product-guide/data-storage/server-side-data-storage/callbacks-to-your-client-scrip/index.html.gz differ diff --git a/build/developers/documentation/product-guide/data-storage/server-side-data-storage/error-handling/index.html b/build/developers/documentation/product-guide/data-storage/server-side-data-storage/error-handling/index.html index 3d0acbd302..b9d2dd56c6 100644 --- a/build/developers/documentation/product-guide/data-storage/server-side-data-storage/error-handling/index.html +++ b/build/developers/documentation/product-guide/data-storage/server-side-data-storage/error-handling/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/data-storage/server-side-data-storage/error-handling/index.html.gz b/build/developers/documentation/product-guide/data-storage/server-side-data-storage/error-handling/index.html.gz index deddbea80f..7cf21ad930 100644 Binary files a/build/developers/documentation/product-guide/data-storage/server-side-data-storage/error-handling/index.html.gz and b/build/developers/documentation/product-guide/data-storage/server-side-data-storage/error-handling/index.html.gz differ diff --git a/build/developers/documentation/product-guide/data-storage/server-side-data-storage/exposing-your-ssj-db-handlers/index.html b/build/developers/documentation/product-guide/data-storage/server-side-data-storage/exposing-your-ssj-db-handlers/index.html index a9bc755098..2f16a73ebc 100644 --- a/build/developers/documentation/product-guide/data-storage/server-side-data-storage/exposing-your-ssj-db-handlers/index.html +++ b/build/developers/documentation/product-guide/data-storage/server-side-data-storage/exposing-your-ssj-db-handlers/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/data-storage/server-side-data-storage/exposing-your-ssj-db-handlers/index.html.gz b/build/developers/documentation/product-guide/data-storage/server-side-data-storage/exposing-your-ssj-db-handlers/index.html.gz index 7d2d7796df..879c9d7684 100644 Binary files a/build/developers/documentation/product-guide/data-storage/server-side-data-storage/exposing-your-ssj-db-handlers/index.html.gz and b/build/developers/documentation/product-guide/data-storage/server-side-data-storage/exposing-your-ssj-db-handlers/index.html.gz differ diff --git a/build/developers/documentation/product-guide/data-storage/server-side-data-storage/getting-widget-data-into-an-ob/index.html b/build/developers/documentation/product-guide/data-storage/server-side-data-storage/getting-widget-data-into-an-ob/index.html index b97a80b53c..acf511fc7c 100644 --- a/build/developers/documentation/product-guide/data-storage/server-side-data-storage/getting-widget-data-into-an-ob/index.html +++ b/build/developers/documentation/product-guide/data-storage/server-side-data-storage/getting-widget-data-into-an-ob/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/data-storage/server-side-data-storage/getting-widget-data-into-an-ob/index.html.gz b/build/developers/documentation/product-guide/data-storage/server-side-data-storage/getting-widget-data-into-an-ob/index.html.gz index 48757ed393..a071c2f84b 100644 Binary files a/build/developers/documentation/product-guide/data-storage/server-side-data-storage/getting-widget-data-into-an-ob/index.html.gz and b/build/developers/documentation/product-guide/data-storage/server-side-data-storage/getting-widget-data-into-an-ob/index.html.gz differ diff --git a/build/developers/documentation/product-guide/data-storage/server-side-data-storage/handling-sql-expressions/index.html b/build/developers/documentation/product-guide/data-storage/server-side-data-storage/handling-sql-expressions/index.html index 0b855da753..9be9311788 100644 --- a/build/developers/documentation/product-guide/data-storage/server-side-data-storage/handling-sql-expressions/index.html +++ b/build/developers/documentation/product-guide/data-storage/server-side-data-storage/handling-sql-expressions/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/data-storage/server-side-data-storage/handling-sql-expressions/index.html.gz b/build/developers/documentation/product-guide/data-storage/server-side-data-storage/handling-sql-expressions/index.html.gz index 1f06ef9854..33345dfd1b 100644 Binary files a/build/developers/documentation/product-guide/data-storage/server-side-data-storage/handling-sql-expressions/index.html.gz and b/build/developers/documentation/product-guide/data-storage/server-side-data-storage/handling-sql-expressions/index.html.gz differ diff --git a/build/developers/documentation/product-guide/data-storage/server-side-data-storage/important-points-before-you-st/index.html b/build/developers/documentation/product-guide/data-storage/server-side-data-storage/important-points-before-you-st/index.html index 1f3842bfef..bae5d2060e 100644 --- a/build/developers/documentation/product-guide/data-storage/server-side-data-storage/important-points-before-you-st/index.html +++ b/build/developers/documentation/product-guide/data-storage/server-side-data-storage/important-points-before-you-st/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/data-storage/server-side-data-storage/important-points-before-you-st/index.html.gz b/build/developers/documentation/product-guide/data-storage/server-side-data-storage/important-points-before-you-st/index.html.gz index 3599f50341..3e329f0496 100644 Binary files a/build/developers/documentation/product-guide/data-storage/server-side-data-storage/important-points-before-you-st/index.html.gz and b/build/developers/documentation/product-guide/data-storage/server-side-data-storage/important-points-before-you-st/index.html.gz differ diff --git a/build/developers/documentation/product-guide/data-storage/server-side-data-storage/index.html b/build/developers/documentation/product-guide/data-storage/server-side-data-storage/index.html index a922553530..c2d0ad7ed9 100644 --- a/build/developers/documentation/product-guide/data-storage/server-side-data-storage/index.html +++ b/build/developers/documentation/product-guide/data-storage/server-side-data-storage/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/data-storage/server-side-data-storage/index.html.gz b/build/developers/documentation/product-guide/data-storage/server-side-data-storage/index.html.gz index 79bff389fd..2f6b947b7d 100644 Binary files a/build/developers/documentation/product-guide/data-storage/server-side-data-storage/index.html.gz and b/build/developers/documentation/product-guide/data-storage/server-side-data-storage/index.html.gz differ diff --git a/build/developers/documentation/product-guide/data-storage/server-side-data-storage/security-and-sql-injection/index.html b/build/developers/documentation/product-guide/data-storage/server-side-data-storage/security-and-sql-injection/index.html index 2113f2514d..6d600e1f9a 100644 --- a/build/developers/documentation/product-guide/data-storage/server-side-data-storage/security-and-sql-injection/index.html +++ b/build/developers/documentation/product-guide/data-storage/server-side-data-storage/security-and-sql-injection/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/data-storage/server-side-data-storage/security-and-sql-injection/index.html.gz b/build/developers/documentation/product-guide/data-storage/server-side-data-storage/security-and-sql-injection/index.html.gz index 2194feb2e5..8c9fcb8572 100644 Binary files a/build/developers/documentation/product-guide/data-storage/server-side-data-storage/security-and-sql-injection/index.html.gz and b/build/developers/documentation/product-guide/data-storage/server-side-data-storage/security-and-sql-injection/index.html.gz differ diff --git a/build/developers/documentation/product-guide/index.html b/build/developers/documentation/product-guide/index.html index 48817a72ef..9f23581cf3 100644 --- a/build/developers/documentation/product-guide/index.html +++ b/build/developers/documentation/product-guide/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/index.html.gz b/build/developers/documentation/product-guide/index.html.gz index 321def4904..a747894740 100644 Binary files a/build/developers/documentation/product-guide/index.html.gz and b/build/developers/documentation/product-guide/index.html.gz differ diff --git a/build/developers/documentation/product-guide/mobile-apps-sites/adaptive-or-fluid-layouts/index.html b/build/developers/documentation/product-guide/mobile-apps-sites/adaptive-or-fluid-layouts/index.html index ddcf077dc5..ef3f9833b4 100644 --- a/build/developers/documentation/product-guide/mobile-apps-sites/adaptive-or-fluid-layouts/index.html +++ b/build/developers/documentation/product-guide/mobile-apps-sites/adaptive-or-fluid-layouts/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/mobile-apps-sites/adaptive-or-fluid-layouts/index.html.gz b/build/developers/documentation/product-guide/mobile-apps-sites/adaptive-or-fluid-layouts/index.html.gz index b9d09be5f7..5d03a0c7ed 100644 Binary files a/build/developers/documentation/product-guide/mobile-apps-sites/adaptive-or-fluid-layouts/index.html.gz and b/build/developers/documentation/product-guide/mobile-apps-sites/adaptive-or-fluid-layouts/index.html.gz differ diff --git a/build/developers/documentation/product-guide/mobile-apps-sites/advanced-mobile-widgets/index.html b/build/developers/documentation/product-guide/mobile-apps-sites/advanced-mobile-widgets/index.html index 3f492393da..4ab5a1724e 100644 --- a/build/developers/documentation/product-guide/mobile-apps-sites/advanced-mobile-widgets/index.html +++ b/build/developers/documentation/product-guide/mobile-apps-sites/advanced-mobile-widgets/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/mobile-apps-sites/advanced-mobile-widgets/index.html.gz b/build/developers/documentation/product-guide/mobile-apps-sites/advanced-mobile-widgets/index.html.gz index 4d91056d8d..4fa9382623 100644 Binary files a/build/developers/documentation/product-guide/mobile-apps-sites/advanced-mobile-widgets/index.html.gz and b/build/developers/documentation/product-guide/mobile-apps-sites/advanced-mobile-widgets/index.html.gz differ diff --git a/build/developers/documentation/product-guide/mobile-apps-sites/formatting-mobile-content/index.html b/build/developers/documentation/product-guide/mobile-apps-sites/formatting-mobile-content/index.html index 6f309b5ab6..5df429c7e9 100644 --- a/build/developers/documentation/product-guide/mobile-apps-sites/formatting-mobile-content/index.html +++ b/build/developers/documentation/product-guide/mobile-apps-sites/formatting-mobile-content/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/mobile-apps-sites/formatting-mobile-content/index.html.gz b/build/developers/documentation/product-guide/mobile-apps-sites/formatting-mobile-content/index.html.gz index eb4936ae58..a107d05115 100644 Binary files a/build/developers/documentation/product-guide/mobile-apps-sites/formatting-mobile-content/index.html.gz and b/build/developers/documentation/product-guide/mobile-apps-sites/formatting-mobile-content/index.html.gz differ diff --git a/build/developers/documentation/product-guide/mobile-apps-sites/icon-management/index.html b/build/developers/documentation/product-guide/mobile-apps-sites/icon-management/index.html index 5896969a61..e3aa01484f 100644 --- a/build/developers/documentation/product-guide/mobile-apps-sites/icon-management/index.html +++ b/build/developers/documentation/product-guide/mobile-apps-sites/icon-management/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/mobile-apps-sites/icon-management/index.html.gz b/build/developers/documentation/product-guide/mobile-apps-sites/icon-management/index.html.gz index 0ec5c518c6..e8c9b283e5 100644 Binary files a/build/developers/documentation/product-guide/mobile-apps-sites/icon-management/index.html.gz and b/build/developers/documentation/product-guide/mobile-apps-sites/icon-management/index.html.gz differ diff --git a/build/developers/documentation/product-guide/mobile-apps-sites/index.html b/build/developers/documentation/product-guide/mobile-apps-sites/index.html index 80160f4d9d..eb9ff827e0 100644 --- a/build/developers/documentation/product-guide/mobile-apps-sites/index.html +++ b/build/developers/documentation/product-guide/mobile-apps-sites/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/mobile-apps-sites/index.html.gz b/build/developers/documentation/product-guide/mobile-apps-sites/index.html.gz index 9ada121088..d8ff11fa6c 100644 Binary files a/build/developers/documentation/product-guide/mobile-apps-sites/index.html.gz and b/build/developers/documentation/product-guide/mobile-apps-sites/index.html.gz differ diff --git a/build/developers/documentation/product-guide/mobile-apps-sites/mappsmobile-widgets/index.html b/build/developers/documentation/product-guide/mobile-apps-sites/mappsmobile-widgets/index.html index 03f7010895..251ae540e5 100644 --- a/build/developers/documentation/product-guide/mobile-apps-sites/mappsmobile-widgets/index.html +++ b/build/developers/documentation/product-guide/mobile-apps-sites/mappsmobile-widgets/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/mobile-apps-sites/mappsmobile-widgets/index.html.gz b/build/developers/documentation/product-guide/mobile-apps-sites/mappsmobile-widgets/index.html.gz index 55d92a4b5f..0619f41fc8 100644 Binary files a/build/developers/documentation/product-guide/mobile-apps-sites/mappsmobile-widgets/index.html.gz and b/build/developers/documentation/product-guide/mobile-apps-sites/mappsmobile-widgets/index.html.gz differ diff --git a/build/developers/documentation/product-guide/mobile-apps-sites/mobile-themes/index.html b/build/developers/documentation/product-guide/mobile-apps-sites/mobile-themes/index.html index dd28d3cfba..5c7f8bfc40 100644 --- a/build/developers/documentation/product-guide/mobile-apps-sites/mobile-themes/index.html +++ b/build/developers/documentation/product-guide/mobile-apps-sites/mobile-themes/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/mobile-apps-sites/mobile-themes/index.html.gz b/build/developers/documentation/product-guide/mobile-apps-sites/mobile-themes/index.html.gz index 8da2d699ba..c2a6597694 100644 Binary files a/build/developers/documentation/product-guide/mobile-apps-sites/mobile-themes/index.html.gz and b/build/developers/documentation/product-guide/mobile-apps-sites/mobile-themes/index.html.gz differ diff --git a/build/developers/documentation/product-guide/mobile-apps-sites/mobile-transition-mode/index.html b/build/developers/documentation/product-guide/mobile-apps-sites/mobile-transition-mode/index.html index 1d56bf1fec..3fc0af16e0 100644 --- a/build/developers/documentation/product-guide/mobile-apps-sites/mobile-transition-mode/index.html +++ b/build/developers/documentation/product-guide/mobile-apps-sites/mobile-transition-mode/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/mobile-apps-sites/mobile-transition-mode/index.html.gz b/build/developers/documentation/product-guide/mobile-apps-sites/mobile-transition-mode/index.html.gz index 70305102d5..efd96acea7 100644 Binary files a/build/developers/documentation/product-guide/mobile-apps-sites/mobile-transition-mode/index.html.gz and b/build/developers/documentation/product-guide/mobile-apps-sites/mobile-transition-mode/index.html.gz differ diff --git a/build/developers/documentation/product-guide/mobile-apps-sites/other-mobile-widgets/index.html b/build/developers/documentation/product-guide/mobile-apps-sites/other-mobile-widgets/index.html index 1d44870e9c..d52ff19431 100644 --- a/build/developers/documentation/product-guide/mobile-apps-sites/other-mobile-widgets/index.html +++ b/build/developers/documentation/product-guide/mobile-apps-sites/other-mobile-widgets/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/mobile-apps-sites/other-mobile-widgets/index.html.gz b/build/developers/documentation/product-guide/mobile-apps-sites/other-mobile-widgets/index.html.gz index ac56fcbc5a..a469d58fdb 100644 Binary files a/build/developers/documentation/product-guide/mobile-apps-sites/other-mobile-widgets/index.html.gz and b/build/developers/documentation/product-guide/mobile-apps-sites/other-mobile-widgets/index.html.gz differ diff --git a/build/developers/documentation/product-guide/mobile-apps-sites/page-transition-effects/index.html b/build/developers/documentation/product-guide/mobile-apps-sites/page-transition-effects/index.html index d8dbbda97d..5e37a2c585 100644 --- a/build/developers/documentation/product-guide/mobile-apps-sites/page-transition-effects/index.html +++ b/build/developers/documentation/product-guide/mobile-apps-sites/page-transition-effects/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/mobile-apps-sites/page-transition-effects/index.html.gz b/build/developers/documentation/product-guide/mobile-apps-sites/page-transition-effects/index.html.gz index 23b7287dd8..cf074e98c0 100644 Binary files a/build/developers/documentation/product-guide/mobile-apps-sites/page-transition-effects/index.html.gz and b/build/developers/documentation/product-guide/mobile-apps-sites/page-transition-effects/index.html.gz differ diff --git a/build/developers/documentation/product-guide/mobile-apps-sites/splash-image-management/index.html b/build/developers/documentation/product-guide/mobile-apps-sites/splash-image-management/index.html index eab381eb79..d8cd9bdfa2 100644 --- a/build/developers/documentation/product-guide/mobile-apps-sites/splash-image-management/index.html +++ b/build/developers/documentation/product-guide/mobile-apps-sites/splash-image-management/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/mobile-apps-sites/splash-image-management/index.html.gz b/build/developers/documentation/product-guide/mobile-apps-sites/splash-image-management/index.html.gz index dee0e8a844..fe1cd53e5d 100644 Binary files a/build/developers/documentation/product-guide/mobile-apps-sites/splash-image-management/index.html.gz and b/build/developers/documentation/product-guide/mobile-apps-sites/splash-image-management/index.html.gz differ diff --git a/build/developers/documentation/product-guide/signing-in-accounts-and-users/index.html b/build/developers/documentation/product-guide/signing-in-accounts-and-users/index.html index 6a3a171533..3a34bc1c99 100644 --- a/build/developers/documentation/product-guide/signing-in-accounts-and-users/index.html +++ b/build/developers/documentation/product-guide/signing-in-accounts-and-users/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/signing-in-accounts-and-users/index.html.gz b/build/developers/documentation/product-guide/signing-in-accounts-and-users/index.html.gz index c447eeed53..66b77c1ded 100644 Binary files a/build/developers/documentation/product-guide/signing-in-accounts-and-users/index.html.gz and b/build/developers/documentation/product-guide/signing-in-accounts-and-users/index.html.gz differ diff --git a/build/developers/documentation/product-guide/the-console/console-tabs/applications/index.html b/build/developers/documentation/product-guide/the-console/console-tabs/applications/index.html index a5951fd0e6..6e8ed7ce1b 100644 --- a/build/developers/documentation/product-guide/the-console/console-tabs/applications/index.html +++ b/build/developers/documentation/product-guide/the-console/console-tabs/applications/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/the-console/console-tabs/applications/index.html.gz b/build/developers/documentation/product-guide/the-console/console-tabs/applications/index.html.gz index 5afd71ee12..6b1174bc8e 100644 Binary files a/build/developers/documentation/product-guide/the-console/console-tabs/applications/index.html.gz and b/build/developers/documentation/product-guide/the-console/console-tabs/applications/index.html.gz differ diff --git a/build/developers/documentation/product-guide/the-console/console-tabs/connections/configuring-a-connection/index.html b/build/developers/documentation/product-guide/the-console/console-tabs/connections/configuring-a-connection/index.html index 0102f1e46e..0ac128cf87 100644 --- a/build/developers/documentation/product-guide/the-console/console-tabs/connections/configuring-a-connection/index.html +++ b/build/developers/documentation/product-guide/the-console/console-tabs/connections/configuring-a-connection/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/the-console/console-tabs/connections/configuring-a-connection/index.html.gz b/build/developers/documentation/product-guide/the-console/console-tabs/connections/configuring-a-connection/index.html.gz index 2ed87b4a0f..588f13aeba 100644 Binary files a/build/developers/documentation/product-guide/the-console/console-tabs/connections/configuring-a-connection/index.html.gz and b/build/developers/documentation/product-guide/the-console/console-tabs/connections/configuring-a-connection/index.html.gz differ diff --git a/build/developers/documentation/product-guide/the-console/console-tabs/connections/index.html b/build/developers/documentation/product-guide/the-console/console-tabs/connections/index.html index 560fe51974..b2de13aa23 100644 --- a/build/developers/documentation/product-guide/the-console/console-tabs/connections/index.html +++ b/build/developers/documentation/product-guide/the-console/console-tabs/connections/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/the-console/console-tabs/connections/index.html.gz b/build/developers/documentation/product-guide/the-console/console-tabs/connections/index.html.gz index 6fa6ea27d0..8c0e39993a 100644 Binary files a/build/developers/documentation/product-guide/the-console/console-tabs/connections/index.html.gz and b/build/developers/documentation/product-guide/the-console/console-tabs/connections/index.html.gz differ diff --git a/build/developers/documentation/product-guide/the-console/console-tabs/connections/sharing-connections/index.html b/build/developers/documentation/product-guide/the-console/console-tabs/connections/sharing-connections/index.html index d3ac5846bf..a30f4e6fd8 100644 --- a/build/developers/documentation/product-guide/the-console/console-tabs/connections/sharing-connections/index.html +++ b/build/developers/documentation/product-guide/the-console/console-tabs/connections/sharing-connections/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/the-console/console-tabs/connections/sharing-connections/index.html.gz b/build/developers/documentation/product-guide/the-console/console-tabs/connections/sharing-connections/index.html.gz index 473d1f945d..bb30019935 100644 Binary files a/build/developers/documentation/product-guide/the-console/console-tabs/connections/sharing-connections/index.html.gz and b/build/developers/documentation/product-guide/the-console/console-tabs/connections/sharing-connections/index.html.gz differ diff --git a/build/developers/documentation/product-guide/the-console/console-tabs/index.html b/build/developers/documentation/product-guide/the-console/console-tabs/index.html index f50b2f3f57..a34a47a6f6 100644 --- a/build/developers/documentation/product-guide/the-console/console-tabs/index.html +++ b/build/developers/documentation/product-guide/the-console/console-tabs/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/the-console/console-tabs/index.html.gz b/build/developers/documentation/product-guide/the-console/console-tabs/index.html.gz index db2ed047c2..3fee40c5ce 100644 Binary files a/build/developers/documentation/product-guide/the-console/console-tabs/index.html.gz and b/build/developers/documentation/product-guide/the-console/console-tabs/index.html.gz differ diff --git a/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/google-analytics-parameters/index.html b/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/google-analytics-parameters/index.html index 6a8c34dbf7..0099991bca 100644 --- a/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/google-analytics-parameters/index.html +++ b/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/google-analytics-parameters/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/google-analytics-parameters/index.html.gz b/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/google-analytics-parameters/index.html.gz index b4e257c3c8..c19aaa8872 100644 Binary files a/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/google-analytics-parameters/index.html.gz and b/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/google-analytics-parameters/index.html.gz differ diff --git a/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/google-maps/index.html b/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/google-maps/index.html index f2d7d9ee65..5909953294 100644 --- a/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/google-maps/index.html +++ b/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/google-maps/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/google-maps/index.html.gz b/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/google-maps/index.html.gz index 00f7e196e5..19d025256e 100644 Binary files a/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/google-maps/index.html.gz and b/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/google-maps/index.html.gz differ diff --git a/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/index.html b/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/index.html index f114d47207..8e457f34c9 100644 --- a/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/index.html +++ b/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/index.html.gz b/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/index.html.gz index 30073ad0d8..6c0888196c 100644 Binary files a/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/index.html.gz and b/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/index.html.gz differ diff --git a/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/phonegap-parameters/index.html b/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/phonegap-parameters/index.html index 17c0f377a2..af4303c51e 100644 --- a/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/phonegap-parameters/index.html +++ b/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/phonegap-parameters/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/phonegap-parameters/index.html.gz b/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/phonegap-parameters/index.html.gz index 6ac898edf4..61b60a6a7c 100644 Binary files a/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/phonegap-parameters/index.html.gz and b/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/phonegap-parameters/index.html.gz differ diff --git a/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/smtp-parameters/adding-your-smtp-parameters/index.html b/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/smtp-parameters/adding-your-smtp-parameters/index.html index a64230a09f..37017ad360 100644 --- a/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/smtp-parameters/adding-your-smtp-parameters/index.html +++ b/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/smtp-parameters/adding-your-smtp-parameters/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/smtp-parameters/adding-your-smtp-parameters/index.html.gz b/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/smtp-parameters/adding-your-smtp-parameters/index.html.gz index cc684305ab..7fcdc1e869 100644 Binary files a/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/smtp-parameters/adding-your-smtp-parameters/index.html.gz and b/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/smtp-parameters/adding-your-smtp-parameters/index.html.gz differ diff --git a/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/smtp-parameters/index.html b/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/smtp-parameters/index.html index b1ba567b2c..83b25aabb0 100644 --- a/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/smtp-parameters/index.html +++ b/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/smtp-parameters/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/smtp-parameters/index.html.gz b/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/smtp-parameters/index.html.gz index 86a58caf0c..fb5d5499cd 100644 Binary files a/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/smtp-parameters/index.html.gz and b/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/smtp-parameters/index.html.gz differ diff --git a/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/system-parameters/index.html b/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/system-parameters/index.html index f5c98b2fde..4e3f0babaa 100644 --- a/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/system-parameters/index.html +++ b/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/system-parameters/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/system-parameters/index.html.gz b/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/system-parameters/index.html.gz index f0d7a43ed8..dcf1edb21e 100644 Binary files a/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/system-parameters/index.html.gz and b/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/system-parameters/index.html.gz differ diff --git a/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/system-parameters/system-parameters-configuratio/index.html b/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/system-parameters/system-parameters-configuratio/index.html index 17b236baf6..39edc61886 100644 --- a/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/system-parameters/system-parameters-configuratio/index.html +++ b/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/system-parameters/system-parameters-configuratio/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/system-parameters/system-parameters-configuratio/index.html.gz b/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/system-parameters/system-parameters-configuratio/index.html.gz index cdee8662a6..84aa8b6473 100644 Binary files a/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/system-parameters/system-parameters-configuratio/index.html.gz and b/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/system-parameters/system-parameters-configuratio/index.html.gz differ diff --git a/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/user-parameters/accessing-user-parameters-from/index.html b/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/user-parameters/accessing-user-parameters-from/index.html index 2158f532f2..a16f457140 100644 --- a/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/user-parameters/accessing-user-parameters-from/index.html +++ b/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/user-parameters/accessing-user-parameters-from/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/user-parameters/accessing-user-parameters-from/index.html.gz b/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/user-parameters/accessing-user-parameters-from/index.html.gz index c6056a2500..2fea718820 100644 Binary files a/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/user-parameters/accessing-user-parameters-from/index.html.gz and b/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/user-parameters/accessing-user-parameters-from/index.html.gz differ diff --git a/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/user-parameters/adding-a-new-user-parameter-gr/index.html b/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/user-parameters/adding-a-new-user-parameter-gr/index.html index d4ae981c83..02796d3748 100644 --- a/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/user-parameters/adding-a-new-user-parameter-gr/index.html +++ b/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/user-parameters/adding-a-new-user-parameter-gr/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/user-parameters/adding-a-new-user-parameter-gr/index.html.gz b/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/user-parameters/adding-a-new-user-parameter-gr/index.html.gz index dddbe0ea5e..910a5abd7d 100644 Binary files a/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/user-parameters/adding-a-new-user-parameter-gr/index.html.gz and b/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/user-parameters/adding-a-new-user-parameter-gr/index.html.gz differ diff --git a/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/user-parameters/configuring-group-parameters/index.html b/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/user-parameters/configuring-group-parameters/index.html index 3788ff8a4d..3c2e18791a 100644 --- a/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/user-parameters/configuring-group-parameters/index.html +++ b/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/user-parameters/configuring-group-parameters/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/user-parameters/configuring-group-parameters/index.html.gz b/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/user-parameters/configuring-group-parameters/index.html.gz index 205e2e3d74..7567193351 100644 Binary files a/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/user-parameters/configuring-group-parameters/index.html.gz and b/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/user-parameters/configuring-group-parameters/index.html.gz differ diff --git a/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/user-parameters/index.html b/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/user-parameters/index.html index b494d8da7c..d0520b61fc 100644 --- a/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/user-parameters/index.html +++ b/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/user-parameters/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/user-parameters/index.html.gz b/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/user-parameters/index.html.gz index 5c85a836e6..1e2b66bc18 100644 Binary files a/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/user-parameters/index.html.gz and b/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/user-parameters/index.html.gz differ diff --git a/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/user-parameters/setting-user-parameters-from-a/index.html b/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/user-parameters/setting-user-parameters-from-a/index.html index 0e30d2055d..e0512d26c1 100644 --- a/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/user-parameters/setting-user-parameters-from-a/index.html +++ b/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/user-parameters/setting-user-parameters-from-a/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/user-parameters/setting-user-parameters-from-a/index.html.gz b/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/user-parameters/setting-user-parameters-from-a/index.html.gz index 141c2d64e4..7f18dbb558 100644 Binary files a/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/user-parameters/setting-user-parameters-from-a/index.html.gz and b/build/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/user-parameters/setting-user-parameters-from-a/index.html.gz differ diff --git a/build/developers/documentation/product-guide/the-console/console-tabs/more/index.html b/build/developers/documentation/product-guide/the-console/console-tabs/more/index.html index 28c202cf7d..3b617e9d3b 100644 --- a/build/developers/documentation/product-guide/the-console/console-tabs/more/index.html +++ b/build/developers/documentation/product-guide/the-console/console-tabs/more/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/the-console/console-tabs/more/index.html.gz b/build/developers/documentation/product-guide/the-console/console-tabs/more/index.html.gz index ae0d33b406..666515c195 100644 Binary files a/build/developers/documentation/product-guide/the-console/console-tabs/more/index.html.gz and b/build/developers/documentation/product-guide/the-console/console-tabs/more/index.html.gz differ diff --git a/build/developers/documentation/product-guide/the-console/console-tabs/more/my-details/index.html b/build/developers/documentation/product-guide/the-console/console-tabs/more/my-details/index.html index 6886c89aea..11170fcc67 100644 --- a/build/developers/documentation/product-guide/the-console/console-tabs/more/my-details/index.html +++ b/build/developers/documentation/product-guide/the-console/console-tabs/more/my-details/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/the-console/console-tabs/more/my-details/index.html.gz b/build/developers/documentation/product-guide/the-console/console-tabs/more/my-details/index.html.gz index 7d7ed368f9..f420bf7ac7 100644 Binary files a/build/developers/documentation/product-guide/the-console/console-tabs/more/my-details/index.html.gz and b/build/developers/documentation/product-guide/the-console/console-tabs/more/my-details/index.html.gz differ diff --git a/build/developers/documentation/product-guide/the-console/console-tabs/more/notifiers/index.html b/build/developers/documentation/product-guide/the-console/console-tabs/more/notifiers/index.html index 10c86c9d9c..718b1da78e 100644 --- a/build/developers/documentation/product-guide/the-console/console-tabs/more/notifiers/index.html +++ b/build/developers/documentation/product-guide/the-console/console-tabs/more/notifiers/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/the-console/console-tabs/more/notifiers/index.html.gz b/build/developers/documentation/product-guide/the-console/console-tabs/more/notifiers/index.html.gz index e7d2cec5a6..ea8e0d9789 100644 Binary files a/build/developers/documentation/product-guide/the-console/console-tabs/more/notifiers/index.html.gz and b/build/developers/documentation/product-guide/the-console/console-tabs/more/notifiers/index.html.gz differ diff --git a/build/developers/documentation/product-guide/the-console/console-tabs/more/users-groups/groups/index.html b/build/developers/documentation/product-guide/the-console/console-tabs/more/users-groups/groups/index.html index 547449e1b3..899210fea1 100644 --- a/build/developers/documentation/product-guide/the-console/console-tabs/more/users-groups/groups/index.html +++ b/build/developers/documentation/product-guide/the-console/console-tabs/more/users-groups/groups/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/the-console/console-tabs/more/users-groups/groups/index.html.gz b/build/developers/documentation/product-guide/the-console/console-tabs/more/users-groups/groups/index.html.gz index f52e98154b..6d61c0ab10 100644 Binary files a/build/developers/documentation/product-guide/the-console/console-tabs/more/users-groups/groups/index.html.gz and b/build/developers/documentation/product-guide/the-console/console-tabs/more/users-groups/groups/index.html.gz differ diff --git a/build/developers/documentation/product-guide/the-console/console-tabs/more/users-groups/index.html b/build/developers/documentation/product-guide/the-console/console-tabs/more/users-groups/index.html index 69f8d84afa..27b967491a 100644 --- a/build/developers/documentation/product-guide/the-console/console-tabs/more/users-groups/index.html +++ b/build/developers/documentation/product-guide/the-console/console-tabs/more/users-groups/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/the-console/console-tabs/more/users-groups/index.html.gz b/build/developers/documentation/product-guide/the-console/console-tabs/more/users-groups/index.html.gz index 1a5810a149..77eafc485f 100644 Binary files a/build/developers/documentation/product-guide/the-console/console-tabs/more/users-groups/index.html.gz and b/build/developers/documentation/product-guide/the-console/console-tabs/more/users-groups/index.html.gz differ diff --git a/build/developers/documentation/product-guide/the-console/console-tabs/more/users-groups/users/index.html b/build/developers/documentation/product-guide/the-console/console-tabs/more/users-groups/users/index.html index 00c4753c4e..f45020ce63 100644 --- a/build/developers/documentation/product-guide/the-console/console-tabs/more/users-groups/users/index.html +++ b/build/developers/documentation/product-guide/the-console/console-tabs/more/users-groups/users/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/the-console/console-tabs/more/users-groups/users/index.html.gz b/build/developers/documentation/product-guide/the-console/console-tabs/more/users-groups/users/index.html.gz index 3663c4219a..9014975e84 100644 Binary files a/build/developers/documentation/product-guide/the-console/console-tabs/more/users-groups/users/index.html.gz and b/build/developers/documentation/product-guide/the-console/console-tabs/more/users-groups/users/index.html.gz differ diff --git a/build/developers/documentation/product-guide/the-console/console-tabs/more/widgets/adding-a-3rd-party-widget/index.html b/build/developers/documentation/product-guide/the-console/console-tabs/more/widgets/adding-a-3rd-party-widget/index.html index 2f8139b13a..c7531ca71f 100644 --- a/build/developers/documentation/product-guide/the-console/console-tabs/more/widgets/adding-a-3rd-party-widget/index.html +++ b/build/developers/documentation/product-guide/the-console/console-tabs/more/widgets/adding-a-3rd-party-widget/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/the-console/console-tabs/more/widgets/adding-a-3rd-party-widget/index.html.gz b/build/developers/documentation/product-guide/the-console/console-tabs/more/widgets/adding-a-3rd-party-widget/index.html.gz index 262db4143f..1788b652a6 100644 Binary files a/build/developers/documentation/product-guide/the-console/console-tabs/more/widgets/adding-a-3rd-party-widget/index.html.gz and b/build/developers/documentation/product-guide/the-console/console-tabs/more/widgets/adding-a-3rd-party-widget/index.html.gz differ diff --git a/build/developers/documentation/product-guide/the-console/console-tabs/more/widgets/adding-a-native-ac-widget/index.html b/build/developers/documentation/product-guide/the-console/console-tabs/more/widgets/adding-a-native-ac-widget/index.html index 97482f6765..3aa2058d2c 100644 --- a/build/developers/documentation/product-guide/the-console/console-tabs/more/widgets/adding-a-native-ac-widget/index.html +++ b/build/developers/documentation/product-guide/the-console/console-tabs/more/widgets/adding-a-native-ac-widget/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/the-console/console-tabs/more/widgets/adding-a-native-ac-widget/index.html.gz b/build/developers/documentation/product-guide/the-console/console-tabs/more/widgets/adding-a-native-ac-widget/index.html.gz index d724e41dcc..088b1d91b6 100644 Binary files a/build/developers/documentation/product-guide/the-console/console-tabs/more/widgets/adding-a-native-ac-widget/index.html.gz and b/build/developers/documentation/product-guide/the-console/console-tabs/more/widgets/adding-a-native-ac-widget/index.html.gz differ diff --git a/build/developers/documentation/product-guide/the-console/console-tabs/more/widgets/index.html b/build/developers/documentation/product-guide/the-console/console-tabs/more/widgets/index.html index 985b2440c5..41dde20f8c 100644 --- a/build/developers/documentation/product-guide/the-console/console-tabs/more/widgets/index.html +++ b/build/developers/documentation/product-guide/the-console/console-tabs/more/widgets/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/the-console/console-tabs/more/widgets/index.html.gz b/build/developers/documentation/product-guide/the-console/console-tabs/more/widgets/index.html.gz index 648f3634f5..dc57fbf4d0 100644 Binary files a/build/developers/documentation/product-guide/the-console/console-tabs/more/widgets/index.html.gz and b/build/developers/documentation/product-guide/the-console/console-tabs/more/widgets/index.html.gz differ diff --git a/build/developers/documentation/product-guide/the-console/console-tabs/queries/index.html b/build/developers/documentation/product-guide/the-console/console-tabs/queries/index.html index bd0aefda72..fb026f6a49 100644 --- a/build/developers/documentation/product-guide/the-console/console-tabs/queries/index.html +++ b/build/developers/documentation/product-guide/the-console/console-tabs/queries/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/the-console/console-tabs/queries/index.html.gz b/build/developers/documentation/product-guide/the-console/console-tabs/queries/index.html.gz index 47958e1964..61be7b68b2 100644 Binary files a/build/developers/documentation/product-guide/the-console/console-tabs/queries/index.html.gz and b/build/developers/documentation/product-guide/the-console/console-tabs/queries/index.html.gz differ diff --git a/build/developers/documentation/product-guide/the-console/console-tabs/queries/query-wizard/index.html b/build/developers/documentation/product-guide/the-console/console-tabs/queries/query-wizard/index.html index e5ac80db01..559c824765 100644 --- a/build/developers/documentation/product-guide/the-console/console-tabs/queries/query-wizard/index.html +++ b/build/developers/documentation/product-guide/the-console/console-tabs/queries/query-wizard/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/the-console/console-tabs/queries/query-wizard/index.html.gz b/build/developers/documentation/product-guide/the-console/console-tabs/queries/query-wizard/index.html.gz index 4bb39c0ce2..11fec62195 100644 Binary files a/build/developers/documentation/product-guide/the-console/console-tabs/queries/query-wizard/index.html.gz and b/build/developers/documentation/product-guide/the-console/console-tabs/queries/query-wizard/index.html.gz differ diff --git a/build/developers/documentation/product-guide/the-console/console-tabs/queries/query-wizard/input-output-field-configurat/index.html b/build/developers/documentation/product-guide/the-console/console-tabs/queries/query-wizard/input-output-field-configurat/index.html index f113a69355..5ae4d95525 100644 --- a/build/developers/documentation/product-guide/the-console/console-tabs/queries/query-wizard/input-output-field-configurat/index.html +++ b/build/developers/documentation/product-guide/the-console/console-tabs/queries/query-wizard/input-output-field-configurat/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/the-console/console-tabs/queries/query-wizard/input-output-field-configurat/index.html.gz b/build/developers/documentation/product-guide/the-console/console-tabs/queries/query-wizard/input-output-field-configurat/index.html.gz index 2fd1638a3b..aecdaa5731 100644 Binary files a/build/developers/documentation/product-guide/the-console/console-tabs/queries/query-wizard/input-output-field-configurat/index.html.gz and b/build/developers/documentation/product-guide/the-console/console-tabs/queries/query-wizard/input-output-field-configurat/index.html.gz differ diff --git a/build/developers/documentation/product-guide/the-console/console-tabs/queries/query-wizard/join-configuration/index.html b/build/developers/documentation/product-guide/the-console/console-tabs/queries/query-wizard/join-configuration/index.html index 9e4458c7b4..affa164dbc 100644 --- a/build/developers/documentation/product-guide/the-console/console-tabs/queries/query-wizard/join-configuration/index.html +++ b/build/developers/documentation/product-guide/the-console/console-tabs/queries/query-wizard/join-configuration/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/the-console/console-tabs/queries/query-wizard/join-configuration/index.html.gz b/build/developers/documentation/product-guide/the-console/console-tabs/queries/query-wizard/join-configuration/index.html.gz index 56aba63611..071f59e2dd 100644 Binary files a/build/developers/documentation/product-guide/the-console/console-tabs/queries/query-wizard/join-configuration/index.html.gz and b/build/developers/documentation/product-guide/the-console/console-tabs/queries/query-wizard/join-configuration/index.html.gz differ diff --git a/build/developers/documentation/product-guide/the-console/console-tabs/queries/query-wizard/query-test/index.html b/build/developers/documentation/product-guide/the-console/console-tabs/queries/query-wizard/query-test/index.html index be0d4ce18a..3011ad2cf4 100644 --- a/build/developers/documentation/product-guide/the-console/console-tabs/queries/query-wizard/query-test/index.html +++ b/build/developers/documentation/product-guide/the-console/console-tabs/queries/query-wizard/query-test/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/the-console/console-tabs/queries/query-wizard/query-test/index.html.gz b/build/developers/documentation/product-guide/the-console/console-tabs/queries/query-wizard/query-test/index.html.gz index c3f20d4496..7159d269f5 100644 Binary files a/build/developers/documentation/product-guide/the-console/console-tabs/queries/query-wizard/query-test/index.html.gz and b/build/developers/documentation/product-guide/the-console/console-tabs/queries/query-wizard/query-test/index.html.gz differ diff --git a/build/developers/documentation/product-guide/the-console/console-tabs/queries/query-wizard/table-selection/index.html b/build/developers/documentation/product-guide/the-console/console-tabs/queries/query-wizard/table-selection/index.html index bcb00fb672..d2acf24337 100644 --- a/build/developers/documentation/product-guide/the-console/console-tabs/queries/query-wizard/table-selection/index.html +++ b/build/developers/documentation/product-guide/the-console/console-tabs/queries/query-wizard/table-selection/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/the-console/console-tabs/queries/query-wizard/table-selection/index.html.gz b/build/developers/documentation/product-guide/the-console/console-tabs/queries/query-wizard/table-selection/index.html.gz index 7a293b0165..4df2b6cb18 100644 Binary files a/build/developers/documentation/product-guide/the-console/console-tabs/queries/query-wizard/table-selection/index.html.gz and b/build/developers/documentation/product-guide/the-console/console-tabs/queries/query-wizard/table-selection/index.html.gz differ diff --git a/build/developers/documentation/product-guide/the-console/console-tabs/resources/index.html b/build/developers/documentation/product-guide/the-console/console-tabs/resources/index.html index aeefff9e5a..98b8941e21 100644 --- a/build/developers/documentation/product-guide/the-console/console-tabs/resources/index.html +++ b/build/developers/documentation/product-guide/the-console/console-tabs/resources/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/the-console/console-tabs/resources/index.html.gz b/build/developers/documentation/product-guide/the-console/console-tabs/resources/index.html.gz index ec59dc8d24..4399c31031 100644 Binary files a/build/developers/documentation/product-guide/the-console/console-tabs/resources/index.html.gz and b/build/developers/documentation/product-guide/the-console/console-tabs/resources/index.html.gz differ diff --git a/build/developers/documentation/product-guide/the-console/console-tabs/themes-overview/index.html b/build/developers/documentation/product-guide/the-console/console-tabs/themes-overview/index.html index 7a2e7e5909..c1c5a43cfd 100644 --- a/build/developers/documentation/product-guide/the-console/console-tabs/themes-overview/index.html +++ b/build/developers/documentation/product-guide/the-console/console-tabs/themes-overview/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/the-console/console-tabs/themes-overview/index.html.gz b/build/developers/documentation/product-guide/the-console/console-tabs/themes-overview/index.html.gz index e922dba4dc..7fe3a11c48 100644 Binary files a/build/developers/documentation/product-guide/the-console/console-tabs/themes-overview/index.html.gz and b/build/developers/documentation/product-guide/the-console/console-tabs/themes-overview/index.html.gz differ diff --git a/build/developers/documentation/product-guide/the-console/general-screen-behavior/index.html b/build/developers/documentation/product-guide/the-console/general-screen-behavior/index.html index f4e25eac26..b0a8faa9af 100644 --- a/build/developers/documentation/product-guide/the-console/general-screen-behavior/index.html +++ b/build/developers/documentation/product-guide/the-console/general-screen-behavior/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/the-console/general-screen-behavior/index.html.gz b/build/developers/documentation/product-guide/the-console/general-screen-behavior/index.html.gz index df0ece8562..9a379eb273 100644 Binary files a/build/developers/documentation/product-guide/the-console/general-screen-behavior/index.html.gz and b/build/developers/documentation/product-guide/the-console/general-screen-behavior/index.html.gz differ diff --git a/build/developers/documentation/product-guide/the-console/import-export/export/index.html b/build/developers/documentation/product-guide/the-console/import-export/export/index.html index 93d140bf73..dcb750ebe8 100644 --- a/build/developers/documentation/product-guide/the-console/import-export/export/index.html +++ b/build/developers/documentation/product-guide/the-console/import-export/export/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/the-console/import-export/export/index.html.gz b/build/developers/documentation/product-guide/the-console/import-export/export/index.html.gz index 0037064de7..041bdca1c3 100644 Binary files a/build/developers/documentation/product-guide/the-console/import-export/export/index.html.gz and b/build/developers/documentation/product-guide/the-console/import-export/export/index.html.gz differ diff --git a/build/developers/documentation/product-guide/the-console/import-export/import/index.html b/build/developers/documentation/product-guide/the-console/import-export/import/index.html index f804a6d965..58f47e7bf3 100644 --- a/build/developers/documentation/product-guide/the-console/import-export/import/index.html +++ b/build/developers/documentation/product-guide/the-console/import-export/import/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/the-console/import-export/import/index.html.gz b/build/developers/documentation/product-guide/the-console/import-export/import/index.html.gz index ee82320e5b..83e56f3c6a 100644 Binary files a/build/developers/documentation/product-guide/the-console/import-export/import/index.html.gz and b/build/developers/documentation/product-guide/the-console/import-export/import/index.html.gz differ diff --git a/build/developers/documentation/product-guide/the-console/import-export/index.html b/build/developers/documentation/product-guide/the-console/import-export/index.html index 1408cf5502..5bf9ad1d6d 100644 --- a/build/developers/documentation/product-guide/the-console/import-export/index.html +++ b/build/developers/documentation/product-guide/the-console/import-export/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/the-console/import-export/index.html.gz b/build/developers/documentation/product-guide/the-console/import-export/index.html.gz index d4478f2b97..2b767522d0 100644 Binary files a/build/developers/documentation/product-guide/the-console/import-export/index.html.gz and b/build/developers/documentation/product-guide/the-console/import-export/index.html.gz differ diff --git a/build/developers/documentation/product-guide/the-console/index.html b/build/developers/documentation/product-guide/the-console/index.html index 1fd6cca2e5..91efd784ec 100644 --- a/build/developers/documentation/product-guide/the-console/index.html +++ b/build/developers/documentation/product-guide/the-console/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/the-console/index.html.gz b/build/developers/documentation/product-guide/the-console/index.html.gz index 8a6fbdf08b..222d15acb4 100644 Binary files a/build/developers/documentation/product-guide/the-console/index.html.gz and b/build/developers/documentation/product-guide/the-console/index.html.gz differ diff --git a/build/developers/documentation/product-guide/the-console/private-shared-and-public-fol/index.html b/build/developers/documentation/product-guide/the-console/private-shared-and-public-fol/index.html index ef920dc81c..4eaf4dfd0f 100644 --- a/build/developers/documentation/product-guide/the-console/private-shared-and-public-fol/index.html +++ b/build/developers/documentation/product-guide/the-console/private-shared-and-public-fol/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/the-console/private-shared-and-public-fol/index.html.gz b/build/developers/documentation/product-guide/the-console/private-shared-and-public-fol/index.html.gz index f0f80f1163..00dde85487 100644 Binary files a/build/developers/documentation/product-guide/the-console/private-shared-and-public-fol/index.html.gz and b/build/developers/documentation/product-guide/the-console/private-shared-and-public-fol/index.html.gz differ diff --git a/build/developers/documentation/product-guide/the-console/sharing/index.html b/build/developers/documentation/product-guide/the-console/sharing/index.html index c9fe7eda10..649532f708 100644 --- a/build/developers/documentation/product-guide/the-console/sharing/index.html +++ b/build/developers/documentation/product-guide/the-console/sharing/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/the-console/sharing/index.html.gz b/build/developers/documentation/product-guide/the-console/sharing/index.html.gz index d7fa8b981a..117c190632 100644 Binary files a/build/developers/documentation/product-guide/the-console/sharing/index.html.gz and b/build/developers/documentation/product-guide/the-console/sharing/index.html.gz differ diff --git a/build/developers/documentation/product-guide/the-console/versions/index.html b/build/developers/documentation/product-guide/the-console/versions/index.html index 02ad6a0266..8c9121722f 100644 --- a/build/developers/documentation/product-guide/the-console/versions/index.html +++ b/build/developers/documentation/product-guide/the-console/versions/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/the-console/versions/index.html.gz b/build/developers/documentation/product-guide/the-console/versions/index.html.gz index 519abe8535..2333c2face 100644 Binary files a/build/developers/documentation/product-guide/the-console/versions/index.html.gz and b/build/developers/documentation/product-guide/the-console/versions/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/advanced/advanced-menu/index.html b/build/developers/documentation/product-guide/widget-properties-events/advanced/advanced-menu/index.html index f0121350dd..43de6063ee 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/advanced/advanced-menu/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/advanced/advanced-menu/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/advanced/advanced-menu/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/advanced/advanced-menu/index.html.gz index aa58092d36..3d36804d64 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/advanced/advanced-menu/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/advanced/advanced-menu/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/advanced/advertising1/index.html b/build/developers/documentation/product-guide/widget-properties-events/advanced/advertising1/index.html index 330f4ecfd4..7d1ac07a82 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/advanced/advertising1/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/advanced/advertising1/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/advanced/advertising1/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/advanced/advertising1/index.html.gz index 0f8aed3f96..6e51b8c500 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/advanced/advertising1/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/advanced/advertising1/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/advanced/advreset-filter/index.html b/build/developers/documentation/product-guide/widget-properties-events/advanced/advreset-filter/index.html index 61cf3ac224..c937a3ca55 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/advanced/advreset-filter/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/advanced/advreset-filter/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/advanced/advreset-filter/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/advanced/advreset-filter/index.html.gz index ae1cee8e86..41e0f3ce8d 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/advanced/advreset-filter/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/advanced/advreset-filter/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/advanced/audio/index.html b/build/developers/documentation/product-guide/widget-properties-events/advanced/audio/index.html index 7dcfc5e50e..69f7863ac7 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/advanced/audio/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/advanced/audio/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/advanced/audio/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/advanced/audio/index.html.gz index 956a906a7e..f96dc1d05e 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/advanced/audio/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/advanced/audio/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/advanced/calendar/index.html b/build/developers/documentation/product-guide/widget-properties-events/advanced/calendar/index.html index 4f6662370e..9ef9a9e53e 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/advanced/calendar/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/advanced/calendar/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/advanced/calendar/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/advanced/calendar/index.html.gz index ed7205354d..ef227d6242 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/advanced/calendar/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/advanced/calendar/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/advanced/embed-app/index.html b/build/developers/documentation/product-guide/widget-properties-events/advanced/embed-app/index.html index 4c12610b9f..216cfc4a51 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/advanced/embed-app/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/advanced/embed-app/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/advanced/embed-app/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/advanced/embed-app/index.html.gz index ad54c4d484..4d36a9893a 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/advanced/embed-app/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/advanced/embed-app/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/advanced/file-upload/index.html b/build/developers/documentation/product-guide/widget-properties-events/advanced/file-upload/index.html index d8e9d56a2d..ee2632b4d3 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/advanced/file-upload/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/advanced/file-upload/index.html @@ -16,7 +16,7 @@ - + @@ -100,7 +100,7 @@

    File Upload

    -

    File Upload enables you to upload files

    +

    File Upload enables you to upload files to your apps. Please note that due to security limitations it cannot be used in apps deployed to your own servers.

    diff --git a/build/developers/documentation/product-guide/widget-properties-events/advanced/file-upload/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/advanced/file-upload/index.html.gz index 41a7363f10..a87fc0a4b3 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/advanced/file-upload/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/advanced/file-upload/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/advanced/flot-charts/index.html b/build/developers/documentation/product-guide/widget-properties-events/advanced/flot-charts/index.html index 0d915917f5..9a7bd28e0c 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/advanced/flot-charts/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/advanced/flot-charts/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/advanced/flot-charts/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/advanced/flot-charts/index.html.gz index c3d7a4697c..57ccb84007 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/advanced/flot-charts/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/advanced/flot-charts/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/advanced/google-maps-advanced/index.html b/build/developers/documentation/product-guide/widget-properties-events/advanced/google-maps-advanced/index.html index 534212b461..26807c08bf 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/advanced/google-maps-advanced/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/advanced/google-maps-advanced/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/advanced/google-maps-advanced/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/advanced/google-maps-advanced/index.html.gz index b8fd719cac..ddc3205615 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/advanced/google-maps-advanced/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/advanced/google-maps-advanced/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/advanced/grid/index.html b/build/developers/documentation/product-guide/widget-properties-events/advanced/grid/index.html index b608752d9e..4147135446 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/advanced/grid/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/advanced/grid/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/advanced/grid/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/advanced/grid/index.html.gz index 0819c949c9..c7d4701b81 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/advanced/grid/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/advanced/grid/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/advanced/html5-audio/index.html b/build/developers/documentation/product-guide/widget-properties-events/advanced/html5-audio/index.html index 648d3fb9f8..8c1a541b49 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/advanced/html5-audio/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/advanced/html5-audio/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/advanced/html5-audio/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/advanced/html5-audio/index.html.gz index 92bb2eba0c..82911c19f4 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/advanced/html5-audio/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/advanced/html5-audio/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/advanced/html5-video/index.html b/build/developers/documentation/product-guide/widget-properties-events/advanced/html5-video/index.html index ef9b3e1674..64fa4985e0 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/advanced/html5-video/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/advanced/html5-video/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/advanced/html5-video/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/advanced/html5-video/index.html.gz index 8603adb356..a179184574 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/advanced/html5-video/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/advanced/html5-video/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/advanced/index.html b/build/developers/documentation/product-guide/widget-properties-events/advanced/index.html index 4a1e4de474..ff0d150c4c 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/advanced/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/advanced/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/advanced/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/advanced/index.html.gz index e713c30173..9ccd5f2697 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/advanced/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/advanced/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/advanced/jplayer/index.html b/build/developers/documentation/product-guide/widget-properties-events/advanced/jplayer/index.html index de66a32f48..bfef2a058d 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/advanced/jplayer/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/advanced/jplayer/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/advanced/jplayer/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/advanced/jplayer/index.html.gz index cd2152cd2d..e2ea416738 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/advanced/jplayer/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/advanced/jplayer/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/advanced/mask-edit/index.html b/build/developers/documentation/product-guide/widget-properties-events/advanced/mask-edit/index.html index 39cd9188a7..a166e2d13e 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/advanced/mask-edit/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/advanced/mask-edit/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/advanced/mask-edit/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/advanced/mask-edit/index.html.gz index dbe17a06c2..d4b8b1b04d 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/advanced/mask-edit/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/advanced/mask-edit/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/advanced/photoswipe/index.html b/build/developers/documentation/product-guide/widget-properties-events/advanced/photoswipe/index.html index 8ba7306047..976192ae05 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/advanced/photoswipe/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/advanced/photoswipe/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/advanced/photoswipe/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/advanced/photoswipe/index.html.gz index ab279589e3..92b491d37f 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/advanced/photoswipe/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/advanced/photoswipe/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/advanced/search/index.html b/build/developers/documentation/product-guide/widget-properties-events/advanced/search/index.html index eab723106f..76ed2d7451 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/advanced/search/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/advanced/search/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/advanced/search/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/advanced/search/index.html.gz index e71c97acd3..a1b61a0bf0 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/advanced/search/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/advanced/search/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/advanced/sliders/index.html b/build/developers/documentation/product-guide/widget-properties-events/advanced/sliders/index.html index a9fd307df2..46b60a0347 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/advanced/sliders/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/advanced/sliders/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/advanced/sliders/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/advanced/sliders/index.html.gz index 45eb37bb44..03b8c08bd2 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/advanced/sliders/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/advanced/sliders/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/advanced/timeline/index.html b/build/developers/documentation/product-guide/widget-properties-events/advanced/timeline/index.html index a016f8c72e..99ef395e69 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/advanced/timeline/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/advanced/timeline/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/advanced/timeline/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/advanced/timeline/index.html.gz index dd09ef0a21..8e29a7b38f 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/advanced/timeline/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/advanced/timeline/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/advanced/video/index.html b/build/developers/documentation/product-guide/widget-properties-events/advanced/video/index.html index b56928aedb..5e131a076d 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/advanced/video/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/advanced/video/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/advanced/video/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/advanced/video/index.html.gz index e73750004c..00c98767c9 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/advanced/video/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/advanced/video/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/advanced/youtube/index.html b/build/developers/documentation/product-guide/widget-properties-events/advanced/youtube/index.html index 6d3ccb35c5..4433ec7c9c 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/advanced/youtube/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/advanced/youtube/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/advanced/youtube/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/advanced/youtube/index.html.gz index 57bc1a58ee..3619a1dade 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/advanced/youtube/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/advanced/youtube/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/app-properties/index.html b/build/developers/documentation/product-guide/widget-properties-events/app-properties/index.html index bed0a32f30..cf1afa256d 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/app-properties/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/app-properties/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/app-properties/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/app-properties/index.html.gz index 401eed496a..973e7dc12f 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/app-properties/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/app-properties/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/authentication/authcaptcha/index.html b/build/developers/documentation/product-guide/widget-properties-events/authentication/authcaptcha/index.html index 51de0c2b08..dad9c05381 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/authentication/authcaptcha/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/authentication/authcaptcha/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/authentication/authcaptcha/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/authentication/authcaptcha/index.html.gz index 4296c42e36..8f3d7b50dd 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/authentication/authcaptcha/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/authentication/authcaptcha/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/authentication/authpassword/index.html b/build/developers/documentation/product-guide/widget-properties-events/authentication/authpassword/index.html index 9cea2b6882..12cd2d5c29 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/authentication/authpassword/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/authentication/authpassword/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/authentication/authpassword/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/authentication/authpassword/index.html.gz index 8c31829a88..25f95923c7 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/authentication/authpassword/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/authentication/authpassword/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/authentication/authsign-in/index.html b/build/developers/documentation/product-guide/widget-properties-events/authentication/authsign-in/index.html index 1ba8652fda..6e19027d2a 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/authentication/authsign-in/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/authentication/authsign-in/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/authentication/authsign-in/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/authentication/authsign-in/index.html.gz index d922a84e21..888d1af478 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/authentication/authsign-in/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/authentication/authsign-in/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/authentication/authsign-up/index.html b/build/developers/documentation/product-guide/widget-properties-events/authentication/authsign-up/index.html index 42fd40704b..ed2f6ee629 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/authentication/authsign-up/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/authentication/authsign-up/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/authentication/authsign-up/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/authentication/authsign-up/index.html.gz index d6f53d4ca8..7b5e71c067 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/authentication/authsign-up/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/authentication/authsign-up/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/authentication/index.html b/build/developers/documentation/product-guide/widget-properties-events/authentication/index.html index debd2a79a9..b0b06a6d40 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/authentication/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/authentication/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/authentication/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/authentication/index.html.gz index 63a068db4f..d9bcdbd4c9 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/authentication/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/authentication/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/beta/circle-menu/index.html b/build/developers/documentation/product-guide/widget-properties-events/beta/circle-menu/index.html index 3d93caf8d8..37525eeabc 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/beta/circle-menu/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/beta/circle-menu/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/beta/circle-menu/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/beta/circle-menu/index.html.gz index a6ac3ccb3d..c9ad53619e 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/beta/circle-menu/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/beta/circle-menu/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/beta/context-menu/index.html b/build/developers/documentation/product-guide/widget-properties-events/beta/context-menu/index.html index d4d64eb23c..34dc2cf197 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/beta/context-menu/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/beta/context-menu/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/beta/context-menu/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/beta/context-menu/index.html.gz index b6df8b3192..c8a52aa93e 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/beta/context-menu/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/beta/context-menu/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/beta/index.html b/build/developers/documentation/product-guide/widget-properties-events/beta/index.html index f88826a9f0..462a9559d0 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/beta/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/beta/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/beta/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/beta/index.html.gz index e67ef8e789..f0b897e8a6 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/beta/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/beta/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/beta/jplayer/index.html b/build/developers/documentation/product-guide/widget-properties-events/beta/jplayer/index.html index 399c46a020..2e78cca563 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/beta/jplayer/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/beta/jplayer/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/beta/jplayer/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/beta/jplayer/index.html.gz index 4fb3222000..3332d6c4d7 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/beta/jplayer/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/beta/jplayer/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/beta/scandit-button/index.html b/build/developers/documentation/product-guide/widget-properties-events/beta/scandit-button/index.html index 129368a441..5102a8d097 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/beta/scandit-button/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/beta/scandit-button/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/beta/scandit-button/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/beta/scandit-button/index.html.gz index 8fd4a9b7f7..ec1e7514d4 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/beta/scandit-button/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/beta/scandit-button/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/beta/share-this/index.html b/build/developers/documentation/product-guide/widget-properties-events/beta/share-this/index.html index 9e9664dbb2..1277ebe3d2 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/beta/share-this/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/beta/share-this/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/beta/share-this/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/beta/share-this/index.html.gz index fbf15afb57..a78b1e7d3f 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/beta/share-this/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/beta/share-this/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/beta/zingchart/index.html b/build/developers/documentation/product-guide/widget-properties-events/beta/zingchart/index.html index aa3124abd5..ad237cea65 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/beta/zingchart/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/beta/zingchart/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/beta/zingchart/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/beta/zingchart/index.html.gz index e9f53dc31f..b193afceac 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/beta/zingchart/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/beta/zingchart/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/common/action-button/index.html b/build/developers/documentation/product-guide/widget-properties-events/common/action-button/index.html index ef9a7e37b1..ffcdb7e58a 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/common/action-button/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/common/action-button/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/common/action-button/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/common/action-button/index.html.gz index dfdd5a80db..83522225ba 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/common/action-button/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/common/action-button/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/common/alpha-numeric/index.html b/build/developers/documentation/product-guide/widget-properties-events/common/alpha-numeric/index.html index 9b5772260d..0035c73f79 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/common/alpha-numeric/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/common/alpha-numeric/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/common/alpha-numeric/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/common/alpha-numeric/index.html.gz index 2d94630744..44d6f5958e 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/common/alpha-numeric/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/common/alpha-numeric/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/common/checkbox/index.html b/build/developers/documentation/product-guide/widget-properties-events/common/checkbox/index.html index b354765a57..92a0d9f5e9 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/common/checkbox/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/common/checkbox/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/common/checkbox/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/common/checkbox/index.html.gz index 8fb368b410..f2ffdc924c 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/common/checkbox/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/common/checkbox/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/common/color-picker/index.html b/build/developers/documentation/product-guide/widget-properties-events/common/color-picker/index.html index 37dcfdde22..ab9ea4eb6f 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/common/color-picker/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/common/color-picker/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/common/color-picker/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/common/color-picker/index.html.gz index 69212699f7..ffdc5fb498 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/common/color-picker/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/common/color-picker/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/common/date-picker/index.html b/build/developers/documentation/product-guide/widget-properties-events/common/date-picker/index.html index c2d92cb69b..c88f835e0a 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/common/date-picker/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/common/date-picker/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/common/date-picker/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/common/date-picker/index.html.gz index 2f53d495a8..8709ec15a5 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/common/date-picker/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/common/date-picker/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/common/dropdown-list/index.html b/build/developers/documentation/product-guide/widget-properties-events/common/dropdown-list/index.html index 511b0ed28c..e4c40ebc23 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/common/dropdown-list/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/common/dropdown-list/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/common/dropdown-list/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/common/dropdown-list/index.html.gz index 6796dadaef..f0b965bbc0 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/common/dropdown-list/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/common/dropdown-list/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/common/fancy-button/index.html b/build/developers/documentation/product-guide/widget-properties-events/common/fancy-button/index.html index a59238aa55..e045fc9066 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/common/fancy-button/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/common/fancy-button/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/common/fancy-button/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/common/fancy-button/index.html.gz index ccf8915e88..20c4794324 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/common/fancy-button/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/common/fancy-button/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/common/html2/index.html b/build/developers/documentation/product-guide/widget-properties-events/common/html2/index.html index f45cc8936d..e1718ce31c 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/common/html2/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/common/html2/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/common/html2/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/common/html2/index.html.gz index 5a46413901..30001e2d5e 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/common/html2/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/common/html2/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/common/image/index.html b/build/developers/documentation/product-guide/widget-properties-events/common/image/index.html index d56b8861fb..a8aa94306d 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/common/image/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/common/image/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/common/image/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/common/image/index.html.gz index fb8944d92d..02be8391f4 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/common/image/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/common/image/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/common/index.html b/build/developers/documentation/product-guide/widget-properties-events/common/index.html index db62b7cfcf..4c666c2dec 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/common/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/common/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/common/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/common/index.html.gz index ea7ceba611..ffc4725225 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/common/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/common/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/common/label/index.html b/build/developers/documentation/product-guide/widget-properties-events/common/label/index.html index 815a0255fb..ec755a1edc 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/common/label/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/common/label/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/common/label/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/common/label/index.html.gz index 0c5fcccc7f..819f1c45f6 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/common/label/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/common/label/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/common/listbox/index.html b/build/developers/documentation/product-guide/widget-properties-events/common/listbox/index.html index a6ea13bac1..f9f60800ae 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/common/listbox/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/common/listbox/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/common/listbox/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/common/listbox/index.html.gz index af846e22c2..2f9c1db5ad 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/common/listbox/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/common/listbox/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/common/numeric/index.html b/build/developers/documentation/product-guide/widget-properties-events/common/numeric/index.html index e0436bd548..2d40283e05 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/common/numeric/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/common/numeric/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/common/numeric/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/common/numeric/index.html.gz index f8ec6b21f9..13cb50b574 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/common/numeric/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/common/numeric/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/common/qr-code/index.html b/build/developers/documentation/product-guide/widget-properties-events/common/qr-code/index.html index eb29af99bd..4dd718b461 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/common/qr-code/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/common/qr-code/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/common/qr-code/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/common/qr-code/index.html.gz index ebe1ed8842..d02e38b882 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/common/qr-code/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/common/qr-code/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/common/radio-button/index.html b/build/developers/documentation/product-guide/widget-properties-events/common/radio-button/index.html index c4aeca23b1..b563174e71 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/common/radio-button/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/common/radio-button/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/common/radio-button/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/common/radio-button/index.html.gz index 1b0d9deea6..c44ebb52e5 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/common/radio-button/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/common/radio-button/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/common/rich-text/index.html b/build/developers/documentation/product-guide/widget-properties-events/common/rich-text/index.html index 8cccaaedd1..e240684e58 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/common/rich-text/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/common/rich-text/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/common/rich-text/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/common/rich-text/index.html.gz index fccc92c26e..bae49aae4b 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/common/rich-text/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/common/rich-text/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/common/shape/index.html b/build/developers/documentation/product-guide/widget-properties-events/common/shape/index.html index 9d6e1e63d5..0760bc87d8 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/common/shape/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/common/shape/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/common/shape/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/common/shape/index.html.gz index 942151bf59..dcac4c8e72 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/common/shape/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/common/shape/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/common/text-area/index.html b/build/developers/documentation/product-guide/widget-properties-events/common/text-area/index.html index a62e7390f0..1925018df0 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/common/text-area/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/common/text-area/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/common/text-area/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/common/text-area/index.html.gz index 8fb1e0ffc5..076517d750 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/common/text-area/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/common/text-area/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/common/text/index.html b/build/developers/documentation/product-guide/widget-properties-events/common/text/index.html index c1fe88e6ce..1fb8031024 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/common/text/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/common/text/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/common/text/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/common/text/index.html.gz index 457924ebd6..b94b1ec0ce 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/common/text/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/common/text/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/common/upload-button2/index.html b/build/developers/documentation/product-guide/widget-properties-events/common/upload-button2/index.html index 530202e95d..67418defb6 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/common/upload-button2/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/common/upload-button2/index.html @@ -16,7 +16,7 @@ - + @@ -100,7 +100,9 @@

    Upload Button

    -
    +

    The Upload button can be used to upload media to your apps. Please note that due to security limitations it cannot be used in apps deployed to your own servers.

    + +
    General diff --git a/build/developers/documentation/product-guide/widget-properties-events/common/upload-button2/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/common/upload-button2/index.html.gz index 7c36cfb368..5db2597ea1 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/common/upload-button2/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/common/upload-button2/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/containers/accordion/index.html b/build/developers/documentation/product-guide/widget-properties-events/containers/accordion/index.html index 9fc701eef5..2227e8195b 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/containers/accordion/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/containers/accordion/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/containers/accordion/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/containers/accordion/index.html.gz index e150c5fff4..042c3384e4 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/containers/accordion/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/containers/accordion/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/containers/data-container/index.html b/build/developers/documentation/product-guide/widget-properties-events/containers/data-container/index.html index 72d82b5c27..b3393cd1d5 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/containers/data-container/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/containers/data-container/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/containers/data-container/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/containers/data-container/index.html.gz index a24f724fe7..19af839a8e 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/containers/data-container/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/containers/data-container/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/containers/iframe/index.html b/build/developers/documentation/product-guide/widget-properties-events/containers/iframe/index.html index 5d8f0e7704..aacb98b281 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/containers/iframe/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/containers/iframe/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/containers/iframe/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/containers/iframe/index.html.gz index 256cd6b63e..899a4f0437 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/containers/iframe/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/containers/iframe/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/containers/index.html b/build/developers/documentation/product-guide/widget-properties-events/containers/index.html index 1011c20c26..2439f1d30e 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/containers/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/containers/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/containers/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/containers/index.html.gz index c197e44b87..a12d0c447e 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/containers/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/containers/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/containers/page-button/index.html b/build/developers/documentation/product-guide/widget-properties-events/containers/page-button/index.html index 10b7cb3631..72ce9760b6 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/containers/page-button/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/containers/page-button/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/containers/page-button/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/containers/page-button/index.html.gz index 8ceb9543e4..d8dd364617 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/containers/page-button/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/containers/page-button/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/containers/panel/index.html b/build/developers/documentation/product-guide/widget-properties-events/containers/panel/index.html index b8106e6275..e3bac9c99c 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/containers/panel/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/containers/panel/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/containers/panel/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/containers/panel/index.html.gz index 9925a3e678..c3d8bb557e 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/containers/panel/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/containers/panel/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/containers/repeater/index.html b/build/developers/documentation/product-guide/widget-properties-events/containers/repeater/index.html index edec6f5d0b..4c1575bb27 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/containers/repeater/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/containers/repeater/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/containers/repeater/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/containers/repeater/index.html.gz index 88cb6fe9b6..158122cd55 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/containers/repeater/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/containers/repeater/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/containers/tab/index.html b/build/developers/documentation/product-guide/widget-properties-events/containers/tab/index.html index 4283235601..869b29003c 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/containers/tab/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/containers/tab/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/containers/tab/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/containers/tab/index.html.gz index 7222f1033a..e442937fd1 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/containers/tab/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/containers/tab/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/containers/table-containerprop/index.html b/build/developers/documentation/product-guide/widget-properties-events/containers/table-containerprop/index.html index ebb9e80d9f..02f06119f5 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/containers/table-containerprop/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/containers/table-containerprop/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/containers/table-containerprop/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/containers/table-containerprop/index.html.gz index 0c3f14cd7d..a0af7f83b8 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/containers/table-containerprop/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/containers/table-containerprop/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/deprecated/index.html b/build/developers/documentation/product-guide/widget-properties-events/deprecated/index.html index acc728b472..5de8391acf 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/deprecated/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/deprecated/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/deprecated/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/deprecated/index.html.gz index 8f61dcaf5b..1dce36224a 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/deprecated/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/deprecated/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/events/accessing-events/index.html b/build/developers/documentation/product-guide/widget-properties-events/events/accessing-events/index.html index c87b3b2aaf..430e32be1d 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/events/accessing-events/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/events/accessing-events/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/events/accessing-events/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/events/accessing-events/index.html.gz index 84dfa59505..14ddc38f8e 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/events/accessing-events/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/events/accessing-events/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/auth-events/index.html b/build/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/auth-events/index.html index 68aee04f5c..0a9445fe1d 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/auth-events/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/auth-events/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/auth-events/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/auth-events/index.html.gz index e4a92186a4..b8e6518dcc 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/auth-events/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/auth-events/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/data-events/index.html b/build/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/data-events/index.html index 9a177acaf8..e8af263906 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/data-events/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/data-events/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/data-events/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/data-events/index.html.gz index c6ababd655..934d54d7fd 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/data-events/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/data-events/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/general-events/index.html b/build/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/general-events/index.html index e372521ee3..bc6b649b44 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/general-events/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/general-events/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/general-events/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/general-events/index.html.gz index 256b712654..73741bb446 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/general-events/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/general-events/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/index.html b/build/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/index.html index 5f336a10d5..8fd581ee10 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/index.html.gz index 9d78d3a9d7..8286c2a31b 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/internationalization-app-event/index.html b/build/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/internationalization-app-event/index.html index aa0b9fe0d1..33292ac822 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/internationalization-app-event/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/internationalization-app-event/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/internationalization-app-event/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/internationalization-app-event/index.html.gz index c429e0b303..521e9d3b13 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/internationalization-app-event/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/internationalization-app-event/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/key-events/index.html b/build/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/key-events/index.html index 87ce14a832..42158f0738 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/key-events/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/key-events/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/key-events/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/key-events/index.html.gz index baffd45fca..0d499abd78 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/key-events/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/key-events/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/mobile-native-app-events/index.html b/build/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/mobile-native-app-events/index.html index 1085df9594..597e7c19a5 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/mobile-native-app-events/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/mobile-native-app-events/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/mobile-native-app-events/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/mobile-native-app-events/index.html.gz index 761fa9bd77..faf0630512 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/mobile-native-app-events/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/mobile-native-app-events/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/mouse-events/index.html b/build/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/mouse-events/index.html index 42ece8ebe7..c828c45e93 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/mouse-events/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/mouse-events/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/mouse-events/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/mouse-events/index.html.gz index aa88ae7d27..0c9e49d99c 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/mouse-events/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/mouse-events/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/events/index.html b/build/developers/documentation/product-guide/widget-properties-events/events/index.html index 7a24c95a3f..1424b32b33 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/events/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/events/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/events/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/events/index.html.gz index 057da701ba..71009c51a8 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/events/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/events/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/index.html b/build/developers/documentation/product-guide/widget-properties-events/index.html index d914282df0..d339bb4835 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/index.html.gz index 327638d928..1b560b4cb5 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/mobile/auth-button/index.html b/build/developers/documentation/product-guide/widget-properties-events/mobile/auth-button/index.html index a6c5a78a73..641be34230 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/mobile/auth-button/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/mobile/auth-button/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/mobile/auth-button/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/mobile/auth-button/index.html.gz index 4286f1c9f8..9ec9e902cc 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/mobile/auth-button/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/mobile/auth-button/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/mobile/checkbox-group/index.html b/build/developers/documentation/product-guide/widget-properties-events/mobile/checkbox-group/index.html index 6f918d03f9..7ba114d49d 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/mobile/checkbox-group/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/mobile/checkbox-group/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/mobile/checkbox-group/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/mobile/checkbox-group/index.html.gz index 048e3dcfdf..f51264dc12 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/mobile/checkbox-group/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/mobile/checkbox-group/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/mobile/collapsible/index.html b/build/developers/documentation/product-guide/widget-properties-events/mobile/collapsible/index.html index daa537c64c..f08de2127c 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/mobile/collapsible/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/mobile/collapsible/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/mobile/collapsible/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/mobile/collapsible/index.html.gz index 4175fd4798..1c09aeccef 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/mobile/collapsible/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/mobile/collapsible/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/mobile/flip-toggle-switch/index.html b/build/developers/documentation/product-guide/widget-properties-events/mobile/flip-toggle-switch/index.html index 1e2260ebda..8b446f8b4c 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/mobile/flip-toggle-switch/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/mobile/flip-toggle-switch/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/mobile/flip-toggle-switch/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/mobile/flip-toggle-switch/index.html.gz index c71237a9e2..5b2edbde01 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/mobile/flip-toggle-switch/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/mobile/flip-toggle-switch/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/mobile/index.html b/build/developers/documentation/product-guide/widget-properties-events/mobile/index.html index d303c9197c..c89559187a 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/mobile/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/mobile/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/mobile/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/mobile/index.html.gz index 096aae7334..03e9e847f2 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/mobile/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/mobile/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/mobile/list/index.html b/build/developers/documentation/product-guide/widget-properties-events/mobile/list/index.html index 927709d446..6002600f66 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/mobile/list/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/mobile/list/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/mobile/list/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/mobile/list/index.html.gz index 0c61a1e9b3..8660658f49 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/mobile/list/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/mobile/list/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/mobile/mobaction-button/index.html b/build/developers/documentation/product-guide/widget-properties-events/mobile/mobaction-button/index.html index 45fe7f73e6..9635c7b39e 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/mobile/mobaction-button/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/mobile/mobaction-button/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/mobile/mobaction-button/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/mobile/mobaction-button/index.html.gz index 988f2e35df..9a35d1101a 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/mobile/mobaction-button/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/mobile/mobaction-button/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/mobile/mobcheckbox/index.html b/build/developers/documentation/product-guide/widget-properties-events/mobile/mobcheckbox/index.html index 0f40dc5ace..9d3540f487 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/mobile/mobcheckbox/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/mobile/mobcheckbox/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/mobile/mobcheckbox/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/mobile/mobcheckbox/index.html.gz index 991e76f436..370d258574 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/mobile/mobcheckbox/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/mobile/mobcheckbox/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/mobile/mobiscroll-list/index.html b/build/developers/documentation/product-guide/widget-properties-events/mobile/mobiscroll-list/index.html index be162bb81f..465ff704e6 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/mobile/mobiscroll-list/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/mobile/mobiscroll-list/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/mobile/mobiscroll-list/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/mobile/mobiscroll-list/index.html.gz index 7e1d818d7d..14ba82b161 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/mobile/mobiscroll-list/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/mobile/mobiscroll-list/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/mobile/mobiscroll/index.html b/build/developers/documentation/product-guide/widget-properties-events/mobile/mobiscroll/index.html index 7d84112cea..770e262d02 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/mobile/mobiscroll/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/mobile/mobiscroll/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/mobile/mobiscroll/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/mobile/mobiscroll/index.html.gz index e852666509..50a7796713 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/mobile/mobiscroll/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/mobile/mobiscroll/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/mobile/moblabel/index.html b/build/developers/documentation/product-guide/widget-properties-events/mobile/moblabel/index.html index 43af1cee46..b0dfe84237 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/mobile/moblabel/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/mobile/moblabel/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/mobile/moblabel/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/mobile/moblabel/index.html.gz index 68116affb0..c00380efe0 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/mobile/moblabel/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/mobile/moblabel/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/mobile/mobsearch/index.html b/build/developers/documentation/product-guide/widget-properties-events/mobile/mobsearch/index.html index 4f5dcf5351..b73198938d 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/mobile/mobsearch/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/mobile/mobsearch/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/mobile/mobsearch/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/mobile/mobsearch/index.html.gz index ff4dbd43f6..01c3ec6680 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/mobile/mobsearch/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/mobile/mobsearch/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/mobile/mobtext-area/index.html b/build/developers/documentation/product-guide/widget-properties-events/mobile/mobtext-area/index.html index 37471f440e..5746a2b50a 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/mobile/mobtext-area/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/mobile/mobtext-area/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/mobile/mobtext-area/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/mobile/mobtext-area/index.html.gz index 66cd369889..1a9464fccf 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/mobile/mobtext-area/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/mobile/mobtext-area/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/mobile/mobtext/index.html b/build/developers/documentation/product-guide/widget-properties-events/mobile/mobtext/index.html index 2fa60fe8c5..038f6f1af8 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/mobile/mobtext/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/mobile/mobtext/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/mobile/mobtext/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/mobile/mobtext/index.html.gz index 0e57cd67df..8291d033a7 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/mobile/mobtext/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/mobile/mobtext/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/mobile/navbar/index.html b/build/developers/documentation/product-guide/widget-properties-events/mobile/navbar/index.html index 15dea3555a..9f69afbab7 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/mobile/navbar/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/mobile/navbar/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/mobile/navbar/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/mobile/navbar/index.html.gz index 01a306feb7..542e1086b0 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/mobile/navbar/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/mobile/navbar/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/mobile/popup-dropdown/index.html b/build/developers/documentation/product-guide/widget-properties-events/mobile/popup-dropdown/index.html index 35432b2e22..1278183a5a 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/mobile/popup-dropdown/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/mobile/popup-dropdown/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/mobile/popup-dropdown/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/mobile/popup-dropdown/index.html.gz index 5a741a954f..d6820ecf1f 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/mobile/popup-dropdown/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/mobile/popup-dropdown/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/mobile/popup-listbox/index.html b/build/developers/documentation/product-guide/widget-properties-events/mobile/popup-listbox/index.html index cd6d00c22f..51df636ff4 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/mobile/popup-listbox/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/mobile/popup-listbox/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/mobile/popup-listbox/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/mobile/popup-listbox/index.html.gz index b3eadd21d6..7df37e9008 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/mobile/popup-listbox/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/mobile/popup-listbox/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/mobile/radiobuttonsgroup/index.html b/build/developers/documentation/product-guide/widget-properties-events/mobile/radiobuttonsgroup/index.html index ae49773074..db9c8f1cee 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/mobile/radiobuttonsgroup/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/mobile/radiobuttonsgroup/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/mobile/radiobuttonsgroup/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/mobile/radiobuttonsgroup/index.html.gz index bfc201d251..c143483742 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/mobile/radiobuttonsgroup/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/mobile/radiobuttonsgroup/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/mobile/slider/index.html b/build/developers/documentation/product-guide/widget-properties-events/mobile/slider/index.html index cf2b705acf..3cb882ab15 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/mobile/slider/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/mobile/slider/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/mobile/slider/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/mobile/slider/index.html.gz index a2ee16ec60..55d830dee9 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/mobile/slider/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/mobile/slider/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/mobile/toolbar/index.html b/build/developers/documentation/product-guide/widget-properties-events/mobile/toolbar/index.html index 7540d2e18a..b69eaa302f 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/mobile/toolbar/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/mobile/toolbar/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/mobile/toolbar/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/mobile/toolbar/index.html.gz index ada4c3724f..d4c8d63cbe 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/mobile/toolbar/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/mobile/toolbar/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/mobile/upload-button/index.html b/build/developers/documentation/product-guide/widget-properties-events/mobile/upload-button/index.html index cefe977ee8..ad3f61b4e1 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/mobile/upload-button/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/mobile/upload-button/index.html @@ -16,7 +16,7 @@ - + @@ -100,7 +100,9 @@

    Upload Button

    - +

    The Upload button can be used to upload media to your apps. Please note that due to security limitations it cannot be used in apps deployed to your own servers.

    + +
    General diff --git a/build/developers/documentation/product-guide/widget-properties-events/mobile/upload-button/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/mobile/upload-button/index.html.gz index b4addaecf4..97465e1557 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/mobile/upload-button/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/mobile/upload-button/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/page-properties/index.html b/build/developers/documentation/product-guide/widget-properties-events/page-properties/index.html index 1183aa0fd4..567ceeeec0 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/page-properties/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/page-properties/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/page-properties/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/page-properties/index.html.gz index b6a1545369..5d03633ffd 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/page-properties/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/page-properties/index.html.gz differ diff --git a/build/developers/documentation/product-guide/widget-properties-events/prefill/index.html b/build/developers/documentation/product-guide/widget-properties-events/prefill/index.html index 9b9ebeffde..d1912a6824 100644 --- a/build/developers/documentation/product-guide/widget-properties-events/prefill/index.html +++ b/build/developers/documentation/product-guide/widget-properties-events/prefill/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/product-guide/widget-properties-events/prefill/index.html.gz b/build/developers/documentation/product-guide/widget-properties-events/prefill/index.html.gz index 28cab73c4f..0641930eee 100644 Binary files a/build/developers/documentation/product-guide/widget-properties-events/prefill/index.html.gz and b/build/developers/documentation/product-guide/widget-properties-events/prefill/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/accessing-device-hardware-fea/index.html b/build/developers/documentation/scripting-apis/client-api/accessing-device-hardware-fea/index.html index dfe5057fd7..9398feec65 100644 --- a/build/developers/documentation/scripting-apis/client-api/accessing-device-hardware-fea/index.html +++ b/build/developers/documentation/scripting-apis/client-api/accessing-device-hardware-fea/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/accessing-device-hardware-fea/index.html.gz b/build/developers/documentation/scripting-apis/client-api/accessing-device-hardware-fea/index.html.gz index c9e90320de..27a7f21262 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/accessing-device-hardware-fea/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/accessing-device-hardware-fea/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/cacheimage/index.html b/build/developers/documentation/scripting-apis/client-api/app-functions/cacheimage/index.html index 13b575e966..9c8e96e6f2 100644 --- a/build/developers/documentation/scripting-apis/client-api/app-functions/cacheimage/index.html +++ b/build/developers/documentation/scripting-apis/client-api/app-functions/cacheimage/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/cacheimage/index.html.gz b/build/developers/documentation/scripting-apis/client-api/app-functions/cacheimage/index.html.gz index 680c9d2be3..b0f4fcf6d5 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/app-functions/cacheimage/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/app-functions/cacheimage/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/callservice/index.html b/build/developers/documentation/scripting-apis/client-api/app-functions/callservice/index.html index d7475b97d3..6c2849d5aa 100644 --- a/build/developers/documentation/scripting-apis/client-api/app-functions/callservice/index.html +++ b/build/developers/documentation/scripting-apis/client-api/app-functions/callservice/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/callservice/index.html.gz b/build/developers/documentation/scripting-apis/client-api/app-functions/callservice/index.html.gz index 8d40cbf754..9442037c74 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/app-functions/callservice/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/app-functions/callservice/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/childapp/index.html b/build/developers/documentation/scripting-apis/client-api/app-functions/childapp/index.html index 4e1cc04c57..bf1e2f5224 100644 --- a/build/developers/documentation/scripting-apis/client-api/app-functions/childapp/index.html +++ b/build/developers/documentation/scripting-apis/client-api/app-functions/childapp/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/childapp/index.html.gz b/build/developers/documentation/scripting-apis/client-api/app-functions/childapp/index.html.gz index 432c2fa58e..b1be66db06 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/app-functions/childapp/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/app-functions/childapp/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/closeform/index.html b/build/developers/documentation/scripting-apis/client-api/app-functions/closeform/index.html index d70f0be6a7..3bae2e7314 100644 --- a/build/developers/documentation/scripting-apis/client-api/app-functions/closeform/index.html +++ b/build/developers/documentation/scripting-apis/client-api/app-functions/closeform/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/closeform/index.html.gz b/build/developers/documentation/scripting-apis/client-api/app-functions/closeform/index.html.gz index 451d5b3915..a3c8304c48 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/app-functions/closeform/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/app-functions/closeform/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/confirm/index.html b/build/developers/documentation/scripting-apis/client-api/app-functions/confirm/index.html index 6d7850c572..ea7d30c9ce 100644 --- a/build/developers/documentation/scripting-apis/client-api/app-functions/confirm/index.html +++ b/build/developers/documentation/scripting-apis/client-api/app-functions/confirm/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/confirm/index.html.gz b/build/developers/documentation/scripting-apis/client-api/app-functions/confirm/index.html.gz index 7aa558b3fe..1196b5160e 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/app-functions/confirm/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/app-functions/confirm/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/debugdata/index.html b/build/developers/documentation/scripting-apis/client-api/app-functions/debugdata/index.html index 2f96d2a4fe..c4628a371c 100644 --- a/build/developers/documentation/scripting-apis/client-api/app-functions/debugdata/index.html +++ b/build/developers/documentation/scripting-apis/client-api/app-functions/debugdata/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/debugdata/index.html.gz b/build/developers/documentation/scripting-apis/client-api/app-functions/debugdata/index.html.gz index c83b740b3d..0556f9a9ff 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/app-functions/debugdata/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/app-functions/debugdata/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/debugoutput/index.html b/build/developers/documentation/scripting-apis/client-api/app-functions/debugoutput/index.html index 5d05ebde95..19094d4679 100644 --- a/build/developers/documentation/scripting-apis/client-api/app-functions/debugoutput/index.html +++ b/build/developers/documentation/scripting-apis/client-api/app-functions/debugoutput/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/debugoutput/index.html.gz b/build/developers/documentation/scripting-apis/client-api/app-functions/debugoutput/index.html.gz index 46c0162cf7..f3cfaeaaca 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/app-functions/debugoutput/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/app-functions/debugoutput/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/debugproperties/index.html b/build/developers/documentation/scripting-apis/client-api/app-functions/debugproperties/index.html index 66253079a8..406a610c53 100644 --- a/build/developers/documentation/scripting-apis/client-api/app-functions/debugproperties/index.html +++ b/build/developers/documentation/scripting-apis/client-api/app-functions/debugproperties/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/debugproperties/index.html.gz b/build/developers/documentation/scripting-apis/client-api/app-functions/debugproperties/index.html.gz index be56c1e70b..7c467649f1 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/app-functions/debugproperties/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/app-functions/debugproperties/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/debugvalues/index.html b/build/developers/documentation/scripting-apis/client-api/app-functions/debugvalues/index.html index 40d7c90897..15d109fee0 100644 --- a/build/developers/documentation/scripting-apis/client-api/app-functions/debugvalues/index.html +++ b/build/developers/documentation/scripting-apis/client-api/app-functions/debugvalues/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/debugvalues/index.html.gz b/build/developers/documentation/scripting-apis/client-api/app-functions/debugvalues/index.html.gz index 5c2e2e34da..5ad9bf8887 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/app-functions/debugvalues/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/app-functions/debugvalues/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/gatrack/index.html b/build/developers/documentation/scripting-apis/client-api/app-functions/gatrack/index.html index 6ad9d60734..14f01ca8b6 100644 --- a/build/developers/documentation/scripting-apis/client-api/app-functions/gatrack/index.html +++ b/build/developers/documentation/scripting-apis/client-api/app-functions/gatrack/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/gatrack/index.html.gz b/build/developers/documentation/scripting-apis/client-api/app-functions/gatrack/index.html.gz index aa42e68be9..478fa2809c 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/app-functions/gatrack/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/app-functions/gatrack/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/getacversion/index.html b/build/developers/documentation/scripting-apis/client-api/app-functions/getacversion/index.html index 82f4c3662b..17755a8f17 100644 --- a/build/developers/documentation/scripting-apis/client-api/app-functions/getacversion/index.html +++ b/build/developers/documentation/scripting-apis/client-api/app-functions/getacversion/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/getacversion/index.html.gz b/build/developers/documentation/scripting-apis/client-api/app-functions/getacversion/index.html.gz index 766e528d21..91e785ab0b 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/app-functions/getacversion/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/app-functions/getacversion/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/getappsnapshot/index.html b/build/developers/documentation/scripting-apis/client-api/app-functions/getappsnapshot/index.html index 26a0b2e558..a3842696d8 100644 --- a/build/developers/documentation/scripting-apis/client-api/app-functions/getappsnapshot/index.html +++ b/build/developers/documentation/scripting-apis/client-api/app-functions/getappsnapshot/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/getappsnapshot/index.html.gz b/build/developers/documentation/scripting-apis/client-api/app-functions/getappsnapshot/index.html.gz index d459666013..6474aa8ed8 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/app-functions/getappsnapshot/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/app-functions/getappsnapshot/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/getenvvalue/index.html b/build/developers/documentation/scripting-apis/client-api/app-functions/getenvvalue/index.html index a1138215af..90de1b61f0 100644 --- a/build/developers/documentation/scripting-apis/client-api/app-functions/getenvvalue/index.html +++ b/build/developers/documentation/scripting-apis/client-api/app-functions/getenvvalue/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/getenvvalue/index.html.gz b/build/developers/documentation/scripting-apis/client-api/app-functions/getenvvalue/index.html.gz index 80d7365d39..520f3d12e3 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/app-functions/getenvvalue/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/app-functions/getenvvalue/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/getinputparameter/index.html b/build/developers/documentation/scripting-apis/client-api/app-functions/getinputparameter/index.html index adeecb9e6d..bc3a51fc47 100644 --- a/build/developers/documentation/scripting-apis/client-api/app-functions/getinputparameter/index.html +++ b/build/developers/documentation/scripting-apis/client-api/app-functions/getinputparameter/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/getinputparameter/index.html.gz b/build/developers/documentation/scripting-apis/client-api/app-functions/getinputparameter/index.html.gz index c600735f27..4fddeb9c40 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/app-functions/getinputparameter/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/app-functions/getinputparameter/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/getinstanceurl/index.html b/build/developers/documentation/scripting-apis/client-api/app-functions/getinstanceurl/index.html index 9c2f3ecafc..0edb872540 100644 --- a/build/developers/documentation/scripting-apis/client-api/app-functions/getinstanceurl/index.html +++ b/build/developers/documentation/scripting-apis/client-api/app-functions/getinstanceurl/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/getinstanceurl/index.html.gz b/build/developers/documentation/scripting-apis/client-api/app-functions/getinstanceurl/index.html.gz index 0b2e2b61a5..194581c923 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/app-functions/getinstanceurl/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/app-functions/getinstanceurl/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/getplatform/index.html b/build/developers/documentation/scripting-apis/client-api/app-functions/getplatform/index.html index dc95553943..bc57693844 100644 --- a/build/developers/documentation/scripting-apis/client-api/app-functions/getplatform/index.html +++ b/build/developers/documentation/scripting-apis/client-api/app-functions/getplatform/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/getplatform/index.html.gz b/build/developers/documentation/scripting-apis/client-api/app-functions/getplatform/index.html.gz index 9adf8fd797..827eb51768 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/app-functions/getplatform/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/app-functions/getplatform/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/getplatforminfo/index.html b/build/developers/documentation/scripting-apis/client-api/app-functions/getplatforminfo/index.html index fbfe5236b7..61930ede53 100644 --- a/build/developers/documentation/scripting-apis/client-api/app-functions/getplatforminfo/index.html +++ b/build/developers/documentation/scripting-apis/client-api/app-functions/getplatforminfo/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/getplatforminfo/index.html.gz b/build/developers/documentation/scripting-apis/client-api/app-functions/getplatforminfo/index.html.gz index 1384834c21..e9144959d8 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/app-functions/getplatforminfo/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/app-functions/getplatforminfo/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/getrunmode/index.html b/build/developers/documentation/scripting-apis/client-api/app-functions/getrunmode/index.html index 4d00965544..0f9689f1db 100644 --- a/build/developers/documentation/scripting-apis/client-api/app-functions/getrunmode/index.html +++ b/build/developers/documentation/scripting-apis/client-api/app-functions/getrunmode/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/getrunmode/index.html.gz b/build/developers/documentation/scripting-apis/client-api/app-functions/getrunmode/index.html.gz index a17d93b1e1..6195c9776e 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/app-functions/getrunmode/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/app-functions/getrunmode/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/index.html b/build/developers/documentation/scripting-apis/client-api/app-functions/index.html index d3abbc299c..b2e31e931d 100644 --- a/build/developers/documentation/scripting-apis/client-api/app-functions/index.html +++ b/build/developers/documentation/scripting-apis/client-api/app-functions/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/index.html.gz b/build/developers/documentation/scripting-apis/client-api/app-functions/index.html.gz index 8fa8fc34bf..334609b14e 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/app-functions/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/app-functions/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/isnativeapp/index.html b/build/developers/documentation/scripting-apis/client-api/app-functions/isnativeapp/index.html index c1681a0099..7e05bcb676 100644 --- a/build/developers/documentation/scripting-apis/client-api/app-functions/isnativeapp/index.html +++ b/build/developers/documentation/scripting-apis/client-api/app-functions/isnativeapp/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/isnativeapp/index.html.gz b/build/developers/documentation/scripting-apis/client-api/app-functions/isnativeapp/index.html.gz index 678ee7ae96..39612142f8 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/app-functions/isnativeapp/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/app-functions/isnativeapp/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/isnativeapponline/index.html b/build/developers/documentation/scripting-apis/client-api/app-functions/isnativeapponline/index.html index 0cd4b8ba90..05b2ca3759 100644 --- a/build/developers/documentation/scripting-apis/client-api/app-functions/isnativeapponline/index.html +++ b/build/developers/documentation/scripting-apis/client-api/app-functions/isnativeapponline/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/isnativeapponline/index.html.gz b/build/developers/documentation/scripting-apis/client-api/app-functions/isnativeapponline/index.html.gz index fc173e5c6d..79b3a607a2 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/app-functions/isnativeapponline/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/app-functions/isnativeapponline/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/isprinting/index.html b/build/developers/documentation/scripting-apis/client-api/app-functions/isprinting/index.html index 5cc6cd4dfa..a35b8e0e1f 100644 --- a/build/developers/documentation/scripting-apis/client-api/app-functions/isprinting/index.html +++ b/build/developers/documentation/scripting-apis/client-api/app-functions/isprinting/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/isprinting/index.html.gz b/build/developers/documentation/scripting-apis/client-api/app-functions/isprinting/index.html.gz index 08412bb5af..b330113944 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/app-functions/isprinting/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/app-functions/isprinting/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/jgrowl/index.html b/build/developers/documentation/scripting-apis/client-api/app-functions/jgrowl/index.html index 4ad54c05e5..45ab0a90de 100644 --- a/build/developers/documentation/scripting-apis/client-api/app-functions/jgrowl/index.html +++ b/build/developers/documentation/scripting-apis/client-api/app-functions/jgrowl/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/jgrowl/index.html.gz b/build/developers/documentation/scripting-apis/client-api/app-functions/jgrowl/index.html.gz index 1511576f25..078d2a2a3b 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/app-functions/jgrowl/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/app-functions/jgrowl/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/logout/index.html b/build/developers/documentation/scripting-apis/client-api/app-functions/logout/index.html index 830478a885..7017f787d4 100644 --- a/build/developers/documentation/scripting-apis/client-api/app-functions/logout/index.html +++ b/build/developers/documentation/scripting-apis/client-api/app-functions/logout/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/logout/index.html.gz b/build/developers/documentation/scripting-apis/client-api/app-functions/logout/index.html.gz index 9051d65cfa..3f802ac07e 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/app-functions/logout/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/app-functions/logout/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/mobiledial/index.html b/build/developers/documentation/scripting-apis/client-api/app-functions/mobiledial/index.html index 68c23af415..f10722b421 100644 --- a/build/developers/documentation/scripting-apis/client-api/app-functions/mobiledial/index.html +++ b/build/developers/documentation/scripting-apis/client-api/app-functions/mobiledial/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/mobiledial/index.html.gz b/build/developers/documentation/scripting-apis/client-api/app-functions/mobiledial/index.html.gz index b6b4bcf21c..e0610030b9 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/app-functions/mobiledial/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/app-functions/mobiledial/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/mobileemail/index.html b/build/developers/documentation/scripting-apis/client-api/app-functions/mobileemail/index.html index 1d698e72c1..e7c80a3ae4 100644 --- a/build/developers/documentation/scripting-apis/client-api/app-functions/mobileemail/index.html +++ b/build/developers/documentation/scripting-apis/client-api/app-functions/mobileemail/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/mobileemail/index.html.gz b/build/developers/documentation/scripting-apis/client-api/app-functions/mobileemail/index.html.gz index 4af28617d7..931b54b27c 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/app-functions/mobileemail/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/app-functions/mobileemail/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/mobilesms/index.html b/build/developers/documentation/scripting-apis/client-api/app-functions/mobilesms/index.html index 284e889d1d..b5a0e900c0 100644 --- a/build/developers/documentation/scripting-apis/client-api/app-functions/mobilesms/index.html +++ b/build/developers/documentation/scripting-apis/client-api/app-functions/mobilesms/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/mobilesms/index.html.gz b/build/developers/documentation/scripting-apis/client-api/app-functions/mobilesms/index.html.gz index e58d557e61..8865a9cf2f 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/app-functions/mobilesms/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/app-functions/mobilesms/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/parentapp/index.html b/build/developers/documentation/scripting-apis/client-api/app-functions/parentapp/index.html index 60a1fbac07..dde2e6260e 100644 --- a/build/developers/documentation/scripting-apis/client-api/app-functions/parentapp/index.html +++ b/build/developers/documentation/scripting-apis/client-api/app-functions/parentapp/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/parentapp/index.html.gz b/build/developers/documentation/scripting-apis/client-api/app-functions/parentapp/index.html.gz index e215d86e95..e745d65e97 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/app-functions/parentapp/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/app-functions/parentapp/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/populatewidget3/index.html b/build/developers/documentation/scripting-apis/client-api/app-functions/populatewidget3/index.html index 128a1b42b4..aacd589bf6 100644 --- a/build/developers/documentation/scripting-apis/client-api/app-functions/populatewidget3/index.html +++ b/build/developers/documentation/scripting-apis/client-api/app-functions/populatewidget3/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/populatewidget3/index.html.gz b/build/developers/documentation/scripting-apis/client-api/app-functions/populatewidget3/index.html.gz index a88b3687f3..954fc701e5 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/app-functions/populatewidget3/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/app-functions/populatewidget3/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/printapp/index.html b/build/developers/documentation/scripting-apis/client-api/app-functions/printapp/index.html index e4547eaca0..02453ee9ad 100644 --- a/build/developers/documentation/scripting-apis/client-api/app-functions/printapp/index.html +++ b/build/developers/documentation/scripting-apis/client-api/app-functions/printapp/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/printapp/index.html.gz b/build/developers/documentation/scripting-apis/client-api/app-functions/printapp/index.html.gz index 46f4551ab4..abd2a23d7a 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/app-functions/printapp/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/app-functions/printapp/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/refalert/index.html b/build/developers/documentation/scripting-apis/client-api/app-functions/refalert/index.html index 6ee055d12e..68ff61f563 100644 --- a/build/developers/documentation/scripting-apis/client-api/app-functions/refalert/index.html +++ b/build/developers/documentation/scripting-apis/client-api/app-functions/refalert/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/refalert/index.html.gz b/build/developers/documentation/scripting-apis/client-api/app-functions/refalert/index.html.gz index dbbd54f5c2..d484930fbc 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/app-functions/refalert/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/app-functions/refalert/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/refreset/index.html b/build/developers/documentation/scripting-apis/client-api/app-functions/refreset/index.html index 0a6dab0677..1162473179 100644 --- a/build/developers/documentation/scripting-apis/client-api/app-functions/refreset/index.html +++ b/build/developers/documentation/scripting-apis/client-api/app-functions/refreset/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/refreset/index.html.gz b/build/developers/documentation/scripting-apis/client-api/app-functions/refreset/index.html.gz index 981658df6e..59277e534c 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/app-functions/refreset/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/app-functions/refreset/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/runeditor/index.html b/build/developers/documentation/scripting-apis/client-api/app-functions/runeditor/index.html index 014a451a22..330f1e21d8 100644 --- a/build/developers/documentation/scripting-apis/client-api/app-functions/runeditor/index.html +++ b/build/developers/documentation/scripting-apis/client-api/app-functions/runeditor/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/runeditor/index.html.gz b/build/developers/documentation/scripting-apis/client-api/app-functions/runeditor/index.html.gz index d07cdd41f5..ae5fb9ee8b 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/app-functions/runeditor/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/app-functions/runeditor/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/setappsnapshot/index.html b/build/developers/documentation/scripting-apis/client-api/app-functions/setappsnapshot/index.html index 224bb75500..24fa991ced 100644 --- a/build/developers/documentation/scripting-apis/client-api/app-functions/setappsnapshot/index.html +++ b/build/developers/documentation/scripting-apis/client-api/app-functions/setappsnapshot/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/setappsnapshot/index.html.gz b/build/developers/documentation/scripting-apis/client-api/app-functions/setappsnapshot/index.html.gz index c3e17f0b1c..d104f3d9a8 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/app-functions/setappsnapshot/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/app-functions/setappsnapshot/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/setnetworktimeout/index.html b/build/developers/documentation/scripting-apis/client-api/app-functions/setnetworktimeout/index.html index b1c82a47d4..9bab94f7ce 100644 --- a/build/developers/documentation/scripting-apis/client-api/app-functions/setnetworktimeout/index.html +++ b/build/developers/documentation/scripting-apis/client-api/app-functions/setnetworktimeout/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/setnetworktimeout/index.html.gz b/build/developers/documentation/scripting-apis/client-api/app-functions/setnetworktimeout/index.html.gz index f7ce648c79..38a8e83a06 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/app-functions/setnetworktimeout/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/app-functions/setnetworktimeout/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/showconfirm/index.html b/build/developers/documentation/scripting-apis/client-api/app-functions/showconfirm/index.html index 05018c16f9..827f8a73de 100644 --- a/build/developers/documentation/scripting-apis/client-api/app-functions/showconfirm/index.html +++ b/build/developers/documentation/scripting-apis/client-api/app-functions/showconfirm/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/showconfirm/index.html.gz b/build/developers/documentation/scripting-apis/client-api/app-functions/showconfirm/index.html.gz index 16ea43ae75..161b069b5c 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/app-functions/showconfirm/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/app-functions/showconfirm/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/showmessage/index.html b/build/developers/documentation/scripting-apis/client-api/app-functions/showmessage/index.html index 43fd18b840..1c02883adc 100644 --- a/build/developers/documentation/scripting-apis/client-api/app-functions/showmessage/index.html +++ b/build/developers/documentation/scripting-apis/client-api/app-functions/showmessage/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/showmessage/index.html.gz b/build/developers/documentation/scripting-apis/client-api/app-functions/showmessage/index.html.gz index a9a66921f4..5f4479de12 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/app-functions/showmessage/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/app-functions/showmessage/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/showprompt/index.html b/build/developers/documentation/scripting-apis/client-api/app-functions/showprompt/index.html index 997daafbcc..a237ce06e7 100644 --- a/build/developers/documentation/scripting-apis/client-api/app-functions/showprompt/index.html +++ b/build/developers/documentation/scripting-apis/client-api/app-functions/showprompt/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/showprompt/index.html.gz b/build/developers/documentation/scripting-apis/client-api/app-functions/showprompt/index.html.gz index 5f8a4c23c0..3baf19e6e2 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/app-functions/showprompt/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/app-functions/showprompt/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/switchapp/index.html b/build/developers/documentation/scripting-apis/client-api/app-functions/switchapp/index.html index 37ada489cd..0d309a1ee4 100644 --- a/build/developers/documentation/scripting-apis/client-api/app-functions/switchapp/index.html +++ b/build/developers/documentation/scripting-apis/client-api/app-functions/switchapp/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/switchapp/index.html.gz b/build/developers/documentation/scripting-apis/client-api/app-functions/switchapp/index.html.gz index 41da68b42d..6f5eeba965 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/app-functions/switchapp/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/app-functions/switchapp/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/twirlything/index.html b/build/developers/documentation/scripting-apis/client-api/app-functions/twirlything/index.html index 4f0d43f4fa..5b25b709c7 100644 --- a/build/developers/documentation/scripting-apis/client-api/app-functions/twirlything/index.html +++ b/build/developers/documentation/scripting-apis/client-api/app-functions/twirlything/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/twirlything/index.html.gz b/build/developers/documentation/scripting-apis/client-api/app-functions/twirlything/index.html.gz index e1be74947d..05222da61f 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/app-functions/twirlything/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/app-functions/twirlything/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/uploadfile/index.html b/build/developers/documentation/scripting-apis/client-api/app-functions/uploadfile/index.html index bc7d39cdfa..12c0ee69fd 100644 --- a/build/developers/documentation/scripting-apis/client-api/app-functions/uploadfile/index.html +++ b/build/developers/documentation/scripting-apis/client-api/app-functions/uploadfile/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/uploadfile/index.html.gz b/build/developers/documentation/scripting-apis/client-api/app-functions/uploadfile/index.html.gz index 480d4e38b5..b52358a527 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/app-functions/uploadfile/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/app-functions/uploadfile/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/userparameterget/index.html b/build/developers/documentation/scripting-apis/client-api/app-functions/userparameterget/index.html index 3c1bd3b463..90a31778b9 100644 --- a/build/developers/documentation/scripting-apis/client-api/app-functions/userparameterget/index.html +++ b/build/developers/documentation/scripting-apis/client-api/app-functions/userparameterget/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/userparameterget/index.html.gz b/build/developers/documentation/scripting-apis/client-api/app-functions/userparameterget/index.html.gz index b9283cce59..5466ae7b41 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/app-functions/userparameterget/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/app-functions/userparameterget/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/userparameterset/index.html b/build/developers/documentation/scripting-apis/client-api/app-functions/userparameterset/index.html index fa59b2e34e..c713bf502b 100644 --- a/build/developers/documentation/scripting-apis/client-api/app-functions/userparameterset/index.html +++ b/build/developers/documentation/scripting-apis/client-api/app-functions/userparameterset/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/app-functions/userparameterset/index.html.gz b/build/developers/documentation/scripting-apis/client-api/app-functions/userparameterset/index.html.gz index 65f5907a80..a8b943744d 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/app-functions/userparameterset/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/app-functions/userparameterset/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/conversion-functions/advancedtoarray/index.html b/build/developers/documentation/scripting-apis/client-api/conversion-functions/advancedtoarray/index.html index 167efeaad9..f4490143fd 100644 --- a/build/developers/documentation/scripting-apis/client-api/conversion-functions/advancedtoarray/index.html +++ b/build/developers/documentation/scripting-apis/client-api/conversion-functions/advancedtoarray/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/conversion-functions/advancedtoarray/index.html.gz b/build/developers/documentation/scripting-apis/client-api/conversion-functions/advancedtoarray/index.html.gz index 2a8c31ba5b..fd5a20e6ec 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/conversion-functions/advancedtoarray/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/conversion-functions/advancedtoarray/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/conversion-functions/arraytoadvanced/index.html b/build/developers/documentation/scripting-apis/client-api/conversion-functions/arraytoadvanced/index.html index febf4c8ff7..c5e5fe6a15 100644 --- a/build/developers/documentation/scripting-apis/client-api/conversion-functions/arraytoadvanced/index.html +++ b/build/developers/documentation/scripting-apis/client-api/conversion-functions/arraytoadvanced/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/conversion-functions/arraytoadvanced/index.html.gz b/build/developers/documentation/scripting-apis/client-api/conversion-functions/arraytoadvanced/index.html.gz index e9ebcbf30a..768aad2572 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/conversion-functions/arraytoadvanced/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/conversion-functions/arraytoadvanced/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/conversion-functions/date2db/index.html b/build/developers/documentation/scripting-apis/client-api/conversion-functions/date2db/index.html index 7a3feb1968..eaa12de10f 100644 --- a/build/developers/documentation/scripting-apis/client-api/conversion-functions/date2db/index.html +++ b/build/developers/documentation/scripting-apis/client-api/conversion-functions/date2db/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/conversion-functions/date2db/index.html.gz b/build/developers/documentation/scripting-apis/client-api/conversion-functions/date2db/index.html.gz index 2e371afcfb..12279bd701 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/conversion-functions/date2db/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/conversion-functions/date2db/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/conversion-functions/filterarray/index.html b/build/developers/documentation/scripting-apis/client-api/conversion-functions/filterarray/index.html index be482a1dc5..1e1c6981d8 100644 --- a/build/developers/documentation/scripting-apis/client-api/conversion-functions/filterarray/index.html +++ b/build/developers/documentation/scripting-apis/client-api/conversion-functions/filterarray/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/conversion-functions/filterarray/index.html.gz b/build/developers/documentation/scripting-apis/client-api/conversion-functions/filterarray/index.html.gz index 345206367f..ea2a6298c0 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/conversion-functions/filterarray/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/conversion-functions/filterarray/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/conversion-functions/index.html b/build/developers/documentation/scripting-apis/client-api/conversion-functions/index.html index b65410c747..d6b0054171 100644 --- a/build/developers/documentation/scripting-apis/client-api/conversion-functions/index.html +++ b/build/developers/documentation/scripting-apis/client-api/conversion-functions/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/conversion-functions/index.html.gz b/build/developers/documentation/scripting-apis/client-api/conversion-functions/index.html.gz index 20672655c4..9926db7403 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/conversion-functions/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/conversion-functions/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/conversion-functions/json2text/index.html b/build/developers/documentation/scripting-apis/client-api/conversion-functions/json2text/index.html index 7ff88c8a9d..f03fb98339 100644 --- a/build/developers/documentation/scripting-apis/client-api/conversion-functions/json2text/index.html +++ b/build/developers/documentation/scripting-apis/client-api/conversion-functions/json2text/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/conversion-functions/json2text/index.html.gz b/build/developers/documentation/scripting-apis/client-api/conversion-functions/json2text/index.html.gz index b18a7af3d7..a9622efa10 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/conversion-functions/json2text/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/conversion-functions/json2text/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/conversion-functions/json2xml/index.html b/build/developers/documentation/scripting-apis/client-api/conversion-functions/json2xml/index.html index 3c0817ca75..018a14b9ee 100644 --- a/build/developers/documentation/scripting-apis/client-api/conversion-functions/json2xml/index.html +++ b/build/developers/documentation/scripting-apis/client-api/conversion-functions/json2xml/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/conversion-functions/json2xml/index.html.gz b/build/developers/documentation/scripting-apis/client-api/conversion-functions/json2xml/index.html.gz index 8b5caa45b7..2e8cc6c320 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/conversion-functions/json2xml/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/conversion-functions/json2xml/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/conversion-functions/text2json/index.html b/build/developers/documentation/scripting-apis/client-api/conversion-functions/text2json/index.html index cb704b73b5..85ea127d3c 100644 --- a/build/developers/documentation/scripting-apis/client-api/conversion-functions/text2json/index.html +++ b/build/developers/documentation/scripting-apis/client-api/conversion-functions/text2json/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/conversion-functions/text2json/index.html.gz b/build/developers/documentation/scripting-apis/client-api/conversion-functions/text2json/index.html.gz index 412f592baa..d2cc3c9c73 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/conversion-functions/text2json/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/conversion-functions/text2json/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/conversion-functions/xml2json/index.html b/build/developers/documentation/scripting-apis/client-api/conversion-functions/xml2json/index.html index fb5c26475a..b20e0d17d2 100644 --- a/build/developers/documentation/scripting-apis/client-api/conversion-functions/xml2json/index.html +++ b/build/developers/documentation/scripting-apis/client-api/conversion-functions/xml2json/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/conversion-functions/xml2json/index.html.gz b/build/developers/documentation/scripting-apis/client-api/conversion-functions/xml2json/index.html.gz index b309774b68..05f6accf92 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/conversion-functions/xml2json/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/conversion-functions/xml2json/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/data-view-functions/data-view-related-events/index.html b/build/developers/documentation/scripting-apis/client-api/data-view-functions/data-view-related-events/index.html index 733d7a11bf..c467bc96e1 100644 --- a/build/developers/documentation/scripting-apis/client-api/data-view-functions/data-view-related-events/index.html +++ b/build/developers/documentation/scripting-apis/client-api/data-view-functions/data-view-related-events/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/data-view-functions/data-view-related-events/index.html.gz b/build/developers/documentation/scripting-apis/client-api/data-view-functions/data-view-related-events/index.html.gz index 1fbb83e17c..c6fa1d455e 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/data-view-functions/data-view-related-events/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/data-view-functions/data-view-related-events/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/data-view-functions/drilldownbroadcast/index.html b/build/developers/documentation/scripting-apis/client-api/data-view-functions/drilldownbroadcast/index.html index 936a005023..869ec6e04f 100644 --- a/build/developers/documentation/scripting-apis/client-api/data-view-functions/drilldownbroadcast/index.html +++ b/build/developers/documentation/scripting-apis/client-api/data-view-functions/drilldownbroadcast/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/data-view-functions/drilldownbroadcast/index.html.gz b/build/developers/documentation/scripting-apis/client-api/data-view-functions/drilldownbroadcast/index.html.gz index 76c5002e32..3c13a78236 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/data-view-functions/drilldownbroadcast/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/data-view-functions/drilldownbroadcast/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/data-view-functions/enableview/index.html b/build/developers/documentation/scripting-apis/client-api/data-view-functions/enableview/index.html index 092ed755f6..046f8ce109 100644 --- a/build/developers/documentation/scripting-apis/client-api/data-view-functions/enableview/index.html +++ b/build/developers/documentation/scripting-apis/client-api/data-view-functions/enableview/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/data-view-functions/enableview/index.html.gz b/build/developers/documentation/scripting-apis/client-api/data-view-functions/enableview/index.html.gz index 025df67ca1..7607b866c7 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/data-view-functions/enableview/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/data-view-functions/enableview/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/data-view-functions/fetchdatapage/index.html b/build/developers/documentation/scripting-apis/client-api/data-view-functions/fetchdatapage/index.html index 41d496a0e7..2e73f2bcf6 100644 --- a/build/developers/documentation/scripting-apis/client-api/data-view-functions/fetchdatapage/index.html +++ b/build/developers/documentation/scripting-apis/client-api/data-view-functions/fetchdatapage/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/data-view-functions/fetchdatapage/index.html.gz b/build/developers/documentation/scripting-apis/client-api/data-view-functions/fetchdatapage/index.html.gz index fdb5e1f978..fa62bd4b0e 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/data-view-functions/fetchdatapage/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/data-view-functions/fetchdatapage/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/data-view-functions/getting-data-for-charts/index.html b/build/developers/documentation/scripting-apis/client-api/data-view-functions/getting-data-for-charts/index.html index 5fe69f96ed..d25ab773f6 100644 --- a/build/developers/documentation/scripting-apis/client-api/data-view-functions/getting-data-for-charts/index.html +++ b/build/developers/documentation/scripting-apis/client-api/data-view-functions/getting-data-for-charts/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/data-view-functions/getting-data-for-charts/index.html.gz b/build/developers/documentation/scripting-apis/client-api/data-view-functions/getting-data-for-charts/index.html.gz index 5b1e5365e7..e40e9b9797 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/data-view-functions/getting-data-for-charts/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/data-view-functions/getting-data-for-charts/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/data-view-functions/getviewdata/index.html b/build/developers/documentation/scripting-apis/client-api/data-view-functions/getviewdata/index.html index 5d02e45d93..0114d97393 100644 --- a/build/developers/documentation/scripting-apis/client-api/data-view-functions/getviewdata/index.html +++ b/build/developers/documentation/scripting-apis/client-api/data-view-functions/getviewdata/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/data-view-functions/getviewdata/index.html.gz b/build/developers/documentation/scripting-apis/client-api/data-view-functions/getviewdata/index.html.gz index d2252fc4a8..1d0a0289c9 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/data-view-functions/getviewdata/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/data-view-functions/getviewdata/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/data-view-functions/index.html b/build/developers/documentation/scripting-apis/client-api/data-view-functions/index.html index ebba5dba2f..aad8cafa1e 100644 --- a/build/developers/documentation/scripting-apis/client-api/data-view-functions/index.html +++ b/build/developers/documentation/scripting-apis/client-api/data-view-functions/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/data-view-functions/index.html.gz b/build/developers/documentation/scripting-apis/client-api/data-view-functions/index.html.gz index 9fab391ffe..cc101c5867 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/data-view-functions/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/data-view-functions/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/filtering-dates/index.html b/build/developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/filtering-dates/index.html index 5561705ace..1e2bef327d 100644 --- a/build/developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/filtering-dates/index.html +++ b/build/developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/filtering-dates/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/filtering-dates/index.html.gz b/build/developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/filtering-dates/index.html.gz index 1c274d47a1..ad78acb1fe 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/filtering-dates/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/filtering-dates/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/filters/index.html b/build/developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/filters/index.html index 6466e5f7b1..578c7d2b12 100644 --- a/build/developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/filters/index.html +++ b/build/developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/filters/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/filters/index.html.gz b/build/developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/filters/index.html.gz index 03fec13483..9b15afffc2 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/filters/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/filters/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/index.html b/build/developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/index.html index 71ee40ebf2..6066cf246c 100644 --- a/build/developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/index.html +++ b/build/developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/index.html.gz b/build/developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/index.html.gz index bce0e03dc9..ec9474da91 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/multi-series-filters/index.html b/build/developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/multi-series-filters/index.html index 8f7eb9db3a..daaac279aa 100644 --- a/build/developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/multi-series-filters/index.html +++ b/build/developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/multi-series-filters/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/multi-series-filters/index.html.gz b/build/developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/multi-series-filters/index.html.gz index 2b2188996d..aa60a2bdb2 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/multi-series-filters/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/multi-series-filters/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/refdrill-filter/index.html b/build/developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/refdrill-filter/index.html index f9016e32de..c25ae7d1e5 100644 --- a/build/developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/refdrill-filter/index.html +++ b/build/developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/refdrill-filter/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/refdrill-filter/index.html.gz b/build/developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/refdrill-filter/index.html.gz index 6ac949424f..7d0dc804cc 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/refdrill-filter/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/refdrill-filter/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/refgroup-by/index.html b/build/developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/refgroup-by/index.html index 62a57260e2..bad184cbbc 100644 --- a/build/developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/refgroup-by/index.html +++ b/build/developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/refgroup-by/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/refgroup-by/index.html.gz b/build/developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/refgroup-by/index.html.gz index eb77c39aab..038d95b49a 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/refgroup-by/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/refgroup-by/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/reforder-by/index.html b/build/developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/reforder-by/index.html index 48785e2e4f..c0cc1e405e 100644 --- a/build/developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/reforder-by/index.html +++ b/build/developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/reforder-by/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/reforder-by/index.html.gz b/build/developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/reforder-by/index.html.gz index 5f7004021e..1c11825936 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/reforder-by/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/reforder-by/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/data-view-functions/mysql-postgres-oracle-etc/index.html b/build/developers/documentation/scripting-apis/client-api/data-view-functions/mysql-postgres-oracle-etc/index.html index 7e9eaba221..229f418cda 100644 --- a/build/developers/documentation/scripting-apis/client-api/data-view-functions/mysql-postgres-oracle-etc/index.html +++ b/build/developers/documentation/scripting-apis/client-api/data-view-functions/mysql-postgres-oracle-etc/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/data-view-functions/mysql-postgres-oracle-etc/index.html.gz b/build/developers/documentation/scripting-apis/client-api/data-view-functions/mysql-postgres-oracle-etc/index.html.gz index 317bc5f9e6..b1f4d805d3 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/data-view-functions/mysql-postgres-oracle-etc/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/data-view-functions/mysql-postgres-oracle-etc/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/data-view-functions/refrefreshdata/index.html b/build/developers/documentation/scripting-apis/client-api/data-view-functions/refrefreshdata/index.html index 4d4f2f29eb..f39c046916 100644 --- a/build/developers/documentation/scripting-apis/client-api/data-view-functions/refrefreshdata/index.html +++ b/build/developers/documentation/scripting-apis/client-api/data-view-functions/refrefreshdata/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/data-view-functions/refrefreshdata/index.html.gz b/build/developers/documentation/scripting-apis/client-api/data-view-functions/refrefreshdata/index.html.gz index 6779279214..74a91a8314 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/data-view-functions/refrefreshdata/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/data-view-functions/refrefreshdata/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/data-view-functions/reloadview/index.html b/build/developers/documentation/scripting-apis/client-api/data-view-functions/reloadview/index.html index 0139ad7026..6ade7ed5af 100644 --- a/build/developers/documentation/scripting-apis/client-api/data-view-functions/reloadview/index.html +++ b/build/developers/documentation/scripting-apis/client-api/data-view-functions/reloadview/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/data-view-functions/reloadview/index.html.gz b/build/developers/documentation/scripting-apis/client-api/data-view-functions/reloadview/index.html.gz index 3525b3fcef..28dedc0f15 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/data-view-functions/reloadview/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/data-view-functions/reloadview/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/data-view-functions/resetview/index.html b/build/developers/documentation/scripting-apis/client-api/data-view-functions/resetview/index.html index c12a7c5f32..fac8746a47 100644 --- a/build/developers/documentation/scripting-apis/client-api/data-view-functions/resetview/index.html +++ b/build/developers/documentation/scripting-apis/client-api/data-view-functions/resetview/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/data-view-functions/resetview/index.html.gz b/build/developers/documentation/scripting-apis/client-api/data-view-functions/resetview/index.html.gz index 1908964f5d..49d49cf7f1 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/data-view-functions/resetview/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/data-view-functions/resetview/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/data-view-functions/setting-a-view-filter/index.html b/build/developers/documentation/scripting-apis/client-api/data-view-functions/setting-a-view-filter/index.html index 089a069bd4..c6b539375f 100644 --- a/build/developers/documentation/scripting-apis/client-api/data-view-functions/setting-a-view-filter/index.html +++ b/build/developers/documentation/scripting-apis/client-api/data-view-functions/setting-a-view-filter/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/data-view-functions/setting-a-view-filter/index.html.gz b/build/developers/documentation/scripting-apis/client-api/data-view-functions/setting-a-view-filter/index.html.gz index 4d343ff77e..44caad858a 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/data-view-functions/setting-a-view-filter/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/data-view-functions/setting-a-view-filter/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/data-view-functions/setviewcallback/index.html b/build/developers/documentation/scripting-apis/client-api/data-view-functions/setviewcallback/index.html index 3d0a8d4fbe..fae2c3f999 100644 --- a/build/developers/documentation/scripting-apis/client-api/data-view-functions/setviewcallback/index.html +++ b/build/developers/documentation/scripting-apis/client-api/data-view-functions/setviewcallback/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/data-view-functions/setviewcallback/index.html.gz b/build/developers/documentation/scripting-apis/client-api/data-view-functions/setviewcallback/index.html.gz index c2eef8ae34..81b4bfaae5 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/data-view-functions/setviewcallback/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/data-view-functions/setviewcallback/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/date-time-management-functions/dtadd/index.html b/build/developers/documentation/scripting-apis/client-api/date-time-management-functions/dtadd/index.html index 26b687de52..ed5fab758a 100644 --- a/build/developers/documentation/scripting-apis/client-api/date-time-management-functions/dtadd/index.html +++ b/build/developers/documentation/scripting-apis/client-api/date-time-management-functions/dtadd/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/date-time-management-functions/dtadd/index.html.gz b/build/developers/documentation/scripting-apis/client-api/date-time-management-functions/dtadd/index.html.gz index 3cb270abb4..9a8564e0fa 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/date-time-management-functions/dtadd/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/date-time-management-functions/dtadd/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/date-time-management-functions/dtadjust/index.html b/build/developers/documentation/scripting-apis/client-api/date-time-management-functions/dtadjust/index.html index 9a9d968672..cece35cc31 100644 --- a/build/developers/documentation/scripting-apis/client-api/date-time-management-functions/dtadjust/index.html +++ b/build/developers/documentation/scripting-apis/client-api/date-time-management-functions/dtadjust/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/date-time-management-functions/dtadjust/index.html.gz b/build/developers/documentation/scripting-apis/client-api/date-time-management-functions/dtadjust/index.html.gz index eb66d535ea..47b4429dc8 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/date-time-management-functions/dtadjust/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/date-time-management-functions/dtadjust/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/date-time-management-functions/dtdatetostring/index.html b/build/developers/documentation/scripting-apis/client-api/date-time-management-functions/dtdatetostring/index.html index 72a664df7a..13270abf23 100644 --- a/build/developers/documentation/scripting-apis/client-api/date-time-management-functions/dtdatetostring/index.html +++ b/build/developers/documentation/scripting-apis/client-api/date-time-management-functions/dtdatetostring/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/date-time-management-functions/dtdatetostring/index.html.gz b/build/developers/documentation/scripting-apis/client-api/date-time-management-functions/dtdatetostring/index.html.gz index 8e346502b2..e80af05d8f 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/date-time-management-functions/dtdatetostring/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/date-time-management-functions/dtdatetostring/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/date-time-management-functions/dtdifference/index.html b/build/developers/documentation/scripting-apis/client-api/date-time-management-functions/dtdifference/index.html index f5f242feb1..1b9bce1b5a 100644 --- a/build/developers/documentation/scripting-apis/client-api/date-time-management-functions/dtdifference/index.html +++ b/build/developers/documentation/scripting-apis/client-api/date-time-management-functions/dtdifference/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/date-time-management-functions/dtdifference/index.html.gz b/build/developers/documentation/scripting-apis/client-api/date-time-management-functions/dtdifference/index.html.gz index f201262719..bcb645fd64 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/date-time-management-functions/dtdifference/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/date-time-management-functions/dtdifference/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/date-time-management-functions/dtnewdate/index.html b/build/developers/documentation/scripting-apis/client-api/date-time-management-functions/dtnewdate/index.html index 3f20f1182c..5dd5eefbee 100644 --- a/build/developers/documentation/scripting-apis/client-api/date-time-management-functions/dtnewdate/index.html +++ b/build/developers/documentation/scripting-apis/client-api/date-time-management-functions/dtnewdate/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/date-time-management-functions/dtnewdate/index.html.gz b/build/developers/documentation/scripting-apis/client-api/date-time-management-functions/dtnewdate/index.html.gz index 89a8ce1a39..135e2da8e9 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/date-time-management-functions/dtnewdate/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/date-time-management-functions/dtnewdate/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/date-time-management-functions/index.html b/build/developers/documentation/scripting-apis/client-api/date-time-management-functions/index.html index d4aada3306..5d671cf285 100644 --- a/build/developers/documentation/scripting-apis/client-api/date-time-management-functions/index.html +++ b/build/developers/documentation/scripting-apis/client-api/date-time-management-functions/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/date-time-management-functions/index.html.gz b/build/developers/documentation/scripting-apis/client-api/date-time-management-functions/index.html.gz index c24a30cdbf..acfaaae033 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/date-time-management-functions/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/date-time-management-functions/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/date-time-management-functions/instancegetrtz/index.html b/build/developers/documentation/scripting-apis/client-api/date-time-management-functions/instancegetrtz/index.html index f48df0f2b7..6892524e6f 100644 --- a/build/developers/documentation/scripting-apis/client-api/date-time-management-functions/instancegetrtz/index.html +++ b/build/developers/documentation/scripting-apis/client-api/date-time-management-functions/instancegetrtz/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/date-time-management-functions/instancegetrtz/index.html.gz b/build/developers/documentation/scripting-apis/client-api/date-time-management-functions/instancegetrtz/index.html.gz index 4933da43a3..48cd2cdb9c 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/date-time-management-functions/instancegetrtz/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/date-time-management-functions/instancegetrtz/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/date-time-management-functions/instancesetrtz/index.html b/build/developers/documentation/scripting-apis/client-api/date-time-management-functions/instancesetrtz/index.html index 3bc27e4459..4820a43730 100644 --- a/build/developers/documentation/scripting-apis/client-api/date-time-management-functions/instancesetrtz/index.html +++ b/build/developers/documentation/scripting-apis/client-api/date-time-management-functions/instancesetrtz/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/date-time-management-functions/instancesetrtz/index.html.gz b/build/developers/documentation/scripting-apis/client-api/date-time-management-functions/instancesetrtz/index.html.gz index 41393a52e9..a454a3df41 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/date-time-management-functions/instancesetrtz/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/date-time-management-functions/instancesetrtz/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/global-data-pool-functions/clearglobaldata/index.html b/build/developers/documentation/scripting-apis/client-api/global-data-pool-functions/clearglobaldata/index.html index b08eb4edff..86d659dd28 100644 --- a/build/developers/documentation/scripting-apis/client-api/global-data-pool-functions/clearglobaldata/index.html +++ b/build/developers/documentation/scripting-apis/client-api/global-data-pool-functions/clearglobaldata/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/global-data-pool-functions/clearglobaldata/index.html.gz b/build/developers/documentation/scripting-apis/client-api/global-data-pool-functions/clearglobaldata/index.html.gz index 533b2a0fe8..384e672b85 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/global-data-pool-functions/clearglobaldata/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/global-data-pool-functions/clearglobaldata/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/global-data-pool-functions/getglobaldata/index.html b/build/developers/documentation/scripting-apis/client-api/global-data-pool-functions/getglobaldata/index.html index 03b92c80ff..327b633558 100644 --- a/build/developers/documentation/scripting-apis/client-api/global-data-pool-functions/getglobaldata/index.html +++ b/build/developers/documentation/scripting-apis/client-api/global-data-pool-functions/getglobaldata/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/global-data-pool-functions/getglobaldata/index.html.gz b/build/developers/documentation/scripting-apis/client-api/global-data-pool-functions/getglobaldata/index.html.gz index b3e0ffb176..a6d28d72fa 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/global-data-pool-functions/getglobaldata/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/global-data-pool-functions/getglobaldata/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/global-data-pool-functions/index.html b/build/developers/documentation/scripting-apis/client-api/global-data-pool-functions/index.html index f9a559994c..ca59f0d59c 100644 --- a/build/developers/documentation/scripting-apis/client-api/global-data-pool-functions/index.html +++ b/build/developers/documentation/scripting-apis/client-api/global-data-pool-functions/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/global-data-pool-functions/index.html.gz b/build/developers/documentation/scripting-apis/client-api/global-data-pool-functions/index.html.gz index 7dfb5225b3..2ec672c735 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/global-data-pool-functions/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/global-data-pool-functions/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/global-data-pool-functions/setglobaldata/index.html b/build/developers/documentation/scripting-apis/client-api/global-data-pool-functions/setglobaldata/index.html index c5a8a9d36a..2bca1d7f70 100644 --- a/build/developers/documentation/scripting-apis/client-api/global-data-pool-functions/setglobaldata/index.html +++ b/build/developers/documentation/scripting-apis/client-api/global-data-pool-functions/setglobaldata/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/global-data-pool-functions/setglobaldata/index.html.gz b/build/developers/documentation/scripting-apis/client-api/global-data-pool-functions/setglobaldata/index.html.gz index 793005c66a..f21df5dbb5 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/global-data-pool-functions/setglobaldata/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/global-data-pool-functions/setglobaldata/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/index.html b/build/developers/documentation/scripting-apis/client-api/index.html index be7d4a351b..e25b40bb9f 100644 --- a/build/developers/documentation/scripting-apis/client-api/index.html +++ b/build/developers/documentation/scripting-apis/client-api/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/index.html.gz b/build/developers/documentation/scripting-apis/client-api/index.html.gz index 015460ce3c..9b5802d25b 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/instance-data-functions/datagetallwithids/index.html b/build/developers/documentation/scripting-apis/client-api/instance-data-functions/datagetallwithids/index.html index 128af0e23e..736b157b65 100644 --- a/build/developers/documentation/scripting-apis/client-api/instance-data-functions/datagetallwithids/index.html +++ b/build/developers/documentation/scripting-apis/client-api/instance-data-functions/datagetallwithids/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/instance-data-functions/datagetallwithids/index.html.gz b/build/developers/documentation/scripting-apis/client-api/instance-data-functions/datagetallwithids/index.html.gz index 1876a13bdc..7daf8b86c5 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/instance-data-functions/datagetallwithids/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/instance-data-functions/datagetallwithids/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/instance-data-functions/getinstancedata/index.html b/build/developers/documentation/scripting-apis/client-api/instance-data-functions/getinstancedata/index.html index 7c64e490cf..6bc19eefd6 100644 --- a/build/developers/documentation/scripting-apis/client-api/instance-data-functions/getinstancedata/index.html +++ b/build/developers/documentation/scripting-apis/client-api/instance-data-functions/getinstancedata/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/instance-data-functions/getinstancedata/index.html.gz b/build/developers/documentation/scripting-apis/client-api/instance-data-functions/getinstancedata/index.html.gz index 98994a4827..e70e77ea68 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/instance-data-functions/getinstancedata/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/instance-data-functions/getinstancedata/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/instance-data-functions/index.html b/build/developers/documentation/scripting-apis/client-api/instance-data-functions/index.html index 7952b2599e..92ec3ef223 100644 --- a/build/developers/documentation/scripting-apis/client-api/instance-data-functions/index.html +++ b/build/developers/documentation/scripting-apis/client-api/instance-data-functions/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/instance-data-functions/index.html.gz b/build/developers/documentation/scripting-apis/client-api/instance-data-functions/index.html.gz index c6f0b0993e..935d27f51b 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/instance-data-functions/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/instance-data-functions/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/instance-data-functions/instancecreate/index.html b/build/developers/documentation/scripting-apis/client-api/instance-data-functions/instancecreate/index.html index 041fd71f68..671a406ba8 100644 --- a/build/developers/documentation/scripting-apis/client-api/instance-data-functions/instancecreate/index.html +++ b/build/developers/documentation/scripting-apis/client-api/instance-data-functions/instancecreate/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/instance-data-functions/instancecreate/index.html.gz b/build/developers/documentation/scripting-apis/client-api/instance-data-functions/instancecreate/index.html.gz index d1a965cfe8..9633d26cab 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/instance-data-functions/instancecreate/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/instance-data-functions/instancecreate/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/instance-data-functions/instancedelete/index.html b/build/developers/documentation/scripting-apis/client-api/instance-data-functions/instancedelete/index.html index 4f3825ad52..a718b91650 100644 --- a/build/developers/documentation/scripting-apis/client-api/instance-data-functions/instancedelete/index.html +++ b/build/developers/documentation/scripting-apis/client-api/instance-data-functions/instancedelete/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/instance-data-functions/instancedelete/index.html.gz b/build/developers/documentation/scripting-apis/client-api/instance-data-functions/instancedelete/index.html.gz index 81444c3842..710e162f32 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/instance-data-functions/instancedelete/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/instance-data-functions/instancedelete/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/instance-data-functions/instanceload/index.html b/build/developers/documentation/scripting-apis/client-api/instance-data-functions/instanceload/index.html index 16a8972369..e38539cb80 100644 --- a/build/developers/documentation/scripting-apis/client-api/instance-data-functions/instanceload/index.html +++ b/build/developers/documentation/scripting-apis/client-api/instance-data-functions/instanceload/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/instance-data-functions/instanceload/index.html.gz b/build/developers/documentation/scripting-apis/client-api/instance-data-functions/instanceload/index.html.gz index 762f689d9e..b2ee4949ab 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/instance-data-functions/instanceload/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/instance-data-functions/instanceload/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/instance-data-functions/instancenew/index.html b/build/developers/documentation/scripting-apis/client-api/instance-data-functions/instancenew/index.html index e4679f818d..ea6d0ea98f 100644 --- a/build/developers/documentation/scripting-apis/client-api/instance-data-functions/instancenew/index.html +++ b/build/developers/documentation/scripting-apis/client-api/instance-data-functions/instancenew/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/instance-data-functions/instancenew/index.html.gz b/build/developers/documentation/scripting-apis/client-api/instance-data-functions/instancenew/index.html.gz index 2b32e04572..144b2cd844 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/instance-data-functions/instancenew/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/instance-data-functions/instancenew/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/instance-data-functions/instancesave/index.html b/build/developers/documentation/scripting-apis/client-api/instance-data-functions/instancesave/index.html index f7d8787383..9dfa6545dd 100644 --- a/build/developers/documentation/scripting-apis/client-api/instance-data-functions/instancesave/index.html +++ b/build/developers/documentation/scripting-apis/client-api/instance-data-functions/instancesave/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/instance-data-functions/instancesave/index.html.gz b/build/developers/documentation/scripting-apis/client-api/instance-data-functions/instancesave/index.html.gz index 85fc36b87d..1a7b9600db 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/instance-data-functions/instancesave/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/instance-data-functions/instancesave/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/instance-data-functions/instancesetrelationship/index.html b/build/developers/documentation/scripting-apis/client-api/instance-data-functions/instancesetrelationship/index.html index 82c46e7527..8196af7f41 100644 --- a/build/developers/documentation/scripting-apis/client-api/instance-data-functions/instancesetrelationship/index.html +++ b/build/developers/documentation/scripting-apis/client-api/instance-data-functions/instancesetrelationship/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/instance-data-functions/instancesetrelationship/index.html.gz b/build/developers/documentation/scripting-apis/client-api/instance-data-functions/instancesetrelationship/index.html.gz index 9c82cde2f5..1bd8af6f61 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/instance-data-functions/instancesetrelationship/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/instance-data-functions/instancesetrelationship/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/instance-data-functions/instancesync/index.html b/build/developers/documentation/scripting-apis/client-api/instance-data-functions/instancesync/index.html index ee65369ef0..a1c0327195 100644 --- a/build/developers/documentation/scripting-apis/client-api/instance-data-functions/instancesync/index.html +++ b/build/developers/documentation/scripting-apis/client-api/instance-data-functions/instancesync/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/instance-data-functions/instancesync/index.html.gz b/build/developers/documentation/scripting-apis/client-api/instance-data-functions/instancesync/index.html.gz index 132fde1301..e10263b9de 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/instance-data-functions/instancesync/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/instance-data-functions/instancesync/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/instance-data-functions/instancexxxx-callback-function/index.html b/build/developers/documentation/scripting-apis/client-api/instance-data-functions/instancexxxx-callback-function/index.html index ed1768471a..08a2da0d19 100644 --- a/build/developers/documentation/scripting-apis/client-api/instance-data-functions/instancexxxx-callback-function/index.html +++ b/build/developers/documentation/scripting-apis/client-api/instance-data-functions/instancexxxx-callback-function/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/instance-data-functions/instancexxxx-callback-function/index.html.gz b/build/developers/documentation/scripting-apis/client-api/instance-data-functions/instancexxxx-callback-function/index.html.gz index 478bc705f2..3af0c04493 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/instance-data-functions/instancexxxx-callback-function/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/instance-data-functions/instancexxxx-callback-function/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/instance-data-functions/setinstancedata/index.html b/build/developers/documentation/scripting-apis/client-api/instance-data-functions/setinstancedata/index.html index b6d026418f..6b818b38c1 100644 --- a/build/developers/documentation/scripting-apis/client-api/instance-data-functions/setinstancedata/index.html +++ b/build/developers/documentation/scripting-apis/client-api/instance-data-functions/setinstancedata/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/instance-data-functions/setinstancedata/index.html.gz b/build/developers/documentation/scripting-apis/client-api/instance-data-functions/setinstancedata/index.html.gz index 4b47b39367..9fdb2fc180 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/instance-data-functions/setinstancedata/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/instance-data-functions/setinstancedata/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/mobile-device-hardware-featur/index.html b/build/developers/documentation/scripting-apis/client-api/mobile-device-hardware-featur/index.html index 548411b530..7c6b0d3127 100644 --- a/build/developers/documentation/scripting-apis/client-api/mobile-device-hardware-featur/index.html +++ b/build/developers/documentation/scripting-apis/client-api/mobile-device-hardware-featur/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/mobile-device-hardware-featur/index.html.gz b/build/developers/documentation/scripting-apis/client-api/mobile-device-hardware-featur/index.html.gz index 44bf717bd0..a2bb0423b1 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/mobile-device-hardware-featur/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/mobile-device-hardware-featur/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/multi-language-apps/index.html b/build/developers/documentation/scripting-apis/client-api/multi-language-apps/index.html index 3192fda0f1..0275cd3626 100644 --- a/build/developers/documentation/scripting-apis/client-api/multi-language-apps/index.html +++ b/build/developers/documentation/scripting-apis/client-api/multi-language-apps/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/multi-language-apps/index.html.gz b/build/developers/documentation/scripting-apis/client-api/multi-language-apps/index.html.gz index d96dbce6fb..6a0c968e67 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/multi-language-apps/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/multi-language-apps/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/multi-language-apps/language/index.html b/build/developers/documentation/scripting-apis/client-api/multi-language-apps/language/index.html index 469a7c1a5c..2ce925532b 100644 --- a/build/developers/documentation/scripting-apis/client-api/multi-language-apps/language/index.html +++ b/build/developers/documentation/scripting-apis/client-api/multi-language-apps/language/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/multi-language-apps/language/index.html.gz b/build/developers/documentation/scripting-apis/client-api/multi-language-apps/language/index.html.gz index 339a37ff06..3322bd3593 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/multi-language-apps/language/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/multi-language-apps/language/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/multi-language-apps/translate/index.html b/build/developers/documentation/scripting-apis/client-api/multi-language-apps/translate/index.html index 1239fbfcac..d7471bbefb 100644 --- a/build/developers/documentation/scripting-apis/client-api/multi-language-apps/translate/index.html +++ b/build/developers/documentation/scripting-apis/client-api/multi-language-apps/translate/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/multi-language-apps/translate/index.html.gz b/build/developers/documentation/scripting-apis/client-api/multi-language-apps/translate/index.html.gz index bbdf23fc9d..ff370138f9 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/multi-language-apps/translate/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/multi-language-apps/translate/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/oauth/index.html b/build/developers/documentation/scripting-apis/client-api/oauth/index.html index f151154201..80149b376a 100644 --- a/build/developers/documentation/scripting-apis/client-api/oauth/index.html +++ b/build/developers/documentation/scripting-apis/client-api/oauth/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/oauth/index.html.gz b/build/developers/documentation/scripting-apis/client-api/oauth/index.html.gz index c3f25234e8..e44160af7a 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/oauth/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/oauth/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/oauth/oauthsignin/index.html b/build/developers/documentation/scripting-apis/client-api/oauth/oauthsignin/index.html index 11d4f45fc4..eb21512f2d 100644 --- a/build/developers/documentation/scripting-apis/client-api/oauth/oauthsignin/index.html +++ b/build/developers/documentation/scripting-apis/client-api/oauth/oauthsignin/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/oauth/oauthsignin/index.html.gz b/build/developers/documentation/scripting-apis/client-api/oauth/oauthsignin/index.html.gz index 37b8be98e2..f205d5c4cc 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/oauth/oauthsignin/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/oauth/oauthsignin/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/objects-titbits/error-object/index.html b/build/developers/documentation/scripting-apis/client-api/objects-titbits/error-object/index.html index 3584d176cf..40a38a48b3 100644 --- a/build/developers/documentation/scripting-apis/client-api/objects-titbits/error-object/index.html +++ b/build/developers/documentation/scripting-apis/client-api/objects-titbits/error-object/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/objects-titbits/error-object/index.html.gz b/build/developers/documentation/scripting-apis/client-api/objects-titbits/error-object/index.html.gz index 756c408a3c..7632babb1d 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/objects-titbits/error-object/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/objects-titbits/error-object/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/objects-titbits/filter-object/index.html b/build/developers/documentation/scripting-apis/client-api/objects-titbits/filter-object/index.html index 0643d2ebab..8e31281f28 100644 --- a/build/developers/documentation/scripting-apis/client-api/objects-titbits/filter-object/index.html +++ b/build/developers/documentation/scripting-apis/client-api/objects-titbits/filter-object/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/objects-titbits/filter-object/index.html.gz b/build/developers/documentation/scripting-apis/client-api/objects-titbits/filter-object/index.html.gz index fa189a81ca..5394733003 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/objects-titbits/filter-object/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/objects-titbits/filter-object/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/objects-titbits/index.html b/build/developers/documentation/scripting-apis/client-api/objects-titbits/index.html index ee91d668ea..a0e3fe5b48 100644 --- a/build/developers/documentation/scripting-apis/client-api/objects-titbits/index.html +++ b/build/developers/documentation/scripting-apis/client-api/objects-titbits/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/objects-titbits/index.html.gz b/build/developers/documentation/scripting-apis/client-api/objects-titbits/index.html.gz index 57fbc91446..2111107ff1 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/objects-titbits/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/objects-titbits/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/objects-titbits/ref-widget/index.html b/build/developers/documentation/scripting-apis/client-api/objects-titbits/ref-widget/index.html index 4bcd1da37b..47412e3c6b 100644 --- a/build/developers/documentation/scripting-apis/client-api/objects-titbits/ref-widget/index.html +++ b/build/developers/documentation/scripting-apis/client-api/objects-titbits/ref-widget/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/objects-titbits/ref-widget/index.html.gz b/build/developers/documentation/scripting-apis/client-api/objects-titbits/ref-widget/index.html.gz index 76d36fb784..0d276462c0 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/objects-titbits/ref-widget/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/objects-titbits/ref-widget/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/objects-titbits/result-object-for-instancexxxx/index.html b/build/developers/documentation/scripting-apis/client-api/objects-titbits/result-object-for-instancexxxx/index.html index c9747550c5..325d5f1456 100644 --- a/build/developers/documentation/scripting-apis/client-api/objects-titbits/result-object-for-instancexxxx/index.html +++ b/build/developers/documentation/scripting-apis/client-api/objects-titbits/result-object-for-instancexxxx/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/objects-titbits/result-object-for-instancexxxx/index.html.gz b/build/developers/documentation/scripting-apis/client-api/objects-titbits/result-object-for-instancexxxx/index.html.gz index d7e86b1471..bcec66481e 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/objects-titbits/result-object-for-instancexxxx/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/objects-titbits/result-object-for-instancexxxx/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/objects-titbits/rows-object/index.html b/build/developers/documentation/scripting-apis/client-api/objects-titbits/rows-object/index.html index 74992c1f19..9b795c1cd9 100644 --- a/build/developers/documentation/scripting-apis/client-api/objects-titbits/rows-object/index.html +++ b/build/developers/documentation/scripting-apis/client-api/objects-titbits/rows-object/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/objects-titbits/rows-object/index.html.gz b/build/developers/documentation/scripting-apis/client-api/objects-titbits/rows-object/index.html.gz index c2d84746df..30f5c61e5a 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/objects-titbits/rows-object/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/objects-titbits/rows-object/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/objects-titbits/status-object-for-instancexxxx/index.html b/build/developers/documentation/scripting-apis/client-api/objects-titbits/status-object-for-instancexxxx/index.html index d9dac3e110..652e6d348a 100644 --- a/build/developers/documentation/scripting-apis/client-api/objects-titbits/status-object-for-instancexxxx/index.html +++ b/build/developers/documentation/scripting-apis/client-api/objects-titbits/status-object-for-instancexxxx/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/objects-titbits/status-object-for-instancexxxx/index.html.gz b/build/developers/documentation/scripting-apis/client-api/objects-titbits/status-object-for-instancexxxx/index.html.gz index bfe89a3ce6..97f6baf0fe 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/objects-titbits/status-object-for-instancexxxx/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/objects-titbits/status-object-for-instancexxxx/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/objects-titbits/widget-effects/index.html b/build/developers/documentation/scripting-apis/client-api/objects-titbits/widget-effects/index.html index 617d9c39d8..acbb42d967 100644 --- a/build/developers/documentation/scripting-apis/client-api/objects-titbits/widget-effects/index.html +++ b/build/developers/documentation/scripting-apis/client-api/objects-titbits/widget-effects/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/objects-titbits/widget-effects/index.html.gz b/build/developers/documentation/scripting-apis/client-api/objects-titbits/widget-effects/index.html.gz index ab1e5d044e..9aa1bff464 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/objects-titbits/widget-effects/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/objects-titbits/widget-effects/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/objects-titbits/widget-list-parameters/index.html b/build/developers/documentation/scripting-apis/client-api/objects-titbits/widget-list-parameters/index.html index 01fd6cd920..94d53c4821 100644 --- a/build/developers/documentation/scripting-apis/client-api/objects-titbits/widget-list-parameters/index.html +++ b/build/developers/documentation/scripting-apis/client-api/objects-titbits/widget-list-parameters/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/objects-titbits/widget-list-parameters/index.html.gz b/build/developers/documentation/scripting-apis/client-api/objects-titbits/widget-list-parameters/index.html.gz index b6261755b4..9004c00539 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/objects-titbits/widget-list-parameters/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/objects-titbits/widget-list-parameters/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/objects-titbits/widget-object/index.html b/build/developers/documentation/scripting-apis/client-api/objects-titbits/widget-object/index.html index f17bb0efe8..51afbea493 100644 --- a/build/developers/documentation/scripting-apis/client-api/objects-titbits/widget-object/index.html +++ b/build/developers/documentation/scripting-apis/client-api/objects-titbits/widget-object/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/objects-titbits/widget-object/index.html.gz b/build/developers/documentation/scripting-apis/client-api/objects-titbits/widget-object/index.html.gz index aaf9d24ae8..a58c04cbed 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/objects-titbits/widget-object/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/objects-titbits/widget-object/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/others/cookie/index.html b/build/developers/documentation/scripting-apis/client-api/others/cookie/index.html index 312648fea6..d9f194d35f 100644 --- a/build/developers/documentation/scripting-apis/client-api/others/cookie/index.html +++ b/build/developers/documentation/scripting-apis/client-api/others/cookie/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/others/cookie/index.html.gz b/build/developers/documentation/scripting-apis/client-api/others/cookie/index.html.gz index 212a139fbc..9eb0ac9c3f 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/others/cookie/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/others/cookie/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/others/index.html b/build/developers/documentation/scripting-apis/client-api/others/index.html index b3fc3759c9..db551cd991 100644 --- a/build/developers/documentation/scripting-apis/client-api/others/index.html +++ b/build/developers/documentation/scripting-apis/client-api/others/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/others/index.html.gz b/build/developers/documentation/scripting-apis/client-api/others/index.html.gz index 2e9aceeaa4..414830410d 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/others/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/others/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/page-functions/closepagepopup/index.html b/build/developers/documentation/scripting-apis/client-api/page-functions/closepagepopup/index.html index 6527354677..97b248c66f 100644 --- a/build/developers/documentation/scripting-apis/client-api/page-functions/closepagepopup/index.html +++ b/build/developers/documentation/scripting-apis/client-api/page-functions/closepagepopup/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/page-functions/closepagepopup/index.html.gz b/build/developers/documentation/scripting-apis/client-api/page-functions/closepagepopup/index.html.gz index df80f3e01b..b7685d4ccc 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/page-functions/closepagepopup/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/page-functions/closepagepopup/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/page-functions/currentpage/index.html b/build/developers/documentation/scripting-apis/client-api/page-functions/currentpage/index.html index 4482edc27c..021b31afac 100644 --- a/build/developers/documentation/scripting-apis/client-api/page-functions/currentpage/index.html +++ b/build/developers/documentation/scripting-apis/client-api/page-functions/currentpage/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/page-functions/currentpage/index.html.gz b/build/developers/documentation/scripting-apis/client-api/page-functions/currentpage/index.html.gz index 216d820bb9..0587a19f62 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/page-functions/currentpage/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/page-functions/currentpage/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/page-functions/index.html b/build/developers/documentation/scripting-apis/client-api/page-functions/index.html index 4381bec549..755f23dc37 100644 --- a/build/developers/documentation/scripting-apis/client-api/page-functions/index.html +++ b/build/developers/documentation/scripting-apis/client-api/page-functions/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/page-functions/index.html.gz b/build/developers/documentation/scripting-apis/client-api/page-functions/index.html.gz index 89c581b29c..5e48f7df87 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/page-functions/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/page-functions/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/page-functions/page-transitions/index.html b/build/developers/documentation/scripting-apis/client-api/page-functions/page-transitions/index.html index 8896c1ec19..108a40142a 100644 --- a/build/developers/documentation/scripting-apis/client-api/page-functions/page-transitions/index.html +++ b/build/developers/documentation/scripting-apis/client-api/page-functions/page-transitions/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/page-functions/page-transitions/index.html.gz b/build/developers/documentation/scripting-apis/client-api/page-functions/page-transitions/index.html.gz index f1f7fbdac9..054db0f78f 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/page-functions/page-transitions/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/page-functions/page-transitions/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/page-functions/pageback/index.html b/build/developers/documentation/scripting-apis/client-api/page-functions/pageback/index.html index 584247c8af..bf7b9ae4be 100644 --- a/build/developers/documentation/scripting-apis/client-api/page-functions/pageback/index.html +++ b/build/developers/documentation/scripting-apis/client-api/page-functions/pageback/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/page-functions/pageback/index.html.gz b/build/developers/documentation/scripting-apis/client-api/page-functions/pageback/index.html.gz index 5b89a2aaae..4d7ba8d881 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/page-functions/pageback/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/page-functions/pageback/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/page-functions/pagecalling/index.html b/build/developers/documentation/scripting-apis/client-api/page-functions/pagecalling/index.html index 0f73c800db..1a066e21af 100644 --- a/build/developers/documentation/scripting-apis/client-api/page-functions/pagecalling/index.html +++ b/build/developers/documentation/scripting-apis/client-api/page-functions/pagecalling/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/page-functions/pagecalling/index.html.gz b/build/developers/documentation/scripting-apis/client-api/page-functions/pagecalling/index.html.gz index 5ab16255db..617888672a 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/page-functions/pagecalling/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/page-functions/pagecalling/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/page-functions/pagejump/index.html b/build/developers/documentation/scripting-apis/client-api/page-functions/pagejump/index.html index f44b51b1e0..a302c48e80 100644 --- a/build/developers/documentation/scripting-apis/client-api/page-functions/pagejump/index.html +++ b/build/developers/documentation/scripting-apis/client-api/page-functions/pagejump/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/page-functions/pagejump/index.html.gz b/build/developers/documentation/scripting-apis/client-api/page-functions/pagejump/index.html.gz index fd42574a64..4987949584 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/page-functions/pagejump/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/page-functions/pagejump/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/page-functions/pagenext/index.html b/build/developers/documentation/scripting-apis/client-api/page-functions/pagenext/index.html index 8cd96bc878..b87b6bbb20 100644 --- a/build/developers/documentation/scripting-apis/client-api/page-functions/pagenext/index.html +++ b/build/developers/documentation/scripting-apis/client-api/page-functions/pagenext/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/page-functions/pagenext/index.html.gz b/build/developers/documentation/scripting-apis/client-api/page-functions/pagenext/index.html.gz index e9195f5536..765cfd5cda 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/page-functions/pagenext/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/page-functions/pagenext/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/page-functions/pageprevious/index.html b/build/developers/documentation/scripting-apis/client-api/page-functions/pageprevious/index.html index a725c34a82..c1633c6352 100644 --- a/build/developers/documentation/scripting-apis/client-api/page-functions/pageprevious/index.html +++ b/build/developers/documentation/scripting-apis/client-api/page-functions/pageprevious/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/page-functions/pageprevious/index.html.gz b/build/developers/documentation/scripting-apis/client-api/page-functions/pageprevious/index.html.gz index 339c7983d2..7b417aa9a3 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/page-functions/pageprevious/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/page-functions/pageprevious/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/page-functions/showpagepopup/index.html b/build/developers/documentation/scripting-apis/client-api/page-functions/showpagepopup/index.html index efd5b9c3fe..7588739d5e 100644 --- a/build/developers/documentation/scripting-apis/client-api/page-functions/showpagepopup/index.html +++ b/build/developers/documentation/scripting-apis/client-api/page-functions/showpagepopup/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/page-functions/showpagepopup/index.html.gz b/build/developers/documentation/scripting-apis/client-api/page-functions/showpagepopup/index.html.gz index f961df671c..5f5d23f7b9 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/page-functions/showpagepopup/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/page-functions/showpagepopup/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/soap-restful-ajax-calls/httprequest/index.html b/build/developers/documentation/scripting-apis/client-api/soap-restful-ajax-calls/httprequest/index.html index 24812b0e38..a2f7674cbd 100644 --- a/build/developers/documentation/scripting-apis/client-api/soap-restful-ajax-calls/httprequest/index.html +++ b/build/developers/documentation/scripting-apis/client-api/soap-restful-ajax-calls/httprequest/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/soap-restful-ajax-calls/httprequest/index.html.gz b/build/developers/documentation/scripting-apis/client-api/soap-restful-ajax-calls/httprequest/index.html.gz index 5752ba91cb..b2794be3e8 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/soap-restful-ajax-calls/httprequest/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/soap-restful-ajax-calls/httprequest/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/soap-restful-ajax-calls/index.html b/build/developers/documentation/scripting-apis/client-api/soap-restful-ajax-calls/index.html index 5acd9a12fa..20fc49f5fb 100644 --- a/build/developers/documentation/scripting-apis/client-api/soap-restful-ajax-calls/index.html +++ b/build/developers/documentation/scripting-apis/client-api/soap-restful-ajax-calls/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/soap-restful-ajax-calls/index.html.gz b/build/developers/documentation/scripting-apis/client-api/soap-restful-ajax-calls/index.html.gz index e7214b4c32..494cc75685 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/soap-restful-ajax-calls/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/soap-restful-ajax-calls/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/soap-restful-ajax-calls/soaprequest/index.html b/build/developers/documentation/scripting-apis/client-api/soap-restful-ajax-calls/soaprequest/index.html index 345559d430..e57191f0d2 100644 --- a/build/developers/documentation/scripting-apis/client-api/soap-restful-ajax-calls/soaprequest/index.html +++ b/build/developers/documentation/scripting-apis/client-api/soap-restful-ajax-calls/soaprequest/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/soap-restful-ajax-calls/soaprequest/index.html.gz b/build/developers/documentation/scripting-apis/client-api/soap-restful-ajax-calls/soaprequest/index.html.gz index fc97fa36a6..68403bca6e 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/soap-restful-ajax-calls/soaprequest/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/soap-restful-ajax-calls/soaprequest/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/soap-restful-ajax-calls/web-service-wizard/index.html b/build/developers/documentation/scripting-apis/client-api/soap-restful-ajax-calls/web-service-wizard/index.html index da2b4470ce..d89969ee4d 100644 --- a/build/developers/documentation/scripting-apis/client-api/soap-restful-ajax-calls/web-service-wizard/index.html +++ b/build/developers/documentation/scripting-apis/client-api/soap-restful-ajax-calls/web-service-wizard/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/soap-restful-ajax-calls/web-service-wizard/index.html.gz b/build/developers/documentation/scripting-apis/client-api/soap-restful-ajax-calls/web-service-wizard/index.html.gz index 8e53af0f0a..8602402299 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/soap-restful-ajax-calls/web-service-wizard/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/soap-restful-ajax-calls/web-service-wizard/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/tutorials-examples/index.html b/build/developers/documentation/scripting-apis/client-api/tutorials-examples/index.html index a7c298beec..b5e3caaeb2 100644 --- a/build/developers/documentation/scripting-apis/client-api/tutorials-examples/index.html +++ b/build/developers/documentation/scripting-apis/client-api/tutorials-examples/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/tutorials-examples/index.html.gz b/build/developers/documentation/scripting-apis/client-api/tutorials-examples/index.html.gz index 96f2705cd7..efa499698f 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/tutorials-examples/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/tutorials-examples/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/useful-browser-functions/alert/index.html b/build/developers/documentation/scripting-apis/client-api/useful-browser-functions/alert/index.html index b1a5be3b00..7fb4d16d02 100644 --- a/build/developers/documentation/scripting-apis/client-api/useful-browser-functions/alert/index.html +++ b/build/developers/documentation/scripting-apis/client-api/useful-browser-functions/alert/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/useful-browser-functions/alert/index.html.gz b/build/developers/documentation/scripting-apis/client-api/useful-browser-functions/alert/index.html.gz index 4bff94628b..8a41be69e8 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/useful-browser-functions/alert/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/useful-browser-functions/alert/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/useful-browser-functions/index.html b/build/developers/documentation/scripting-apis/client-api/useful-browser-functions/index.html index 9a955915e7..868814c64a 100644 --- a/build/developers/documentation/scripting-apis/client-api/useful-browser-functions/index.html +++ b/build/developers/documentation/scripting-apis/client-api/useful-browser-functions/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/useful-browser-functions/index.html.gz b/build/developers/documentation/scripting-apis/client-api/useful-browser-functions/index.html.gz index 0af947c295..8686daaa89 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/useful-browser-functions/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/useful-browser-functions/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/useful-browser-functions/navigator-object/index.html b/build/developers/documentation/scripting-apis/client-api/useful-browser-functions/navigator-object/index.html index 1998ab76bd..8b40e4af70 100644 --- a/build/developers/documentation/scripting-apis/client-api/useful-browser-functions/navigator-object/index.html +++ b/build/developers/documentation/scripting-apis/client-api/useful-browser-functions/navigator-object/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/useful-browser-functions/navigator-object/index.html.gz b/build/developers/documentation/scripting-apis/client-api/useful-browser-functions/navigator-object/index.html.gz index 511b53ea01..3d86792538 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/useful-browser-functions/navigator-object/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/useful-browser-functions/navigator-object/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/useful-browser-functions/open/index.html b/build/developers/documentation/scripting-apis/client-api/useful-browser-functions/open/index.html index d77415ae71..c95522c23d 100644 --- a/build/developers/documentation/scripting-apis/client-api/useful-browser-functions/open/index.html +++ b/build/developers/documentation/scripting-apis/client-api/useful-browser-functions/open/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/useful-browser-functions/open/index.html.gz b/build/developers/documentation/scripting-apis/client-api/useful-browser-functions/open/index.html.gz index a335120e3e..0782336c83 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/useful-browser-functions/open/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/useful-browser-functions/open/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/useful-browser-functions/pagexoffset-pageyoffset/index.html b/build/developers/documentation/scripting-apis/client-api/useful-browser-functions/pagexoffset-pageyoffset/index.html index 7a8cfc3a8f..c62e4f0f78 100644 --- a/build/developers/documentation/scripting-apis/client-api/useful-browser-functions/pagexoffset-pageyoffset/index.html +++ b/build/developers/documentation/scripting-apis/client-api/useful-browser-functions/pagexoffset-pageyoffset/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/useful-browser-functions/pagexoffset-pageyoffset/index.html.gz b/build/developers/documentation/scripting-apis/client-api/useful-browser-functions/pagexoffset-pageyoffset/index.html.gz index f3c4ffd2dd..850ea0a1cd 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/useful-browser-functions/pagexoffset-pageyoffset/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/useful-browser-functions/pagexoffset-pageyoffset/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/useful-browser-functions/screen-object/index.html b/build/developers/documentation/scripting-apis/client-api/useful-browser-functions/screen-object/index.html index e03a1f27cf..2e815a1af7 100644 --- a/build/developers/documentation/scripting-apis/client-api/useful-browser-functions/screen-object/index.html +++ b/build/developers/documentation/scripting-apis/client-api/useful-browser-functions/screen-object/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/useful-browser-functions/screen-object/index.html.gz b/build/developers/documentation/scripting-apis/client-api/useful-browser-functions/screen-object/index.html.gz index 354adebf9e..69318fe97e 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/useful-browser-functions/screen-object/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/useful-browser-functions/screen-object/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/useful-browser-functions/scrollto/index.html b/build/developers/documentation/scripting-apis/client-api/useful-browser-functions/scrollto/index.html index cd9519c26d..1e2cc08885 100644 --- a/build/developers/documentation/scripting-apis/client-api/useful-browser-functions/scrollto/index.html +++ b/build/developers/documentation/scripting-apis/client-api/useful-browser-functions/scrollto/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/useful-browser-functions/scrollto/index.html.gz b/build/developers/documentation/scripting-apis/client-api/useful-browser-functions/scrollto/index.html.gz index 0da3d76824..1d0e273653 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/useful-browser-functions/scrollto/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/useful-browser-functions/scrollto/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/useful-browser-functions/setinterval-settimeout-et-al/index.html b/build/developers/documentation/scripting-apis/client-api/useful-browser-functions/setinterval-settimeout-et-al/index.html index 1e70fc29cd..a801eccd9c 100644 --- a/build/developers/documentation/scripting-apis/client-api/useful-browser-functions/setinterval-settimeout-et-al/index.html +++ b/build/developers/documentation/scripting-apis/client-api/useful-browser-functions/setinterval-settimeout-et-al/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/useful-browser-functions/setinterval-settimeout-et-al/index.html.gz b/build/developers/documentation/scripting-apis/client-api/useful-browser-functions/setinterval-settimeout-et-al/index.html.gz index 8ecb0850cc..1588046f03 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/useful-browser-functions/setinterval-settimeout-et-al/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/useful-browser-functions/setinterval-settimeout-et-al/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/useful-browser-functions/window-object/index.html b/build/developers/documentation/scripting-apis/client-api/useful-browser-functions/window-object/index.html index 93b50cb664..2123a6c20e 100644 --- a/build/developers/documentation/scripting-apis/client-api/useful-browser-functions/window-object/index.html +++ b/build/developers/documentation/scripting-apis/client-api/useful-browser-functions/window-object/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/useful-browser-functions/window-object/index.html.gz b/build/developers/documentation/scripting-apis/client-api/useful-browser-functions/window-object/index.html.gz index 74fadc6a7a..edce47d793 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/useful-browser-functions/window-object/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/useful-browser-functions/window-object/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/assign/index.html b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/assign/index.html index e2d51c4b28..af720406e0 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/assign/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/assign/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/assign/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/assign/index.html.gz index 840bf8eb84..dafd3887d9 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/assign/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/assign/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/datagetstates/index.html b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/datagetstates/index.html index b542ba9def..0860440a3b 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/datagetstates/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/datagetstates/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/datagetstates/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/datagetstates/index.html.gz index 01fb9e145b..37eb26b1fa 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/datagetstates/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/datagetstates/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/datagetvalues/index.html b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/datagetvalues/index.html index 5a6a8f198f..8a413c0d81 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/datagetvalues/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/datagetvalues/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/datagetvalues/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/datagetvalues/index.html.gz index e5d1021c59..2ccc0bd118 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/datagetvalues/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/datagetvalues/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/datasetstates/index.html b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/datasetstates/index.html index a1d8e5ae17..50c8523c92 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/datasetstates/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/datasetstates/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/datasetstates/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/datasetstates/index.html.gz index fcd8e885d3..5fdfe044ce 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/datasetstates/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/datasetstates/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/datasetvalues/index.html b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/datasetvalues/index.html index 7d481307ef..82412e3b18 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/datasetvalues/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/datasetvalues/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/datasetvalues/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/datasetvalues/index.html.gz index 1401ca3c8d..fbab2706d3 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/datasetvalues/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/datasetvalues/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/enabled/index.html b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/enabled/index.html index 36cfbffbce..20ed2631cb 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/enabled/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/enabled/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/enabled/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/enabled/index.html.gz index 50099d53f7..81c0fe08ab 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/enabled/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/enabled/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/getdata/index.html b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/getdata/index.html index 32fa446c5d..92e20f0157 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/getdata/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/getdata/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/getdata/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/getdata/index.html.gz index 2f77a598c2..6b22eb810a 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/getdata/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/getdata/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/index.html b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/index.html index 2b6a7f6f41..cd5873c9ce 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/index.html.gz index d6c5b7e441..6cbc6262cf 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/advanced-google-maps-example/index.html b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/advanced-google-maps-example/index.html index 0a9aa722af..86110679b6 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/advanced-google-maps-example/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/advanced-google-maps-example/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/advanced-google-maps-example/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/advanced-google-maps-example/index.html.gz index e5666d9034..fa1af47d6e 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/advanced-google-maps-example/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/advanced-google-maps-example/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/array-as-data-source-example/index.html b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/array-as-data-source-example/index.html index e11272024d..c4cff7263e 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/array-as-data-source-example/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/array-as-data-source-example/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/array-as-data-source-example/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/array-as-data-source-example/index.html.gz index a60849510e..65f1baaf6a 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/array-as-data-source-example/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/array-as-data-source-example/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/audio-video-example/index.html b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/audio-video-example/index.html index 22b86dd967..e2e9905cde 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/audio-video-example/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/audio-video-example/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/audio-video-example/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/audio-video-example/index.html.gz index c9be31ca6b..9527c934ad 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/audio-video-example/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/audio-video-example/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/calendar-widget2/index.html b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/calendar-widget2/index.html index 5a64b7e259..5ef2395f2d 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/calendar-widget2/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/calendar-widget2/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/calendar-widget2/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/calendar-widget2/index.html.gz index ad46a6ae0f..1fe365ce61 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/calendar-widget2/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/calendar-widget2/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/complex-json-example/index.html b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/complex-json-example/index.html index bfa096f86f..c3daea7300 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/complex-json-example/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/complex-json-example/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/complex-json-example/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/complex-json-example/index.html.gz index f46848dfa5..3084a9b120 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/complex-json-example/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/complex-json-example/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/flot-charts2/index.html b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/flot-charts2/index.html index b3e7fdf0ce..2f76a55935 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/flot-charts2/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/flot-charts2/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/flot-charts2/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/flot-charts2/index.html.gz index 3b38519abf..985f85bd1d 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/flot-charts2/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/flot-charts2/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/index.html b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/index.html index c10e96736e..994ec9af7d 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/index.html.gz index 1da712a894..8ce1185c46 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/listbox--dropdown-example/index.html b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/listbox--dropdown-example/index.html index 40fd2067cc..f4f2f81251 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/listbox--dropdown-example/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/listbox--dropdown-example/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/listbox--dropdown-example/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/listbox--dropdown-example/index.html.gz index bc835f6041..2d47288034 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/listbox--dropdown-example/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/listbox--dropdown-example/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/mobile-list-example/index.html b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/mobile-list-example/index.html index 52ee50d7ab..0a523d687c 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/mobile-list-example/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/mobile-list-example/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/mobile-list-example/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/mobile-list-example/index.html.gz index 259ad2b395..6d999f4db1 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/mobile-list-example/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/mobile-list-example/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/mobiscroll-list2/index.html b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/mobiscroll-list2/index.html index 82e91b21be..499e41db55 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/mobiscroll-list2/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/mobiscroll-list2/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/mobiscroll-list2/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/mobiscroll-list2/index.html.gz index bd7f671e03..ec54a29833 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/mobiscroll-list2/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/mobiscroll-list2/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/photoswipe-example/index.html b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/photoswipe-example/index.html index 0f38db0c13..f16a7103d3 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/photoswipe-example/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/photoswipe-example/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/photoswipe-example/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/photoswipe-example/index.html.gz index a94b916e1e..326ffc1f34 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/photoswipe-example/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/photoswipe-example/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/populatewidget-wizard/index.html b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/populatewidget-wizard/index.html index 0fe12d2009..f233f58326 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/populatewidget-wizard/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/populatewidget-wizard/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/populatewidget-wizard/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/populatewidget-wizard/index.html.gz index 095f9bdea2..efd647d42c 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/populatewidget-wizard/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/populatewidget-wizard/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/repeater-container-example/index.html b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/repeater-container-example/index.html index 4e625e6e3e..05707e9c0c 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/repeater-container-example/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/repeater-container-example/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/repeater-container-example/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/repeater-container-example/index.html.gz index 38e31665d2..e0a5338e77 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/repeater-container-example/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/repeater-container-example/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/timeline-example/index.html b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/timeline-example/index.html index c811d27660..5f087ec5f4 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/timeline-example/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/timeline-example/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/timeline-example/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/timeline-example/index.html.gz index 3a7bb58688..b8161752e1 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/timeline-example/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/timeline-example/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/zingcharts/index.html b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/zingcharts/index.html index 6a68225291..4548125e3c 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/zingcharts/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/zingcharts/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/zingcharts/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/zingcharts/index.html.gz index a4490e6b20..36659aca9a 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/zingcharts/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/zingcharts/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/readonly/index.html b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/readonly/index.html index b6f46fb4dc..7b58997702 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/readonly/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/readonly/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/readonly/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/readonly/index.html.gz index 7fa682242c..f2488fbf03 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/readonly/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/readonly/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/refgetvalue/index.html b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/refgetvalue/index.html index 7e1614c0cb..92a278cd8e 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/refgetvalue/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/refgetvalue/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/refgetvalue/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/refgetvalue/index.html.gz index ac15fe7db9..b40929cfcc 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/refgetvalue/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/refgetvalue/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/refsetvalue/index.html b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/refsetvalue/index.html index 5757caa574..f486e31da8 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/refsetvalue/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/refsetvalue/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/refsetvalue/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/refsetvalue/index.html.gz index 7f7c258eef..e7fd7a3368 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/refsetvalue/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/refsetvalue/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/setdata/index.html b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/setdata/index.html index 7ffe8f77df..4513885c9d 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/setdata/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/setdata/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/setdata/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/setdata/index.html.gz index 6dbed884a8..a7fb27d239 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/setdata/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/setdata/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/visible/index.html b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/visible/index.html index dc2ecb18a1..31650fc95b 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/visible/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/visible/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/visible/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/visible/index.html.gz index 8dd9910537..586911ba4e 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/visible/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/visible/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-functions/checkmandatory/index.html b/build/developers/documentation/scripting-apis/client-api/widget-functions/checkmandatory/index.html index 0f3c328641..4f1dbe0e62 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-functions/checkmandatory/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-functions/checkmandatory/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-functions/checkmandatory/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-functions/checkmandatory/index.html.gz index 795d14feb7..52f3c9ad9f 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-functions/checkmandatory/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-functions/checkmandatory/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-functions/createwidget/index.html b/build/developers/documentation/scripting-apis/client-api/widget-functions/createwidget/index.html index 7b524126a5..9757fe98d9 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-functions/createwidget/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-functions/createwidget/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-functions/createwidget/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-functions/createwidget/index.html.gz index 9add65fe8c..1a82b40e62 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-functions/createwidget/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-functions/createwidget/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-functions/deletewidget/index.html b/build/developers/documentation/scripting-apis/client-api/widget-functions/deletewidget/index.html index 0e343a0dfd..d7674d0ae4 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-functions/deletewidget/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-functions/deletewidget/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-functions/deletewidget/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-functions/deletewidget/index.html.gz index 35097ed1c8..b0d7797ffa 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-functions/deletewidget/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-functions/deletewidget/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-functions/emptywidget/index.html b/build/developers/documentation/scripting-apis/client-api/widget-functions/emptywidget/index.html index cb1b0b576c..2740545e85 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-functions/emptywidget/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-functions/emptywidget/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-functions/emptywidget/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-functions/emptywidget/index.html.gz index da9e3afdf5..3db8860031 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-functions/emptywidget/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-functions/emptywidget/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-functions/getparentwidget/index.html b/build/developers/documentation/scripting-apis/client-api/widget-functions/getparentwidget/index.html index ba31001c05..3a261ab741 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-functions/getparentwidget/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-functions/getparentwidget/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-functions/getparentwidget/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-functions/getparentwidget/index.html.gz index 00eef4a80b..fc5719b595 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-functions/getparentwidget/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-functions/getparentwidget/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-functions/getproperty/index.html b/build/developers/documentation/scripting-apis/client-api/widget-functions/getproperty/index.html index aa29c2083e..1d5e4ea931 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-functions/getproperty/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-functions/getproperty/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-functions/getproperty/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-functions/getproperty/index.html.gz index 882aa1a2ae..221eabdc20 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-functions/getproperty/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-functions/getproperty/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-functions/highlightwidgets/index.html b/build/developers/documentation/scripting-apis/client-api/widget-functions/highlightwidgets/index.html index 573fbc03d9..5a32ad2165 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-functions/highlightwidgets/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-functions/highlightwidgets/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-functions/highlightwidgets/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-functions/highlightwidgets/index.html.gz index a345e15648..9ab68bd827 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-functions/highlightwidgets/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-functions/highlightwidgets/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-functions/index.html b/build/developers/documentation/scripting-apis/client-api/widget-functions/index.html index cc0a87e498..f5298add2a 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-functions/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-functions/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-functions/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-functions/index.html.gz index ab8bcfe2e2..9a4e218c87 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-functions/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-functions/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-functions/populatewidget2/index.html b/build/developers/documentation/scripting-apis/client-api/widget-functions/populatewidget2/index.html index 336c5477c7..d60129c32f 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-functions/populatewidget2/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-functions/populatewidget2/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-functions/populatewidget2/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-functions/populatewidget2/index.html.gz index 1d0c1c87c0..632a0bc682 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-functions/populatewidget2/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-functions/populatewidget2/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-functions/refreshdata/index.html b/build/developers/documentation/scripting-apis/client-api/widget-functions/refreshdata/index.html index 9457c7231d..d1cebedbbd 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-functions/refreshdata/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-functions/refreshdata/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-functions/refreshdata/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-functions/refreshdata/index.html.gz index d0beeadfec..9124db6410 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-functions/refreshdata/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-functions/refreshdata/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-functions/resetwidget/index.html b/build/developers/documentation/scripting-apis/client-api/widget-functions/resetwidget/index.html index b346a4b4a0..a313bacf1e 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-functions/resetwidget/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-functions/resetwidget/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-functions/resetwidget/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-functions/resetwidget/index.html.gz index 44ef56bb14..99a2e96207 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-functions/resetwidget/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-functions/resetwidget/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-functions/setfocus/index.html b/build/developers/documentation/scripting-apis/client-api/widget-functions/setfocus/index.html index 10288b4f22..929b838d4c 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-functions/setfocus/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-functions/setfocus/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-functions/setfocus/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-functions/setfocus/index.html.gz index 98aff172e4..6187df06c3 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-functions/setfocus/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-functions/setfocus/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-functions/setproperty/index.html b/build/developers/documentation/scripting-apis/client-api/widget-functions/setproperty/index.html index 2837d68b1c..a38367e925 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-functions/setproperty/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-functions/setproperty/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-functions/setproperty/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-functions/setproperty/index.html.gz index 15bf590a36..4b62d51a9b 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-functions/setproperty/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-functions/setproperty/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-functions/unhighlightwidgets/index.html b/build/developers/documentation/scripting-apis/client-api/widget-functions/unhighlightwidgets/index.html index 6704e1a686..4728500ad1 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-functions/unhighlightwidgets/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-functions/unhighlightwidgets/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-functions/unhighlightwidgets/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-functions/unhighlightwidgets/index.html.gz index 4172318af8..ec8e5e979b 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-functions/unhighlightwidgets/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-functions/unhighlightwidgets/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-functions/w/index.html b/build/developers/documentation/scripting-apis/client-api/widget-functions/w/index.html index 3add00e967..7c0f9f9812 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-functions/w/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-functions/w/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-functions/w/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-functions/w/index.html.gz index 984b2bbeec..a9f5d1a3b9 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-functions/w/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-functions/w/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/accordion/getsectionstate/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/accordion/getsectionstate/index.html index 206701ca98..18a5e091ca 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/accordion/getsectionstate/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/accordion/getsectionstate/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/accordion/getsectionstate/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/accordion/getsectionstate/index.html.gz index ef5170a792..58234b90c4 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/accordion/getsectionstate/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/accordion/getsectionstate/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/accordion/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/accordion/index.html index 15400d6fbe..6d02ff1fb5 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/accordion/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/accordion/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/accordion/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/accordion/index.html.gz index e06d82c44c..2d5569c9a2 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/accordion/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/accordion/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/accordion/statesection/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/accordion/statesection/index.html index aa4634076b..57032e1c9c 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/accordion/statesection/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/accordion/statesection/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/accordion/statesection/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/accordion/statesection/index.html.gz index 3a47360013..94a235764e 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/accordion/statesection/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/accordion/statesection/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addcircle/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addcircle/index.html index ae14aaedf7..85fac91d89 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addcircle/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addcircle/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addcircle/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addcircle/index.html.gz index 47c0159039..3e245d633c 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addcircle/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addcircle/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addcurrentlocation/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addcurrentlocation/index.html index cdfb5c5b96..87e512da8d 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addcurrentlocation/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addcurrentlocation/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addcurrentlocation/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addcurrentlocation/index.html.gz index 8f558d4bda..4d5f033367 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addcurrentlocation/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addcurrentlocation/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addmarker/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addmarker/index.html index 42b9ea3d73..3f28fb308c 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addmarker/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addmarker/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addmarker/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addmarker/index.html.gz index 8ffc86de1a..489c39847e 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addmarker/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addmarker/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addpolygon/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addpolygon/index.html index 8c149e7544..e814b788dd 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addpolygon/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addpolygon/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addpolygon/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addpolygon/index.html.gz index 4e0528b2a7..c057c2ed3e 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addpolygon/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addpolygon/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addpolyline/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addpolyline/index.html index a829db4e33..45647fa90f 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addpolyline/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addpolyline/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addpolyline/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addpolyline/index.html.gz index 102e009357..cedbb66e2d 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addpolyline/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addpolyline/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addrectangle/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addrectangle/index.html index c513d09a2d..3d0aad563a 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addrectangle/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addrectangle/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addrectangle/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addrectangle/index.html.gz index 5d9d5d14d5..d26f5e8b24 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addrectangle/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addrectangle/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/clearmarkers/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/clearmarkers/index.html index 6bb018eeb4..03a9cf7e07 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/clearmarkers/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/clearmarkers/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/clearmarkers/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/clearmarkers/index.html.gz index 9f12a7e147..e40ff3b1d0 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/clearmarkers/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/clearmarkers/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/clearoverlays/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/clearoverlays/index.html index 7bdcab169d..1c6cfd0548 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/clearoverlays/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/clearoverlays/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/clearoverlays/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/clearoverlays/index.html.gz index 2d15560437..da9c62c1ca 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/clearoverlays/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/clearoverlays/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/fillcolor/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/fillcolor/index.html index c966e4f2b8..681ce09f71 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/fillcolor/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/fillcolor/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/fillcolor/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/fillcolor/index.html.gz index c80e9ca85f..a2e1f5937d 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/fillcolor/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/fillcolor/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/fillopacity/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/fillopacity/index.html index 70127dc9bc..29096b074f 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/fillopacity/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/fillopacity/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/fillopacity/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/fillopacity/index.html.gz index 17d05138da..7dfc5d666a 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/fillopacity/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/fillopacity/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/fittooverlays/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/fittooverlays/index.html index f5b4481a96..1e7b133d36 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/fittooverlays/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/fittooverlays/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/fittooverlays/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/fittooverlays/index.html.gz index 555c54077b..505705165d 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/fittooverlays/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/fittooverlays/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/getaddress/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/getaddress/index.html index 69e09a2576..ee24e3f8ee 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/getaddress/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/getaddress/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/getaddress/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/getaddress/index.html.gz index 7112240575..f404515bfe 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/getaddress/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/getaddress/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/getcoord/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/getcoord/index.html index 4397273d53..c292bb08fa 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/getcoord/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/getcoord/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/getcoord/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/getcoord/index.html.gz index 299f997c0f..195d03ebcb 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/getcoord/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/getcoord/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/getdirections/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/getdirections/index.html index 107bc9a0e8..c8a7ec313d 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/getdirections/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/getdirections/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/getdirections/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/getdirections/index.html.gz index ee09292058..769cc81ef4 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/getdirections/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/getdirections/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/getoverlayobjbyidid/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/getoverlayobjbyidid/index.html index 8e027b9da6..f0a6a16468 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/getoverlayobjbyidid/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/getoverlayobjbyidid/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/getoverlayobjbyidid/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/getoverlayobjbyidid/index.html.gz index 44b8de143a..7ead2e0cf8 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/getoverlayobjbyidid/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/getoverlayobjbyidid/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/getoverlays/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/getoverlays/index.html index 0f22ded9d4..23cdbb543b 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/getoverlays/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/getoverlays/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/getoverlays/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/getoverlays/index.html.gz index 60caccc31c..7e82578b46 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/getoverlays/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/getoverlays/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/googlemap/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/googlemap/index.html index c81b276776..87ee07de65 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/googlemap/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/googlemap/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/googlemap/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/googlemap/index.html.gz index 0deee9488f..bdbfe008a2 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/googlemap/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/googlemap/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/hideoverlay/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/hideoverlay/index.html index 036ed9f215..eefe2d3bfe 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/hideoverlay/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/hideoverlay/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/hideoverlay/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/hideoverlay/index.html.gz index 1f26039b02..ad8620f0c0 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/hideoverlay/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/hideoverlay/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/index.html index 11d17cffa7..be482222d4 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/index.html.gz index 8ed8f10568..681acbc416 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/loadapi/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/loadapi/index.html index edab8cb586..d3cac137c2 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/loadapi/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/loadapi/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/loadapi/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/loadapi/index.html.gz index f4e513a8c6..64df6d62bc 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/loadapi/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/loadapi/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/mapstyles/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/mapstyles/index.html index 9ee4b060b4..986dbb2842 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/mapstyles/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/mapstyles/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/mapstyles/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/mapstyles/index.html.gz index ff26c7b658..a05f53c988 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/mapstyles/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/mapstyles/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/noscroll/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/noscroll/index.html index 6dc1a8e0ca..40aa7ee3e4 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/noscroll/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/noscroll/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/noscroll/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/noscroll/index.html.gz index 8e8bf6731f..2de955c2b6 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/noscroll/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/noscroll/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/removedirections/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/removedirections/index.html index 6535f2b7fd..8a45da3a57 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/removedirections/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/removedirections/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/removedirections/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/removedirections/index.html.gz index 4e49ee4e01..4f5db33316 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/removedirections/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/removedirections/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/removeoverlay/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/removeoverlay/index.html index 93ab28d151..5a60e05fd2 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/removeoverlay/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/removeoverlay/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/removeoverlay/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/removeoverlay/index.html.gz index 4b6e89e80c..05bf3c8bf6 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/removeoverlay/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/removeoverlay/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/setlanguage/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/setlanguage/index.html index 571fbc5305..ba3fb30f76 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/setlanguage/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/setlanguage/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/setlanguage/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/setlanguage/index.html.gz index ec2deebea0..7465cdca81 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/setlanguage/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/setlanguage/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/showmarker/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/showmarker/index.html index 656ec97724..dc2346a5dd 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/showmarker/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/showmarker/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/showmarker/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/showmarker/index.html.gz index e825a2140c..abc417ffb8 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/showmarker/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/showmarker/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/showoverlayid/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/showoverlayid/index.html index 30ca8c1d34..e9812ea3d0 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/showoverlayid/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/showoverlayid/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/showoverlayid/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/showoverlayid/index.html.gz index a632c2b739..ba88d61007 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/showoverlayid/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/showoverlayid/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/strokecolor/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/strokecolor/index.html index e0d0490ffe..30ad096ee0 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/strokecolor/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/strokecolor/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/strokecolor/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/strokecolor/index.html.gz index d7c58942ed..9b2c7ee9b2 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/strokecolor/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/strokecolor/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/strokeopacity/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/strokeopacity/index.html index 527f3c95ed..f913d2f82f 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/strokeopacity/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/strokeopacity/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/strokeopacity/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/strokeopacity/index.html.gz index 040510b634..c5e85b49b5 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/strokeopacity/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/strokeopacity/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/strokeweight/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/strokeweight/index.html index adf16160c2..2a32db858d 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/strokeweight/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/strokeweight/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/strokeweight/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/strokeweight/index.html.gz index e29916dd9e..a3475d0409 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/strokeweight/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/strokeweight/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/whereami/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/whereami/index.html index 3f053a198f..8747154248 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/whereami/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/whereami/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/whereami/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/whereami/index.html.gz index 6fa8573c4e..8f8418d117 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/whereami/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/whereami/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/circular-menu/close/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/circular-menu/close/index.html index 4acb0bbfcf..d38d445155 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/circular-menu/close/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/circular-menu/close/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/circular-menu/close/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/circular-menu/close/index.html.gz index 664dc88a86..b67f6879cc 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/circular-menu/close/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/circular-menu/close/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/circular-menu/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/circular-menu/index.html index 7d5529a891..461183bb35 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/circular-menu/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/circular-menu/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/circular-menu/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/circular-menu/index.html.gz index 07339f19fe..8b9cd17c20 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/circular-menu/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/circular-menu/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/circular-menu/open2/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/circular-menu/open2/index.html index d1a352857b..b17aafa8b9 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/circular-menu/open2/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/circular-menu/open2/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/circular-menu/open2/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/circular-menu/open2/index.html.gz index 0f43d9c981..17a6928344 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/circular-menu/open2/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/circular-menu/open2/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/general/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/general/index.html index 8b00258aa4..f9213de632 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/general/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/general/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/general/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/general/index.html.gz index d71146c709..89c459f20f 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/general/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/general/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/general/parent/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/general/parent/index.html index 4b9ab7f326..872f8816e0 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/general/parent/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/general/parent/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/general/parent/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/general/parent/index.html.gz index 2415566d1c..d4c2bc56d8 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/general/parent/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/general/parent/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/general/prop/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/general/prop/index.html index 7cf3546dd5..146070582d 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/general/prop/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/general/prop/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/general/prop/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/general/prop/index.html.gz index c2ec42dbc1..7b9df6b81e 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/general/prop/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/general/prop/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/general/traversechildren/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/general/traversechildren/index.html index 81daa98938..6cf1843134 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/general/traversechildren/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/general/traversechildren/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/general/traversechildren/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/general/traversechildren/index.html.gz index 2ef41923fa..e953fecac5 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/general/traversechildren/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/general/traversechildren/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/general/value/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/general/value/index.html index 013e7720fb..f8e254e651 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/general/value/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/general/value/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/general/value/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/general/value/index.html.gz index faf5575cc9..8256e19d4e 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/general/value/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/general/value/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/index.html index 4801fb1027..e985b32f0d 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/index.html.gz index 48531037fa..550e0ff492 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/columnwidth/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/columnwidth/index.html index a17aa6d235..c69afdb88d 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/columnwidth/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/columnwidth/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/columnwidth/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/columnwidth/index.html.gz index 033be46871..c09f9f01af 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/columnwidth/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/columnwidth/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/getcurrentimage/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/getcurrentimage/index.html index 616245a4bb..1a1ae4cf26 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/getcurrentimage/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/getcurrentimage/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/getcurrentimage/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/getcurrentimage/index.html.gz index 2fdc557321..236b99a9b4 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/getcurrentimage/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/getcurrentimage/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/getcurrentimageindex/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/getcurrentimageindex/index.html index 8582cc12cd..1acd4bf60f 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/getcurrentimageindex/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/getcurrentimageindex/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/getcurrentimageindex/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/getcurrentimageindex/index.html.gz index 1702db2f88..7e084a5123 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/getcurrentimageindex/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/getcurrentimageindex/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/getphotoswipeobject/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/getphotoswipeobject/index.html index 33c728ec51..8c5f700451 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/getphotoswipeobject/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/getphotoswipeobject/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/getphotoswipeobject/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/getphotoswipeobject/index.html.gz index 41c2864a09..367b00bda4 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/getphotoswipeobject/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/getphotoswipeobject/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/index.html index 9e68bc9d78..6a8e8ab23a 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/index.html.gz index 6c941a0ce0..80ac8d4bf3 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/pswipepopulatewidget/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/pswipepopulatewidget/index.html index e68fb605a6..61bf3e686f 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/pswipepopulatewidget/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/pswipepopulatewidget/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/pswipepopulatewidget/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/pswipepopulatewidget/index.html.gz index 81f33b7f56..9df3d6dca8 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/pswipepopulatewidget/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/pswipepopulatewidget/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/showgallery/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/showgallery/index.html index 854e1362e5..cbf3129e89 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/showgallery/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/showgallery/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/showgallery/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/showgallery/index.html.gz index 4e54fce804..3998e939be 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/showgallery/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/showgallery/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/children/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/children/index.html index feb596904f..84aabab6c8 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/children/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/children/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/children/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/children/index.html.gz index 135b8d59d2..46e2dd0813 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/children/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/children/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/deleterow/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/deleterow/index.html index 142447c855..97d440877f 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/deleterow/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/deleterow/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/deleterow/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/deleterow/index.html.gz index 4310e11035..c2830f001d 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/deleterow/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/deleterow/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/deleterowbyid/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/deleterowbyid/index.html index 7d0fa1fe62..e1b2dd5cb2 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/deleterowbyid/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/deleterowbyid/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/deleterowbyid/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/deleterowbyid/index.html.gz index d9c4527dc5..5d4a6ac469 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/deleterowbyid/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/deleterowbyid/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/deleteselectedrows/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/deleteselectedrows/index.html index 8c5b0fb9f4..392b260b97 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/deleteselectedrows/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/deleteselectedrows/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/deleteselectedrows/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/deleteselectedrows/index.html.gz index 731959ac14..095208cd54 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/deleteselectedrows/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/deleteselectedrows/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/drawnextpage/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/drawnextpage/index.html index 947aace136..b69ff78371 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/drawnextpage/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/drawnextpage/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/drawnextpage/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/drawnextpage/index.html.gz index 0d40a317c8..0b01834de4 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/drawnextpage/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/drawnextpage/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/fetchdata/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/fetchdata/index.html index 13a48ce41e..c1c514fa24 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/fetchdata/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/fetchdata/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/fetchdata/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/fetchdata/index.html.gz index 297f451c1f..2b704ba8e7 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/fetchdata/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/fetchdata/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/getrow/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/getrow/index.html index 6665e1213d..cf1b205369 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/getrow/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/getrow/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/getrow/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/getrow/index.html.gz index 200091027f..cb330755f0 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/getrow/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/getrow/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/getselectedrow/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/getselectedrow/index.html index 59052f15a6..9b8edd353f 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/getselectedrow/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/getselectedrow/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/getselectedrow/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/getselectedrow/index.html.gz index 4c1fcb4820..2e33938015 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/getselectedrow/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/getselectedrow/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/index.html index 78e811e218..42e52e2e5e 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/index.html.gz index e062b03d5a..44cee684f1 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/insertrow/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/insertrow/index.html index c5d3dcf97c..bbf719cc63 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/insertrow/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/insertrow/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/insertrow/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/insertrow/index.html.gz index 16f7252bfa..995f1c730c 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/insertrow/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/insertrow/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/isalldatadrawn/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/isalldatadrawn/index.html index b6ad5af15e..5f53f901e0 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/isalldatadrawn/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/isalldatadrawn/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/isalldatadrawn/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/isalldatadrawn/index.html.gz index c54e02c430..0d195ada51 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/isalldatadrawn/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/isalldatadrawn/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/length/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/length/index.html index 16a9d8aa0a..39c4e18ef5 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/length/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/length/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/length/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/length/index.html.gz index e9434157da..b219ecbe52 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/length/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/length/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/rowindex/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/rowindex/index.html index 8e3cd0ca23..9edbbe83f0 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/rowindex/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/rowindex/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/rowindex/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/rowindex/index.html.gz index 18371c1adc..de5b003d58 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/rowindex/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/rowindex/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/setselectedrow/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/setselectedrow/index.html index b8edcefc5f..6c7a19a465 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/setselectedrow/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/setselectedrow/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/setselectedrow/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/setselectedrow/index.html.gz index a4fdaeadd6..a956b49dce 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/setselectedrow/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/setselectedrow/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/sum/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/sum/index.html index f518860700..40d5ee987b 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/sum/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/sum/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/sum/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/sum/index.html.gz index 03129a03ba..67e3c6e49a 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/sum/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/sum/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/tab/enabletab/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/tab/enabletab/index.html index efac19c7c7..c3fc5d4713 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/tab/enabletab/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/tab/enabletab/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/tab/enabletab/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/tab/enabletab/index.html.gz index 744139f89d..3c86202f19 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/tab/enabletab/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/tab/enabletab/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/tab/getcurrenttabindex/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/tab/getcurrenttabindex/index.html index 92cc48e346..b9acd307cc 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/tab/getcurrenttabindex/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/tab/getcurrenttabindex/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/tab/getcurrenttabindex/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/tab/getcurrenttabindex/index.html.gz index 981d3b6e14..79d1883013 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/tab/getcurrenttabindex/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/tab/getcurrenttabindex/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/tab/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/tab/index.html index 985aaedda7..f6f832f2fa 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/tab/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/tab/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/tab/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/tab/index.html.gz index ef4b8aa9ba..9e525479c7 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/tab/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/tab/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/tab/selecttab/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/tab/selecttab/index.html index 634aa0b644..5a32f8f503 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/tab/selecttab/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/tab/selecttab/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/tab/selecttab/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/tab/selecttab/index.html.gz index 2a69fde32c..b5b9cc519c 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/tab/selecttab/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/tab/selecttab/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/tab/visibletab/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/tab/visibletab/index.html index 1603bf838e..0320aee474 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/tab/visibletab/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/tab/visibletab/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/tab/visibletab/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/tab/visibletab/index.html.gz index 4ad9e689cf..8025d6244f 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/tab/visibletab/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/tab/visibletab/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/timeline/eventstimeline/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/timeline/eventstimeline/index.html index 502174c1e1..d98ba496d5 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/timeline/eventstimeline/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/timeline/eventstimeline/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/timeline/eventstimeline/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/timeline/eventstimeline/index.html.gz index 637624cc26..e5db8c5d1b 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/timeline/eventstimeline/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/timeline/eventstimeline/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/timeline/fitdata/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/timeline/fitdata/index.html index 6625671886..c02bae8a6a 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/timeline/fitdata/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/timeline/fitdata/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/timeline/fitdata/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/timeline/fitdata/index.html.gz index e78b874b12..8236dbc685 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/timeline/fitdata/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/timeline/fitdata/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/timeline/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/timeline/index.html index c1ba4de27a..60c819f729 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/timeline/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/timeline/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/timeline/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/timeline/index.html.gz index dff92d6a70..3f7df0b9af 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/timeline/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/timeline/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/timeline/scroll/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/timeline/scroll/index.html index 6d7630b4b0..e2bc7c4b10 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/timeline/scroll/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/timeline/scroll/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/timeline/scroll/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/timeline/scroll/index.html.gz index eef5cc44e4..fd4450362d 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/timeline/scroll/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/timeline/scroll/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/timeline/tlscrollto/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/timeline/tlscrollto/index.html index a4718e3a9b..bbbe393fa7 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/timeline/tlscrollto/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/timeline/tlscrollto/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/timeline/tlscrollto/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/timeline/tlscrollto/index.html.gz index d131c526c6..df1de4dccd 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/timeline/tlscrollto/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/timeline/tlscrollto/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/clearmedia/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/clearmedia/index.html index 689cf7f78e..7151800079 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/clearmedia/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/clearmedia/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/clearmedia/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/clearmedia/index.html.gz index 504cb3312a..dccaed642d 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/clearmedia/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/clearmedia/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/clearvideo/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/clearvideo/index.html index 9620fa1577..0d5d30a186 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/clearvideo/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/clearvideo/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/clearvideo/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/clearvideo/index.html.gz index 8038d64ee3..cb957bba82 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/clearvideo/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/clearvideo/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/controls/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/controls/index.html index e6f4138255..64ba988178 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/controls/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/controls/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/controls/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/controls/index.html.gz index 1f0cf8ef43..27651238e3 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/controls/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/controls/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/currenttime/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/currenttime/index.html index e4141581cc..736d460505 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/currenttime/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/currenttime/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/currenttime/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/currenttime/index.html.gz index 88fab5d87e..8ff6abc91d 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/currenttime/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/currenttime/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/duration/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/duration/index.html index 43ee0a4617..2f0ee79690 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/duration/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/duration/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/duration/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/duration/index.html.gz index 8c02a9feda..de5bab0cf3 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/duration/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/duration/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/enable/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/enable/index.html index 7069a20199..ac3b4f373b 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/enable/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/enable/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/enable/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/enable/index.html.gz index 7de2dcd4c4..5908cc152b 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/enable/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/enable/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/getavailablequalitylevels/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/getavailablequalitylevels/index.html index 25ad1055af..89ea6d31be 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/getavailablequalitylevels/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/getavailablequalitylevels/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/getavailablequalitylevels/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/getavailablequalitylevels/index.html.gz index 873c9bdf16..7c41b2cf20 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/getavailablequalitylevels/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/getavailablequalitylevels/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/getplaybackquality/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/getplaybackquality/index.html index 77a4fb2ff3..6dd7b70d10 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/getplaybackquality/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/getplaybackquality/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/getplaybackquality/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/getplaybackquality/index.html.gz index 55b014b9ff..a736d6f91f 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/getplaybackquality/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/getplaybackquality/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/getyoutubeplayer/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/getyoutubeplayer/index.html index d977636d3a..8bd4fabc6b 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/getyoutubeplayer/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/getyoutubeplayer/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/getyoutubeplayer/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/getyoutubeplayer/index.html.gz index 0018e26b90..e75b15d9a0 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/getyoutubeplayer/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/getyoutubeplayer/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/index.html index b1f618067b..5391a93352 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/index.html.gz index 885295c0c9..7c7e1ca4c0 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/isplayerready/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/isplayerready/index.html index 05cf7b3ae3..d32d174301 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/isplayerready/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/isplayerready/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/isplayerready/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/isplayerready/index.html.gz index 5237f2eee4..34987bc02c 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/isplayerready/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/isplayerready/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/load/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/load/index.html index e28829fa93..7c3716831f 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/load/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/load/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/load/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/load/index.html.gz index 75ec6c6016..51a4110d40 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/load/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/load/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/loop/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/loop/index.html index 97b04bdb61..546939ebf2 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/loop/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/loop/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/loop/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/loop/index.html.gz index 86fc0fc5bb..e834aafe30 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/loop/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/loop/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/muted/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/muted/index.html index bfd9d6f424..69baf83aea 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/muted/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/muted/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/muted/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/muted/index.html.gz index 2173d7c56a..d0146eb861 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/muted/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/muted/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/pause/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/pause/index.html index 5fd01349a7..7b36e88253 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/pause/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/pause/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/pause/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/pause/index.html.gz index f2366598a7..5344c61421 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/pause/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/pause/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/pauseothers/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/pauseothers/index.html index 5b4d331391..a0714033ee 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/pauseothers/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/pauseothers/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/pauseothers/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/pauseothers/index.html.gz index 1dd6fa020b..dc68a2bc94 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/pauseothers/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/pauseothers/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/play/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/play/index.html index 6a572c5e07..b852bc1189 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/play/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/play/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/play/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/play/index.html.gz index 75ddff4e8f..d2693da477 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/play/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/play/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/player/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/player/index.html index 1e41a186c1..adc19828d7 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/player/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/player/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/player/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/player/index.html.gz index 70632fb1ba..fbdf4e52fc 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/player/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/player/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/poster/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/poster/index.html index 1b0fb3875e..dce030f4ef 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/poster/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/poster/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/poster/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/poster/index.html.gz index d1ccf104ad..271fd15802 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/poster/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/poster/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/preload/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/preload/index.html index 78dc311fee..7b2f40fca3 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/preload/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/preload/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/preload/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/preload/index.html.gz index bd5b662545..4fba25928f 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/preload/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/preload/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/setplaybackquality/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/setplaybackquality/index.html index 8f49ee5868..9f1b4ab44c 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/setplaybackquality/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/setplaybackquality/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/setplaybackquality/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/setplaybackquality/index.html.gz index 296e4fb644..4332372ded 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/setplaybackquality/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/setplaybackquality/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/state/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/state/index.html index 1651a48ab7..70d452d3b7 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/state/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/state/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/state/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/state/index.html.gz index 3c4521a584..806b2b9d05 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/state/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/state/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/stop/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/stop/index.html index eb31f4a454..5b3882fced 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/stop/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/stop/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/stop/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/stop/index.html.gz index 5210b8228f..b2e69cedca 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/stop/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/stop/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/vidpopulatewidget/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/vidpopulatewidget/index.html index a5e2c3de0b..79299c3cf8 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/vidpopulatewidget/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/vidpopulatewidget/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/vidpopulatewidget/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/vidpopulatewidget/index.html.gz index c76201896a..3ea4e7dd26 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/vidpopulatewidget/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/vidpopulatewidget/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/volume/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/volume/index.html index db75d35e22..d976e94702 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/volume/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/volume/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/volume/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/volume/index.html.gz index 5d36984a0d..5e4f58c6c2 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/volume/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/volume/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/zing-chart/getzingchartid/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/zing-chart/getzingchartid/index.html index 0a3514a1c4..e15e4daa55 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/zing-chart/getzingchartid/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/zing-chart/getzingchartid/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/zing-chart/getzingchartid/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/zing-chart/getzingchartid/index.html.gz index b007dfd9ab..fd953f8b6f 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/zing-chart/getzingchartid/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/zing-chart/getzingchartid/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/zing-chart/index.html b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/zing-chart/index.html index 0a500f29f6..a13eea9d58 100644 --- a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/zing-chart/index.html +++ b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/zing-chart/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/zing-chart/index.html.gz b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/zing-chart/index.html.gz index a6dfba2f27..e56ae4dc4c 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/widget-object-functions/zing-chart/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/widget-object-functions/zing-chart/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/workflow-functions/assigninstance/index.html b/build/developers/documentation/scripting-apis/client-api/workflow-functions/assigninstance/index.html index 65e6982229..cd09e5bd60 100644 --- a/build/developers/documentation/scripting-apis/client-api/workflow-functions/assigninstance/index.html +++ b/build/developers/documentation/scripting-apis/client-api/workflow-functions/assigninstance/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/workflow-functions/assigninstance/index.html.gz b/build/developers/documentation/scripting-apis/client-api/workflow-functions/assigninstance/index.html.gz index ee2f50d24a..3030d1f899 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/workflow-functions/assigninstance/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/workflow-functions/assigninstance/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/workflow-functions/assigntorole/index.html b/build/developers/documentation/scripting-apis/client-api/workflow-functions/assigntorole/index.html index acf868a654..20e4711edc 100644 --- a/build/developers/documentation/scripting-apis/client-api/workflow-functions/assigntorole/index.html +++ b/build/developers/documentation/scripting-apis/client-api/workflow-functions/assigntorole/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/workflow-functions/assigntorole/index.html.gz b/build/developers/documentation/scripting-apis/client-api/workflow-functions/assigntorole/index.html.gz index 2c439dd4d1..cd213c4841 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/workflow-functions/assigntorole/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/workflow-functions/assigntorole/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/workflow-functions/cancelassignments/index.html b/build/developers/documentation/scripting-apis/client-api/workflow-functions/cancelassignments/index.html index 76e1728134..f8b8d205f7 100644 --- a/build/developers/documentation/scripting-apis/client-api/workflow-functions/cancelassignments/index.html +++ b/build/developers/documentation/scripting-apis/client-api/workflow-functions/cancelassignments/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/workflow-functions/cancelassignments/index.html.gz b/build/developers/documentation/scripting-apis/client-api/workflow-functions/cancelassignments/index.html.gz index 32111af58e..494703e557 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/workflow-functions/cancelassignments/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/workflow-functions/cancelassignments/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/workflow-functions/cancelnotificationsforinstance/index.html b/build/developers/documentation/scripting-apis/client-api/workflow-functions/cancelnotificationsforinstance/index.html index fcf7c3b83c..84f4348021 100644 --- a/build/developers/documentation/scripting-apis/client-api/workflow-functions/cancelnotificationsforinstance/index.html +++ b/build/developers/documentation/scripting-apis/client-api/workflow-functions/cancelnotificationsforinstance/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/workflow-functions/cancelnotificationsforinstance/index.html.gz b/build/developers/documentation/scripting-apis/client-api/workflow-functions/cancelnotificationsforinstance/index.html.gz index ad7f57a7a0..cdf1c503a5 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/workflow-functions/cancelnotificationsforinstance/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/workflow-functions/cancelnotificationsforinstance/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/workflow-functions/currentuserrole/index.html b/build/developers/documentation/scripting-apis/client-api/workflow-functions/currentuserrole/index.html index e825f8b931..db7098ab06 100644 --- a/build/developers/documentation/scripting-apis/client-api/workflow-functions/currentuserrole/index.html +++ b/build/developers/documentation/scripting-apis/client-api/workflow-functions/currentuserrole/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/workflow-functions/currentuserrole/index.html.gz b/build/developers/documentation/scripting-apis/client-api/workflow-functions/currentuserrole/index.html.gz index bfdfd8b97c..d4440db110 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/workflow-functions/currentuserrole/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/workflow-functions/currentuserrole/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/workflow-functions/getassignedroles/index.html b/build/developers/documentation/scripting-apis/client-api/workflow-functions/getassignedroles/index.html index ac551e2395..0896b4ac2e 100644 --- a/build/developers/documentation/scripting-apis/client-api/workflow-functions/getassignedroles/index.html +++ b/build/developers/documentation/scripting-apis/client-api/workflow-functions/getassignedroles/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/workflow-functions/getassignedroles/index.html.gz b/build/developers/documentation/scripting-apis/client-api/workflow-functions/getassignedroles/index.html.gz index 304f3d31e4..ca6336eca6 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/workflow-functions/getassignedroles/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/workflow-functions/getassignedroles/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/workflow-functions/getstage/index.html b/build/developers/documentation/scripting-apis/client-api/workflow-functions/getstage/index.html index 4432a4b3fe..38185d6b52 100644 --- a/build/developers/documentation/scripting-apis/client-api/workflow-functions/getstage/index.html +++ b/build/developers/documentation/scripting-apis/client-api/workflow-functions/getstage/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/workflow-functions/getstage/index.html.gz b/build/developers/documentation/scripting-apis/client-api/workflow-functions/getstage/index.html.gz index ed44bffddc..5372cfbc6a 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/workflow-functions/getstage/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/workflow-functions/getstage/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/workflow-functions/index.html b/build/developers/documentation/scripting-apis/client-api/workflow-functions/index.html index f6fd6db379..af6a6d1b6c 100644 --- a/build/developers/documentation/scripting-apis/client-api/workflow-functions/index.html +++ b/build/developers/documentation/scripting-apis/client-api/workflow-functions/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/workflow-functions/index.html.gz b/build/developers/documentation/scripting-apis/client-api/workflow-functions/index.html.gz index 5f5c57914e..53a8668e8d 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/workflow-functions/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/workflow-functions/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/workflow-functions/notify/index.html b/build/developers/documentation/scripting-apis/client-api/workflow-functions/notify/index.html index 6a9efcc86c..e48c9eb5bc 100644 --- a/build/developers/documentation/scripting-apis/client-api/workflow-functions/notify/index.html +++ b/build/developers/documentation/scripting-apis/client-api/workflow-functions/notify/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/workflow-functions/notify/index.html.gz b/build/developers/documentation/scripting-apis/client-api/workflow-functions/notify/index.html.gz index 53ffb53dd1..5d00bcc33c 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/workflow-functions/notify/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/workflow-functions/notify/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/workflow-functions/setstage/index.html b/build/developers/documentation/scripting-apis/client-api/workflow-functions/setstage/index.html index 2c5d279776..4cf25fc412 100644 --- a/build/developers/documentation/scripting-apis/client-api/workflow-functions/setstage/index.html +++ b/build/developers/documentation/scripting-apis/client-api/workflow-functions/setstage/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/workflow-functions/setstage/index.html.gz b/build/developers/documentation/scripting-apis/client-api/workflow-functions/setstage/index.html.gz index a1948fb4dd..b5b0f6f8e7 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/workflow-functions/setstage/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/workflow-functions/setstage/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-api/workflow-functions/unassignfromrole/index.html b/build/developers/documentation/scripting-apis/client-api/workflow-functions/unassignfromrole/index.html index b43455f8e3..70b45b25f4 100644 --- a/build/developers/documentation/scripting-apis/client-api/workflow-functions/unassignfromrole/index.html +++ b/build/developers/documentation/scripting-apis/client-api/workflow-functions/unassignfromrole/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-api/workflow-functions/unassignfromrole/index.html.gz b/build/developers/documentation/scripting-apis/client-api/workflow-functions/unassignfromrole/index.html.gz index a8120eb643..b933168845 100644 Binary files a/build/developers/documentation/scripting-apis/client-api/workflow-functions/unassignfromrole/index.html.gz and b/build/developers/documentation/scripting-apis/client-api/workflow-functions/unassignfromrole/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/chrome/index.html b/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/chrome/index.html index 0bd1d2896e..9ddfd58b73 100644 --- a/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/chrome/index.html +++ b/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/chrome/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/chrome/index.html.gz b/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/chrome/index.html.gz index b19faf8c5f..7a84a1d0de 100644 Binary files a/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/chrome/index.html.gz and b/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/chrome/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/debdebug-message/index.html b/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/debdebug-message/index.html index 5912cac08b..743c3e45a6 100644 --- a/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/debdebug-message/index.html +++ b/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/debdebug-message/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/debdebug-message/index.html.gz b/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/debdebug-message/index.html.gz index b9d8c925fd..142bcd5246 100644 Binary files a/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/debdebug-message/index.html.gz and b/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/debdebug-message/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/debug-support-functions/index.html b/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/debug-support-functions/index.html index 443390d3e1..16abb53c94 100644 --- a/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/debug-support-functions/index.html +++ b/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/debug-support-functions/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/debug-support-functions/index.html.gz b/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/debug-support-functions/index.html.gz index efd1b220b0..0ac5632deb 100644 Binary files a/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/debug-support-functions/index.html.gz and b/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/debug-support-functions/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/firefox/index.html b/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/firefox/index.html index 7bc7f78fe2..4b03dd7364 100644 --- a/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/firefox/index.html +++ b/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/firefox/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/firefox/index.html.gz b/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/firefox/index.html.gz index f0356b4819..2cd3a2c110 100644 Binary files a/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/firefox/index.html.gz and b/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/firefox/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/index.html b/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/index.html index 6cb2efe33b..1c141b2e98 100644 --- a/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/index.html +++ b/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/index.html.gz b/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/index.html.gz index d45dfbf20e..70159e509a 100644 Binary files a/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/index.html.gz and b/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/native-apps/index.html b/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/native-apps/index.html index a2452025e2..9cb7557c3f 100644 --- a/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/native-apps/index.html +++ b/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/native-apps/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/native-apps/index.html.gz b/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/native-apps/index.html.gz index 0b7337802b..46fcb0b373 100644 Binary files a/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/native-apps/index.html.gz and b/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/native-apps/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/safari/index.html b/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/safari/index.html index 2e9e9cc0d8..f6a370e53d 100644 --- a/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/safari/index.html +++ b/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/safari/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/safari/index.html.gz b/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/safari/index.html.gz index df9f1ca3a5..44c2bcaf08 100644 Binary files a/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/safari/index.html.gz and b/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/safari/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/the-debugger-command/index.html b/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/the-debugger-command/index.html index 28bda55d42..13e0b0ba85 100644 --- a/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/the-debugger-command/index.html +++ b/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/the-debugger-command/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/the-debugger-command/index.html.gz b/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/the-debugger-command/index.html.gz index d6253fdb5d..e345643360 100644 Binary files a/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/the-debugger-command/index.html.gz and b/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/the-debugger-command/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/viewing-complex-widget-content/index.html b/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/viewing-complex-widget-content/index.html index a1d3afe97c..b112e48f3c 100644 --- a/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/viewing-complex-widget-content/index.html +++ b/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/viewing-complex-widget-content/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/viewing-complex-widget-content/index.html.gz b/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/viewing-complex-widget-content/index.html.gz index 8b452bda36..b0863d479d 100644 Binary files a/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/viewing-complex-widget-content/index.html.gz and b/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/viewing-complex-widget-content/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/viewing-widget-properties/index.html b/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/viewing-widget-properties/index.html index 1fd50301fd..4973662c78 100644 --- a/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/viewing-widget-properties/index.html +++ b/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/viewing-widget-properties/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/viewing-widget-properties/index.html.gz b/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/viewing-widget-properties/index.html.gz index f2ac02e38b..149a40f63a 100644 Binary files a/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/viewing-widget-properties/index.html.gz and b/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/viewing-widget-properties/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/viewing-widget-values/index.html b/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/viewing-widget-values/index.html index ae8cdd3826..a838fb1584 100644 --- a/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/viewing-widget-values/index.html +++ b/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/viewing-widget-values/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/viewing-widget-values/index.html.gz b/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/viewing-widget-values/index.html.gz index c904035825..f64734b2fc 100644 Binary files a/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/viewing-widget-values/index.html.gz and b/build/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/viewing-widget-values/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/error-handling/index.html b/build/developers/documentation/scripting-apis/client-scripting-overview/error-handling/index.html index c8c2d25057..6950f779df 100644 --- a/build/developers/documentation/scripting-apis/client-scripting-overview/error-handling/index.html +++ b/build/developers/documentation/scripting-apis/client-scripting-overview/error-handling/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/error-handling/index.html.gz b/build/developers/documentation/scripting-apis/client-scripting-overview/error-handling/index.html.gz index 8612cc427d..b38cea299b 100644 Binary files a/build/developers/documentation/scripting-apis/client-scripting-overview/error-handling/index.html.gz and b/build/developers/documentation/scripting-apis/client-scripting-overview/error-handling/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/error-handling/try-catch/index.html b/build/developers/documentation/scripting-apis/client-scripting-overview/error-handling/try-catch/index.html index b64e5b758d..9d53019cfc 100644 --- a/build/developers/documentation/scripting-apis/client-scripting-overview/error-handling/try-catch/index.html +++ b/build/developers/documentation/scripting-apis/client-scripting-overview/error-handling/try-catch/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/error-handling/try-catch/index.html.gz b/build/developers/documentation/scripting-apis/client-scripting-overview/error-handling/try-catch/index.html.gz index b94594e92d..0ca6ed7f7f 100644 Binary files a/build/developers/documentation/scripting-apis/client-scripting-overview/error-handling/try-catch/index.html.gz and b/build/developers/documentation/scripting-apis/client-scripting-overview/error-handling/try-catch/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/error-handling/your-own-error-handler/index.html b/build/developers/documentation/scripting-apis/client-scripting-overview/error-handling/your-own-error-handler/index.html index fa6d3b4fe1..6b692e8381 100644 --- a/build/developers/documentation/scripting-apis/client-scripting-overview/error-handling/your-own-error-handler/index.html +++ b/build/developers/documentation/scripting-apis/client-scripting-overview/error-handling/your-own-error-handler/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/error-handling/your-own-error-handler/index.html.gz b/build/developers/documentation/scripting-apis/client-scripting-overview/error-handling/your-own-error-handler/index.html.gz index a0bf9bf82f..abd35aef8d 100644 Binary files a/build/developers/documentation/scripting-apis/client-scripting-overview/error-handling/your-own-error-handler/index.html.gz and b/build/developers/documentation/scripting-apis/client-scripting-overview/error-handling/your-own-error-handler/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/index.html b/build/developers/documentation/scripting-apis/client-scripting-overview/index.html index 21467d4993..7eb8284415 100644 --- a/build/developers/documentation/scripting-apis/client-scripting-overview/index.html +++ b/build/developers/documentation/scripting-apis/client-scripting-overview/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/index.html.gz b/build/developers/documentation/scripting-apis/client-scripting-overview/index.html.gz index 27b3cbaf27..179dae7380 100644 Binary files a/build/developers/documentation/scripting-apis/client-scripting-overview/index.html.gz and b/build/developers/documentation/scripting-apis/client-scripting-overview/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/network-availability-handling/index.html b/build/developers/documentation/scripting-apis/client-scripting-overview/network-availability-handling/index.html index 67887a2c33..a7668811f2 100644 --- a/build/developers/documentation/scripting-apis/client-scripting-overview/network-availability-handling/index.html +++ b/build/developers/documentation/scripting-apis/client-scripting-overview/network-availability-handling/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/network-availability-handling/index.html.gz b/build/developers/documentation/scripting-apis/client-scripting-overview/network-availability-handling/index.html.gz index 10f1314b7a..23a659366f 100644 Binary files a/build/developers/documentation/scripting-apis/client-scripting-overview/network-availability-handling/index.html.gz and b/build/developers/documentation/scripting-apis/client-scripting-overview/network-availability-handling/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/populating-charts-from-script/index.html b/build/developers/documentation/scripting-apis/client-scripting-overview/populating-charts-from-script/index.html index a6c49df03f..11a426946e 100644 --- a/build/developers/documentation/scripting-apis/client-scripting-overview/populating-charts-from-script/index.html +++ b/build/developers/documentation/scripting-apis/client-scripting-overview/populating-charts-from-script/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/populating-charts-from-script/index.html.gz b/build/developers/documentation/scripting-apis/client-scripting-overview/populating-charts-from-script/index.html.gz index 3240bbcc62..78cddecd43 100644 Binary files a/build/developers/documentation/scripting-apis/client-scripting-overview/populating-charts-from-script/index.html.gz and b/build/developers/documentation/scripting-apis/client-scripting-overview/populating-charts-from-script/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/public-shared-scripts/index.html b/build/developers/documentation/scripting-apis/client-scripting-overview/public-shared-scripts/index.html index c326184736..2a15fb5901 100644 --- a/build/developers/documentation/scripting-apis/client-scripting-overview/public-shared-scripts/index.html +++ b/build/developers/documentation/scripting-apis/client-scripting-overview/public-shared-scripts/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/public-shared-scripts/index.html.gz b/build/developers/documentation/scripting-apis/client-scripting-overview/public-shared-scripts/index.html.gz index cb372457bc..3ec20b19d5 100644 Binary files a/build/developers/documentation/scripting-apis/client-scripting-overview/public-shared-scripts/index.html.gz and b/build/developers/documentation/scripting-apis/client-scripting-overview/public-shared-scripts/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/calling-a-soap-web-service-dir/index.html b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/calling-a-soap-web-service-dir/index.html index 756a00c016..a4ebbabbb1 100644 --- a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/calling-a-soap-web-service-dir/index.html +++ b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/calling-a-soap-web-service-dir/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/calling-a-soap-web-service-dir/index.html.gz b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/calling-a-soap-web-service-dir/index.html.gz index a632197c5e..7513457d35 100644 Binary files a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/calling-a-soap-web-service-dir/index.html.gz and b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/calling-a-soap-web-service-dir/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/calling-web-services/index.html b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/calling-web-services/index.html index df7216a1a4..54b7256759 100644 --- a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/calling-web-services/index.html +++ b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/calling-web-services/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/calling-web-services/index.html.gz b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/calling-web-services/index.html.gz index bad91f505a..ec67f0e393 100644 Binary files a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/calling-web-services/index.html.gz and b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/calling-web-services/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/conditional-jump-to-a-page/index.html b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/conditional-jump-to-a-page/index.html index bd63a95bb0..651a48e19d 100644 --- a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/conditional-jump-to-a-page/index.html +++ b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/conditional-jump-to-a-page/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/conditional-jump-to-a-page/index.html.gz b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/conditional-jump-to-a-page/index.html.gz index 09df30b679..7552b05171 100644 Binary files a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/conditional-jump-to-a-page/index.html.gz and b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/conditional-jump-to-a-page/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/crossdomain-issues/index.html b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/crossdomain-issues/index.html index 3a68978887..de64d9aff8 100644 --- a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/crossdomain-issues/index.html +++ b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/crossdomain-issues/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/crossdomain-issues/index.html.gz b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/crossdomain-issues/index.html.gz index 7102f6cc36..9a85404b01 100644 Binary files a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/crossdomain-issues/index.html.gz and b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/crossdomain-issues/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/displaying-warnings-and-messag/index.html b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/displaying-warnings-and-messag/index.html index 4a2040b9e5..8fff26e18e 100644 --- a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/displaying-warnings-and-messag/index.html +++ b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/displaying-warnings-and-messag/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/displaying-warnings-and-messag/index.html.gz b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/displaying-warnings-and-messag/index.html.gz index e2d51572ac..636b3c4e24 100644 Binary files a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/displaying-warnings-and-messag/index.html.gz and b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/displaying-warnings-and-messag/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/exampledebugging/index.html b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/exampledebugging/index.html index 5650590e5b..6ad258e9cd 100644 --- a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/exampledebugging/index.html +++ b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/exampledebugging/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/exampledebugging/index.html.gz b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/exampledebugging/index.html.gz index 91bcee698f..352fe9f85f 100644 Binary files a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/exampledebugging/index.html.gz and b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/exampledebugging/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/extending-the-ac-dom-to-sim/index.html b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/extending-the-ac-dom-to-sim/index.html index 6372aaa860..f062a0f706 100644 --- a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/extending-the-ac-dom-to-sim/index.html +++ b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/extending-the-ac-dom-to-sim/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/extending-the-ac-dom-to-sim/index.html.gz b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/extending-the-ac-dom-to-sim/index.html.gz index 546efe2c52..b8c16eab32 100644 Binary files a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/extending-the-ac-dom-to-sim/index.html.gz and b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/extending-the-ac-dom-to-sim/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/getting-a-confirmation-respons/index.html b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/getting-a-confirmation-respons/index.html index f9bf64962e..42cafc5301 100644 --- a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/getting-a-confirmation-respons/index.html +++ b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/getting-a-confirmation-respons/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/getting-a-confirmation-respons/index.html.gz b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/getting-a-confirmation-respons/index.html.gz index d7f4ec8741..577c33e823 100644 Binary files a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/getting-a-confirmation-respons/index.html.gz and b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/getting-a-confirmation-respons/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/index.html b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/index.html index 1ccfe86dd6..f4697780cb 100644 --- a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/index.html +++ b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/index.html.gz b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/index.html.gz index a09b0b784d..58e3160c8b 100644 Binary files a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/index.html.gz and b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/populating-widgets-with-data-a/index.html b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/populating-widgets-with-data-a/index.html index 740696f790..85bc7073c2 100644 --- a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/populating-widgets-with-data-a/index.html +++ b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/populating-widgets-with-data-a/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/populating-widgets-with-data-a/index.html.gz b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/populating-widgets-with-data-a/index.html.gz index 7f06072383..b7910994b6 100644 Binary files a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/populating-widgets-with-data-a/index.html.gz and b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/populating-widgets-with-data-a/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/reading-and-writing-widget-dat/index.html b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/reading-and-writing-widget-dat/index.html index 4f6f5d071a..230c43facc 100644 --- a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/reading-and-writing-widget-dat/index.html +++ b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/reading-and-writing-widget-dat/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/reading-and-writing-widget-dat/index.html.gz b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/reading-and-writing-widget-dat/index.html.gz index 171e983cf6..eaca1725a4 100644 Binary files a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/reading-and-writing-widget-dat/index.html.gz and b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/reading-and-writing-widget-dat/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/validations/index.html b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/validations/index.html index 6b98f5d0aa..2225692ec0 100644 --- a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/validations/index.html +++ b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/validations/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/validations/index.html.gz b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/validations/index.html.gz index 962df81b7c..6ebceeb002 100644 Binary files a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/validations/index.html.gz and b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/validations/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/adding-widget-effects/index.html b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/adding-widget-effects/index.html index f21e57606d..1833dbc5db 100644 --- a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/adding-widget-effects/index.html +++ b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/adding-widget-effects/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/adding-widget-effects/index.html.gz b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/adding-widget-effects/index.html.gz index cac0f8defe..368e22ccc9 100644 Binary files a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/adding-widget-effects/index.html.gz and b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/adding-widget-effects/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/app-switching/index.html b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/app-switching/index.html index a7062c3c7d..95b8e3cb37 100644 --- a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/app-switching/index.html +++ b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/app-switching/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/app-switching/index.html.gz b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/app-switching/index.html.gz index 333f1f31a8..557b75276d 100644 Binary files a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/app-switching/index.html.gz and b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/app-switching/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/date-handling/index.html b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/date-handling/index.html index eaa6b6cfd0..6fa2106c6d 100644 --- a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/date-handling/index.html +++ b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/date-handling/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/date-handling/index.html.gz b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/date-handling/index.html.gz index 3fa7248950..c088935b12 100644 Binary files a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/date-handling/index.html.gz and b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/date-handling/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/extending-the-ac-dom/index.html b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/extending-the-ac-dom/index.html index 2ca14f47aa..707763c9e4 100644 --- a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/extending-the-ac-dom/index.html +++ b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/extending-the-ac-dom/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/extending-the-ac-dom/index.html.gz b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/extending-the-ac-dom/index.html.gz index bdee20aa80..ee1dacd50a 100644 Binary files a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/extending-the-ac-dom/index.html.gz and b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/extending-the-ac-dom/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/index.html b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/index.html index d7947e0f08..1ebe631f58 100644 --- a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/index.html +++ b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/index.html.gz b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/index.html.gz index ba985a6513..4e23b6a1a3 100644 Binary files a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/index.html.gz and b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/loading-and-saving-instance-da/index.html b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/loading-and-saving-instance-da/index.html index 26e84c8e35..7611070adc 100644 --- a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/loading-and-saving-instance-da/index.html +++ b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/loading-and-saving-instance-da/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/loading-and-saving-instance-da/index.html.gz b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/loading-and-saving-instance-da/index.html.gz index 4613c70da9..4ca1fed17e 100644 Binary files a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/loading-and-saving-instance-da/index.html.gz and b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/loading-and-saving-instance-da/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/the-widget-object/index.html b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/the-widget-object/index.html index 03df9d4230..b15f14d18a 100644 --- a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/the-widget-object/index.html +++ b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/the-widget-object/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/the-widget-object/index.html.gz b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/the-widget-object/index.html.gz index 34bcba1919..c62fa836b9 100644 Binary files a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/the-widget-object/index.html.gz and b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/the-widget-object/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/index.html b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/index.html index 5258976185..30a9ee2ea3 100644 --- a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/index.html +++ b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/index.html.gz b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/index.html.gz index 22e7d8253a..b7ae4ae2ad 100644 Binary files a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/index.html.gz and b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/a-typical-javascript-function/index.html b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/a-typical-javascript-function/index.html index eb4c76274d..58b1663fd0 100644 --- a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/a-typical-javascript-function/index.html +++ b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/a-typical-javascript-function/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/a-typical-javascript-function/index.html.gz b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/a-typical-javascript-function/index.html.gz index 962d32dc7f..e50f289286 100644 Binary files a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/a-typical-javascript-function/index.html.gz and b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/a-typical-javascript-function/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/for-those-who-know-javascript/index.html b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/for-those-who-know-javascript/index.html index a40207b915..2b4f463fee 100644 --- a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/for-those-who-know-javascript/index.html +++ b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/for-those-who-know-javascript/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/for-those-who-know-javascript/index.html.gz b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/for-those-who-know-javascript/index.html.gz index 762ffaafcb..f5fd60e643 100644 Binary files a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/for-those-who-know-javascript/index.html.gz and b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/for-those-who-know-javascript/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/how-swirl-javascript-is-tied-i/index.html b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/how-swirl-javascript-is-tied-i/index.html index b01c9d0fe6..90790701e7 100644 --- a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/how-swirl-javascript-is-tied-i/index.html +++ b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/how-swirl-javascript-is-tied-i/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/how-swirl-javascript-is-tied-i/index.html.gz b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/how-swirl-javascript-is-tied-i/index.html.gz index 60f9a3e974..d51f1f8262 100644 Binary files a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/how-swirl-javascript-is-tied-i/index.html.gz and b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/how-swirl-javascript-is-tied-i/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/index.html b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/index.html index dcb2c53754..7ccea6bbbe 100644 --- a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/index.html +++ b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/index.html.gz b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/index.html.gz index f5b039cd16..05a590aaaa 100644 Binary files a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/index.html.gz and b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/switching-between-code-and-lay/index.html b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/switching-between-code-and-lay/index.html index c8a4e5d41c..6100fedb1c 100644 --- a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/switching-between-code-and-lay/index.html +++ b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/switching-between-code-and-lay/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/switching-between-code-and-lay/index.html.gz b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/switching-between-code-and-lay/index.html.gz index ecdde252a7..5ebd674c7b 100644 Binary files a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/switching-between-code-and-lay/index.html.gz and b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/switching-between-code-and-lay/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/using-borwser-objects/index.html b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/using-borwser-objects/index.html index c3a597efa4..a1fe6ad24e 100644 --- a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/using-borwser-objects/index.html +++ b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/using-borwser-objects/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/using-borwser-objects/index.html.gz b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/using-borwser-objects/index.html.gz index 0888a7c7fd..e058455ada 100644 Binary files a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/using-borwser-objects/index.html.gz and b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/using-borwser-objects/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/where-are-the-events/index.html b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/where-are-the-events/index.html index 90f27e1e40..a4bcc77b63 100644 --- a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/where-are-the-events/index.html +++ b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/where-are-the-events/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/where-are-the-events/index.html.gz b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/where-are-the-events/index.html.gz index 205e757dfd..f673505498 100644 Binary files a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/where-are-the-events/index.html.gz and b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/where-are-the-events/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/writing-user-defined-functions/index.html b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/writing-user-defined-functions/index.html index 7f6651d959..8d9a785336 100644 --- a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/writing-user-defined-functions/index.html +++ b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/writing-user-defined-functions/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/writing-user-defined-functions/index.html.gz b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/writing-user-defined-functions/index.html.gz index 11482e54cd..98f20746f2 100644 Binary files a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/writing-user-defined-functions/index.html.gz and b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/writing-user-defined-functions/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/the-code-editor/code-explorer/index.html b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/the-code-editor/code-explorer/index.html index 2d4e732f27..90a7d060bf 100644 --- a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/the-code-editor/code-explorer/index.html +++ b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/the-code-editor/code-explorer/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/the-code-editor/code-explorer/index.html.gz b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/the-code-editor/code-explorer/index.html.gz index b5054bc69c..4bc87d0bb4 100644 Binary files a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/the-code-editor/code-explorer/index.html.gz and b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/the-code-editor/code-explorer/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/the-code-editor/code-higlighting/index.html b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/the-code-editor/code-higlighting/index.html index 5d53637c3a..2db38351b7 100644 --- a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/the-code-editor/code-higlighting/index.html +++ b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/the-code-editor/code-higlighting/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/the-code-editor/code-higlighting/index.html.gz b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/the-code-editor/code-higlighting/index.html.gz index 7aa6c5cae0..7ce4f83db7 100644 Binary files a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/the-code-editor/code-higlighting/index.html.gz and b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/the-code-editor/code-higlighting/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/the-code-editor/index.html b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/the-code-editor/index.html index 99be10cae6..d19c9d8587 100644 --- a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/the-code-editor/index.html +++ b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/the-code-editor/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/the-code-editor/index.html.gz b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/the-code-editor/index.html.gz index cab9fb2377..ea7b27cdb8 100644 Binary files a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/the-code-editor/index.html.gz and b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/the-code-editor/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/the-code-editor/search--replace/index.html b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/the-code-editor/search--replace/index.html index d27e1f6d47..d4404ab671 100644 --- a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/the-code-editor/search--replace/index.html +++ b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/the-code-editor/search--replace/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/the-code-editor/search--replace/index.html.gz b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/the-code-editor/search--replace/index.html.gz index be74e6f46c..e5915f0b7e 100644 Binary files a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/the-code-editor/search--replace/index.html.gz and b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/the-code-editor/search--replace/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/the-code-editor/syntax-errors/index.html b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/the-code-editor/syntax-errors/index.html index 765545ae0e..11e96a1c76 100644 --- a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/the-code-editor/syntax-errors/index.html +++ b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/the-code-editor/syntax-errors/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/the-code-editor/syntax-errors/index.html.gz b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/the-code-editor/syntax-errors/index.html.gz index 4c05714179..95caad6b59 100644 Binary files a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/the-code-editor/syntax-errors/index.html.gz and b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/the-code-editor/syntax-errors/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/getdata-versus-getvalue-and-se/index.html b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/getdata-versus-getvalue-and-se/index.html index a2934d194d..7d051a7800 100644 --- a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/getdata-versus-getvalue-and-se/index.html +++ b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/getdata-versus-getvalue-and-se/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/getdata-versus-getvalue-and-se/index.html.gz b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/getdata-versus-getvalue-and-se/index.html.gz index 3404fd58fa..0cb86aa9d9 100644 Binary files a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/getdata-versus-getvalue-and-se/index.html.gz and b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/getdata-versus-getvalue-and-se/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/index.html b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/index.html index b65f58391c..f60d5a9c3c 100644 --- a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/index.html +++ b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/index.html.gz b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/index.html.gz index a98a290a4e..2c7bee75f2 100644 Binary files a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/index.html.gz and b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/repeater-containers-are-specia/index.html b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/repeater-containers-are-specia/index.html index f4c64849e2..e72baa6e23 100644 --- a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/repeater-containers-are-specia/index.html +++ b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/repeater-containers-are-specia/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/repeater-containers-are-specia/index.html.gz b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/repeater-containers-are-specia/index.html.gz index b3f61bb640..f661e5c966 100644 Binary files a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/repeater-containers-are-specia/index.html.gz and b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/repeater-containers-are-specia/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/storing-widget-data-in-a-datab/index.html b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/storing-widget-data-in-a-datab/index.html index 30ff35ca42..03bbd8bf2a 100644 --- a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/storing-widget-data-in-a-datab/index.html +++ b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/storing-widget-data-in-a-datab/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/storing-widget-data-in-a-datab/index.html.gz b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/storing-widget-data-in-a-datab/index.html.gz index 0e2aef7024..cae930a236 100644 Binary files a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/storing-widget-data-in-a-datab/index.html.gz and b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/storing-widget-data-in-a-datab/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/the-assign-helper-function/index.html b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/the-assign-helper-function/index.html index 66ce0ed021..f1582d36e0 100644 --- a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/the-assign-helper-function/index.html +++ b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/the-assign-helper-function/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/the-assign-helper-function/index.html.gz b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/the-assign-helper-function/index.html.gz index 5f26e43a65..b1738851b4 100644 Binary files a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/the-assign-helper-function/index.html.gz and b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/the-assign-helper-function/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/context-menu2/index.html b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/context-menu2/index.html index d8934384e5..94a100c48e 100644 --- a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/context-menu2/index.html +++ b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/context-menu2/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/context-menu2/index.html.gz b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/context-menu2/index.html.gz index dabf4af5fd..a0d7b040a4 100644 Binary files a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/context-menu2/index.html.gz and b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/context-menu2/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/index.html b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/index.html index 8f0b826313..c920b5ca6f 100644 --- a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/index.html +++ b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/index.html.gz b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/index.html.gz index 6adb5466a3..3cccf09d1b 100644 Binary files a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/index.html.gz and b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/lists-dropdowns/index.html b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/lists-dropdowns/index.html index 3ef921fad8..9633f184a7 100644 --- a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/lists-dropdowns/index.html +++ b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/lists-dropdowns/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/lists-dropdowns/index.html.gz b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/lists-dropdowns/index.html.gz index 54813d2c04..c8d0a42457 100644 Binary files a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/lists-dropdowns/index.html.gz and b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/lists-dropdowns/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/mobile-list/index.html b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/mobile-list/index.html index 3acc6aec70..2ae1e7a793 100644 --- a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/mobile-list/index.html +++ b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/mobile-list/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/mobile-list/index.html.gz b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/mobile-list/index.html.gz index e1776dd316..671e86b163 100644 Binary files a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/mobile-list/index.html.gz and b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/mobile-list/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/wdgetcontentsimple-widgets/index.html b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/wdgetcontentsimple-widgets/index.html index fef3c753fb..f597da8066 100644 --- a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/wdgetcontentsimple-widgets/index.html +++ b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/wdgetcontentsimple-widgets/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/wdgetcontentsimple-widgets/index.html.gz b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/wdgetcontentsimple-widgets/index.html.gz index a13b695eb2..62ea0dcbcf 100644 Binary files a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/wdgetcontentsimple-widgets/index.html.gz and b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/wdgetcontentsimple-widgets/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/widgetcontentgrids-repeater-containers/index.html b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/widgetcontentgrids-repeater-containers/index.html index e68a7bbae5..6ee673c1f4 100644 --- a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/widgetcontentgrids-repeater-containers/index.html +++ b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/widgetcontentgrids-repeater-containers/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/widgetcontentgrids-repeater-containers/index.html.gz b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/widgetcontentgrids-repeater-containers/index.html.gz index 3c47fc2d88..6843634bd2 100644 Binary files a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/widgetcontentgrids-repeater-containers/index.html.gz and b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/widgetcontentgrids-repeater-containers/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/widgetcontentrepeater-containers/index.html b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/widgetcontentrepeater-containers/index.html index f7699aa13d..aef4b4485a 100644 --- a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/widgetcontentrepeater-containers/index.html +++ b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/widgetcontentrepeater-containers/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/widgetcontentrepeater-containers/index.html.gz b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/widgetcontentrepeater-containers/index.html.gz index 5543246a26..bf9d2304a6 100644 Binary files a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/widgetcontentrepeater-containers/index.html.gz and b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/widgetcontentrepeater-containers/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/dates/index.html b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/dates/index.html index bf9811a2bb..dee4f1d2ee 100644 --- a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/dates/index.html +++ b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/dates/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/dates/index.html.gz b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/dates/index.html.gz index b38f7e486a..32397490d7 100644 Binary files a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/dates/index.html.gz and b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/dates/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/grids-repeater-containers/index.html b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/grids-repeater-containers/index.html index edc3dbc582..774673d6f2 100644 --- a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/grids-repeater-containers/index.html +++ b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/grids-repeater-containers/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/grids-repeater-containers/index.html.gz b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/grids-repeater-containers/index.html.gz index 84eff46db0..c2e69ca350 100644 Binary files a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/grids-repeater-containers/index.html.gz and b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/grids-repeater-containers/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/index.html b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/index.html index d5652b39c3..0313f0fbc1 100644 --- a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/index.html +++ b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/index.html.gz b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/index.html.gz index f99774f812..c7666af4c7 100644 Binary files a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/index.html.gz and b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/lists-dropdown-widgets/index.html b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/lists-dropdown-widgets/index.html index 832f075aeb..767c652ed5 100644 --- a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/lists-dropdown-widgets/index.html +++ b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/lists-dropdown-widgets/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/lists-dropdown-widgets/index.html.gz b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/lists-dropdown-widgets/index.html.gz index 9c7fb3eac0..3163c8a217 100644 Binary files a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/lists-dropdown-widgets/index.html.gz and b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/lists-dropdown-widgets/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/repeater-containers/index.html b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/repeater-containers/index.html index 0f72a34b76..9067876129 100644 --- a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/repeater-containers/index.html +++ b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/repeater-containers/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/repeater-containers/index.html.gz b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/repeater-containers/index.html.gz index 02982521d0..9dde71b5c8 100644 Binary files a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/repeater-containers/index.html.gz and b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/repeater-containers/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/widgetsimple-widgets/index.html b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/widgetsimple-widgets/index.html index 3b5ad0c4ce..dfa7eb3386 100644 --- a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/widgetsimple-widgets/index.html +++ b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/widgetsimple-widgets/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/widgetsimple-widgets/index.html.gz b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/widgetsimple-widgets/index.html.gz index 46114edf40..4dd1123635 100644 Binary files a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/widgetsimple-widgets/index.html.gz and b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/widgetsimple-widgets/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widgetpopulatewidget/index.html b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widgetpopulatewidget/index.html index 45151d2aa9..e4b5f7f8dd 100644 --- a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widgetpopulatewidget/index.html +++ b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widgetpopulatewidget/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widgetpopulatewidget/index.html.gz b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widgetpopulatewidget/index.html.gz index 30972f605d..acc0900131 100644 Binary files a/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widgetpopulatewidget/index.html.gz and b/build/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widgetpopulatewidget/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/debugging/index.html b/build/developers/documentation/scripting-apis/debugging/index.html index 762d516790..7eea03234b 100644 --- a/build/developers/documentation/scripting-apis/debugging/index.html +++ b/build/developers/documentation/scripting-apis/debugging/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/debugging/index.html.gz b/build/developers/documentation/scripting-apis/debugging/index.html.gz index 9289e5d2a7..b8fac2f41b 100644 Binary files a/build/developers/documentation/scripting-apis/debugging/index.html.gz and b/build/developers/documentation/scripting-apis/debugging/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/index.html b/build/developers/documentation/scripting-apis/index.html index 3b6352e42f..c65e05dbf3 100644 --- a/build/developers/documentation/scripting-apis/index.html +++ b/build/developers/documentation/scripting-apis/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/index.html.gz b/build/developers/documentation/scripting-apis/index.html.gz index 08e9da7db7..46d96c2f20 100644 Binary files a/build/developers/documentation/scripting-apis/index.html.gz and b/build/developers/documentation/scripting-apis/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/console-object/dir/index.html b/build/developers/documentation/scripting-apis/server-side-api/console-object/dir/index.html index 91b421eda5..0a3f2cdb61 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/console-object/dir/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/console-object/dir/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/console-object/dir/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/console-object/dir/index.html.gz index 631122aa72..3c1f3294ba 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/console-object/dir/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/console-object/dir/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/console-object/index.html b/build/developers/documentation/scripting-apis/server-side-api/console-object/index.html index 98623958f2..2a26653758 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/console-object/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/console-object/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/console-object/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/console-object/index.html.gz index 814e81b311..d37115d77e 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/console-object/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/console-object/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/console-object/log/index.html b/build/developers/documentation/scripting-apis/server-side-api/console-object/log/index.html index 76df2d3018..a159ffd8f1 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/console-object/log/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/console-object/log/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/console-object/log/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/console-object/log/index.html.gz index 226d126d8b..78155b7853 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/console-object/log/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/console-object/log/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxacinfo/index.html b/build/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxacinfo/index.html index 8a774c2765..7efedaaa7c 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxacinfo/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxacinfo/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxacinfo/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxacinfo/index.html.gz index 3bdb2a4a9b..f13ae4f512 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxacinfo/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxacinfo/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxcreate/index.html b/build/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxcreate/index.html index 755895358d..954880c0f4 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxcreate/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxcreate/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxcreate/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxcreate/index.html.gz index 5a6686d483..38277c5bf7 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxcreate/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxcreate/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxdelete/index.html b/build/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxdelete/index.html index 9e646f2cce..725f28edbf 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxdelete/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxdelete/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxdelete/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxdelete/index.html.gz index 16a3ee6303..a950c06bcc 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxdelete/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxdelete/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxmedia/index.html b/build/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxmedia/index.html index 157b42ca27..55254a9b22 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxmedia/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxmedia/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxmedia/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxmedia/index.html.gz index 57805548a0..862cfa9ebc 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxmedia/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxmedia/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxmetadata/index.html b/build/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxmetadata/index.html index 67a89e7905..95b8cfa1ca 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxmetadata/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxmetadata/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxmetadata/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxmetadata/index.html.gz index 2fe5473c4c..5e912930c4 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxmetadata/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxmetadata/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxmove/index.html b/build/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxmove/index.html index 5054d58d6b..f11b1cfcf9 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxmove/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxmove/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxmove/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxmove/index.html.gz index 96491f28b7..b13c54c819 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxmove/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxmove/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxsearch/index.html b/build/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxsearch/index.html index a754575383..3a56431848 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxsearch/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxsearch/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxsearch/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxsearch/index.html.gz index 5bd5695448..7d3cf05ce8 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxsearch/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxsearch/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxupload/index.html b/build/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxupload/index.html index 45f80b47bd..15b66e98b4 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxupload/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxupload/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxupload/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxupload/index.html.gz index e4e465bacf..73203cb615 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxupload/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxupload/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/dropbox-object/index.html b/build/developers/documentation/scripting-apis/server-side-api/dropbox-object/index.html index 295b70c410..e708474565 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/dropbox-object/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/dropbox-object/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/dropbox-object/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/dropbox-object/index.html.gz index cb16264532..c1558c8693 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/dropbox-object/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/dropbox-object/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/index.html b/build/developers/documentation/scripting-apis/server-side-api/index.html index 793335e24f..35701f7fad 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/index.html.gz index 0bb2862c0d..adbe4e98af 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/parse-object/index.html b/build/developers/documentation/scripting-apis/server-side-api/parse-object/index.html index cd5426ccb4..9468e6c853 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/parse-object/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/parse-object/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/parse-object/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/parse-object/index.html.gz index bb33a3d725..8d2a0e1d8d 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/parse-object/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/parse-object/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/parse-object/objectcreate/index.html b/build/developers/documentation/scripting-apis/server-side-api/parse-object/objectcreate/index.html index 2ae7b13a02..b969475177 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/parse-object/objectcreate/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/parse-object/objectcreate/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/parse-object/objectcreate/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/parse-object/objectcreate/index.html.gz index a9465b03e3..d9fd5b0ae2 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/parse-object/objectcreate/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/parse-object/objectcreate/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/parse-object/objectdelete/index.html b/build/developers/documentation/scripting-apis/server-side-api/parse-object/objectdelete/index.html index a438918d86..d58ce44417 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/parse-object/objectdelete/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/parse-object/objectdelete/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/parse-object/objectdelete/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/parse-object/objectdelete/index.html.gz index 2c32b0e911..9f43221b13 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/parse-object/objectdelete/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/parse-object/objectdelete/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/parse-object/objectquery/index.html b/build/developers/documentation/scripting-apis/server-side-api/parse-object/objectquery/index.html index 5fc4b0539f..bf99d1c333 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/parse-object/objectquery/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/parse-object/objectquery/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/parse-object/objectquery/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/parse-object/objectquery/index.html.gz index b677b1ff97..34ccaf4d82 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/parse-object/objectquery/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/parse-object/objectquery/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/parse-object/objectread/index.html b/build/developers/documentation/scripting-apis/server-side-api/parse-object/objectread/index.html index cbab447507..a66fbdc348 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/parse-object/objectread/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/parse-object/objectread/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/parse-object/objectread/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/parse-object/objectread/index.html.gz index 8952adf924..ba1f14da8f 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/parse-object/objectread/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/parse-object/objectread/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/parse-object/objectupdate/index.html b/build/developers/documentation/scripting-apis/server-side-api/parse-object/objectupdate/index.html index 1721dcb2c0..d028bace40 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/parse-object/objectupdate/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/parse-object/objectupdate/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/parse-object/objectupdate/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/parse-object/objectupdate/index.html.gz index 301562ae62..543c274277 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/parse-object/objectupdate/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/parse-object/objectupdate/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/credit-card-payments/index.html b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/credit-card-payments/index.html index 6d671b562c..2d3dc551d1 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/credit-card-payments/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/credit-card-payments/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/credit-card-payments/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/credit-card-payments/index.html.gz index adef2ce4ac..24315b09c6 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/credit-card-payments/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/credit-card-payments/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/credit-card-payments/payment-parameters2/index.html b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/credit-card-payments/payment-parameters2/index.html index ebb5f84d35..01fb1fd6d6 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/credit-card-payments/payment-parameters2/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/credit-card-payments/payment-parameters2/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/credit-card-payments/payment-parameters2/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/credit-card-payments/payment-parameters2/index.html.gz index 352b28f107..fc414a5af9 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/credit-card-payments/payment-parameters2/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/credit-card-payments/payment-parameters2/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/credit-card-payments/payment/index.html b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/credit-card-payments/payment/index.html index a969acef8a..7ebdeb707f 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/credit-card-payments/payment/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/credit-card-payments/payment/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/credit-card-payments/payment/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/credit-card-payments/payment/index.html.gz index 173073b968..a0946a6f43 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/credit-card-payments/payment/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/credit-card-payments/payment/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/credit-card-payments/validate/index.html b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/credit-card-payments/validate/index.html index 481c47a5b1..c67abaa9e0 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/credit-card-payments/validate/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/credit-card-payments/validate/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/credit-card-payments/validate/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/credit-card-payments/validate/index.html.gz index 2abf36dfd4..6a0ca2347b 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/credit-card-payments/validate/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/credit-card-payments/validate/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/credit-card-payments/zoozstartcheckout/index.html b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/credit-card-payments/zoozstartcheckout/index.html index 16fab6677d..0a96d728a2 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/credit-card-payments/zoozstartcheckout/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/credit-card-payments/zoozstartcheckout/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/credit-card-payments/zoozstartcheckout/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/credit-card-payments/zoozstartcheckout/index.html.gz index 7ec7f823af..752f8800c7 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/credit-card-payments/zoozstartcheckout/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/credit-card-payments/zoozstartcheckout/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/data-preparation/index.html b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/data-preparation/index.html index 46bb1f3a2b..2dc9748790 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/data-preparation/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/data-preparation/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/data-preparation/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/data-preparation/index.html.gz index b276eb49fa..fa05f1d6c3 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/data-preparation/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/data-preparation/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/begintransaction/index.html b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/begintransaction/index.html index 11056c1bd3..e6127d15f0 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/begintransaction/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/begintransaction/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/begintransaction/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/begintransaction/index.html.gz index 11971b0579..818744a73d 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/begintransaction/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/begintransaction/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/commit/index.html b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/commit/index.html index fe772e7e99..62b8eb8aaa 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/commit/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/commit/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/commit/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/commit/index.html.gz index eaaf5e703a..d7213c00b4 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/commit/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/commit/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/delete/index.html b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/delete/index.html index 28882d3507..ecac90a267 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/delete/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/delete/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/delete/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/delete/index.html.gz index b251b58ead..f1e48842a7 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/delete/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/delete/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/exec/index.html b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/exec/index.html index df3175d0c3..f1f7b7c83b 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/exec/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/exec/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/exec/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/exec/index.html.gz index e08934b688..a6ed7b3991 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/exec/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/exec/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/getconnection/index.html b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/getconnection/index.html index 2bd0f7e3de..1bc617b171 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/getconnection/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/getconnection/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/getconnection/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/getconnection/index.html.gz index 443b66b22a..ab536ac5c2 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/getconnection/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/getconnection/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/getconnectionbyname/index.html b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/getconnectionbyname/index.html index e31249b4fa..a830cb5a81 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/getconnectionbyname/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/getconnectionbyname/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/getconnectionbyname/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/getconnectionbyname/index.html.gz index 69bcc4b2b4..f256922e7a 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/getconnectionbyname/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/getconnectionbyname/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/getviewdata2/index.html b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/getviewdata2/index.html index e5494a8462..051062e532 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/getviewdata2/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/getviewdata2/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/getviewdata2/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/getviewdata2/index.html.gz index dd46deeb58..c211c716e8 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/getviewdata2/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/getviewdata2/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/index.html b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/index.html index 0ad86460f1..98adb7865a 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/index.html.gz index 53588d86f1..d0a79b69bc 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/insert/index.html b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/insert/index.html index 8417581994..5d885bba3b 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/insert/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/insert/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/insert/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/insert/index.html.gz index 9de9f5fa19..7800833101 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/insert/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/insert/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/lastinsertid/index.html b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/lastinsertid/index.html index 2d19dad8d8..716d9df52e 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/lastinsertid/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/lastinsertid/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/lastinsertid/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/lastinsertid/index.html.gz index 415286a0ae..8bcb674d10 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/lastinsertid/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/lastinsertid/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/quote/index.html b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/quote/index.html index a57262a243..6ba4301662 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/quote/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/quote/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/quote/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/quote/index.html.gz index b1383b3d4c..0332792f5e 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/quote/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/quote/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/quoteinto/index.html b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/quoteinto/index.html index c486fea761..bf8c7dea58 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/quoteinto/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/quoteinto/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/quoteinto/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/quoteinto/index.html.gz index 255a17f726..b2c6265cd6 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/quoteinto/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/quoteinto/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/rollback/index.html b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/rollback/index.html index 8401970dcb..996baf837e 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/rollback/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/rollback/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/rollback/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/rollback/index.html.gz index 2908a411ee..78cb9879c4 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/rollback/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/rollback/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/getsql/index.html b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/getsql/index.html index 88c38fb6cb..22e9b56548 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/getsql/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/getsql/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/getsql/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/getsql/index.html.gz index 753628176c..07f9c0ff34 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/getsql/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/getsql/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/index.html b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/index.html index c85a2baad2..cfee4c9630 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/index.html.gz index 3aaea901ff..39afb18d91 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/orwhere/index.html b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/orwhere/index.html index 0a6f3827c7..a24e9b9df1 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/orwhere/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/orwhere/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/orwhere/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/orwhere/index.html.gz index 3c9c916b16..7aa0311ba8 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/orwhere/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/orwhere/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-from/index.html b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-from/index.html index df0ae21c5c..ff253dd192 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-from/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-from/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-from/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-from/index.html.gz index bff7c3f4d6..ee45edcaad 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-from/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-from/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-group/index.html b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-group/index.html index cd6738018d..404e2d4ad4 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-group/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-group/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-group/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-group/index.html.gz index 5ce1ae7941..a09bfd0758 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-group/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-group/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-join/index.html b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-join/index.html index d852223a4e..7a6aae32de 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-join/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-join/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-join/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-join/index.html.gz index ac84a0800a..af1cd1eb7a 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-join/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-join/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-limit/index.html b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-limit/index.html index aa66531335..fe845929f4 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-limit/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-limit/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-limit/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-limit/index.html.gz index e511959884..e43d91a536 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-limit/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-limit/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-order/index.html b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-order/index.html index 4ff3dd7678..3902d6dcba 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-order/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-order/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-order/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-order/index.html.gz index d94f9fa03e..5533581297 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-order/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-order/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-where/index.html b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-where/index.html index 41c5d761a7..cefe3aadef 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-where/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-where/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-where/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-where/index.html.gz index 0b029db422..2e5d65c14a 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-where/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-where/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select/index.html b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select/index.html index 724761a02d..1d1a915ccb 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select/index.html.gz index b73ce24ab0..eb39ace66a 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/update/index.html b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/update/index.html index 6c83aca780..fc61670d86 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/update/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/update/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/update/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/update/index.html.gz index 901a39688b..40ab45166d 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/update/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/database/update/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/index.html b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/index.html index 1d8e8275f3..3be360d382 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/index.html.gz index 91e258dffb..65db1ee538 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/appid/index.html b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/appid/index.html index b335b581e7..a9e49f1991 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/appid/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/appid/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/appid/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/appid/index.html.gz index f29999ec31..96d8ba343e 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/appid/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/appid/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/appname/index.html b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/appname/index.html index f64947f0d0..8916acfc3f 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/appname/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/appname/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/appname/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/appname/index.html.gz index 2e9de46390..6f14b4971c 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/appname/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/appname/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/checkcryptblowfish/index.html b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/checkcryptblowfish/index.html index 410648911d..5afb8dbf98 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/checkcryptblowfish/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/checkcryptblowfish/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/checkcryptblowfish/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/checkcryptblowfish/index.html.gz index 9703555141..0fd3694f44 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/checkcryptblowfish/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/checkcryptblowfish/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/cryptblowfish/index.html b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/cryptblowfish/index.html index a90e600ec1..783623709f 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/cryptblowfish/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/cryptblowfish/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/cryptblowfish/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/cryptblowfish/index.html.gz index fe38abb2b4..4832330851 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/cryptblowfish/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/cryptblowfish/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/getlatesterror/index.html b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/getlatesterror/index.html index 07e5aa4de7..f1eb15d4f2 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/getlatesterror/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/getlatesterror/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/getlatesterror/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/getlatesterror/index.html.gz index d2eba565da..d95cbbfe17 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/getlatesterror/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/getlatesterror/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/getloggeduser2/index.html b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/getloggeduser2/index.html index 3d32458893..7519b3378a 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/getloggeduser2/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/getloggeduser2/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/getloggeduser2/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/getloggeduser2/index.html.gz index f7f707ef36..f890128e09 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/getloggeduser2/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/getloggeduser2/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/getuserparameter/index.html b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/getuserparameter/index.html index 2bff49bc77..6932b57d8c 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/getuserparameter/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/getuserparameter/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/getuserparameter/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/getuserparameter/index.html.gz index 25913c725a..2f0188e30e 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/getuserparameter/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/getuserparameter/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/getuuid/index.html b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/getuuid/index.html index 23d2bda3c4..bc3f8a73d5 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/getuuid/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/getuuid/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/getuuid/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/getuuid/index.html.gz index 6f602f469d..709e25e383 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/getuuid/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/getuuid/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/id/index.html b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/id/index.html index 8db461cab2..306df4a02c 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/id/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/id/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/id/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/id/index.html.gz index b16c78e6f5..0e38604de5 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/id/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/id/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/index.html b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/index.html index 644fc56592..a2b24a5a68 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/index.html.gz index b3d763185a..27830b4346 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/json2obj/index.html b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/json2obj/index.html index 8e31154b88..fd9e792ff3 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/json2obj/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/json2obj/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/json2obj/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/json2obj/index.html.gz index dece0b7a2d..3523bd033e 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/json2obj/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/json2obj/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/md5/index.html b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/md5/index.html index c5fa0e5703..5049a050a9 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/md5/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/md5/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/md5/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/md5/index.html.gz index abc06698fb..70d364ed2a 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/md5/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/md5/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/obj2json/index.html b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/obj2json/index.html index d72d68ff26..b519ae93d3 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/obj2json/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/obj2json/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/obj2json/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/obj2json/index.html.gz index 45671f21e2..1be74aad13 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/obj2json/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/obj2json/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/obj2xml/index.html b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/obj2xml/index.html index bc3d80aaad..fde3f7697e 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/obj2xml/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/obj2xml/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/obj2xml/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/obj2xml/index.html.gz index 9e4157ceef..ebb9349071 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/obj2xml/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/obj2xml/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/sendemail2/index.html b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/sendemail2/index.html index 657f8c24fb..1f61f811a7 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/sendemail2/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/sendemail2/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/sendemail2/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/sendemail2/index.html.gz index dcb8a07570..50f3a30895 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/sendemail2/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/sendemail2/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/setuserparameter/index.html b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/setuserparameter/index.html index d70258f656..55d893275f 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/setuserparameter/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/setuserparameter/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/setuserparameter/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/setuserparameter/index.html.gz index f60758a4d7..a085dd1230 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/setuserparameter/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/setuserparameter/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/sleep/index.html b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/sleep/index.html index e72204d543..42a7311df1 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/sleep/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/sleep/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/sleep/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/sleep/index.html.gz index 875889f723..7770a831e7 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/sleep/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/sleep/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/xml2obj/index.html b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/xml2obj/index.html index ab5607d0a2..405839d6af 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/xml2obj/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/xml2obj/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/xml2obj/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/xml2obj/index.html.gz index 4882ddf96c..b3e9e4b67e 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/xml2obj/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/xml2obj/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/oauth/index.html b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/oauth/index.html index bd561a1625..662d71dad1 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/oauth/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/oauth/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/oauth/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/oauth/index.html.gz index 27b8a9745d..c24e0d1a6d 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/oauth/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/oauth/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/oauth/oauthrequest/index.html b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/oauth/oauthrequest/index.html index 79873d045e..3d41af56e9 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/oauth/oauthrequest/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/oauth/oauthrequest/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/oauth/oauthrequest/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/oauth/oauthrequest/index.html.gz index c74d1da802..f0ec0cdfef 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/oauth/oauthrequest/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/oauth/oauthrequest/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/security/deletesessionobject/index.html b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/security/deletesessionobject/index.html index 915a9bdd6f..2cb30b2f80 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/security/deletesessionobject/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/security/deletesessionobject/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/security/deletesessionobject/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/security/deletesessionobject/index.html.gz index 624aa71769..db7ccf46c5 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/security/deletesessionobject/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/security/deletesessionobject/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/security/getloggeduser/index.html b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/security/getloggeduser/index.html index b8616655e8..786c7917c4 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/security/getloggeduser/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/security/getloggeduser/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/security/getloggeduser/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/security/getloggeduser/index.html.gz index 53b61ad26b..4c1e243ffa 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/security/getloggeduser/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/security/getloggeduser/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/security/getowneruser/index.html b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/security/getowneruser/index.html index 155f92165a..e44186b45e 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/security/getowneruser/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/security/getowneruser/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/security/getowneruser/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/security/getowneruser/index.html.gz index 150ef8a2dc..adec39fe40 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/security/getowneruser/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/security/getowneruser/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/security/getsessionobject/index.html b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/security/getsessionobject/index.html index 9a752ada54..dfc44add17 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/security/getsessionobject/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/security/getsessionobject/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/security/getsessionobject/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/security/getsessionobject/index.html.gz index 3f1fa99f96..d406df9307 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/security/getsessionobject/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/security/getsessionobject/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/security/index.html b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/security/index.html index fa931e96f9..2a1962649a 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/security/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/security/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/security/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/security/index.html.gz index ac4ff5a4f3..daeb9f1c42 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/security/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/security/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/security/setsessionobject/index.html b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/security/setsessionobject/index.html index 0d853f4296..6999fb3a30 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/security/setsessionobject/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/security/setsessionobject/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/security/setsessionobject/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/security/setsessionobject/index.html.gz index cf99c00adf..a3293919b5 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/security/setsessionobject/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/security/setsessionobject/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/buildhttpstr/index.html b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/buildhttpstr/index.html index 89daa0b747..261cb58c93 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/buildhttpstr/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/buildhttpstr/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/buildhttpstr/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/buildhttpstr/index.html.gz index 3ef6fef5a8..124927dd39 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/buildhttpstr/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/buildhttpstr/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/httprequest2/index.html b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/httprequest2/index.html index 801f6ee3d2..a546b33510 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/httprequest2/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/httprequest2/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/httprequest2/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/httprequest2/index.html.gz index b18ffcc6cb..dc3ca2e484 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/httprequest2/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/httprequest2/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/httprequestadv/index.html b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/httprequestadv/index.html index b5a11443f5..b11fc79b7c 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/httprequestadv/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/httprequestadv/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/httprequestadv/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/httprequestadv/index.html.gz index 484e89b5a4..24b3f485ff 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/httprequestadv/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/httprequestadv/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/index.html b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/index.html index 6dd105d9c1..23537f7388 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/index.html.gz index 3172d30113..b785ea8180 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/networktimeout/index.html b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/networktimeout/index.html index 1668f009e1..e169e6777c 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/networktimeout/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/networktimeout/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/networktimeout/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/networktimeout/index.html.gz index 7003f48045..85b462fce8 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/networktimeout/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/networktimeout/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/parsehttpstr/index.html b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/parsehttpstr/index.html index b1a493e538..ad51984801 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/parsehttpstr/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/parsehttpstr/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/parsehttpstr/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/parsehttpstr/index.html.gz index 5fa4e4e064..01d155f191 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/parsehttpstr/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/parsehttpstr/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/soaprequest2/index.html b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/soaprequest2/index.html index 30b0c43976..c3898d87fe 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/soaprequest2/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/soaprequest2/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/soaprequest2/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/soaprequest2/index.html.gz index e4c4275808..101b760384 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/soaprequest2/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/soaprequest2/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/web-service-wizard2/index.html b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/web-service-wizard2/index.html index 2688bacfe9..f629f8da67 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/web-service-wizard2/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/web-service-wizard2/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/web-service-wizard2/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/web-service-wizard2/index.html.gz index bdb4e1c3f4..f5c570bf17 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/web-service-wizard2/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/web-service-wizard2/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/sys-object/app-management/getappsfolderslist/index.html b/build/developers/documentation/scripting-apis/server-side-api/sys-object/app-management/getappsfolderslist/index.html index 40689adffb..2a29b3ce20 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/sys-object/app-management/getappsfolderslist/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/sys-object/app-management/getappsfolderslist/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/sys-object/app-management/getappsfolderslist/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/sys-object/app-management/getappsfolderslist/index.html.gz index d0d1146453..4918601366 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/sys-object/app-management/getappsfolderslist/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/sys-object/app-management/getappsfolderslist/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/sys-object/app-management/getappslist/index.html b/build/developers/documentation/scripting-apis/server-side-api/sys-object/app-management/getappslist/index.html index 63319b0ffe..2f93964601 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/sys-object/app-management/getappslist/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/sys-object/app-management/getappslist/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/sys-object/app-management/getappslist/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/sys-object/app-management/getappslist/index.html.gz index 6109004eb3..f7a7b54141 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/sys-object/app-management/getappslist/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/sys-object/app-management/getappslist/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/sys-object/app-management/getsharedappsfolderslist/index.html b/build/developers/documentation/scripting-apis/server-side-api/sys-object/app-management/getsharedappsfolderslist/index.html index ea2684341c..0f84f6437e 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/sys-object/app-management/getsharedappsfolderslist/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/sys-object/app-management/getsharedappsfolderslist/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/sys-object/app-management/getsharedappsfolderslist/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/sys-object/app-management/getsharedappsfolderslist/index.html.gz index f79313725b..4fafabb2e2 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/sys-object/app-management/getsharedappsfolderslist/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/sys-object/app-management/getsharedappsfolderslist/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/sys-object/app-management/getsharedappsitemslist/index.html b/build/developers/documentation/scripting-apis/server-side-api/sys-object/app-management/getsharedappsitemslist/index.html index 540a25452f..f7f0de74ca 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/sys-object/app-management/getsharedappsitemslist/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/sys-object/app-management/getsharedappsitemslist/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/sys-object/app-management/getsharedappsitemslist/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/sys-object/app-management/getsharedappsitemslist/index.html.gz index 72e033cf51..0bc7c65e8f 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/sys-object/app-management/getsharedappsitemslist/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/sys-object/app-management/getsharedappsitemslist/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/sys-object/app-management/getsharedappsuserslist/index.html b/build/developers/documentation/scripting-apis/server-side-api/sys-object/app-management/getsharedappsuserslist/index.html index 6f82c30462..a1f42822bc 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/sys-object/app-management/getsharedappsuserslist/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/sys-object/app-management/getsharedappsuserslist/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/sys-object/app-management/getsharedappsuserslist/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/sys-object/app-management/getsharedappsuserslist/index.html.gz index 852bc8fbac..c582199e60 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/sys-object/app-management/getsharedappsuserslist/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/sys-object/app-management/getsharedappsuserslist/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/sys-object/app-management/index.html b/build/developers/documentation/scripting-apis/server-side-api/sys-object/app-management/index.html index ef821b4168..586a700e8e 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/sys-object/app-management/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/sys-object/app-management/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/sys-object/app-management/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/sys-object/app-management/index.html.gz index 7f4b33b99d..db94368dcf 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/sys-object/app-management/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/sys-object/app-management/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/addtogroup/index.html b/build/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/addtogroup/index.html index f4044a294a..e6b42996cd 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/addtogroup/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/addtogroup/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/addtogroup/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/addtogroup/index.html.gz index 0f6a911788..a89c01acd9 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/addtogroup/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/addtogroup/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/creategroup/index.html b/build/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/creategroup/index.html index 82ac7487ea..ad6fab9aed 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/creategroup/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/creategroup/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/creategroup/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/creategroup/index.html.gz index ad5b269311..7f4c2114b1 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/creategroup/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/creategroup/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/deletegroup/index.html b/build/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/deletegroup/index.html index c8c8bb4d3c..e850176cb9 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/deletegroup/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/deletegroup/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/deletegroup/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/deletegroup/index.html.gz index 80d5f3c591..2706cb445b 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/deletegroup/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/deletegroup/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/getgroupbyid/index.html b/build/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/getgroupbyid/index.html index 132722cb57..6a81479f91 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/getgroupbyid/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/getgroupbyid/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/getgroupbyid/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/getgroupbyid/index.html.gz index 95a54e33ef..7dd8e47233 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/getgroupbyid/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/getgroupbyid/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/getgroupmembers/index.html b/build/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/getgroupmembers/index.html index 9403c8d089..e8f6035b44 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/getgroupmembers/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/getgroupmembers/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/getgroupmembers/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/getgroupmembers/index.html.gz index e0598f9549..d795993e34 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/getgroupmembers/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/getgroupmembers/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/getgroupslist/index.html b/build/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/getgroupslist/index.html index 34ef7f7124..a2671d6efa 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/getgroupslist/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/getgroupslist/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/getgroupslist/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/getgroupslist/index.html.gz index a9348998d7..76c874e045 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/getgroupslist/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/getgroupslist/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/index.html b/build/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/index.html index 38fbd8f49c..7fb57ccc9e 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/index.html.gz index f7644bda3d..9176271ec3 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/removefromgroup/index.html b/build/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/removefromgroup/index.html index 2de0267923..fae346efe2 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/removefromgroup/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/removefromgroup/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/removefromgroup/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/removefromgroup/index.html.gz index 68b9f39079..73e389badd 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/removefromgroup/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/removefromgroup/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/updategroup/index.html b/build/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/updategroup/index.html index 04f219dd9c..e00ea1c388 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/updategroup/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/updategroup/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/updategroup/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/updategroup/index.html.gz index bb71e180bd..c8f8e61ab0 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/updategroup/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/updategroup/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/sys-object/index.html b/build/developers/documentation/scripting-apis/server-side-api/sys-object/index.html index c5b78acf2b..ac22a2b544 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/sys-object/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/sys-object/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/sys-object/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/sys-object/index.html.gz index be89b1a93b..889d02b094 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/sys-object/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/sys-object/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/sys-object/queries-management/getqueries/index.html b/build/developers/documentation/scripting-apis/server-side-api/sys-object/queries-management/getqueries/index.html index 0b0df723f8..de3a5e338c 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/sys-object/queries-management/getqueries/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/sys-object/queries-management/getqueries/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/sys-object/queries-management/getqueries/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/sys-object/queries-management/getqueries/index.html.gz index 5bf8f8f85c..63c370d675 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/sys-object/queries-management/getqueries/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/sys-object/queries-management/getqueries/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/sys-object/queries-management/getsharedqueries/index.html b/build/developers/documentation/scripting-apis/server-side-api/sys-object/queries-management/getsharedqueries/index.html index b2c18e6928..b69a3a61b3 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/sys-object/queries-management/getsharedqueries/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/sys-object/queries-management/getsharedqueries/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/sys-object/queries-management/getsharedqueries/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/sys-object/queries-management/getsharedqueries/index.html.gz index 43d9f9f833..667ba4354f 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/sys-object/queries-management/getsharedqueries/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/sys-object/queries-management/getsharedqueries/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/sys-object/queries-management/getsharedqueryfolders/index.html b/build/developers/documentation/scripting-apis/server-side-api/sys-object/queries-management/getsharedqueryfolders/index.html index e20a20a505..9400b15e9d 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/sys-object/queries-management/getsharedqueryfolders/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/sys-object/queries-management/getsharedqueryfolders/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/sys-object/queries-management/getsharedqueryfolders/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/sys-object/queries-management/getsharedqueryfolders/index.html.gz index b9dbeb83c9..99bfcb0227 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/sys-object/queries-management/getsharedqueryfolders/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/sys-object/queries-management/getsharedqueryfolders/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/sys-object/queries-management/index.html b/build/developers/documentation/scripting-apis/server-side-api/sys-object/queries-management/index.html index 5a219f6055..2dac9b8b6f 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/sys-object/queries-management/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/sys-object/queries-management/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/sys-object/queries-management/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/sys-object/queries-management/index.html.gz index 1f68905bb2..72515ccf97 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/sys-object/queries-management/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/sys-object/queries-management/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/sys-object/queries-management/loadqueryfolders/index.html b/build/developers/documentation/scripting-apis/server-side-api/sys-object/queries-management/loadqueryfolders/index.html index 0a2786e44f..702e25fa2f 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/sys-object/queries-management/loadqueryfolders/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/sys-object/queries-management/loadqueryfolders/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/sys-object/queries-management/loadqueryfolders/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/sys-object/queries-management/loadqueryfolders/index.html.gz index bdc1e313c4..6007e9d78a 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/sys-object/queries-management/loadqueryfolders/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/sys-object/queries-management/loadqueryfolders/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/sys-object/resources-management/getresources/index.html b/build/developers/documentation/scripting-apis/server-side-api/sys-object/resources-management/getresources/index.html index 86c1252189..2ef09a6017 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/sys-object/resources-management/getresources/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/sys-object/resources-management/getresources/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/sys-object/resources-management/getresources/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/sys-object/resources-management/getresources/index.html.gz index e9ed4dac7c..4df14bafb9 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/sys-object/resources-management/getresources/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/sys-object/resources-management/getresources/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/sys-object/resources-management/getsharedresourcefolders/index.html b/build/developers/documentation/scripting-apis/server-side-api/sys-object/resources-management/getsharedresourcefolders/index.html index d98a70ec65..2e3c4757b1 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/sys-object/resources-management/getsharedresourcefolders/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/sys-object/resources-management/getsharedresourcefolders/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/sys-object/resources-management/getsharedresourcefolders/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/sys-object/resources-management/getsharedresourcefolders/index.html.gz index 58e9bdd32e..ffbe1e7f40 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/sys-object/resources-management/getsharedresourcefolders/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/sys-object/resources-management/getsharedresourcefolders/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/sys-object/resources-management/getsharedresources/index.html b/build/developers/documentation/scripting-apis/server-side-api/sys-object/resources-management/getsharedresources/index.html index 59eb66a981..83f5debdc7 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/sys-object/resources-management/getsharedresources/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/sys-object/resources-management/getsharedresources/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/sys-object/resources-management/getsharedresources/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/sys-object/resources-management/getsharedresources/index.html.gz index 9213a4bbbd..1c2a1d7ab0 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/sys-object/resources-management/getsharedresources/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/sys-object/resources-management/getsharedresources/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/sys-object/resources-management/index.html b/build/developers/documentation/scripting-apis/server-side-api/sys-object/resources-management/index.html index 1d0be38aa9..e11c3ea26a 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/sys-object/resources-management/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/sys-object/resources-management/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/sys-object/resources-management/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/sys-object/resources-management/index.html.gz index e2fcca068a..537177a905 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/sys-object/resources-management/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/sys-object/resources-management/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/sys-object/resources-management/loadresourcefolders/index.html b/build/developers/documentation/scripting-apis/server-side-api/sys-object/resources-management/loadresourcefolders/index.html index 3856c55fa2..16fa6787b8 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/sys-object/resources-management/loadresourcefolders/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/sys-object/resources-management/loadresourcefolders/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/sys-object/resources-management/loadresourcefolders/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/sys-object/resources-management/loadresourcefolders/index.html.gz index 2c9445c4c2..cb8e5f8586 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/sys-object/resources-management/loadresourcefolders/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/sys-object/resources-management/loadresourcefolders/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/checkowneruserrights-parameter/index.html b/build/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/checkowneruserrights-parameter/index.html index cd31bb4dc6..f275430070 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/checkowneruserrights-parameter/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/checkowneruserrights-parameter/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/checkowneruserrights-parameter/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/checkowneruserrights-parameter/index.html.gz index 19e08e0906..c905395a21 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/checkowneruserrights-parameter/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/checkowneruserrights-parameter/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/createuser/index.html b/build/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/createuser/index.html index 850f79e1fe..23a6ae56e9 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/createuser/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/createuser/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/createuser/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/createuser/index.html.gz index 624a16ed1b..8fca766085 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/createuser/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/createuser/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/deleteuser/index.html b/build/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/deleteuser/index.html index 63cef8bff1..af93dcd8dc 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/deleteuser/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/deleteuser/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/deleteuser/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/deleteuser/index.html.gz index ca5128921e..8b1a749cab 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/deleteuser/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/deleteuser/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/getmemberof/index.html b/build/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/getmemberof/index.html index b52b5dd3f2..a2c5038278 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/getmemberof/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/getmemberof/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/getmemberof/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/getmemberof/index.html.gz index bb69e5a216..ba0a447fd2 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/getmemberof/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/getmemberof/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/getuserbyid/index.html b/build/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/getuserbyid/index.html index 811c77dc97..87e4f43d17 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/getuserbyid/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/getuserbyid/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/getuserbyid/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/getuserbyid/index.html.gz index b358c5c13f..31ea07591d 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/getuserbyid/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/getuserbyid/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/index.html b/build/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/index.html index 264ef4b515..6b9a901428 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/index.html.gz index 50d8fc1a09..31df267198 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/loaduserslist/index.html b/build/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/loaduserslist/index.html index 3c22a7648b..b78e8be76e 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/loaduserslist/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/loaduserslist/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/loaduserslist/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/loaduserslist/index.html.gz index 6d842bb410..25b9cb0f8f 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/loaduserslist/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/loaduserslist/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/saveuser/index.html b/build/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/saveuser/index.html index e76f0d8291..d0dd1ec7fe 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/saveuser/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/saveuser/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/saveuser/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/saveuser/index.html.gz index c9fef0480b..dde8bc009e 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/saveuser/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/saveuser/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/setuserpassword/index.html b/build/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/setuserpassword/index.html index 0673474536..08f9271dc3 100644 --- a/build/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/setuserpassword/index.html +++ b/build/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/setuserpassword/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/setuserpassword/index.html.gz b/build/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/setuserpassword/index.html.gz index 094f3ea4bd..73bd033f7a 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/setuserpassword/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/setuserpassword/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-scripting-overview/calling-ssj-methods/index.html b/build/developers/documentation/scripting-apis/server-side-scripting-overview/calling-ssj-methods/index.html index 127f270ff0..ec4c8f76fa 100644 --- a/build/developers/documentation/scripting-apis/server-side-scripting-overview/calling-ssj-methods/index.html +++ b/build/developers/documentation/scripting-apis/server-side-scripting-overview/calling-ssj-methods/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-scripting-overview/calling-ssj-methods/index.html.gz b/build/developers/documentation/scripting-apis/server-side-scripting-overview/calling-ssj-methods/index.html.gz index 3a82c867d2..1d93618099 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-scripting-overview/calling-ssj-methods/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-scripting-overview/calling-ssj-methods/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-scripting-overview/database-handling-with-ssj/index.html b/build/developers/documentation/scripting-apis/server-side-scripting-overview/database-handling-with-ssj/index.html index 41017c74c4..cecc59b184 100644 --- a/build/developers/documentation/scripting-apis/server-side-scripting-overview/database-handling-with-ssj/index.html +++ b/build/developers/documentation/scripting-apis/server-side-scripting-overview/database-handling-with-ssj/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-scripting-overview/database-handling-with-ssj/index.html.gz b/build/developers/documentation/scripting-apis/server-side-scripting-overview/database-handling-with-ssj/index.html.gz index 29c051654a..5549a01628 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-scripting-overview/database-handling-with-ssj/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-scripting-overview/database-handling-with-ssj/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-scripting-overview/debugging2/index.html b/build/developers/documentation/scripting-apis/server-side-scripting-overview/debugging2/index.html index c7b0938701..74071f78bb 100644 --- a/build/developers/documentation/scripting-apis/server-side-scripting-overview/debugging2/index.html +++ b/build/developers/documentation/scripting-apis/server-side-scripting-overview/debugging2/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-scripting-overview/debugging2/index.html.gz b/build/developers/documentation/scripting-apis/server-side-scripting-overview/debugging2/index.html.gz index 2145b1f098..9188a2547a 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-scripting-overview/debugging2/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-scripting-overview/debugging2/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-scripting-overview/including-public-server-side-s/index.html b/build/developers/documentation/scripting-apis/server-side-scripting-overview/including-public-server-side-s/index.html index 26079de76c..87f95e0b52 100644 --- a/build/developers/documentation/scripting-apis/server-side-scripting-overview/including-public-server-side-s/index.html +++ b/build/developers/documentation/scripting-apis/server-side-scripting-overview/including-public-server-side-s/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-scripting-overview/including-public-server-side-s/index.html.gz b/build/developers/documentation/scripting-apis/server-side-scripting-overview/including-public-server-side-s/index.html.gz index 430fc34b38..b5a16cbd86 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-scripting-overview/including-public-server-side-s/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-scripting-overview/including-public-server-side-s/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-scripting-overview/index.html b/build/developers/documentation/scripting-apis/server-side-scripting-overview/index.html index f82424dc3c..1833d19527 100644 --- a/build/developers/documentation/scripting-apis/server-side-scripting-overview/index.html +++ b/build/developers/documentation/scripting-apis/server-side-scripting-overview/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-scripting-overview/index.html.gz b/build/developers/documentation/scripting-apis/server-side-scripting-overview/index.html.gz index 7a60bc232d..985564e99e 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-scripting-overview/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-scripting-overview/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/index.html b/build/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/index.html index e8f85155e7..85b8c28159 100644 --- a/build/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/index.html +++ b/build/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/index.html.gz b/build/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/index.html.gz index 1d0157dd33..6b45470c60 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/on-app-load/index.html b/build/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/on-app-load/index.html index 44f14013ca..0de6c769e2 100644 --- a/build/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/on-app-load/index.html +++ b/build/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/on-app-load/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/on-app-load/index.html.gz b/build/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/on-app-load/index.html.gz index e0597979b5..1946c2ad10 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/on-app-load/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/on-app-load/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/on-instance-create/index.html b/build/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/on-instance-create/index.html index 84d200e569..64fc0b9d1e 100644 --- a/build/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/on-instance-create/index.html +++ b/build/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/on-instance-create/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/on-instance-create/index.html.gz b/build/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/on-instance-create/index.html.gz index 4d73c8aa0a..3486c1a531 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/on-instance-create/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/on-instance-create/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/on-instance-load/index.html b/build/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/on-instance-load/index.html index 6b7ac9aadc..a7de03bdac 100644 --- a/build/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/on-instance-load/index.html +++ b/build/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/on-instance-load/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/on-instance-load/index.html.gz b/build/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/on-instance-load/index.html.gz index ad0afb4ba7..ff41e071e0 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/on-instance-load/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/on-instance-load/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/on-instance-save/index.html b/build/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/on-instance-save/index.html index 50f4cee8bd..0c0023e79c 100644 --- a/build/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/on-instance-save/index.html +++ b/build/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/on-instance-save/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/on-instance-save/index.html.gz b/build/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/on-instance-save/index.html.gz index df939ee329..b5ecb4755c 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/on-instance-save/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/on-instance-save/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/on-user-login/index.html b/build/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/on-user-login/index.html index 1c24fbca26..c832f710d4 100644 --- a/build/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/on-user-login/index.html +++ b/build/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/on-user-login/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/on-user-login/index.html.gz b/build/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/on-user-login/index.html.gz index bb7c5203c5..5936c49f6d 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/on-user-login/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/on-user-login/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/the-user-object/index.html b/build/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/the-user-object/index.html index dacaeb0f6b..e233aaed80 100644 --- a/build/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/the-user-object/index.html +++ b/build/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/the-user-object/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/the-user-object/index.html.gz b/build/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/the-user-object/index.html.gz index 53ed4dbec9..9917053e34 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/the-user-object/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/the-user-object/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-user-defined-methods/index.html b/build/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-user-defined-methods/index.html index 2ba17f3966..9e44ad412f 100644 --- a/build/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-user-defined-methods/index.html +++ b/build/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-user-defined-methods/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-user-defined-methods/index.html.gz b/build/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-user-defined-methods/index.html.gz index 690310378a..4e9f9b8082 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-user-defined-methods/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-user-defined-methods/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-scripting-overview/where-to-write-ssj-scripts/index.html b/build/developers/documentation/scripting-apis/server-side-scripting-overview/where-to-write-ssj-scripts/index.html index 5f2f0096f4..827de3b025 100644 --- a/build/developers/documentation/scripting-apis/server-side-scripting-overview/where-to-write-ssj-scripts/index.html +++ b/build/developers/documentation/scripting-apis/server-side-scripting-overview/where-to-write-ssj-scripts/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-scripting-overview/where-to-write-ssj-scripts/index.html.gz b/build/developers/documentation/scripting-apis/server-side-scripting-overview/where-to-write-ssj-scripts/index.html.gz index 1a4c058bda..14b6a884c2 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-scripting-overview/where-to-write-ssj-scripts/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-scripting-overview/where-to-write-ssj-scripts/index.html.gz differ diff --git a/build/developers/documentation/scripting-apis/server-side-scripting-overview/writing-secure-code/index.html b/build/developers/documentation/scripting-apis/server-side-scripting-overview/writing-secure-code/index.html index 3bf6095276..e428514fc1 100644 --- a/build/developers/documentation/scripting-apis/server-side-scripting-overview/writing-secure-code/index.html +++ b/build/developers/documentation/scripting-apis/server-side-scripting-overview/writing-secure-code/index.html @@ -16,7 +16,7 @@ - + diff --git a/build/developers/documentation/scripting-apis/server-side-scripting-overview/writing-secure-code/index.html.gz b/build/developers/documentation/scripting-apis/server-side-scripting-overview/writing-secure-code/index.html.gz index 9da6099836..1195574f43 100644 Binary files a/build/developers/documentation/scripting-apis/server-side-scripting-overview/writing-secure-code/index.html.gz and b/build/developers/documentation/scripting-apis/server-side-scripting-overview/writing-secure-code/index.html.gz differ diff --git a/build/developers/index.html b/build/developers/index.html index 37defc4ef7..ec3fb7f5b3 100644 --- a/build/developers/index.html +++ b/build/developers/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/developers/index.html.gz b/build/developers/index.html.gz index 822898c956..133a9c6736 100644 Binary files a/build/developers/index.html.gz and b/build/developers/index.html.gz differ diff --git a/build/developers/stackoverflow/index.html b/build/developers/stackoverflow/index.html index 897189fe60..9a2308dc61 100644 --- a/build/developers/stackoverflow/index.html +++ b/build/developers/stackoverflow/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/developers/stackoverflow/index.html.gz b/build/developers/stackoverflow/index.html.gz index 3b69b72b97..e403791db6 100644 Binary files a/build/developers/stackoverflow/index.html.gz and b/build/developers/stackoverflow/index.html.gz differ diff --git a/build/developers/training-videos/advanced-layout/index.html b/build/developers/training-videos/advanced-layout/index.html index 0b58d5cdfa..ad4904e243 100644 --- a/build/developers/training-videos/advanced-layout/index.html +++ b/build/developers/training-videos/advanced-layout/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/developers/training-videos/advanced-layout/index.html.gz b/build/developers/training-videos/advanced-layout/index.html.gz index c2ce23157e..057c522961 100644 Binary files a/build/developers/training-videos/advanced-layout/index.html.gz and b/build/developers/training-videos/advanced-layout/index.html.gz differ diff --git a/build/developers/training-videos/advanced/index.html b/build/developers/training-videos/advanced/index.html index 2d87669828..cd7c0ae0b5 100644 --- a/build/developers/training-videos/advanced/index.html +++ b/build/developers/training-videos/advanced/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/developers/training-videos/advanced/index.html.gz b/build/developers/training-videos/advanced/index.html.gz index abf86b4dfe..d1422bf525 100644 Binary files a/build/developers/training-videos/advanced/index.html.gz and b/build/developers/training-videos/advanced/index.html.gz differ diff --git a/build/developers/training-videos/client-js/index.html b/build/developers/training-videos/client-js/index.html index e76e5d5931..f448ecf005 100644 --- a/build/developers/training-videos/client-js/index.html +++ b/build/developers/training-videos/client-js/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/developers/training-videos/client-js/index.html.gz b/build/developers/training-videos/client-js/index.html.gz index 8bc2a6efa0..7a55895572 100644 Binary files a/build/developers/training-videos/client-js/index.html.gz and b/build/developers/training-videos/client-js/index.html.gz differ diff --git a/build/developers/training-videos/deploying-apps/index.html b/build/developers/training-videos/deploying-apps/index.html index 6838b478fe..79c081d7ab 100644 --- a/build/developers/training-videos/deploying-apps/index.html +++ b/build/developers/training-videos/deploying-apps/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/developers/training-videos/deploying-apps/index.html.gz b/build/developers/training-videos/deploying-apps/index.html.gz index 81ac0a5518..96ee4859a5 100644 Binary files a/build/developers/training-videos/deploying-apps/index.html.gz and b/build/developers/training-videos/deploying-apps/index.html.gz differ diff --git a/build/developers/training-videos/getting-started/index.html b/build/developers/training-videos/getting-started/index.html index 2b0df0ee81..4dce597d16 100644 --- a/build/developers/training-videos/getting-started/index.html +++ b/build/developers/training-videos/getting-started/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/developers/training-videos/getting-started/index.html.gz b/build/developers/training-videos/getting-started/index.html.gz index 7e5bc14e5e..2381b72af8 100644 Binary files a/build/developers/training-videos/getting-started/index.html.gz and b/build/developers/training-videos/getting-started/index.html.gz differ diff --git a/build/developers/training-videos/index.html b/build/developers/training-videos/index.html index 690ec11c62..136a6c0bdb 100644 --- a/build/developers/training-videos/index.html +++ b/build/developers/training-videos/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/developers/training-videos/index.html.gz b/build/developers/training-videos/index.html.gz index 19416e3b13..64b46dd0a9 100644 Binary files a/build/developers/training-videos/index.html.gz and b/build/developers/training-videos/index.html.gz differ diff --git a/build/developers/training-videos/integration/index.html b/build/developers/training-videos/integration/index.html index 55e6f6f6b7..72fe3a5320 100644 --- a/build/developers/training-videos/integration/index.html +++ b/build/developers/training-videos/integration/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/developers/training-videos/integration/index.html.gz b/build/developers/training-videos/integration/index.html.gz index 50a41b2c66..2893126b13 100644 Binary files a/build/developers/training-videos/integration/index.html.gz and b/build/developers/training-videos/integration/index.html.gz differ diff --git a/build/developers/training-videos/intro-to-ui-design/index.html b/build/developers/training-videos/intro-to-ui-design/index.html index 9b3d187ab2..34cea5a86b 100644 --- a/build/developers/training-videos/intro-to-ui-design/index.html +++ b/build/developers/training-videos/intro-to-ui-design/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/developers/training-videos/intro-to-ui-design/index.html.gz b/build/developers/training-videos/intro-to-ui-design/index.html.gz index d2d9638148..085e864e83 100644 Binary files a/build/developers/training-videos/intro-to-ui-design/index.html.gz and b/build/developers/training-videos/intro-to-ui-design/index.html.gz differ diff --git a/build/developers/training-videos/mobile-apps/index.html b/build/developers/training-videos/mobile-apps/index.html index d2025e806a..a8baba05b3 100644 --- a/build/developers/training-videos/mobile-apps/index.html +++ b/build/developers/training-videos/mobile-apps/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/developers/training-videos/mobile-apps/index.html.gz b/build/developers/training-videos/mobile-apps/index.html.gz index e99b4afdf0..05c7d6d309 100644 Binary files a/build/developers/training-videos/mobile-apps/index.html.gz and b/build/developers/training-videos/mobile-apps/index.html.gz differ diff --git a/build/developers/training-videos/server-js/index.html b/build/developers/training-videos/server-js/index.html index 9a73f4cd31..bf27a985ad 100644 --- a/build/developers/training-videos/server-js/index.html +++ b/build/developers/training-videos/server-js/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/developers/training-videos/server-js/index.html.gz b/build/developers/training-videos/server-js/index.html.gz index ff36120b12..f84e384f7b 100644 Binary files a/build/developers/training-videos/server-js/index.html.gz and b/build/developers/training-videos/server-js/index.html.gz differ diff --git a/build/developers/training-videos/template/index.html b/build/developers/training-videos/template/index.html index 3508cf97ac..577f94851b 100644 --- a/build/developers/training-videos/template/index.html +++ b/build/developers/training-videos/template/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/developers/training-videos/template/index.html.gz b/build/developers/training-videos/template/index.html.gz index 5df58b03d3..7848309a9c 100644 Binary files a/build/developers/training-videos/template/index.html.gz and b/build/developers/training-videos/template/index.html.gz differ diff --git a/build/developers/training-videos/widget-data/index.html b/build/developers/training-videos/widget-data/index.html index 41644ab3b6..9874b600d3 100644 --- a/build/developers/training-videos/widget-data/index.html +++ b/build/developers/training-videos/widget-data/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/developers/training-videos/widget-data/index.html.gz b/build/developers/training-videos/widget-data/index.html.gz index e29f9806fb..442f36b816 100644 Binary files a/build/developers/training-videos/widget-data/index.html.gz and b/build/developers/training-videos/widget-data/index.html.gz differ diff --git a/build/developers/tutorials/ac/index.html b/build/developers/tutorials/ac/index.html index 947c5078f2..47acff3514 100644 --- a/build/developers/tutorials/ac/index.html +++ b/build/developers/tutorials/ac/index.html @@ -16,7 +16,7 @@ - + @@ -90,7 +90,7 @@ diff --git a/build/developers/tutorials/ac/index.html.gz b/build/developers/tutorials/ac/index.html.gz index 4823d8926b..1ad775fc4a 100644 Binary files a/build/developers/tutorials/ac/index.html.gz and b/build/developers/tutorials/ac/index.html.gz differ diff --git a/build/developers/tutorials/index.html b/build/developers/tutorials/index.html index 3dcda8dfba..d7c661b4ad 100644 --- a/build/developers/tutorials/index.html +++ b/build/developers/tutorials/index.html @@ -16,7 +16,7 @@ - + @@ -88,7 +88,7 @@ diff --git a/build/developers/tutorials/index.html.gz b/build/developers/tutorials/index.html.gz index 59d6a948af..5938bc1b48 100644 Binary files a/build/developers/tutorials/index.html.gz and b/build/developers/tutorials/index.html.gz differ diff --git a/build/developers/tutorials/javascript/advanced/index.html b/build/developers/tutorials/javascript/advanced/index.html index 1a07444122..a131eb33e2 100644 --- a/build/developers/tutorials/javascript/advanced/index.html +++ b/build/developers/tutorials/javascript/advanced/index.html @@ -16,7 +16,7 @@ - + @@ -92,7 +92,7 @@ diff --git a/build/developers/tutorials/javascript/advanced/index.html.gz b/build/developers/tutorials/javascript/advanced/index.html.gz index ac1b69a130..e9b67a08bc 100644 Binary files a/build/developers/tutorials/javascript/advanced/index.html.gz and b/build/developers/tutorials/javascript/advanced/index.html.gz differ diff --git a/build/developers/tutorials/javascript/beginner/app-object/index.html b/build/developers/tutorials/javascript/beginner/app-object/index.html index 4627fdd703..dae89193eb 100644 --- a/build/developers/tutorials/javascript/beginner/app-object/index.html +++ b/build/developers/tutorials/javascript/beginner/app-object/index.html @@ -16,7 +16,7 @@ - + @@ -94,7 +94,7 @@ diff --git a/build/developers/tutorials/javascript/beginner/app-object/index.html.gz b/build/developers/tutorials/javascript/beginner/app-object/index.html.gz index 34a450c6c5..4a58c2b795 100644 Binary files a/build/developers/tutorials/javascript/beginner/app-object/index.html.gz and b/build/developers/tutorials/javascript/beginner/app-object/index.html.gz differ diff --git a/build/developers/tutorials/javascript/beginner/basic-concepts/index.html b/build/developers/tutorials/javascript/beginner/basic-concepts/index.html index fc0fdc0d25..c7fa64eb10 100644 --- a/build/developers/tutorials/javascript/beginner/basic-concepts/index.html +++ b/build/developers/tutorials/javascript/beginner/basic-concepts/index.html @@ -16,7 +16,7 @@ - + @@ -94,7 +94,7 @@ diff --git a/build/developers/tutorials/javascript/beginner/basic-concepts/index.html.gz b/build/developers/tutorials/javascript/beginner/basic-concepts/index.html.gz index 831bd6d1fe..ddee60d727 100644 Binary files a/build/developers/tutorials/javascript/beginner/basic-concepts/index.html.gz and b/build/developers/tutorials/javascript/beginner/basic-concepts/index.html.gz differ diff --git a/build/developers/tutorials/javascript/beginner/index.html b/build/developers/tutorials/javascript/beginner/index.html index bbfe8bee57..1c0bb3a7e1 100644 --- a/build/developers/tutorials/javascript/beginner/index.html +++ b/build/developers/tutorials/javascript/beginner/index.html @@ -16,7 +16,7 @@ - + @@ -92,7 +92,7 @@ diff --git a/build/developers/tutorials/javascript/beginner/index.html.gz b/build/developers/tutorials/javascript/beginner/index.html.gz index 6cc4f7c2cf..e070a3667b 100644 Binary files a/build/developers/tutorials/javascript/beginner/index.html.gz and b/build/developers/tutorials/javascript/beginner/index.html.gz differ diff --git a/build/developers/tutorials/javascript/index.html b/build/developers/tutorials/javascript/index.html index 8573f2bd4d..824fa1b444 100644 --- a/build/developers/tutorials/javascript/index.html +++ b/build/developers/tutorials/javascript/index.html @@ -16,7 +16,7 @@ - + @@ -90,7 +90,7 @@ diff --git a/build/developers/tutorials/javascript/index.html.gz b/build/developers/tutorials/javascript/index.html.gz index f8e3c08485..5d4339c501 100644 Binary files a/build/developers/tutorials/javascript/index.html.gz and b/build/developers/tutorials/javascript/index.html.gz differ diff --git a/build/developers/tutorials/javascript/intermediate/index.html b/build/developers/tutorials/javascript/intermediate/index.html index 79c2332c41..482cb026a0 100644 --- a/build/developers/tutorials/javascript/intermediate/index.html +++ b/build/developers/tutorials/javascript/intermediate/index.html @@ -16,7 +16,7 @@ - + @@ -92,7 +92,7 @@ diff --git a/build/developers/tutorials/javascript/intermediate/index.html.gz b/build/developers/tutorials/javascript/intermediate/index.html.gz index c73d5ca628..81b9b80fb8 100644 Binary files a/build/developers/tutorials/javascript/intermediate/index.html.gz and b/build/developers/tutorials/javascript/intermediate/index.html.gz differ diff --git a/build/developers/tutorials/javascript/introduction/index.html b/build/developers/tutorials/javascript/introduction/index.html index 6579dcafc5..a8f1e664be 100644 --- a/build/developers/tutorials/javascript/introduction/index.html +++ b/build/developers/tutorials/javascript/introduction/index.html @@ -16,7 +16,7 @@ - + @@ -92,7 +92,7 @@ diff --git a/build/developers/tutorials/javascript/introduction/index.html.gz b/build/developers/tutorials/javascript/introduction/index.html.gz index fa0bca5d4b..20171c28c6 100644 Binary files a/build/developers/tutorials/javascript/introduction/index.html.gz and b/build/developers/tutorials/javascript/introduction/index.html.gz differ diff --git a/build/docs_redirect.map b/build/docs_redirect.map index 7336786cfe..c1753b0208 100644 --- a/build/docs_redirect.map +++ b/build/docs_redirect.map @@ -1,69 +1,178 @@ -if ($args = ac_apps.htm) { - rewrite ^ /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-apps/? permanent; +if ($args = debugging_native_apps.htm) { + rewrite ^ /developers/documentation/ac-mobile-build-phonegap/debugging-native-apps/? permanent; } -rewrite ^/revisions/current/docs/user-guide/ac_apps.htm /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-apps/? permanent; +rewrite ^/revisions/current/docs/user-guide/debugging_native_apps.htm /developers/documentation/ac-mobile-build-phonegap/debugging-native-apps/? permanent; -if ($args = adding_your_own_plugins.htm) { - rewrite ^ /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/adding-your-own-plugins/? permanent; + +if ($args = publishing_android_apps_on_pla.htm) { + rewrite ^ /developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/publishing-android-apps-on-pla/? permanent; } -rewrite ^/revisions/current/docs/user-guide/adding_your_own_plugins.htm /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/adding-your-own-plugins/? permanent; -if ($args = close4.htm) { - rewrite ^ /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/events/close4/? permanent; +rewrite ^/revisions/current/docs/user-guide/publishing_android_apps_on_pla.htm /developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/publishing-android-apps-on-pla/? permanent; +if ($args = selling_android_apps.htm) { + rewrite ^ /developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/selling-android-apps/? permanent; } -rewrite ^/revisions/current/docs/user-guide/close4.htm /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/events/close4/? permanent; -if ($args = locationchange.htm) { - rewrite ^ /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/events/locationchange/? permanent; +rewrite ^/revisions/current/docs/user-guide/selling_android_apps.htm /developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/selling-android-apps/? permanent; +if ($args = generating_codesigning_certici.htm) { + rewrite ^ /developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/generating-codesigning-certici/? permanent; } -rewrite ^/revisions/current/docs/user-guide/locationchange.htm /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/events/locationchange/? permanent; -if ($args = openexternal2.htm) { - rewrite ^ /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/events/openexternal2/? permanent; +rewrite ^/revisions/current/docs/user-guide/generating_codesigning_certici.htm /developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/generating-codesigning-certici/? permanent; +if ($args = google_play.htm) { + rewrite ^ /developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/google-play/? permanent; } -rewrite ^/revisions/current/docs/user-guide/openexternal2.htm /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/events/openexternal2/? permanent; -if ($args = events4.htm) { - rewrite ^ /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/events/? permanent; +rewrite ^/revisions/current/docs/user-guide/google_play.htm /developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/google-play/? permanent; +if ($args = debug_development_certificates.htm) { + rewrite ^ /developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/debug-development-certificates/? permanent; } -rewrite ^/revisions/current/docs/user-guide/events4.htm /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/events/? permanent; -if ($args = close3.htm) { - rewrite ^ /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/methods/close3/? permanent; +rewrite ^/revisions/current/docs/user-guide/debug_development_certificates.htm /developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/debug-development-certificates/? permanent; +if ($args = andriod_certificate.htm) { + rewrite ^ /developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/? permanent; } -rewrite ^/revisions/current/docs/user-guide/close3.htm /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/methods/close3/? permanent; -if ($args = openexternal.htm) { - rewrite ^ /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/methods/openexternal/? permanent; +rewrite ^/revisions/current/docs/user-guide/andriod_certificate.htm /developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/? permanent; +if ($args = i_havent_got_a_mac.htm) { + rewrite ^ /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/i-havent-got-a-mac/? permanent; } -rewrite ^/revisions/current/docs/user-guide/openexternal.htm /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/methods/openexternal/? permanent; -if ($args = showwebpage.htm) { - rewrite ^ /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/methods/showwebpage/? permanent; +rewrite ^/revisions/current/docs/user-guide/i_havent_got_a_mac.htm /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/i-havent-got-a-mac/? permanent; +if ($args = create_a_provisioning_profile.htm) { + rewrite ^ /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/create-a-provisioning-profile/? permanent; } -rewrite ^/revisions/current/docs/user-guide/showwebpage.htm /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/methods/showwebpage/? permanent; -if ($args = methods4.htm) { - rewrite ^ /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/methods/? permanent; +rewrite ^/revisions/current/docs/user-guide/create_a_provisioning_profile.htm /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/create-a-provisioning-profile/? permanent; +if ($args = generating_a_p12_certificate.htm) { + rewrite ^ /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/generating-a-p12-certificate/? permanent; } -rewrite ^/revisions/current/docs/user-guide/methods4.htm /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/methods/? permanent; -if ($args = child_browser.htm) { - rewrite ^ /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/? permanent; +rewrite ^/revisions/current/docs/user-guide/generating_a_p12_certificate.htm /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/generating-a-p12-certificate/? permanent; +if ($args = add_devices.htm) { + rewrite ^ /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/add-devices/? permanent; } -rewrite ^/revisions/current/docs/user-guide/child_browser.htm /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/? permanent; +rewrite ^/revisions/current/docs/user-guide/add_devices.htm /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/add-devices/? permanent; +if ($args = create_an_app_id.htm) { + rewrite ^ /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/create-an-app-id/? permanent; +} +rewrite ^/revisions/current/docs/user-guide/create_an_app_id.htm /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/create-an-app-id/? permanent; +if ($args = certificates.htm) { + rewrite ^ /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/certificates/? permanent; +} +rewrite ^/revisions/current/docs/user-guide/certificates.htm /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/certificates/? permanent; +if ($args = sign_in2.htm) { + rewrite ^ /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/sign-in2/? permanent; +} +rewrite ^/revisions/current/docs/user-guide/sign_in2.htm /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/sign-in2/? permanent; +if ($args = setting_up_for_development.htm) { + rewrite ^ /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/? permanent; +} +rewrite ^/revisions/current/docs/user-guide/setting_up_for_development.htm /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/? permanent; +if ($args = building_your_apps.htm) { + rewrite ^ /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/building-your-apps/? permanent; +} +rewrite ^/revisions/current/docs/user-guide/building_your_apps.htm /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/building-your-apps/? permanent; +if ($args = itunes_connect.htm) { + rewrite ^ /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/publishing-your-ios-app/itunes-connect/? permanent; +} +rewrite ^/revisions/current/docs/user-guide/itunes_connect.htm /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/publishing-your-ios-app/itunes-connect/? permanent; +if ($args = app_uploader.htm) { + rewrite ^ /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/publishing-your-ios-app/app-uploader/? permanent; +} +rewrite ^/revisions/current/docs/user-guide/app_uploader.htm /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/publishing-your-ios-app/app-uploader/? permanent; +if ($args = publishing_your_ios_app.htm) { + rewrite ^ /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/publishing-your-ios-app/? permanent; +} +rewrite ^/revisions/current/docs/user-guide/publishing_your_ios_app.htm /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/publishing-your-ios-app/? permanent; +if ($args = distribution_profile.htm) { + rewrite ^ /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-distribution/distribution-profile/? permanent; +} +rewrite ^/revisions/current/docs/user-guide/distribution_profile.htm /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-distribution/distribution-profile/? permanent; +if ($args = distrbution_certificate_and_p1.htm) { + rewrite ^ /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-distribution/distrbution-certificate-and-p1/? permanent; +} +rewrite ^/revisions/current/docs/user-guide/distrbution_certificate_and_p1.htm /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-distribution/distrbution-certificate-and-p1/? permanent; +if ($args = setting_up_for_distribution.htm) { + rewrite ^ /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-distribution/? permanent; +} +rewrite ^/revisions/current/docs/user-guide/setting_up_for_distribution.htm /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-distribution/? permanent; +if ($args = ios_university_program.htm) { + rewrite ^ /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/apple-accounts/ios-university-program/? permanent; +} +rewrite ^/revisions/current/docs/user-guide/ios_university_program.htm /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/apple-accounts/ios-university-program/? permanent; +if ($args = creating_an_apple_enterprise_a.htm) { + rewrite ^ /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/apple-accounts/creating-an-apple-enterprise-a/? permanent; +} +rewrite ^/revisions/current/docs/user-guide/creating_an_apple_enterprise_a.htm /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/apple-accounts/creating-an-apple-enterprise-a/? permanent; +if ($args = creating_an_apple_developer_ac.htm) { + rewrite ^ /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/apple-accounts/creating-an-apple-developer-ac/? permanent; +} +rewrite ^/revisions/current/docs/user-guide/creating_an_apple_developer_ac.htm /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/apple-accounts/creating-an-apple-developer-ac/? permanent; +if ($args = apple_accounts.htm) { + rewrite ^ /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/apple-accounts/? permanent; +} +rewrite ^/revisions/current/docs/user-guide/apple_accounts.htm /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/apple-accounts/? permanent; +if ($args = do_it_yourself_guide.htm) { + rewrite ^ /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/? permanent; +} +rewrite ^/revisions/current/docs/user-guide/do_it_yourself_guide.htm /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/? permanent; +if ($args = ios_keys_and_certificates.htm) { + rewrite ^ /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/? permanent; +} +rewrite ^/revisions/current/docs/user-guide/ios_keys_and_certificates.htm /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/? permanent; +if ($args = certificates2.htm) { + rewrite ^ /developers/documentation/ac-mobile-build-phonegap/certificates/? permanent; +} +rewrite ^/revisions/current/docs/user-guide/certificates2.htm /developers/documentation/ac-mobile-build-phonegap/certificates/? permanent; +if ($args = enabling_device_features.htm) { + rewrite ^ /developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/enabling-device-features/? permanent; +} +rewrite ^/revisions/current/docs/user-guide/enabling_device_features.htm /developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/enabling-device-features/? permanent; +if ($args = splash_screen_and_icon.htm) { + rewrite ^ /developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/splash-screen-and-icon/? permanent; +} +rewrite ^/revisions/current/docs/user-guide/splash_screen_and_icon.htm /developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/splash-screen-and-icon/? permanent; +if ($args = phonegap_specific_events.htm) { + rewrite ^ /developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/phonegap-specific-events/? permanent; +} +rewrite ^/revisions/current/docs/user-guide/phonegap_specific_events.htm /developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/phonegap-specific-events/? permanent; +if ($args = phonegap_functions.htm) { + rewrite ^ /developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/phonegap-functions/? permanent; +} +rewrite ^/revisions/current/docs/user-guide/phonegap_functions.htm /developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/phonegap-functions/? permanent; +if ($args = mobile_widgets_and_layout.htm) { + rewrite ^ /developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/mobile-widgets-and-layout/? permanent; +} +rewrite ^/revisions/current/docs/user-guide/mobile_widgets_and_layout.htm /developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/mobile-widgets-and-layout/? permanent; +if ($args = apps_developed_with_applicatio.htm) { + rewrite ^ /developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/? permanent; +} +rewrite ^/revisions/current/docs/user-guide/apps_developed_with_applicatio.htm /developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/? permanent; +if ($args = key_management.htm) { + rewrite ^ /developers/documentation/ac-mobile-build-phonegap/phonegapbuild/key-management/? permanent; +} +rewrite ^/revisions/current/docs/user-guide/key_management.htm /developers/documentation/ac-mobile-build-phonegap/phonegapbuild/key-management/? permanent; +if ($args = manual_building.htm) { + rewrite ^ /developers/documentation/ac-mobile-build-phonegap/phonegapbuild/manual-building/? permanent; +} +rewrite ^/revisions/current/docs/user-guide/manual_building.htm /developers/documentation/ac-mobile-build-phonegap/phonegapbuild/manual-building/? permanent; +if ($args = building_the_native_apps.htm) { + rewrite ^ /developers/documentation/ac-mobile-build-phonegap/phonegapbuild/building-the-native-apps/? permanent; +} +rewrite ^/revisions/current/docs/user-guide/building_the_native_apps.htm /developers/documentation/ac-mobile-build-phonegap/phonegapbuild/building-the-native-apps/? permanent; +if ($args = deploying_your_native_apps.htm) { + rewrite ^ /developers/documentation/ac-mobile-build-phonegap/phonegapbuild/deploying-your-native-apps/? permanent; +} +rewrite ^/revisions/current/docs/user-guide/deploying_your_native_apps.htm /developers/documentation/ac-mobile-build-phonegap/phonegapbuild/deploying-your-native-apps/? permanent; +if ($args = phonegapbuild.htm) { + rewrite ^ /developers/documentation/ac-mobile-build-phonegap/phonegapbuild/? permanent; +} +rewrite ^/revisions/current/docs/user-guide/phonegapbuild.htm /developers/documentation/ac-mobile-build-phonegap/phonegapbuild/? permanent; if ($args = mailto_plugin.htm) { rewrite ^ /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/mailto-plugin/? permanent; } rewrite ^/revisions/current/docs/user-guide/mailto_plugin.htm /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/mailto-plugin/? permanent; -if ($args = scandit_free.htm) { - rewrite ^ /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/scandit-free/? permanent; -} -rewrite ^/revisions/current/docs/user-guide/scandit_free.htm /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/scandit-free/? permanent; -if ($args = close2.htm) { - rewrite ^ /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/close2/? permanent; -} -rewrite ^/revisions/current/docs/user-guide/close2.htm /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/close2/? permanent; -if ($args = del.htm) { - rewrite ^ /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/del/? permanent; +if ($args = transaction.htm) { + rewrite ^ /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/transaction/? permanent; } -rewrite ^/revisions/current/docs/user-guide/del.htm /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/del/? permanent; -if ($args = executesql.htm) { - rewrite ^ /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/executesql/? permanent; +rewrite ^/revisions/current/docs/user-guide/transaction.htm /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/transaction/? permanent; +if ($args = query.htm) { + rewrite ^ /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/query/? permanent; } -rewrite ^/revisions/current/docs/user-guide/executesql.htm /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/executesql/? permanent; +rewrite ^/revisions/current/docs/user-guide/query.htm /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/query/? permanent; if ($args = insert2.htm) { rewrite ^ /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/insert2/? permanent; } @@ -72,22 +181,26 @@ if ($args = open3.htm) { rewrite ^ /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/open3/? permanent; } rewrite ^/revisions/current/docs/user-guide/open3.htm /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/open3/? permanent; -if ($args = query.htm) { - rewrite ^ /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/query/? permanent; -} -rewrite ^/revisions/current/docs/user-guide/query.htm /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/query/? permanent; -if ($args = remove.htm) { - rewrite ^ /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/remove/? permanent; +if ($args = del.htm) { + rewrite ^ /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/del/? permanent; } -rewrite ^/revisions/current/docs/user-guide/remove.htm /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/remove/? permanent; -if ($args = transaction.htm) { - rewrite ^ /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/transaction/? permanent; +rewrite ^/revisions/current/docs/user-guide/del.htm /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/del/? permanent; +if ($args = executesql.htm) { + rewrite ^ /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/executesql/? permanent; } -rewrite ^/revisions/current/docs/user-guide/transaction.htm /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/transaction/? permanent; +rewrite ^/revisions/current/docs/user-guide/executesql.htm /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/executesql/? permanent; if ($args = update2.htm) { rewrite ^ /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/update2/? permanent; } rewrite ^/revisions/current/docs/user-guide/update2.htm /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/update2/? permanent; +if ($args = remove.htm) { + rewrite ^ /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/remove/? permanent; +} +rewrite ^/revisions/current/docs/user-guide/remove.htm /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/remove/? permanent; +if ($args = close2.htm) { + rewrite ^ /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/close2/? permanent; +} +rewrite ^/revisions/current/docs/user-guide/close2.htm /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/close2/? permanent; if ($args = sqlplugin_methods.htm) { rewrite ^ /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/? permanent; } @@ -115,6 +228,8 @@ rewrite ^/revisions/current/docs/user-guide/sqlite_plugin.htm /developers/docume + + @@ -126,1098 +241,934 @@ if ($args = zxing_bar_code_scanner.htm) { rewrite ^ /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/zxing-bar-code-scanner/? permanent; } rewrite ^/revisions/current/docs/user-guide/zxing_bar_code_scanner.htm /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/zxing-bar-code-scanner/? permanent; -if ($args = ac_plugins.htm) { - rewrite ^ /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/? permanent; -} -rewrite ^/revisions/current/docs/user-guide/ac_plugins.htm /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/? permanent; -if ($args = automatic_building.htm) { - rewrite ^ /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/automatic-building/? permanent; +if ($args = openexternal2.htm) { + rewrite ^ /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/events/openexternal2/? permanent; } -rewrite ^/revisions/current/docs/user-guide/automatic_building.htm /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/automatic-building/? permanent; -if ($args = build_error_messages.htm) { - rewrite ^ /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/build-error-messages/? permanent; +rewrite ^/revisions/current/docs/user-guide/openexternal2.htm /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/events/openexternal2/? permanent; +if ($args = close4.htm) { + rewrite ^ /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/events/close4/? permanent; } -rewrite ^/revisions/current/docs/user-guide/build_error_messages.htm /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/build-error-messages/? permanent; -if ($args = build_errors.htm) { - rewrite ^ /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/build-errors/? permanent; +rewrite ^/revisions/current/docs/user-guide/close4.htm /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/events/close4/? permanent; +if ($args = locationchange.htm) { + rewrite ^ /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/events/locationchange/? permanent; } -rewrite ^/revisions/current/docs/user-guide/build_errors.htm /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/build-errors/? permanent; -if ($args = deploy_your_native_apps.htm) { - rewrite ^ /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/deploy-your-native-apps/? permanent; +rewrite ^/revisions/current/docs/user-guide/locationchange.htm /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/events/locationchange/? permanent; +if ($args = events4.htm) { + rewrite ^ /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/events/? permanent; } -rewrite ^/revisions/current/docs/user-guide/deploy_your_native_apps.htm /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/deploy-your-native-apps/? permanent; -if ($args = external_html5cssjs_apps.htm) { - rewrite ^ /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/external-html5cssjs-apps/? permanent; +rewrite ^/revisions/current/docs/user-guide/events4.htm /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/events/? permanent; +if ($args = openexternal.htm) { + rewrite ^ /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/methods/openexternal/? permanent; } -rewrite ^/revisions/current/docs/user-guide/external_html5cssjs_apps.htm /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/external-html5cssjs-apps/? permanent; -if ($args = application_craft_build.htm) { - rewrite ^ /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/? permanent; +rewrite ^/revisions/current/docs/user-guide/openexternal.htm /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/methods/openexternal/? permanent; +if ($args = showwebpage.htm) { + rewrite ^ /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/methods/showwebpage/? permanent; } -rewrite ^/revisions/current/docs/user-guide/application_craft_build.htm /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/? permanent; - -if ($args = enabling_device_features.htm) { - rewrite ^ /developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/enabling-device-features/? permanent; +rewrite ^/revisions/current/docs/user-guide/showwebpage.htm /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/methods/showwebpage/? permanent; +if ($args = close3.htm) { + rewrite ^ /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/methods/close3/? permanent; } -rewrite ^/revisions/current/docs/user-guide/enabling_device_features.htm /developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/enabling-device-features/? permanent; -if ($args = mobile_widgets_and_layout.htm) { - rewrite ^ /developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/mobile-widgets-and-layout/? permanent; +rewrite ^/revisions/current/docs/user-guide/close3.htm /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/methods/close3/? permanent; +if ($args = methods4.htm) { + rewrite ^ /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/methods/? permanent; } -rewrite ^/revisions/current/docs/user-guide/mobile_widgets_and_layout.htm /developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/mobile-widgets-and-layout/? permanent; -if ($args = phonegap_functions.htm) { - rewrite ^ /developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/phonegap-functions/? permanent; +rewrite ^/revisions/current/docs/user-guide/methods4.htm /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/methods/? permanent; +if ($args = child_browser.htm) { + rewrite ^ /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/? permanent; } -rewrite ^/revisions/current/docs/user-guide/phonegap_functions.htm /developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/phonegap-functions/? permanent; -if ($args = phonegap_specific_events.htm) { - rewrite ^ /developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/phonegap-specific-events/? permanent; +rewrite ^/revisions/current/docs/user-guide/child_browser.htm /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/? permanent; +if ($args = scandit_free.htm) { + rewrite ^ /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/scandit-free/? permanent; } -rewrite ^/revisions/current/docs/user-guide/phonegap_specific_events.htm /developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/phonegap-specific-events/? permanent; -if ($args = splash_screen_and_icon.htm) { - rewrite ^ /developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/splash-screen-and-icon/? permanent; +rewrite ^/revisions/current/docs/user-guide/scandit_free.htm /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/scandit-free/? permanent; +if ($args = adding_your_own_plugins.htm) { + rewrite ^ /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/adding-your-own-plugins/? permanent; } -rewrite ^/revisions/current/docs/user-guide/splash_screen_and_icon.htm /developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/splash-screen-and-icon/? permanent; -if ($args = apps_developed_with_applicatio.htm) { - rewrite ^ /developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/? permanent; +rewrite ^/revisions/current/docs/user-guide/adding_your_own_plugins.htm /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/adding-your-own-plugins/? permanent; +if ($args = ac_plugins.htm) { + rewrite ^ /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/? permanent; } -rewrite ^/revisions/current/docs/user-guide/apps_developed_with_applicatio.htm /developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/? permanent; -if ($args = debug_development_certificates.htm) { - rewrite ^ /developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/debug-development-certificates/? permanent; +rewrite ^/revisions/current/docs/user-guide/ac_plugins.htm /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/? permanent; +if ($args = build_error_messages.htm) { + rewrite ^ /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/build-error-messages/? permanent; } -rewrite ^/revisions/current/docs/user-guide/debug_development_certificates.htm /developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/debug-development-certificates/? permanent; -if ($args = generating_codesigning_certici.htm) { - rewrite ^ /developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/generating-codesigning-certici/? permanent; +rewrite ^/revisions/current/docs/user-guide/build_error_messages.htm /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/build-error-messages/? permanent; +if ($args = automatic_building.htm) { + rewrite ^ /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/automatic-building/? permanent; } -rewrite ^/revisions/current/docs/user-guide/generating_codesigning_certici.htm /developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/generating-codesigning-certici/? permanent; -if ($args = google_play.htm) { - rewrite ^ /developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/google-play/? permanent; +rewrite ^/revisions/current/docs/user-guide/automatic_building.htm /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/automatic-building/? permanent; +if ($args = deploy_your_native_apps.htm) { + rewrite ^ /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/deploy-your-native-apps/? permanent; } -rewrite ^/revisions/current/docs/user-guide/google_play.htm /developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/google-play/? permanent; -if ($args = publishing_android_apps_on_pla.htm) { - rewrite ^ /developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/publishing-android-apps-on-pla/? permanent; +rewrite ^/revisions/current/docs/user-guide/deploy_your_native_apps.htm /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/deploy-your-native-apps/? permanent; +if ($args = external_html5cssjs_apps.htm) { + rewrite ^ /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/external-html5cssjs-apps/? permanent; } -rewrite ^/revisions/current/docs/user-guide/publishing_android_apps_on_pla.htm /developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/publishing-android-apps-on-pla/? permanent; -if ($args = selling_android_apps.htm) { - rewrite ^ /developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/selling-android-apps/? permanent; +rewrite ^/revisions/current/docs/user-guide/external_html5cssjs_apps.htm /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/external-html5cssjs-apps/? permanent; +if ($args = build_errors.htm) { + rewrite ^ /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/build-errors/? permanent; } -rewrite ^/revisions/current/docs/user-guide/selling_android_apps.htm /developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/selling-android-apps/? permanent; -if ($args = andriod_certificate.htm) { - rewrite ^ /developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/? permanent; +rewrite ^/revisions/current/docs/user-guide/build_errors.htm /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/build-errors/? permanent; +if ($args = ac_apps.htm) { + rewrite ^ /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-apps/? permanent; } -rewrite ^/revisions/current/docs/user-guide/andriod_certificate.htm /developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/? permanent; -if ($args = creating_an_apple_developer_ac.htm) { - rewrite ^ /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/apple-accounts/creating-an-apple-developer-ac/? permanent; +rewrite ^/revisions/current/docs/user-guide/ac_apps.htm /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-apps/? permanent; +if ($args = application_craft_build.htm) { + rewrite ^ /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/? permanent; } -rewrite ^/revisions/current/docs/user-guide/creating_an_apple_developer_ac.htm /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/apple-accounts/creating-an-apple-developer-ac/? permanent; -if ($args = creating_an_apple_enterprise_a.htm) { - rewrite ^ /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/apple-accounts/creating-an-apple-enterprise-a/? permanent; +rewrite ^/revisions/current/docs/user-guide/application_craft_build.htm /developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/? permanent; +if ($args = phonegap_direct.htm) { + rewrite ^ /developers/documentation/ac-mobile-build-phonegap/phonegap-direct/? permanent; } -rewrite ^/revisions/current/docs/user-guide/creating_an_apple_enterprise_a.htm /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/apple-accounts/creating-an-apple-enterprise-a/? permanent; -if ($args = ios_university_program.htm) { - rewrite ^ /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/apple-accounts/ios-university-program/? permanent; +rewrite ^/revisions/current/docs/user-guide/phonegap_direct.htm /developers/documentation/ac-mobile-build-phonegap/phonegap-direct/? permanent; +if ($args = phonegap__native_apps.htm) { + rewrite ^ /developers/documentation/ac-mobile-build-phonegap/? permanent; } -rewrite ^/revisions/current/docs/user-guide/ios_university_program.htm /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/apple-accounts/ios-university-program/? permanent; -if ($args = apple_accounts.htm) { - rewrite ^ /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/apple-accounts/? permanent; +rewrite ^/revisions/current/docs/user-guide/phonegap__native_apps.htm /developers/documentation/ac-mobile-build-phonegap/? permanent; +if ($args = private__shared_and_public_fol.htm) { + rewrite ^ /developers/documentation/product-guide/the-console/private-shared-and-public-fol/? permanent; } -rewrite ^/revisions/current/docs/user-guide/apple_accounts.htm /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/apple-accounts/? permanent; -if ($args = building_your_apps.htm) { - rewrite ^ /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/building-your-apps/? permanent; +rewrite ^/revisions/current/docs/user-guide/private__shared_and_public_fol.htm /developers/documentation/product-guide/the-console/private-shared-and-public-fol/? permanent; +if ($args = query_test.htm) { + rewrite ^ /developers/documentation/product-guide/the-console/console-tabs/queries/query-wizard/query-test/? permanent; } -rewrite ^/revisions/current/docs/user-guide/building_your_apps.htm /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/building-your-apps/? permanent; -if ($args = app_uploader.htm) { - rewrite ^ /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/publishing-your-ios-app/app-uploader/? permanent; +rewrite ^/revisions/current/docs/user-guide/query_test.htm /developers/documentation/product-guide/the-console/console-tabs/queries/query-wizard/query-test/? permanent; +if ($args = input__output_field_configurat.htm) { + rewrite ^ /developers/documentation/product-guide/the-console/console-tabs/queries/query-wizard/input-output-field-configurat/? permanent; } -rewrite ^/revisions/current/docs/user-guide/app_uploader.htm /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/publishing-your-ios-app/app-uploader/? permanent; -if ($args = itunes_connect.htm) { - rewrite ^ /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/publishing-your-ios-app/itunes-connect/? permanent; +rewrite ^/revisions/current/docs/user-guide/input__output_field_configurat.htm /developers/documentation/product-guide/the-console/console-tabs/queries/query-wizard/input-output-field-configurat/? permanent; +if ($args = join_configuration.htm) { + rewrite ^ /developers/documentation/product-guide/the-console/console-tabs/queries/query-wizard/join-configuration/? permanent; } -rewrite ^/revisions/current/docs/user-guide/itunes_connect.htm /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/publishing-your-ios-app/itunes-connect/? permanent; -if ($args = publishing_your_ios_app.htm) { - rewrite ^ /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/publishing-your-ios-app/? permanent; +rewrite ^/revisions/current/docs/user-guide/join_configuration.htm /developers/documentation/product-guide/the-console/console-tabs/queries/query-wizard/join-configuration/? permanent; +if ($args = table_selection.htm) { + rewrite ^ /developers/documentation/product-guide/the-console/console-tabs/queries/query-wizard/table-selection/? permanent; } -rewrite ^/revisions/current/docs/user-guide/publishing_your_ios_app.htm /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/publishing-your-ios-app/? permanent; -if ($args = add_devices.htm) { - rewrite ^ /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/add-devices/? permanent; +rewrite ^/revisions/current/docs/user-guide/table_selection.htm /developers/documentation/product-guide/the-console/console-tabs/queries/query-wizard/table-selection/? permanent; +if ($args = query_wizard.htm) { + rewrite ^ /developers/documentation/product-guide/the-console/console-tabs/queries/query-wizard/? permanent; } -rewrite ^/revisions/current/docs/user-guide/add_devices.htm /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/add-devices/? permanent; -if ($args = certificates.htm) { - rewrite ^ /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/certificates/? permanent; +rewrite ^/revisions/current/docs/user-guide/query_wizard.htm /developers/documentation/product-guide/the-console/console-tabs/queries/query-wizard/? permanent; +if ($args = queries.htm) { + rewrite ^ /developers/documentation/product-guide/the-console/console-tabs/queries/? permanent; } -rewrite ^/revisions/current/docs/user-guide/certificates.htm /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/certificates/? permanent; -if ($args = create_a_provisioning_profile.htm) { - rewrite ^ /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/create-a-provisioning-profile/? permanent; +rewrite ^/revisions/current/docs/user-guide/queries.htm /developers/documentation/product-guide/the-console/console-tabs/queries/? permanent; +if ($args = google_maps.htm) { + rewrite ^ /developers/documentation/product-guide/the-console/console-tabs/more/account-variables/google-maps/? permanent; } -rewrite ^/revisions/current/docs/user-guide/create_a_provisioning_profile.htm /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/create-a-provisioning-profile/? permanent; -if ($args = create_an_app_id.htm) { - rewrite ^ /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/create-an-app-id/? permanent; +rewrite ^/revisions/current/docs/user-guide/google_maps.htm /developers/documentation/product-guide/the-console/console-tabs/more/account-variables/google-maps/? permanent; +if ($args = google_analytics_parameters.htm) { + rewrite ^ /developers/documentation/product-guide/the-console/console-tabs/more/account-variables/google-analytics-parameters/? permanent; } -rewrite ^/revisions/current/docs/user-guide/create_an_app_id.htm /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/create-an-app-id/? permanent; -if ($args = generating_a_p12_certificate.htm) { - rewrite ^ /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/generating-a-p12-certificate/? permanent; +rewrite ^/revisions/current/docs/user-guide/google_analytics_parameters.htm /developers/documentation/product-guide/the-console/console-tabs/more/account-variables/google-analytics-parameters/? permanent; +if ($args = phonegap_parameters.htm) { + rewrite ^ /developers/documentation/product-guide/the-console/console-tabs/more/account-variables/phonegap-parameters/? permanent; } -rewrite ^/revisions/current/docs/user-guide/generating_a_p12_certificate.htm /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/generating-a-p12-certificate/? permanent; -if ($args = sign_in2.htm) { - rewrite ^ /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/sign-in2/? permanent; +rewrite ^/revisions/current/docs/user-guide/phonegap_parameters.htm /developers/documentation/product-guide/the-console/console-tabs/more/account-variables/phonegap-parameters/? permanent; +if ($args = adding_your_smtp_parameters.htm) { + rewrite ^ /developers/documentation/product-guide/the-console/console-tabs/more/account-variables/smtp-parameters/adding-your-smtp-parameters/? permanent; } -rewrite ^/revisions/current/docs/user-guide/sign_in2.htm /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/sign-in2/? permanent; -if ($args = setting_up_for_development.htm) { - rewrite ^ /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/? permanent; +rewrite ^/revisions/current/docs/user-guide/adding_your_smtp_parameters.htm /developers/documentation/product-guide/the-console/console-tabs/more/account-variables/smtp-parameters/adding-your-smtp-parameters/? permanent; +if ($args = smtp_parameters.htm) { + rewrite ^ /developers/documentation/product-guide/the-console/console-tabs/more/account-variables/smtp-parameters/? permanent; } -rewrite ^/revisions/current/docs/user-guide/setting_up_for_development.htm /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/? permanent; -if ($args = distrbution_certificate_and_p1.htm) { - rewrite ^ /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-distribution/distrbution-certificate-and-p1/? permanent; +rewrite ^/revisions/current/docs/user-guide/smtp_parameters.htm /developers/documentation/product-guide/the-console/console-tabs/more/account-variables/smtp-parameters/? permanent; +if ($args = system_parameters_configuratio.htm) { + rewrite ^ /developers/documentation/product-guide/the-console/console-tabs/more/account-variables/system-parameters/system-parameters-configuratio/? permanent; } -rewrite ^/revisions/current/docs/user-guide/distrbution_certificate_and_p1.htm /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-distribution/distrbution-certificate-and-p1/? permanent; -if ($args = distribution_profile.htm) { - rewrite ^ /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-distribution/distribution-profile/? permanent; +rewrite ^/revisions/current/docs/user-guide/system_parameters_configuratio.htm /developers/documentation/product-guide/the-console/console-tabs/more/account-variables/system-parameters/system-parameters-configuratio/? permanent; +if ($args = system_parameters.htm) { + rewrite ^ /developers/documentation/product-guide/the-console/console-tabs/more/account-variables/system-parameters/? permanent; } -rewrite ^/revisions/current/docs/user-guide/distribution_profile.htm /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-distribution/distribution-profile/? permanent; -if ($args = setting_up_for_distribution.htm) { - rewrite ^ /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-distribution/? permanent; +rewrite ^/revisions/current/docs/user-guide/system_parameters.htm /developers/documentation/product-guide/the-console/console-tabs/more/account-variables/system-parameters/? permanent; +if ($args = accessing_user_parameters_from.htm) { + rewrite ^ /developers/documentation/product-guide/the-console/console-tabs/more/account-variables/user-parameters/accessing-user-parameters-from/? permanent; } -rewrite ^/revisions/current/docs/user-guide/setting_up_for_distribution.htm /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-distribution/? permanent; -if ($args = do_it_yourself_guide.htm) { - rewrite ^ /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/? permanent; +rewrite ^/revisions/current/docs/user-guide/accessing_user_parameters_from.htm /developers/documentation/product-guide/the-console/console-tabs/more/account-variables/user-parameters/accessing-user-parameters-from/? permanent; +if ($args = setting_user_parameters_from_a.htm) { + rewrite ^ /developers/documentation/product-guide/the-console/console-tabs/more/account-variables/user-parameters/setting-user-parameters-from-a/? permanent; } -rewrite ^/revisions/current/docs/user-guide/do_it_yourself_guide.htm /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/? permanent; -if ($args = i_havent_got_a_mac.htm) { - rewrite ^ /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/i-havent-got-a-mac/? permanent; +rewrite ^/revisions/current/docs/user-guide/setting_user_parameters_from_a.htm /developers/documentation/product-guide/the-console/console-tabs/more/account-variables/user-parameters/setting-user-parameters-from-a/? permanent; +if ($args = configuring_group_parameters.htm) { + rewrite ^ /developers/documentation/product-guide/the-console/console-tabs/more/account-variables/user-parameters/configuring-group-parameters/? permanent; } -rewrite ^/revisions/current/docs/user-guide/i_havent_got_a_mac.htm /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/i-havent-got-a-mac/? permanent; -if ($args = ios_keys_and_certificates.htm) { - rewrite ^ /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/? permanent; +rewrite ^/revisions/current/docs/user-guide/configuring_group_parameters.htm /developers/documentation/product-guide/the-console/console-tabs/more/account-variables/user-parameters/configuring-group-parameters/? permanent; +if ($args = adding_a_new_user_parameter_gr.htm) { + rewrite ^ /developers/documentation/product-guide/the-console/console-tabs/more/account-variables/user-parameters/adding-a-new-user-parameter-gr/? permanent; } -rewrite ^/revisions/current/docs/user-guide/ios_keys_and_certificates.htm /developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/? permanent; - - -if ($args = certificates2.htm) { - rewrite ^ /developers/documentation/ac-mobile-build-phonegap/certificates/? permanent; +rewrite ^/revisions/current/docs/user-guide/adding_a_new_user_parameter_gr.htm /developers/documentation/product-guide/the-console/console-tabs/more/account-variables/user-parameters/adding-a-new-user-parameter-gr/? permanent; +if ($args = user_parameters.htm) { + rewrite ^ /developers/documentation/product-guide/the-console/console-tabs/more/account-variables/user-parameters/? permanent; } -rewrite ^/revisions/current/docs/user-guide/certificates2.htm /developers/documentation/ac-mobile-build-phonegap/certificates/? permanent; -if ($args = debugging_native_apps.htm) { - rewrite ^ /developers/documentation/ac-mobile-build-phonegap/debugging-native-apps/? permanent; +rewrite ^/revisions/current/docs/user-guide/user_parameters.htm /developers/documentation/product-guide/the-console/console-tabs/more/account-variables/user-parameters/? permanent; +if ($args = account.htm) { + rewrite ^ /developers/documentation/product-guide/the-console/console-tabs/more/account-variables/? permanent; } -rewrite ^/revisions/current/docs/user-guide/debugging_native_apps.htm /developers/documentation/ac-mobile-build-phonegap/debugging-native-apps/? permanent; -if ($args = phonegap_direct.htm) { - rewrite ^ /developers/documentation/ac-mobile-build-phonegap/phonegap-direct/? permanent; +rewrite ^/revisions/current/docs/user-guide/account.htm /developers/documentation/product-guide/the-console/console-tabs/more/account-variables/? permanent; +if ($args = my_details.htm) { + rewrite ^ /developers/documentation/product-guide/the-console/console-tabs/more/my-details/? permanent; } -rewrite ^/revisions/current/docs/user-guide/phonegap_direct.htm /developers/documentation/ac-mobile-build-phonegap/phonegap-direct/? permanent; -if ($args = building_the_native_apps.htm) { - rewrite ^ /developers/documentation/ac-mobile-build-phonegap/phonegapbuild/building-the-native-apps/? permanent; +rewrite ^/revisions/current/docs/user-guide/my_details.htm /developers/documentation/product-guide/the-console/console-tabs/more/my-details/? permanent; +if ($args = users.htm) { + rewrite ^ /developers/documentation/product-guide/the-console/console-tabs/more/users-groups/users/? permanent; } -rewrite ^/revisions/current/docs/user-guide/building_the_native_apps.htm /developers/documentation/ac-mobile-build-phonegap/phonegapbuild/building-the-native-apps/? permanent; -if ($args = deploying_your_native_apps.htm) { - rewrite ^ /developers/documentation/ac-mobile-build-phonegap/phonegapbuild/deploying-your-native-apps/? permanent; +rewrite ^/revisions/current/docs/user-guide/users.htm /developers/documentation/product-guide/the-console/console-tabs/more/users-groups/users/? permanent; +if ($args = groups.htm) { + rewrite ^ /developers/documentation/product-guide/the-console/console-tabs/more/users-groups/groups/? permanent; } -rewrite ^/revisions/current/docs/user-guide/deploying_your_native_apps.htm /developers/documentation/ac-mobile-build-phonegap/phonegapbuild/deploying-your-native-apps/? permanent; -if ($args = key_management.htm) { - rewrite ^ /developers/documentation/ac-mobile-build-phonegap/phonegapbuild/key-management/? permanent; +rewrite ^/revisions/current/docs/user-guide/groups.htm /developers/documentation/product-guide/the-console/console-tabs/more/users-groups/groups/? permanent; +if ($args = users__groups.htm) { + rewrite ^ /developers/documentation/product-guide/the-console/console-tabs/more/users-groups/? permanent; } -rewrite ^/revisions/current/docs/user-guide/key_management.htm /developers/documentation/ac-mobile-build-phonegap/phonegapbuild/key-management/? permanent; -if ($args = manual_building.htm) { - rewrite ^ /developers/documentation/ac-mobile-build-phonegap/phonegapbuild/manual-building/? permanent; +rewrite ^/revisions/current/docs/user-guide/users__groups.htm /developers/documentation/product-guide/the-console/console-tabs/more/users-groups/? permanent; +if ($args = adding_a_3rd_party_widget.htm) { + rewrite ^ /developers/documentation/product-guide/the-console/console-tabs/more/widgets/adding-a-3rd-party-widget/? permanent; } -rewrite ^/revisions/current/docs/user-guide/manual_building.htm /developers/documentation/ac-mobile-build-phonegap/phonegapbuild/manual-building/? permanent; -if ($args = phonegapbuild.htm) { - rewrite ^ /developers/documentation/ac-mobile-build-phonegap/phonegapbuild/? permanent; +rewrite ^/revisions/current/docs/user-guide/adding_a_3rd_party_widget.htm /developers/documentation/product-guide/the-console/console-tabs/more/widgets/adding-a-3rd-party-widget/? permanent; +if ($args = adding_a_native_ac_widget.htm) { + rewrite ^ /developers/documentation/product-guide/the-console/console-tabs/more/widgets/adding-a-native-ac-widget/? permanent; } -rewrite ^/revisions/current/docs/user-guide/phonegapbuild.htm /developers/documentation/ac-mobile-build-phonegap/phonegapbuild/? permanent; -if ($args = phonegap__native_apps.htm) { - rewrite ^ /developers/documentation/ac-mobile-build-phonegap/? permanent; +rewrite ^/revisions/current/docs/user-guide/adding_a_native_ac_widget.htm /developers/documentation/product-guide/the-console/console-tabs/more/widgets/adding-a-native-ac-widget/? permanent; +if ($args = managewidgets.htm) { + rewrite ^ /developers/documentation/product-guide/the-console/console-tabs/more/widgets/? permanent; } -rewrite ^/revisions/current/docs/user-guide/phonegap__native_apps.htm /developers/documentation/ac-mobile-build-phonegap/? permanent; -if ($args = constructor.htm) { - rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/constructor/? permanent; +rewrite ^/revisions/current/docs/user-guide/managewidgets.htm /developers/documentation/product-guide/the-console/console-tabs/more/widgets/? permanent; +if ($args = notifiers.htm) { + rewrite ^ /developers/documentation/product-guide/the-console/console-tabs/more/notifiers/? permanent; } -rewrite ^/revisions/current/docs/user-guide/constructor.htm /developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/constructor/? permanent; -if ($args = default_values.htm) { - rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/default-values/? permanent; +rewrite ^/revisions/current/docs/user-guide/notifiers.htm /developers/documentation/product-guide/the-console/console-tabs/more/notifiers/? permanent; +if ($args = more.htm) { + rewrite ^ /developers/documentation/product-guide/the-console/console-tabs/more/? permanent; } -rewrite ^/revisions/current/docs/user-guide/default_values.htm /developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/default-values/? permanent; -if ($args = defining_properties.htm) { - rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/defining-properties/? permanent; +rewrite ^/revisions/current/docs/user-guide/more.htm /developers/documentation/product-guide/the-console/console-tabs/more/? permanent; +if ($args = resources.htm) { + rewrite ^ /developers/documentation/product-guide/the-console/console-tabs/resources/? permanent; } -rewrite ^/revisions/current/docs/user-guide/defining_properties.htm /developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/defining-properties/? permanent; -if ($args = extendevents.htm) { - rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/extendevents/? permanent; +rewrite ^/revisions/current/docs/user-guide/resources.htm /developers/documentation/product-guide/the-console/console-tabs/resources/? permanent; +if ($args = applications.htm) { + rewrite ^ /developers/documentation/product-guide/the-console/console-tabs/applications/? permanent; } -rewrite ^/revisions/current/docs/user-guide/extendevents.htm /developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/extendevents/? permanent; -if ($args = hellow_world.htm) { - rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/hellow-world/? permanent; +rewrite ^/revisions/current/docs/user-guide/applications.htm /developers/documentation/product-guide/the-console/console-tabs/applications/? permanent; +if ($args = themes_overview.htm) { + rewrite ^ /developers/documentation/product-guide/the-console/console-tabs/themes-overview/? permanent; } -rewrite ^/revisions/current/docs/user-guide/hellow_world.htm /developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/hellow-world/? permanent; -if ($args = language_constants.htm) { - rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/language-constants/? permanent; +rewrite ^/revisions/current/docs/user-guide/themes_overview.htm /developers/documentation/product-guide/the-console/console-tabs/themes-overview/? permanent; +if ($args = configuring_a_connection.htm) { + rewrite ^ /developers/documentation/product-guide/the-console/console-tabs/connections/configuring-a-connection/? permanent; } -rewrite ^/revisions/current/docs/user-guide/language_constants.htm /developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/language-constants/? permanent; -if ($args = modifying_properties.htm) { - rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/modifying-properties/? permanent; +rewrite ^/revisions/current/docs/user-guide/configuring_a_connection.htm /developers/documentation/product-guide/the-console/console-tabs/connections/configuring-a-connection/? permanent; +if ($args = sharing_connections.htm) { + rewrite ^ /developers/documentation/product-guide/the-console/console-tabs/connections/sharing-connections/? permanent; } -rewrite ^/revisions/current/docs/user-guide/modifying_properties.htm /developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/modifying-properties/? permanent; -if ($args = reacting_to_size_changes.htm) { - rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/reacting-to-size-changes/? permanent; +rewrite ^/revisions/current/docs/user-guide/sharing_connections.htm /developers/documentation/product-guide/the-console/console-tabs/connections/sharing-connections/? permanent; +if ($args = connections.htm) { + rewrite ^ /developers/documentation/product-guide/the-console/console-tabs/connections/? permanent; } -rewrite ^/revisions/current/docs/user-guide/reacting_to_size_changes.htm /developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/reacting-to-size-changes/? permanent; -if ($args = size_properties.htm) { - rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/size-properties/? permanent; +rewrite ^/revisions/current/docs/user-guide/connections.htm /developers/documentation/product-guide/the-console/console-tabs/connections/? permanent; +if ($args = design.htm) { + rewrite ^ /developers/documentation/product-guide/the-console/console-tabs/? permanent; } -rewrite ^/revisions/current/docs/user-guide/size_properties.htm /developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/size-properties/? permanent; -if ($args = widget_drawing.htm) { - rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/widget-drawing/? permanent; +rewrite ^/revisions/current/docs/user-guide/design.htm /developers/documentation/product-guide/the-console/console-tabs/? permanent; +if ($args = versions.htm) { + rewrite ^ /developers/documentation/product-guide/the-console/versions/? permanent; } -rewrite ^/revisions/current/docs/user-guide/widget_drawing.htm /developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/widget-drawing/? permanent; -if ($args = anatomy_of_a_widget.htm) { - rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/? permanent; +rewrite ^/revisions/current/docs/user-guide/versions.htm /developers/documentation/product-guide/the-console/versions/? permanent; +if ($args = sharing.htm) { + rewrite ^ /developers/documentation/product-guide/the-console/sharing/? permanent; } -rewrite ^/revisions/current/docs/user-guide/anatomy_of_a_widget.htm /developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/? permanent; -if ($args = adding_new_widget_to_container.htm) { - rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/containers/adding-new-widget-to-container/? permanent; +rewrite ^/revisions/current/docs/user-guide/sharing.htm /developers/documentation/product-guide/the-console/sharing/? permanent; +if ($args = import.htm) { + rewrite ^ /developers/documentation/product-guide/the-console/import-export/import/? permanent; } -rewrite ^/revisions/current/docs/user-guide/adding_new_widget_to_container.htm /developers/documentation/extending-ac/adding-your-own-widgets/containers/adding-new-widget-to-container/? permanent; -if ($args = drawing_children.htm) { - rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/containers/drawing-children/? permanent; +rewrite ^/revisions/current/docs/user-guide/import.htm /developers/documentation/product-guide/the-console/import-export/import/? permanent; +if ($args = export.htm) { + rewrite ^ /developers/documentation/product-guide/the-console/import-export/export/? permanent; } -rewrite ^/revisions/current/docs/user-guide/drawing_children.htm /developers/documentation/extending-ac/adding-your-own-widgets/containers/drawing-children/? permanent; -if ($args = how_children_inherit_container.htm) { - rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/containers/how-children-inherit-container/? permanent; +rewrite ^/revisions/current/docs/user-guide/export.htm /developers/documentation/product-guide/the-console/import-export/export/? permanent; +if ($args = import_export.htm) { + rewrite ^ /developers/documentation/product-guide/the-console/import-export/? permanent; } -rewrite ^/revisions/current/docs/user-guide/how_children_inherit_container.htm /developers/documentation/extending-ac/adding-your-own-widgets/containers/how-children-inherit-container/? permanent; -if ($args = extendcontainers.htm) { - rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/containers/? permanent; +rewrite ^/revisions/current/docs/user-guide/import_export.htm /developers/documentation/product-guide/the-console/import-export/? permanent; +if ($args = general_screen_behavior.htm) { + rewrite ^ /developers/documentation/product-guide/the-console/general-screen-behavior/? permanent; } -rewrite ^/revisions/current/docs/user-guide/extendcontainers.htm /developers/documentation/extending-ac/adding-your-own-widgets/containers/? permanent; -if ($args = custom_property_without_dialog.htm) { - rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/custom-property-without-dialog/? permanent; +rewrite ^/revisions/current/docs/user-guide/general_screen_behavior.htm /developers/documentation/product-guide/the-console/general-screen-behavior/? permanent; +if ($args = the_console.htm) { + rewrite ^ /developers/documentation/product-guide/the-console/? permanent; } -rewrite ^/revisions/current/docs/user-guide/custom_property_without_dialog.htm /developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/custom-property-without-dialog/? permanent; -if ($args = custompropertywithcustomdialog.htm) { - rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/custompropertywithcustomdialog/? permanent; +rewrite ^/revisions/current/docs/user-guide/the_console.htm /developers/documentation/product-guide/the-console/? permanent; +if ($args = designer_screen.htm) { + rewrite ^ /developers/documentation/product-guide/content-and-app-layout/introduction/designer-screen/? permanent; } -rewrite ^/revisions/current/docs/user-guide/custompropertywithcustomdialog.htm /developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/custompropertywithcustomdialog/? permanent; -if ($args = exp_1__setvalue.htm) { - rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-1-setvalue/? permanent; +rewrite ^/revisions/current/docs/user-guide/designer_screen.htm /developers/documentation/product-guide/content-and-app-layout/introduction/designer-screen/? permanent; +if ($args = table_widget.htm) { + rewrite ^ /developers/documentation/product-guide/content-and-app-layout/introduction/table-widget/? permanent; } -rewrite ^/revisions/current/docs/user-guide/exp_1__setvalue.htm /developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-1-setvalue/? permanent; -if ($args = exp_2__this_edit.htm) { - rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-2-this-edit/? permanent; +rewrite ^/revisions/current/docs/user-guide/table_widget.htm /developers/documentation/product-guide/content-and-app-layout/introduction/table-widget/? permanent; +if ($args = themesmanage.htm) { + rewrite ^ /developers/documentation/product-guide/content-and-app-layout/introduction/themes-styles/themesmanage/? permanent; } -rewrite ^/revisions/current/docs/user-guide/exp_2__this_edit.htm /developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-2-this-edit/? permanent; -if ($args = exp_3__binding_dialog_buttons.htm) { - rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-3-binding-dialog-buttons/? permanent; +rewrite ^/revisions/current/docs/user-guide/themesmanage.htm /developers/documentation/product-guide/content-and-app-layout/introduction/themes-styles/themesmanage/? permanent; +if ($args = style_management.htm) { + rewrite ^ /developers/documentation/product-guide/content-and-app-layout/introduction/themes-styles/style-management/? permanent; } -rewrite ^/revisions/current/docs/user-guide/exp_3__binding_dialog_buttons.htm /developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-3-binding-dialog-buttons/? permanent; -if ($args = exp_4__the_dialog_code.htm) { - rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-4-the-dialog-code/? permanent; +rewrite ^/revisions/current/docs/user-guide/style_management.htm /developers/documentation/product-guide/content-and-app-layout/introduction/themes-styles/style-management/? permanent; +if ($args = themes_styles.htm) { + rewrite ^ /developers/documentation/product-guide/content-and-app-layout/introduction/themes-styles/? permanent; } -rewrite ^/revisions/current/docs/user-guide/exp_4__the_dialog_code.htm /developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-4-the-dialog-code/? permanent; -if ($args = exp_5__this_validatevalue.htm) { - rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-5-this-validatevalue/? permanent; +rewrite ^/revisions/current/docs/user-guide/themes_styles.htm /developers/documentation/product-guide/content-and-app-layout/introduction/themes-styles/? permanent; +if ($args = understanding_widgets.htm) { + rewrite ^ /developers/documentation/product-guide/content-and-app-layout/introduction/understanding-widgets/? permanent; } -rewrite ^/revisions/current/docs/user-guide/exp_5__this_validatevalue.htm /developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-5-this-validatevalue/? permanent; -if ($args = exp_6__this_collectvalue.htm) { - rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-6-this-collectvalue/? permanent; +rewrite ^/revisions/current/docs/user-guide/understanding_widgets.htm /developers/documentation/product-guide/content-and-app-layout/introduction/understanding-widgets/? permanent; +if ($args = setting_a_margin.htm) { + rewrite ^ /developers/documentation/product-guide/content-and-app-layout/introduction/setting-a-margin/? permanent; } -rewrite ^/revisions/current/docs/user-guide/exp_6__this_collectvalue.htm /developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-6-this-collectvalue/? permanent; -if ($args = the_full_dialog_code_example.htm) { - rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/the-full-dialog-code-example/? permanent; +rewrite ^/revisions/current/docs/user-guide/setting_a_margin.htm /developers/documentation/product-guide/content-and-app-layout/introduction/setting-a-margin/? permanent; +if ($args = mobile_widgets.htm) { + rewrite ^ /developers/documentation/product-guide/content-and-app-layout/introduction/mobile-widgets/? permanent; } -rewrite ^/revisions/current/docs/user-guide/the_full_dialog_code_example.htm /developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/the-full-dialog-code-example/? permanent; -if ($args = the_html_template.htm) { - rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/the-html-template/? permanent; +rewrite ^/revisions/current/docs/user-guide/mobile_widgets.htm /developers/documentation/product-guide/content-and-app-layout/introduction/mobile-widgets/? permanent; +if ($args = managing_images.htm) { + rewrite ^ /developers/documentation/product-guide/content-and-app-layout/introduction/managing-images/? permanent; } -rewrite ^/revisions/current/docs/user-guide/the_html_template.htm /developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/the-html-template/? permanent; -if ($args = the_skeleton.htm) { - rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/the-skeleton/? permanent; +rewrite ^/revisions/current/docs/user-guide/managing_images.htm /developers/documentation/product-guide/content-and-app-layout/introduction/managing-images/? permanent; +if ($args = pagesintro.htm) { + rewrite ^ /developers/documentation/product-guide/content-and-app-layout/introduction/pagesintro/? permanent; } -rewrite ^/revisions/current/docs/user-guide/the_skeleton.htm /developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/the-skeleton/? permanent; -if ($args = color_picker2.htm) { - rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/using-ac-dialogs-in-your-dialogs/color-picker2/? permanent; +rewrite ^/revisions/current/docs/user-guide/pagesintro.htm /developers/documentation/product-guide/content-and-app-layout/introduction/pagesintro/? permanent; +if ($args = creating_a_new_content_app.htm) { + rewrite ^ /developers/documentation/product-guide/content-and-app-layout/introduction/creating-a-new-content-app/? permanent; } -rewrite ^/revisions/current/docs/user-guide/color_picker2.htm /developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/using-ac-dialogs-in-your-dialogs/color-picker2/? permanent; -if ($args = file_and_ac_resource_dialog.htm) { - rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/using-ac-dialogs-in-your-dialogs/file-and-ac-resource-dialog/? permanent; +rewrite ^/revisions/current/docs/user-guide/creating_a_new_content_app.htm /developers/documentation/product-guide/content-and-app-layout/introduction/creating-a-new-content-app/? permanent; +if ($args = working_with_blocks_of_text.htm) { + rewrite ^ /developers/documentation/product-guide/content-and-app-layout/introduction/working-with-blocks-of-text/? permanent; } -rewrite ^/revisions/current/docs/user-guide/file_and_ac_resource_dialog.htm /developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/using-ac-dialogs-in-your-dialogs/file-and-ac-resource-dialog/? permanent; -if ($args = using_ac_dialogs_in_your_dialo.htm) { - rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/using-ac-dialogs-in-your-dialogs/? permanent; +rewrite ^/revisions/current/docs/user-guide/working_with_blocks_of_text.htm /developers/documentation/product-guide/content-and-app-layout/introduction/working-with-blocks-of-text/? permanent; +if ($args = smartsites_and_general_ui_intr.htm) { + rewrite ^ /developers/documentation/product-guide/content-and-app-layout/introduction/? permanent; } -rewrite ^/revisions/current/docs/user-guide/using_ac_dialogs_in_your_dialo.htm /developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/using-ac-dialogs-in-your-dialogs/? permanent; -if ($args = where_to_put_the_custom_proper.htm) { - rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/where-to-put-the-custom-proper/? permanent; +rewrite ^/revisions/current/docs/user-guide/smartsites_and_general_ui_intr.htm /developers/documentation/product-guide/content-and-app-layout/introduction/? permanent; +if ($args = working_with_images.htm) { + rewrite ^ /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/working-with-images/? permanent; } -rewrite ^/revisions/current/docs/user-guide/where_to_put_the_custom_proper.htm /developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/where-to-put-the-custom-proper/? permanent; -if ($args = custom_property_dialogs.htm) { - rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/? permanent; +rewrite ^/revisions/current/docs/user-guide/working_with_images.htm /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/working-with-images/? permanent; +if ($args = menus_and_navigation.htm) { + rewrite ^ /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/menus-and-navigation/? permanent; } -rewrite ^/revisions/current/docs/user-guide/custom_property_dialogs.htm /developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/? permanent; -if ($args = data_view_binding.htm) { - rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/data-view-binding/? permanent; +rewrite ^/revisions/current/docs/user-guide/menus_and_navigation.htm /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/menus-and-navigation/? permanent; +if ($args = snap_to_grid.htm) { + rewrite ^ /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/snap-to-grid/? permanent; } -rewrite ^/revisions/current/docs/user-guide/data_view_binding.htm /developers/documentation/extending-ac/adding-your-own-widgets/data-view-binding/? permanent; -if ($args = important_callbacks__hooks.htm) { - rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/layout-framework/important-callbacks-hooks/? permanent; +rewrite ^/revisions/current/docs/user-guide/snap_to_grid.htm /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/snap-to-grid/? permanent; +if ($args = selection__multi_selection.htm) { + rewrite ^ /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/selection-multi-selection/? permanent; } -rewrite ^/revisions/current/docs/user-guide/important_callbacks__hooks.htm /developers/documentation/extending-ac/adding-your-own-widgets/layout-framework/important-callbacks-hooks/? permanent; -if ($args = layout_types_overview.htm) { - rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/layout-framework/layout-types-overview/? permanent; +rewrite ^/revisions/current/docs/user-guide/selection__multi_selection.htm /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/selection-multi-selection/? permanent; +if ($args = equal_distribution.htm) { + rewrite ^ /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/equal-distribution/? permanent; } -rewrite ^/revisions/current/docs/user-guide/layout_types_overview.htm /developers/documentation/extending-ac/adding-your-own-widgets/layout-framework/layout-types-overview/? permanent; -if ($args = layout_framework.htm) { - rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/layout-framework/? permanent; +rewrite ^/revisions/current/docs/user-guide/equal_distribution.htm /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/equal-distribution/? permanent; +if ($args = referencing_documents__files.htm) { + rewrite ^ /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/referencing-documents-files/? permanent; } -rewrite ^/revisions/current/docs/user-guide/layout_framework.htm /developers/documentation/extending-ac/adding-your-own-widgets/layout-framework/? permanent; -if ($args = prerequisite_skills.htm) { - rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/prerequisite-skills/? permanent; +rewrite ^/revisions/current/docs/user-guide/referencing_documents__files.htm /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/referencing-documents-files/? permanent; +if ($args = drag_alignment.htm) { + rewrite ^ /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/drag-alignment/? permanent; } -rewrite ^/revisions/current/docs/user-guide/prerequisite_skills.htm /developers/documentation/extending-ac/adding-your-own-widgets/prerequisite-skills/? permanent; -if ($args = registering_your_widget_within.htm) { - rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/registering-your-widget/? permanent; +rewrite ^/revisions/current/docs/user-guide/drag_alignment.htm /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/drag-alignment/? permanent; +if ($args = page_order.htm) { + rewrite ^ /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/page-order/? permanent; } -rewrite ^/revisions/current/docs/user-guide/registering_your_widget_within.htm /developers/documentation/extending-ac/adding-your-own-widgets/registering-your-widget/? permanent; -if ($args = standard_property_types.htm) { - rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/standard-property-types/? permanent; +rewrite ^/revisions/current/docs/user-guide/page_order.htm /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/page-order/? permanent; +if ($args = equal_sizing.htm) { + rewrite ^ /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/equal-sizing/? permanent; } -rewrite ^/revisions/current/docs/user-guide/standard_property_types.htm /developers/documentation/extending-ac/adding-your-own-widgets/standard-property-types/? permanent; -if ($args = widgets_on_github.htm) { - rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/widgets-on-github/? permanent; +rewrite ^/revisions/current/docs/user-guide/equal_sizing.htm /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/equal-sizing/? permanent; +if ($args = equal_spacing.htm) { + rewrite ^ /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/equal-spacing/? permanent; } -rewrite ^/revisions/current/docs/user-guide/widgets_on_github.htm /developers/documentation/extending-ac/adding-your-own-widgets/widgets-on-github/? permanent; -if ($args = adding_your_own_widget_to_ac.htm) { - rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/? permanent; +rewrite ^/revisions/current/docs/user-guide/equal_spacing.htm /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/equal-spacing/? permanent; +if ($args = the_widget_explorer.htm) { + rewrite ^ /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/the-widget-explorer/? permanent; } -rewrite ^/revisions/current/docs/user-guide/adding_your_own_widget_to_ac.htm /developers/documentation/extending-ac/adding-your-own-widgets/? permanent; -if ($args = creating_a_new_widget.htm) { - rewrite ^ /developers/documentation/extending-ac/overview/creating-a-new-widget/? permanent; +rewrite ^/revisions/current/docs/user-guide/the_widget_explorer.htm /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/the-widget-explorer/? permanent; +if ($args = reverting_to_theme_style.htm) { + rewrite ^ /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/reverting-to-theme-style/? permanent; } -rewrite ^/revisions/current/docs/user-guide/creating_a_new_widget.htm /developers/documentation/extending-ac/overview/creating-a-new-widget/? permanent; -if ($args = css.htm) { - rewrite ^ /developers/documentation/extending-ac/overview/css/? permanent; -} -rewrite ^/revisions/current/docs/user-guide/css.htm /developers/documentation/extending-ac/overview/css/? permanent; -if ($args = phase_i_of_development.htm) { - rewrite ^ /developers/documentation/extending-ac/overview/phase-i-of-development/? permanent; -} -rewrite ^/revisions/current/docs/user-guide/phase_i_of_development.htm /developers/documentation/extending-ac/overview/phase-i-of-development/? permanent; -if ($args = phase_ii___production_ready.htm) { - rewrite ^ /developers/documentation/extending-ac/overview/phase-ii--production-ready/? permanent; -} -rewrite ^/revisions/current/docs/user-guide/phase_ii___production_ready.htm /developers/documentation/extending-ac/overview/phase-ii--production-ready/? permanent; -if ($args = refresh_ac_after_changes.htm) { - rewrite ^ /developers/documentation/extending-ac/overview/refresh-ac-after-changes/? permanent; -} -rewrite ^/revisions/current/docs/user-guide/refresh_ac_after_changes.htm /developers/documentation/extending-ac/overview/refresh-ac-after-changes/? permanent; -if ($args = starting_ac_in_safe_mode.htm) { - rewrite ^ /developers/documentation/extending-ac/overview/starting-ac-in-safe-mode/? permanent; -} -rewrite ^/revisions/current/docs/user-guide/starting_ac_in_safe_mode.htm /developers/documentation/extending-ac/overview/starting-ac-in-safe-mode/? permanent; -if ($args = who_has_access_to_my_widget_.htm) { - rewrite ^ /developers/documentation/extending-ac/overview/who-has-access-to-my-widget/? permanent; -} -rewrite ^/revisions/current/docs/user-guide/who_has_access_to_my_widget_.htm /developers/documentation/extending-ac/overview/who-has-access-to-my-widget/? permanent; -if ($args = ways_to_develop_new_widgets_in.htm) { - rewrite ^ /developers/documentation/extending-ac/overview/? permanent; -} -rewrite ^/revisions/current/docs/user-guide/ways_to_develop_new_widgets_in.htm /developers/documentation/extending-ac/overview/? permanent; -if ($args = developer_guide.htm) { - rewrite ^ /developers/documentation/extending-ac/? permanent; -} -rewrite ^/revisions/current/docs/user-guide/developer_guide.htm /developers/documentation/extending-ac/? permanent; - - - - - - - - - -if ($args = cancel_subscription.htm) { - rewrite ^ /developers/documentation/product-guide/account-management/cancel-subscription/? permanent; -} -rewrite ^/revisions/current/docs/user-guide/cancel_subscription.htm /developers/documentation/product-guide/account-management/cancel-subscription/? permanent; -if ($args = change_password.htm) { - rewrite ^ /developers/documentation/product-guide/account-management/change-password/? permanent; -} -rewrite ^/revisions/current/docs/user-guide/change_password.htm /developers/documentation/product-guide/account-management/change-password/? permanent; -if ($args = close_account.htm) { - rewrite ^ /developers/documentation/product-guide/account-management/close-account/? permanent; -} -rewrite ^/revisions/current/docs/user-guide/close_account.htm /developers/documentation/product-guide/account-management/close-account/? permanent; -if ($args = notifications.htm) { - rewrite ^ /developers/documentation/product-guide/account-management/notifications/? permanent; -} -rewrite ^/revisions/current/docs/user-guide/notifications.htm /developers/documentation/product-guide/account-management/notifications/? permanent; -if ($args = quick_start_menu.htm) { - rewrite ^ /developers/documentation/product-guide/account-management/quick-start-menu/? permanent; -} -rewrite ^/revisions/current/docs/user-guide/quick_start_menu.htm /developers/documentation/product-guide/account-management/quick-start-menu/? permanent; -if ($args = upgrade_subscription.htm) { - rewrite ^ /developers/documentation/product-guide/account-management/upgrade-subscription/? permanent; -} -rewrite ^/revisions/current/docs/user-guide/upgrade_subscription.htm /developers/documentation/product-guide/account-management/upgrade-subscription/? permanent; -if ($args = account_management.htm) { - rewrite ^ /developers/documentation/product-guide/account-management/? permanent; -} -rewrite ^/revisions/current/docs/user-guide/account_management.htm /developers/documentation/product-guide/account-management/? permanent; -if ($args = accessing_external_data_via_we.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/accessing-external-data-via-we/? permanent; -} -rewrite ^/revisions/current/docs/user-guide/accessing_external_data_via_we.htm /developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/accessing-external-data-via-we/? permanent; -if ($args = accessing_queries_from_apps.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/accessing-queries-from-apps/? permanent; -} -rewrite ^/revisions/current/docs/user-guide/accessing_queries_from_apps.htm /developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/accessing-queries-from-apps/? permanent; -if ($args = advconnections.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/advconnections/? permanent; -} -rewrite ^/revisions/current/docs/user-guide/advconnections.htm /developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/advconnections/? permanent; -if ($args = advqueries.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/advqueries/? permanent; -} -rewrite ^/revisions/current/docs/user-guide/advqueries.htm /developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/advqueries/? permanent; -if ($args = charting.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/charting/? permanent; -} -rewrite ^/revisions/current/docs/user-guide/charting.htm /developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/charting/? permanent; -if ($args = drill_down.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/drill-down/? permanent; -} -rewrite ^/revisions/current/docs/user-guide/drill_down.htm /developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/drill-down/? permanent; -if ($args = grids_and_repeater_containers.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/grids-and-repeater-containers/? permanent; -} -rewrite ^/revisions/current/docs/user-guide/grids_and_repeater_containers.htm /developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/grids-and-repeater-containers/? permanent; -if ($args = how_to_store_data.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/how-to-store-data/? permanent; -} -rewrite ^/revisions/current/docs/user-guide/how_to_store_data.htm /developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/how-to-store-data/? permanent; -if ($args = integration_agents.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/integration-agents/? permanent; -} -rewrite ^/revisions/current/docs/user-guide/integration_agents.htm /developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/integration-agents/? permanent; -if ($args = relational_apps.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/relational-apps/? permanent; -} -rewrite ^/revisions/current/docs/user-guide/relational_apps.htm /developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/relational-apps/? permanent; -if ($args = the_data_properties.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/the-data-properties/? permanent; -} -rewrite ^/revisions/current/docs/user-guide/the_data_properties.htm /developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/the-data-properties/? permanent; -if ($args = writing_to_other_apps_crud.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/writing-to-other-apps-crud/? permanent; -} -rewrite ^/revisions/current/docs/user-guide/writing_to_other_apps_crud.htm /developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/writing-to-other-apps-crud/? permanent; -if ($args = accessing_data_in_other_apps__.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/? permanent; -} -rewrite ^/revisions/current/docs/user-guide/accessing_data_in_other_apps__.htm /developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/? permanent; -if ($args = accessing_user_data_in_other_a.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/accessing-user-data-in-other-a/? permanent; -} -rewrite ^/revisions/current/docs/user-guide/accessing_user_data_in_other_a.htm /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/accessing-user-data-in-other-a/? permanent; -if ($args = checking_that_a_settings_recor.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/checking-that-a-settings-recor/? permanent; -} -rewrite ^/revisions/current/docs/user-guide/checking_that_a_settings_recor.htm /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/checking-that-a-settings-recor/? permanent; -if ($args = copying_the_standard_authentic.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/copying-the-standard-authentic/? permanent; -} -rewrite ^/revisions/current/docs/user-guide/copying_the_standard_authentic.htm /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/copying-the-standard-authentic/? permanent; -if ($args = creating_a_user_parameter_grou.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/creating-a-user-parameter-grou/? permanent; -} -rewrite ^/revisions/current/docs/user-guide/creating_a_user_parameter_grou.htm /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/creating-a-user-parameter-grou/? permanent; -if ($args = setting_the_widget_storage.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/setting-the-widget-storage/? permanent; -} -rewrite ^/revisions/current/docs/user-guide/setting_the_widget_storage.htm /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/setting-the-widget-storage/? permanent; -if ($args = switching_from_main_app_to_set.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/switching-from-main-app-to-set/? permanent; -} -rewrite ^/revisions/current/docs/user-guide/switching_from_main_app_to_set.htm /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/switching-from-main-app-to-set/? permanent; -if ($args = adding_a_settings_page.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/? permanent; -} -rewrite ^/revisions/current/docs/user-guide/adding_a_settings_page.htm /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/? permanent; -if ($args = captcha.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/captcha/? permanent; +rewrite ^/revisions/current/docs/user-guide/reverting_to_theme_style.htm /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/reverting-to-theme-style/? permanent; +if ($args = must_read_layout_tips_and_tric.htm) { + rewrite ^ /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/must-read-layout-tips-and-tric/? permanent; } -rewrite ^/revisions/current/docs/user-guide/captcha.htm /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/captcha/? permanent; -if ($args = complete_code_including_settin.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/complete-code-including-settin/? permanent; +rewrite ^/revisions/current/docs/user-guide/must_read_layout_tips_and_tric.htm /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/must-read-layout-tips-and-tric/? permanent; +if ($args = widget_grouping.htm) { + rewrite ^ /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/widget-grouping/? permanent; } -rewrite ^/revisions/current/docs/user-guide/complete_code_including_settin.htm /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/complete-code-including-settin/? permanent; -if ($args = correct_app_permissions_for_au.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/correct-app-permissions-for-au/? permanent; +rewrite ^/revisions/current/docs/user-guide/widget_grouping.htm /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/widget-grouping/? permanent; +if ($args = adding_audio__video.htm) { + rewrite ^ /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/adding-audio-video/? permanent; } -rewrite ^/revisions/current/docs/user-guide/correct_app_permissions_for_au.htm /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/correct-app-permissions-for-au/? permanent; -if ($args = no_code_so_far.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/no-code-so-far/? permanent; +rewrite ^/revisions/current/docs/user-guide/adding_audio__video.htm /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/adding-audio-video/? permanent; +if ($args = showing_container_outlines.htm) { + rewrite ^ /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/showing-container-outlines/? permanent; } -rewrite ^/revisions/current/docs/user-guide/no_code_so_far.htm /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/no-code-so-far/? permanent; -if ($args = password.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/password/? permanent; +rewrite ^/revisions/current/docs/user-guide/showing_container_outlines.htm /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/showing-container-outlines/? permanent; +if ($args = widget_anchoring.htm) { + rewrite ^ /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/widget-anchoring/? permanent; } -rewrite ^/revisions/current/docs/user-guide/password.htm /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/password/? permanent; -if ($args = sign_in.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/sign-in/? permanent; +rewrite ^/revisions/current/docs/user-guide/widget_anchoring.htm /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/widget-anchoring/? permanent; +if ($args = undo_redo.htm) { + rewrite ^ /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/undo-redo/? permanent; } -rewrite ^/revisions/current/docs/user-guide/sign_in.htm /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/sign-in/? permanent; -if ($args = sign_up.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/sign-up/? permanent; +rewrite ^/revisions/current/docs/user-guide/undo_redo.htm /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/undo-redo/? permanent; +if ($args = tab_order.htm) { + rewrite ^ /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/tab-order/? permanent; } -rewrite ^/revisions/current/docs/user-guide/sign_up.htm /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/sign-up/? permanent; -if ($args = the_main_app.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/the-main-app/? permanent; +rewrite ^/revisions/current/docs/user-guide/tab_order.htm /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/tab-order/? permanent; +if ($args = layer___z_order.htm) { + rewrite ^ /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/layer--z-order/? permanent; } -rewrite ^/revisions/current/docs/user-guide/the_main_app.htm /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/the-main-app/? permanent; -if ($args = dedicated_authentication_app_s.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/typical-authentication-strategies/dedicated-authentication-app-s/? permanent; +rewrite ^/revisions/current/docs/user-guide/layer___z_order.htm /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/layer--z-order/? permanent; +if ($args = widget_alignment__distribution.htm) { + rewrite ^ /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/widget-alignment-distribution/? permanent; } -rewrite ^/revisions/current/docs/user-guide/dedicated_authentication_app_s.htm /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/typical-authentication-strategies/dedicated-authentication-app-s/? permanent; -if ($args = everything_in_one_strategy.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/typical-authentication-strategies/everything-in-one-strategy/? permanent; +rewrite ^/revisions/current/docs/user-guide/widget_alignment__distribution.htm /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/widget-alignment-distribution/? permanent; +if ($args = repeating_widgets_across_multi.htm) { + rewrite ^ /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/repeating-widgets-across-multi/? permanent; } -rewrite ^/revisions/current/docs/user-guide/everything_in_one_strategy.htm /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/typical-authentication-strategies/everything-in-one-strategy/? permanent; -if ($args = using_on_login_app_for_all_app.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/typical-authentication-strategies/using-on-login-app-for-all-app/? permanent; +rewrite ^/revisions/current/docs/user-guide/repeating_widgets_across_multi.htm /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/repeating-widgets-across-multi/? permanent; +if ($args = clipboard.htm) { + rewrite ^ /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/clipboard/? permanent; } -rewrite ^/revisions/current/docs/user-guide/using_on_login_app_for_all_app.htm /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/typical-authentication-strategies/using-on-login-app-for-all-app/? permanent; -if ($args = typical_authentication_strateg.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/typical-authentication-strategies/? permanent; +rewrite ^/revisions/current/docs/user-guide/clipboard.htm /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/clipboard/? permanent; +if ($args = editing_and_laying_out.htm) { + rewrite ^ /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/? permanent; } -rewrite ^/revisions/current/docs/user-guide/typical_authentication_strateg.htm /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/typical-authentication-strategies/? permanent; -if ($args = authentication_for_your_apps.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/? permanent; +rewrite ^/revisions/current/docs/user-guide/editing_and_laying_out.htm /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/? permanent; +if ($args = right_click_parent_container_s.htm) { + rewrite ^ /developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/right-click-parent-container-s/? permanent; } -rewrite ^/revisions/current/docs/user-guide/authentication_for_your_apps.htm /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/? permanent; -if ($args = be_secure.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/credit-card-payment-processing/be-secure/? permanent; +rewrite ^/revisions/current/docs/user-guide/right_click_parent_container_s.htm /developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/right-click-parent-container-s/? permanent; +if ($args = adaptive_layout_rules.htm) { + rewrite ^ /developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/adaptive-layout-rules/? permanent; } -rewrite ^/revisions/current/docs/user-guide/be_secure.htm /developers/documentation/product-guide/advanced-features/credit-card-payment-processing/be-secure/? permanent; -if ($args = client_side_code.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/credit-card-payment-processing/client-side-code/? permanent; +rewrite ^/revisions/current/docs/user-guide/adaptive_layout_rules.htm /developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/adaptive-layout-rules/? permanent; +if ($args = container_outlines.htm) { + rewrite ^ /developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/container-outlines/? permanent; } -rewrite ^/revisions/current/docs/user-guide/client_side_code.htm /developers/documentation/product-guide/advanced-features/credit-card-payment-processing/client-side-code/? permanent; -if ($args = payment_parameters.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/credit-card-payment-processing/payment-parameters/? permanent; +rewrite ^/revisions/current/docs/user-guide/container_outlines.htm /developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/container-outlines/? permanent; +if ($args = resize_events.htm) { + rewrite ^ /developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/resize-events/? permanent; } -rewrite ^/revisions/current/docs/user-guide/payment_parameters.htm /developers/documentation/product-guide/advanced-features/credit-card-payment-processing/payment-parameters/? permanent; -if ($args = process_overview.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/credit-card-payment-processing/process-overview/? permanent; +rewrite ^/revisions/current/docs/user-guide/resize_events.htm /developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/resize-events/? permanent; +if ($args = margins.htm) { + rewrite ^ /developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/margins/? permanent; } -rewrite ^/revisions/current/docs/user-guide/process_overview.htm /developers/documentation/product-guide/advanced-features/credit-card-payment-processing/process-overview/? permanent; -if ($args = sandbox_test_mode.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/credit-card-payment-processing/sandbox-test-mode/? permanent; +rewrite ^/revisions/current/docs/user-guide/margins.htm /developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/margins/? permanent; +if ($args = adaptive_layout_event.htm) { + rewrite ^ /developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/adaptive-layout-event/? permanent; } -rewrite ^/revisions/current/docs/user-guide/sandbox_test_mode.htm /developers/documentation/product-guide/advanced-features/credit-card-payment-processing/sandbox-test-mode/? permanent; -if ($args = server_side_code.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/credit-card-payment-processing/server-side-code/? permanent; +rewrite ^/revisions/current/docs/user-guide/adaptive_layout_event.htm /developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/adaptive-layout-event/? permanent; +if ($args = understanding_containers.htm) { + rewrite ^ /developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/understanding-containers/? permanent; } -rewrite ^/revisions/current/docs/user-guide/server_side_code.htm /developers/documentation/product-guide/advanced-features/credit-card-payment-processing/server-side-code/? permanent; -if ($args = credit_card_payment_processing.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/credit-card-payment-processing/? permanent; +rewrite ^/revisions/current/docs/user-guide/understanding_containers.htm /developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/understanding-containers/? permanent; +if ($args = absolute_and_relative_layout.htm) { + rewrite ^ /developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/absolute-and-relative-layout/? permanent; } -rewrite ^/revisions/current/docs/user-guide/credit_card_payment_processing.htm /developers/documentation/product-guide/advanced-features/credit-card-payment-processing/? permanent; -if ($args = css_files.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/custom-css-classes/css-files/? permanent; +rewrite ^/revisions/current/docs/user-guide/absolute_and_relative_layout.htm /developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/absolute-and-relative-layout/? permanent; +if ($args = aligning_widgets_inside_contai.htm) { + rewrite ^ /developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/aligning-widgets-inside-contai/? permanent; } -rewrite ^/revisions/current/docs/user-guide/css_files.htm /developers/documentation/product-guide/advanced-features/custom-css-classes/css-files/? permanent; -if ($args = custom_class.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/custom-css-classes/custom-class/? permanent; +rewrite ^/revisions/current/docs/user-guide/aligning_widgets_inside_contai.htm /developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/aligning-widgets-inside-contai/? permanent; +if ($args = sizes_property_dialog.htm) { + rewrite ^ /developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/sizes-property-dialog/? permanent; } -rewrite ^/revisions/current/docs/user-guide/custom_class.htm /developers/documentation/product-guide/advanced-features/custom-css-classes/custom-class/? permanent; -if ($args = custom_css_classes.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/custom-css-classes/? permanent; +rewrite ^/revisions/current/docs/user-guide/sizes_property_dialog.htm /developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/sizes-property-dialog/? permanent; +if ($args = right_click_width_settings.htm) { + rewrite ^ /developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/right-click-width-settings/? permanent; } -rewrite ^/revisions/current/docs/user-guide/custom_css_classes.htm /developers/documentation/product-guide/advanced-features/custom-css-classes/? permanent; -if ($args = chart_reference.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/chart-reference/? permanent; +rewrite ^/revisions/current/docs/user-guide/right_click_width_settings.htm /developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/right-click-width-settings/? permanent; +if ($args = adaptive_layout_rule_definitio.htm) { + rewrite ^ /developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/adaptive-layout-rule-definitio/? permanent; } -rewrite ^/revisions/current/docs/user-guide/chart_reference.htm /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/chart-reference/? permanent; -if ($args = anatomy_of_a_view.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/anatomy-of-a-view/? permanent; +rewrite ^/revisions/current/docs/user-guide/adaptive_layout_rule_definitio.htm /developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/adaptive-layout-rule-definitio/? permanent; +if ($args = responsive___adaptive___fluid_.htm) { + rewrite ^ /developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/? permanent; } -rewrite ^/revisions/current/docs/user-guide/anatomy_of_a_view.htm /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/anatomy-of-a-view/? permanent; -if ($args = auto_load.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/auto-load/? permanent; +rewrite ^/revisions/current/docs/user-guide/responsive___adaptive___fluid_.htm /developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/? permanent; +if ($args = ui__content_layout.htm) { + rewrite ^ /developers/documentation/product-guide/content-and-app-layout/? permanent; } -rewrite ^/revisions/current/docs/user-guide/auto_load.htm /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/auto-load/? permanent; -if ($args = broadcast.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/broadcast/? permanent; +rewrite ^/revisions/current/docs/user-guide/ui__content_layout.htm /developers/documentation/product-guide/content-and-app-layout/? permanent; +if ($args = circle_menu.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/beta/circle-menu/? permanent; } -rewrite ^/revisions/current/docs/user-guide/broadcast.htm /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/broadcast/? permanent; -if ($args = configuring_the_app_to_access_.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/configuring-the-app-to-access/? permanent; +rewrite ^/revisions/current/docs/user-guide/circle_menu.htm /developers/documentation/product-guide/widget-properties-events/beta/circle-menu/? permanent; +if ($args = context_menu.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/beta/context-menu/? permanent; } -rewrite ^/revisions/current/docs/user-guide/configuring_the_app_to_access_.htm /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/configuring-the-app-to-access/? permanent; -if ($args = drill_filter.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/drill-filter/? permanent; +rewrite ^/revisions/current/docs/user-guide/context_menu.htm /developers/documentation/product-guide/widget-properties-events/beta/context-menu/? permanent; +if ($args = share_this.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/beta/share-this/? permanent; } -rewrite ^/revisions/current/docs/user-guide/drill_filter.htm /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/drill-filter/? permanent; -if ($args = drill_type.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/drill-type/? permanent; +rewrite ^/revisions/current/docs/user-guide/share_this.htm /developers/documentation/product-guide/widget-properties-events/beta/share-this/? permanent; +if ($args = jplayer.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/beta/jplayer/? permanent; } -rewrite ^/revisions/current/docs/user-guide/drill_type.htm /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/drill-type/? permanent; -if ($args = fieldscharts.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/fieldscharts/? permanent; +rewrite ^/revisions/current/docs/user-guide/jplayer.htm /developers/documentation/product-guide/widget-properties-events/beta/jplayer/? permanent; +if ($args = zingchart.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/beta/zingchart/? permanent; } -rewrite ^/revisions/current/docs/user-guide/fieldscharts.htm /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/fieldscharts/? permanent; -if ($args = fieldsgauges.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/fieldsgauges/? permanent; +rewrite ^/revisions/current/docs/user-guide/zingchart.htm /developers/documentation/product-guide/widget-properties-events/beta/zingchart/? permanent; +if ($args = scandit_button.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/beta/scandit-button/? permanent; } -rewrite ^/revisions/current/docs/user-guide/fieldsgauges.htm /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/fieldsgauges/? permanent; -if ($args = grids.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/grids/? permanent; +rewrite ^/revisions/current/docs/user-guide/scandit_button.htm /developers/documentation/product-guide/widget-properties-events/beta/scandit-button/? permanent; +if ($args = beta.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/beta/? permanent; } -rewrite ^/revisions/current/docs/user-guide/grids.htm /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/grids/? permanent; -if ($args = list__dropdowns.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/list-dropdowns/? permanent; +rewrite ^/revisions/current/docs/user-guide/beta.htm /developers/documentation/product-guide/widget-properties-events/beta/? permanent; +if ($args = authsign_up.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/authentication/authsign-up/? permanent; } -rewrite ^/revisions/current/docs/user-guide/list__dropdowns.htm /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/list-dropdowns/? permanent; -if ($args = radio_buttons__checkboxes_and_.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/radio-buttons-checkboxes-and/? permanent; +rewrite ^/revisions/current/docs/user-guide/authsign_up.htm /developers/documentation/product-guide/widget-properties-events/authentication/authsign-up/? permanent; +if ($args = authcaptcha.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/authentication/authcaptcha/? permanent; } -rewrite ^/revisions/current/docs/user-guide/radio_buttons__checkboxes_and_.htm /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/radio-buttons-checkboxes-and/? permanent; -if ($args = repeater__data_containers.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/repeater-data-containers/? permanent; +rewrite ^/revisions/current/docs/user-guide/authcaptcha.htm /developers/documentation/product-guide/widget-properties-events/authentication/authcaptcha/? permanent; +if ($args = authpassword.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/authentication/authpassword/? permanent; } -rewrite ^/revisions/current/docs/user-guide/repeater__data_containers.htm /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/repeater-data-containers/? permanent; -if ($args = typical_scenarios.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/typical-scenarios/? permanent; +rewrite ^/revisions/current/docs/user-guide/authpassword.htm /developers/documentation/product-guide/widget-properties-events/authentication/authpassword/? permanent; +if ($args = authsign_in.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/authentication/authsign-in/? permanent; } -rewrite ^/revisions/current/docs/user-guide/typical_scenarios.htm /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/typical-scenarios/? permanent; -if ($args = fields.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/? permanent; +rewrite ^/revisions/current/docs/user-guide/authsign_in.htm /developers/documentation/product-guide/widget-properties-events/authentication/authsign-in/? permanent; +if ($args = authentication.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/authentication/? permanent; } -rewrite ^/revisions/current/docs/user-guide/fields.htm /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/? permanent; -if ($args = fiieldsgroup_by.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fiieldsgroup-by/? permanent; +rewrite ^/revisions/current/docs/user-guide/authentication.htm /developers/documentation/product-guide/widget-properties-events/authentication/? permanent; +if ($args = prefill.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/prefill/? permanent; } -rewrite ^/revisions/current/docs/user-guide/fiieldsgroup_by.htm /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fiieldsgroup-by/? permanent; -if ($args = filter.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/filter/? permanent; +rewrite ^/revisions/current/docs/user-guide/prefill.htm /developers/documentation/product-guide/widget-properties-events/prefill/? permanent; +if ($args = page_properties.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/page-properties/? permanent; } -rewrite ^/revisions/current/docs/user-guide/filter.htm /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/filter/? permanent; -if ($args = listen.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/listen/? permanent; +rewrite ^/revisions/current/docs/user-guide/page_properties.htm /developers/documentation/product-guide/widget-properties-events/page-properties/? permanent; +if ($args = accessing_events.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/events/accessing-events/? permanent; } -rewrite ^/revisions/current/docs/user-guide/listen.htm /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/listen/? permanent; -if ($args = order_by.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/order-by/? permanent; +rewrite ^/revisions/current/docs/user-guide/accessing_events.htm /developers/documentation/product-guide/widget-properties-events/events/accessing-events/? permanent; +if ($args = mouse_events.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/events/event-reference-list/mouse-events/? permanent; } -rewrite ^/revisions/current/docs/user-guide/order_by.htm /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/order-by/? permanent; -if ($args = reset_filter.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/reset-filter/? permanent; +rewrite ^/revisions/current/docs/user-guide/mouse_events.htm /developers/documentation/product-guide/widget-properties-events/events/event-reference-list/mouse-events/? permanent; +if ($args = auth_events.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/events/event-reference-list/auth-events/? permanent; } -rewrite ^/revisions/current/docs/user-guide/reset_filter.htm /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/reset-filter/? permanent; -if ($args = the_expression_editor.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/the-expression-editor/? permanent; +rewrite ^/revisions/current/docs/user-guide/auth_events.htm /developers/documentation/product-guide/widget-properties-events/events/event-reference-list/auth-events/? permanent; +if ($args = internationalization_app_event.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/events/event-reference-list/internationalization-app-event/? permanent; } -rewrite ^/revisions/current/docs/user-guide/the_expression_editor.htm /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/the-expression-editor/? permanent; -if ($args = using_automatic_property_setti.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/using-automatic-property-setti/? permanent; +rewrite ^/revisions/current/docs/user-guide/internationalization_app_event.htm /developers/documentation/product-guide/widget-properties-events/events/event-reference-list/internationalization-app-event/? permanent; +if ($args = key_events.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/events/event-reference-list/key-events/? permanent; } -rewrite ^/revisions/current/docs/user-guide/using_automatic_property_setti.htm /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/using-automatic-property-setti/? permanent; -if ($args = view.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/view/? permanent; +rewrite ^/revisions/current/docs/user-guide/key_events.htm /developers/documentation/product-guide/widget-properties-events/events/event-reference-list/key-events/? permanent; +if ($args = data_events.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/events/event-reference-list/data-events/? permanent; } -rewrite ^/revisions/current/docs/user-guide/view.htm /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/view/? permanent; -if ($args = data_section_properties.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/? permanent; +rewrite ^/revisions/current/docs/user-guide/data_events.htm /developers/documentation/product-guide/widget-properties-events/events/event-reference-list/data-events/? permanent; +if ($args = general_events.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/events/event-reference-list/general-events/? permanent; } -rewrite ^/revisions/current/docs/user-guide/data_section_properties.htm /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/? permanent; -if ($args = drilling_down.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/drilling-down/? permanent; +rewrite ^/revisions/current/docs/user-guide/general_events.htm /developers/documentation/product-guide/widget-properties-events/events/event-reference-list/general-events/? permanent; +if ($args = mobile_native_app_events.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/events/event-reference-list/mobile-native-app-events/? permanent; } -rewrite ^/revisions/current/docs/user-guide/drilling_down.htm /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/drilling-down/? permanent; -if ($args = importing_and_exporting_data.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/importing-and-exporting-data/? permanent; +rewrite ^/revisions/current/docs/user-guide/mobile_native_app_events.htm /developers/documentation/product-guide/widget-properties-events/events/event-reference-list/mobile-native-app-events/? permanent; +if ($args = event_reference_list.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/events/event-reference-list/? permanent; } -rewrite ^/revisions/current/docs/user-guide/importing_and_exporting_data.htm /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/importing-and-exporting-data/? permanent; -if ($args = key_concepts.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/key-concepts/? permanent; +rewrite ^/revisions/current/docs/user-guide/event_reference_list.htm /developers/documentation/product-guide/widget-properties-events/events/event-reference-list/? permanent; +if ($args = events.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/events/? permanent; } -rewrite ^/revisions/current/docs/user-guide/key_concepts.htm /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/key-concepts/? permanent; -if ($args = populating_charts_from_javascr.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/populating-charts-from-javascr/? permanent; +rewrite ^/revisions/current/docs/user-guide/events.htm /developers/documentation/product-guide/widget-properties-events/events/? permanent; +if ($args = app_properties.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/app-properties/? permanent; } -rewrite ^/revisions/current/docs/user-guide/populating_charts_from_javascr.htm /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/populating-charts-from-javascr/? permanent; -if ($args = reporting_widgets.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/reporting-widgets/? permanent; +rewrite ^/revisions/current/docs/user-guide/app_properties.htm /developers/documentation/product-guide/widget-properties-events/app-properties/? permanent; +if ($args = rich_text.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/common/rich-text/? permanent; } -rewrite ^/revisions/current/docs/user-guide/reporting_widgets.htm /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/reporting-widgets/? permanent; -if ($args = using_the_same_query_multiple_.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/using-the-same-query-multiple/? permanent; +rewrite ^/revisions/current/docs/user-guide/rich_text.htm /developers/documentation/product-guide/widget-properties-events/common/rich-text/? permanent; +if ($args = listbox.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/common/listbox/? permanent; } -rewrite ^/revisions/current/docs/user-guide/using_the_same_query_multiple_.htm /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/using-the-same-query-multiple/? permanent; -if ($args = view_filtering.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/view-filtering/? permanent; +rewrite ^/revisions/current/docs/user-guide/listbox.htm /developers/documentation/product-guide/widget-properties-events/common/listbox/? permanent; +if ($args = upload_button2.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/common/upload-button2/? permanent; } -rewrite ^/revisions/current/docs/user-guide/view_filtering.htm /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/view-filtering/? permanent; -if ($args = reports__dashboards.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/? permanent; +rewrite ^/revisions/current/docs/user-guide/upload_button2.htm /developers/documentation/product-guide/widget-properties-events/common/upload-button2/? permanent; +if ($args = text_area.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/common/text-area/? permanent; } -rewrite ^/revisions/current/docs/user-guide/reports__dashboards.htm /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/? permanent; -if ($args = accessing_data_lists_from_apps.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-lists-management/accessing-data-lists-from-apps/? permanent; +rewrite ^/revisions/current/docs/user-guide/text_area.htm /developers/documentation/product-guide/widget-properties-events/common/text-area/? permanent; +if ($args = checkbox.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/common/checkbox/? permanent; } -rewrite ^/revisions/current/docs/user-guide/accessing_data_lists_from_apps.htm /developers/documentation/product-guide/advanced-features/data-lists-management/accessing-data-lists-from-apps/? permanent; -if ($args = creating_a_data_list_query.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-lists-management/creating-a-data-list-query/? permanent; +rewrite ^/revisions/current/docs/user-guide/checkbox.htm /developers/documentation/product-guide/widget-properties-events/common/checkbox/? permanent; +if ($args = image.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/common/image/? permanent; } -rewrite ^/revisions/current/docs/user-guide/creating_a_data_list_query.htm /developers/documentation/product-guide/advanced-features/data-lists-management/creating-a-data-list-query/? permanent; -if ($args = creating_a_data_list.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-lists-management/creating-a-data-list/? permanent; +rewrite ^/revisions/current/docs/user-guide/image.htm /developers/documentation/product-guide/widget-properties-events/common/image/? permanent; +if ($args = fancy_button.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/common/fancy-button/? permanent; } -rewrite ^/revisions/current/docs/user-guide/creating_a_data_list.htm /developers/documentation/product-guide/advanced-features/data-lists-management/creating-a-data-list/? permanent; -if ($args = editing_a_data_list.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-lists-management/editing-a-data-list/? permanent; +rewrite ^/revisions/current/docs/user-guide/fancy_button.htm /developers/documentation/product-guide/widget-properties-events/common/fancy-button/? permanent; +if ($args = date_picker.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/common/date-picker/? permanent; } -rewrite ^/revisions/current/docs/user-guide/editing_a_data_list.htm /developers/documentation/product-guide/advanced-features/data-lists-management/editing-a-data-list/? permanent; -if ($args = sys_getlistresource.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-lists-management/sys-getlistresource/? permanent; +rewrite ^/revisions/current/docs/user-guide/date_picker.htm /developers/documentation/product-guide/widget-properties-events/common/date-picker/? permanent; +if ($args = color_picker.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/common/color-picker/? permanent; } -rewrite ^/revisions/current/docs/user-guide/sys_getlistresource.htm /developers/documentation/product-guide/advanced-features/data-lists-management/sys-getlistresource/? permanent; -if ($args = data_lists_management.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-lists-management/? permanent; +rewrite ^/revisions/current/docs/user-guide/color_picker.htm /developers/documentation/product-guide/widget-properties-events/common/color-picker/? permanent; +if ($args = numeric.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/common/numeric/? permanent; } -rewrite ^/revisions/current/docs/user-guide/data_lists_management.htm /developers/documentation/product-guide/advanced-features/data-lists-management/? permanent; -if ($args = ac_storage_or_your_own_backend.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/ac-storage-or-your-own-backend/? permanent; +rewrite ^/revisions/current/docs/user-guide/numeric.htm /developers/documentation/product-guide/widget-properties-events/common/numeric/? permanent; +if ($args = dropdown_list.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/common/dropdown-list/? permanent; } -rewrite ^/revisions/current/docs/user-guide/ac_storage_or_your_own_backend.htm /developers/documentation/product-guide/advanced-features/data-storage-management/ac-storage-or-your-own-backend/? permanent; -if ($args = crud___create_read_update_dele.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/crud--create-read-update-dele/? permanent; +rewrite ^/revisions/current/docs/user-guide/dropdown_list.htm /developers/documentation/product-guide/widget-properties-events/common/dropdown-list/? permanent; +if ($args = action_button.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/common/action-button/? permanent; } -rewrite ^/revisions/current/docs/user-guide/crud___create_read_update_dele.htm /developers/documentation/product-guide/advanced-features/data-storage-management/crud--create-read-update-dele/? permanent; -if ($args = crud__filtering.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/crud-filtering/? permanent; +rewrite ^/revisions/current/docs/user-guide/action_button.htm /developers/documentation/product-guide/widget-properties-events/common/action-button/? permanent; +if ($args = shape.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/common/shape/? permanent; } -rewrite ^/revisions/current/docs/user-guide/crud__filtering.htm /developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/crud-filtering/? permanent; -if ($args = crud_on_local_instances.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/crud-on-local-instances/? permanent; +rewrite ^/revisions/current/docs/user-guide/shape.htm /developers/documentation/product-guide/widget-properties-events/common/shape/? permanent; +if ($args = qr_code.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/common/qr-code/? permanent; } -rewrite ^/revisions/current/docs/user-guide/crud_on_local_instances.htm /developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/crud-on-local-instances/? permanent; -if ($args = crud_permissions.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/crud-permissions/? permanent; +rewrite ^/revisions/current/docs/user-guide/qr_code.htm /developers/documentation/product-guide/widget-properties-events/common/qr-code/? permanent; +if ($args = text.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/common/text/? permanent; } -rewrite ^/revisions/current/docs/user-guide/crud_permissions.htm /developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/crud-permissions/? permanent; -if ($args = example_crud_calls.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/example-crud-calls/? permanent; +rewrite ^/revisions/current/docs/user-guide/text.htm /developers/documentation/product-guide/widget-properties-events/common/text/? permanent; +if ($args = radio_button.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/common/radio-button/? permanent; } -rewrite ^/revisions/current/docs/user-guide/example_crud_calls.htm /developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/example-crud-calls/? permanent; -if ($args = how_crud_works.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/how-crud-works/? permanent; +rewrite ^/revisions/current/docs/user-guide/radio_button.htm /developers/documentation/product-guide/widget-properties-events/common/radio-button/? permanent; +if ($args = alpha_numeric.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/common/alpha-numeric/? permanent; } -rewrite ^/revisions/current/docs/user-guide/how_crud_works.htm /developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/how-crud-works/? permanent; -if ($args = joined_app_queries.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/joined-app-queries/? permanent; +rewrite ^/revisions/current/docs/user-guide/alpha_numeric.htm /developers/documentation/product-guide/widget-properties-events/common/alpha-numeric/? permanent; +if ($args = label.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/common/label/? permanent; } -rewrite ^/revisions/current/docs/user-guide/joined_app_queries.htm /developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/joined-app-queries/? permanent; -if ($args = setting_up_grids_to_edit_forei.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/setting-up-grids-to-edit-forei/? permanent; +rewrite ^/revisions/current/docs/user-guide/label.htm /developers/documentation/product-guide/widget-properties-events/common/label/? permanent; +if ($args = html2.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/common/html2/? permanent; } -rewrite ^/revisions/current/docs/user-guide/setting_up_grids_to_edit_forei.htm /developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/setting-up-grids-to-edit-forei/? permanent; -if ($args = synopsis.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/synopsis/? permanent; +rewrite ^/revisions/current/docs/user-guide/html2.htm /developers/documentation/product-guide/widget-properties-events/common/html2/? permanent; +if ($args = common.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/common/? permanent; } -rewrite ^/revisions/current/docs/user-guide/synopsis.htm /developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/synopsis/? permanent; -if ($args = using_ac_app_storage.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/? permanent; +rewrite ^/revisions/current/docs/user-guide/common.htm /developers/documentation/product-guide/widget-properties-events/common/? permanent; +if ($args = mobtext.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/mobile/mobtext/? permanent; } -rewrite ^/revisions/current/docs/user-guide/using_ac_app_storage.htm /developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/? permanent; -if ($args = crud_on_external_databases.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/crud-on-external-databases/? permanent; +rewrite ^/revisions/current/docs/user-guide/mobtext.htm /developers/documentation/product-guide/widget-properties-events/mobile/mobtext/? permanent; +if ($args = radiobuttonsgroup.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/mobile/radiobuttonsgroup/? permanent; } -rewrite ^/revisions/current/docs/user-guide/crud_on_external_databases.htm /developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/crud-on-external-databases/? permanent; -if ($args = example_crud_calls2.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/example-crud-calls2/? permanent; +rewrite ^/revisions/current/docs/user-guide/radiobuttonsgroup.htm /developers/documentation/product-guide/widget-properties-events/mobile/radiobuttonsgroup/? permanent; +if ($args = mobtext_area.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/mobile/mobtext-area/? permanent; } -rewrite ^/revisions/current/docs/user-guide/example_crud_calls2.htm /developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/example-crud-calls2/? permanent; -if ($args = how_crud_works_for_external_da.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/how-crud-works-for-external-da/? permanent; +rewrite ^/revisions/current/docs/user-guide/mobtext_area.htm /developers/documentation/product-guide/widget-properties-events/mobile/mobtext-area/? permanent; +if ($args = toolbar.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/mobile/toolbar/? permanent; } -rewrite ^/revisions/current/docs/user-guide/how_crud_works_for_external_da.htm /developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/how-crud-works-for-external-da/? permanent; -if ($args = permissions.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/permissions/? permanent; +rewrite ^/revisions/current/docs/user-guide/toolbar.htm /developers/documentation/product-guide/widget-properties-events/mobile/toolbar/? permanent; +if ($args = slider.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/mobile/slider/? permanent; } -rewrite ^/revisions/current/docs/user-guide/permissions.htm /developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/permissions/? permanent; -if ($args = synopsis_of_crud_operations_on.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/synopsis-of-crud-operations-on/? permanent; +rewrite ^/revisions/current/docs/user-guide/slider.htm /developers/documentation/product-guide/widget-properties-events/mobile/slider/? permanent; +if ($args = list.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/mobile/list/? permanent; } -rewrite ^/revisions/current/docs/user-guide/synopsis_of_crud_operations_on.htm /developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/synopsis-of-crud-operations-on/? permanent; -if ($args = using_external_databases.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/? permanent; +rewrite ^/revisions/current/docs/user-guide/list.htm /developers/documentation/product-guide/widget-properties-events/mobile/list/? permanent; +if ($args = collapsible.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/mobile/collapsible/? permanent; } -rewrite ^/revisions/current/docs/user-guide/using_external_databases.htm /developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/? permanent; -if ($args = crud_in_detail.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/? permanent; +rewrite ^/revisions/current/docs/user-guide/collapsible.htm /developers/documentation/product-guide/widget-properties-events/mobile/collapsible/? permanent; +if ($args = moblabel.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/mobile/moblabel/? permanent; } -rewrite ^/revisions/current/docs/user-guide/crud_in_detail.htm /developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/? permanent; -if ($args = dataapp_instances.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/dataapp-instances/? permanent; +rewrite ^/revisions/current/docs/user-guide/moblabel.htm /developers/documentation/product-guide/widget-properties-events/mobile/moblabel/? permanent; +if ($args = popup_listbox.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/mobile/popup-listbox/? permanent; } -rewrite ^/revisions/current/docs/user-guide/dataapp_instances.htm /developers/documentation/product-guide/advanced-features/data-storage-management/dataapp-instances/? permanent; -if ($args = core_database.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/how-is-data-stored/core-database/? permanent; +rewrite ^/revisions/current/docs/user-guide/popup_listbox.htm /developers/documentation/product-guide/widget-properties-events/mobile/popup-listbox/? permanent; +if ($args = mobiscroll.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/mobile/mobiscroll/? permanent; } -rewrite ^/revisions/current/docs/user-guide/core_database.htm /developers/documentation/product-guide/advanced-features/data-storage-management/how-is-data-stored/core-database/? permanent; -if ($args = reporting_database_rdb.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/how-is-data-stored/reporting-database-rdb/? permanent; +rewrite ^/revisions/current/docs/user-guide/mobiscroll.htm /developers/documentation/product-guide/widget-properties-events/mobile/mobiscroll/? permanent; +if ($args = flip_toggle_switch.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/mobile/flip-toggle-switch/? permanent; } -rewrite ^/revisions/current/docs/user-guide/reporting_database_rdb.htm /developers/documentation/product-guide/advanced-features/data-storage-management/how-is-data-stored/reporting-database-rdb/? permanent; -if ($args = how_is_data_stored.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/how-is-data-stored/? permanent; +rewrite ^/revisions/current/docs/user-guide/flip_toggle_switch.htm /developers/documentation/product-guide/widget-properties-events/mobile/flip-toggle-switch/? permanent; +if ($args = navbar.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/mobile/navbar/? permanent; } -rewrite ^/revisions/current/docs/user-guide/how_is_data_stored.htm /developers/documentation/product-guide/advanced-features/data-storage-management/how-is-data-stored/? permanent; -if ($args = instance_cdb_data.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/how-to-report-on-app-data/to-use-cdb-or-rdb-data/instance-cdb-data/? permanent; +rewrite ^/revisions/current/docs/user-guide/navbar.htm /developers/documentation/product-guide/widget-properties-events/mobile/navbar/? permanent; +if ($args = mobaction_button.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/mobile/mobaction-button/? permanent; } -rewrite ^/revisions/current/docs/user-guide/instance_cdb_data.htm /developers/documentation/product-guide/advanced-features/data-storage-management/how-to-report-on-app-data/to-use-cdb-or-rdb-data/instance-cdb-data/? permanent; -if ($args = reporting_rdb_data.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/how-to-report-on-app-data/to-use-cdb-or-rdb-data/reporting-rdb-data/? permanent; +rewrite ^/revisions/current/docs/user-guide/mobaction_button.htm /developers/documentation/product-guide/widget-properties-events/mobile/mobaction-button/? permanent; +if ($args = upload_button.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/mobile/upload-button/? permanent; } -rewrite ^/revisions/current/docs/user-guide/reporting_rdb_data.htm /developers/documentation/product-guide/advanced-features/data-storage-management/how-to-report-on-app-data/to-use-cdb-or-rdb-data/reporting-rdb-data/? permanent; -if ($args = to_use_cdb_or_rdb_data.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/how-to-report-on-app-data/to-use-cdb-or-rdb-data/? permanent; +rewrite ^/revisions/current/docs/user-guide/upload_button.htm /developers/documentation/product-guide/widget-properties-events/mobile/upload-button/? permanent; +if ($args = mobcheckbox.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/mobile/mobcheckbox/? permanent; } -rewrite ^/revisions/current/docs/user-guide/to_use_cdb_or_rdb_data.htm /developers/documentation/product-guide/advanced-features/data-storage-management/how-to-report-on-app-data/to-use-cdb-or-rdb-data/? permanent; -if ($args = how_to_report_on_app_data.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/how-to-report-on-app-data/? permanent; +rewrite ^/revisions/current/docs/user-guide/mobcheckbox.htm /developers/documentation/product-guide/widget-properties-events/mobile/mobcheckbox/? permanent; +if ($args = auth_button.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/mobile/auth-button/? permanent; } -rewrite ^/revisions/current/docs/user-guide/how_to_report_on_app_data.htm /developers/documentation/product-guide/advanced-features/data-storage-management/how-to-report-on-app-data/? permanent; -if ($args = instance_linking.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/instance-linking/? permanent; +rewrite ^/revisions/current/docs/user-guide/auth_button.htm /developers/documentation/product-guide/widget-properties-events/mobile/auth-button/? permanent; +if ($args = mobiscroll_list.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/mobile/mobiscroll-list/? permanent; } -rewrite ^/revisions/current/docs/user-guide/instance_linking.htm /developers/documentation/product-guide/advanced-features/data-storage-management/instance-linking/? permanent; -if ($args = instance_names.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/instance-names/? permanent; +rewrite ^/revisions/current/docs/user-guide/mobiscroll_list.htm /developers/documentation/product-guide/widget-properties-events/mobile/mobiscroll-list/? permanent; +if ($args = popup_dropdown.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/mobile/popup-dropdown/? permanent; } -rewrite ^/revisions/current/docs/user-guide/instance_names.htm /developers/documentation/product-guide/advanced-features/data-storage-management/instance-names/? permanent; -if ($args = automatically_created_relation.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/instance-relationships-in-detail/automatically-created-relation/? permanent; +rewrite ^/revisions/current/docs/user-guide/popup_dropdown.htm /developers/documentation/product-guide/widget-properties-events/mobile/popup-dropdown/? permanent; +if ($args = mobsearch.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/mobile/mobsearch/? permanent; +} +rewrite ^/revisions/current/docs/user-guide/mobsearch.htm /developers/documentation/product-guide/widget-properties-events/mobile/mobsearch/? permanent; +if ($args = checkbox_group.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/mobile/checkbox-group/? permanent; } -rewrite ^/revisions/current/docs/user-guide/automatically_created_relation.htm /developers/documentation/product-guide/advanced-features/data-storage-management/instance-relationships-in-detail/automatically-created-relation/? permanent; -if ($args = defining_the_relationship.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/instance-relationships-in-detail/defining-the-relationship/? permanent; +rewrite ^/revisions/current/docs/user-guide/checkbox_group.htm /developers/documentation/product-guide/widget-properties-events/mobile/checkbox-group/? permanent; +if ($args = mobile.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/mobile/? permanent; } -rewrite ^/revisions/current/docs/user-guide/defining_the_relationship.htm /developers/documentation/product-guide/advanced-features/data-storage-management/instance-relationships-in-detail/defining-the-relationship/? permanent; -if ($args = manually_created_relationships.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/instance-relationships-in-detail/manually-created-relationships/? permanent; +rewrite ^/revisions/current/docs/user-guide/mobile.htm /developers/documentation/product-guide/widget-properties-events/mobile/? permanent; +if ($args = google_maps_advanced.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/advanced/google-maps-advanced/? permanent; } -rewrite ^/revisions/current/docs/user-guide/manually_created_relationships.htm /developers/documentation/product-guide/advanced-features/data-storage-management/instance-relationships-in-detail/manually-created-relationships/? permanent; -if ($args = queries_involving_related_apps.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/instance-relationships-in-detail/queries-involving-related-apps/? permanent; +rewrite ^/revisions/current/docs/user-guide/google_maps_advanced.htm /developers/documentation/product-guide/widget-properties-events/advanced/google-maps-advanced/? permanent; +if ($args = audio.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/advanced/audio/? permanent; } -rewrite ^/revisions/current/docs/user-guide/queries_involving_related_apps.htm /developers/documentation/product-guide/advanced-features/data-storage-management/instance-relationships-in-detail/queries-involving-related-apps/? permanent; -if ($args = instance_relationships_in_deta.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/instance-relationships-in-detail/? permanent; +rewrite ^/revisions/current/docs/user-guide/audio.htm /developers/documentation/product-guide/widget-properties-events/advanced/audio/? permanent; +if ($args = mask_edit.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/advanced/mask-edit/? permanent; } -rewrite ^/revisions/current/docs/user-guide/instance_relationships_in_deta.htm /developers/documentation/product-guide/advanced-features/data-storage-management/instance-relationships-in-detail/? permanent; -if ($args = look_before_you_leap.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/look-before-you-leap/? permanent; +rewrite ^/revisions/current/docs/user-guide/mask_edit.htm /developers/documentation/product-guide/widget-properties-events/advanced/mask-edit/? permanent; +if ($args = advertising1.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/advanced/advertising1/? permanent; } -rewrite ^/revisions/current/docs/user-guide/look_before_you_leap.htm /developers/documentation/product-guide/advanced-features/data-storage-management/look-before-you-leap/? permanent; -if ($args = configuring_your_app_for_data_.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/configuring-your-app-for-data/? permanent; +rewrite ^/revisions/current/docs/user-guide/advertising1.htm /developers/documentation/product-guide/widget-properties-events/advanced/advertising1/? permanent; +if ($args = html5_audio.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/advanced/html5-audio/? permanent; } -rewrite ^/revisions/current/docs/user-guide/configuring_your_app_for_data_.htm /developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/configuring-your-app-for-data/? permanent; -if ($args = instance_handling_with_javascr.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-javascr/? permanent; +rewrite ^/revisions/current/docs/user-guide/html5_audio.htm /developers/documentation/product-guide/widget-properties-events/advanced/html5-audio/? permanent; +if ($args = file_upload.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/advanced/file-upload/? permanent; } -rewrite ^/revisions/current/docs/user-guide/instance_handling_with_javascr.htm /developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-javascr/? permanent; -if ($args = on_pre_submit.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-submit-button/what-happens-after-the-instance-is-saved/using-application-craft-events/on-pre-submit/? permanent; +rewrite ^/revisions/current/docs/user-guide/file_upload.htm /developers/documentation/product-guide/widget-properties-events/advanced/file-upload/? permanent; +if ($args = flot_charts.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/advanced/flot-charts/? permanent; } -rewrite ^/revisions/current/docs/user-guide/on_pre_submit.htm /developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-submit-button/what-happens-after-the-instance-is-saved/using-application-craft-events/on-pre-submit/? permanent; -if ($args = on_submitted.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-submit-button/what-happens-after-the-instance-is-saved/using-application-craft-events/on-submitted/? permanent; +rewrite ^/revisions/current/docs/user-guide/flot_charts.htm /developers/documentation/product-guide/widget-properties-events/advanced/flot-charts/? permanent; +if ($args = timeline.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/advanced/timeline/? permanent; } -rewrite ^/revisions/current/docs/user-guide/on_submitted.htm /developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-submit-button/what-happens-after-the-instance-is-saved/using-application-craft-events/on-submitted/? permanent; -if ($args = using_ac_events.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-submit-button/what-happens-after-the-instance-is-saved/using-application-craft-events/? permanent; +rewrite ^/revisions/current/docs/user-guide/timeline.htm /developers/documentation/product-guide/widget-properties-events/advanced/timeline/? permanent; +if ($args = advanced_menu.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/advanced/advanced-menu/? permanent; } -rewrite ^/revisions/current/docs/user-guide/using_ac_events.htm /developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-submit-button/what-happens-after-the-instance-is-saved/using-application-craft-events/? permanent; -if ($args = what_happens_after_the_instanc.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-submit-button/what-happens-after-the-instance-is-saved/? permanent; +rewrite ^/revisions/current/docs/user-guide/advanced_menu.htm /developers/documentation/product-guide/widget-properties-events/advanced/advanced-menu/? permanent; +if ($args = sliders.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/advanced/sliders/? permanent; } -rewrite ^/revisions/current/docs/user-guide/what_happens_after_the_instanc.htm /developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-submit-button/what-happens-after-the-instance-is-saved/? permanent; -if ($args = instance_handling_with_submit_.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-submit-button/? permanent; +rewrite ^/revisions/current/docs/user-guide/sliders.htm /developers/documentation/product-guide/widget-properties-events/advanced/sliders/? permanent; +if ($args = jplayer.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/advanced/jplayer/? permanent; } -rewrite ^/revisions/current/docs/user-guide/instance_handling_with_submit_.htm /developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-submit-button/? permanent; -if ($args = submitting_an_instance.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/? permanent; +rewrite ^/revisions/current/docs/user-guide/jplayer.htm /developers/documentation/product-guide/widget-properties-events/advanced/jplayer/? permanent; +if ($args = video.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/advanced/video/? permanent; } -rewrite ^/revisions/current/docs/user-guide/submitting_an_instance.htm /developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/? permanent; -if ($args = standard_storage_procedures.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/? permanent; +rewrite ^/revisions/current/docs/user-guide/video.htm /developers/documentation/product-guide/widget-properties-events/advanced/video/? permanent; +if ($args = photoswipe.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/advanced/photoswipe/? permanent; } -rewrite ^/revisions/current/docs/user-guide/standard_storage_procedures.htm /developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/? permanent; -if ($args = violation_callbacks.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/uniqueness-and-integrity/violation-callbacks/? permanent; +rewrite ^/revisions/current/docs/user-guide/photoswipe.htm /developers/documentation/product-guide/widget-properties-events/advanced/photoswipe/? permanent; +if ($args = youtube.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/advanced/youtube/? permanent; } -rewrite ^/revisions/current/docs/user-guide/violation_callbacks.htm /developers/documentation/product-guide/advanced-features/data-storage-management/uniqueness-and-integrity/violation-callbacks/? permanent; -if ($args = violation_highlighting.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/uniqueness-and-integrity/violation-highlighting/? permanent; +rewrite ^/revisions/current/docs/user-guide/youtube.htm /developers/documentation/product-guide/widget-properties-events/advanced/youtube/? permanent; +if ($args = embed_app.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/advanced/embed-app/? permanent; } -rewrite ^/revisions/current/docs/user-guide/violation_highlighting.htm /developers/documentation/product-guide/advanced-features/data-storage-management/uniqueness-and-integrity/violation-highlighting/? permanent; -if ($args = violation_messages.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/uniqueness-and-integrity/violation-messages/? permanent; +rewrite ^/revisions/current/docs/user-guide/embed_app.htm /developers/documentation/product-guide/widget-properties-events/advanced/embed-app/? permanent; +if ($args = html5_video.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/advanced/html5-video/? permanent; } -rewrite ^/revisions/current/docs/user-guide/violation_messages.htm /developers/documentation/product-guide/advanced-features/data-storage-management/uniqueness-and-integrity/violation-messages/? permanent; -if ($args = violation_of_integrity_handlin.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/uniqueness-and-integrity/violation-of-integrity-handlin/? permanent; +rewrite ^/revisions/current/docs/user-guide/html5_video.htm /developers/documentation/product-guide/widget-properties-events/advanced/html5-video/? permanent; +if ($args = advreset_filter.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/advanced/advreset-filter/? permanent; } -rewrite ^/revisions/current/docs/user-guide/violation_of_integrity_handlin.htm /developers/documentation/product-guide/advanced-features/data-storage-management/uniqueness-and-integrity/violation-of-integrity-handlin/? permanent; -if ($args = uniqueness_and_integrity.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/uniqueness-and-integrity/? permanent; +rewrite ^/revisions/current/docs/user-guide/advreset_filter.htm /developers/documentation/product-guide/widget-properties-events/advanced/advreset-filter/? permanent; +if ($args = grid.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/advanced/grid/? permanent; } -rewrite ^/revisions/current/docs/user-guide/uniqueness_and_integrity.htm /developers/documentation/product-guide/advanced-features/data-storage-management/uniqueness-and-integrity/? permanent; -if ($args = data_storage.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/? permanent; +rewrite ^/revisions/current/docs/user-guide/grid.htm /developers/documentation/product-guide/widget-properties-events/advanced/grid/? permanent; +if ($args = calendar.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/advanced/calendar/? permanent; } -rewrite ^/revisions/current/docs/user-guide/data_storage.htm /developers/documentation/product-guide/advanced-features/data-storage-management/? permanent; -if ($args = granting_access_to_an_app.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/deploying-embedding-apps/granting-access-to-an-app/? permanent; +rewrite ^/revisions/current/docs/user-guide/calendar.htm /developers/documentation/product-guide/widget-properties-events/advanced/calendar/? permanent; +if ($args = search.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/advanced/search/? permanent; } -rewrite ^/revisions/current/docs/user-guide/granting_access_to_an_app.htm /developers/documentation/product-guide/advanced-features/deploying-embedding-apps/granting-access-to-an-app/? permanent; -if ($args = how_to_deploy_apps_to_your_own.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/deploying-embedding-apps/how-to-deploy-apps-to-your-own/? permanent; +rewrite ^/revisions/current/docs/user-guide/search.htm /developers/documentation/product-guide/widget-properties-events/advanced/search/? permanent; +if ($args = advanced.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/advanced/? permanent; } -rewrite ^/revisions/current/docs/user-guide/how_to_deploy_apps_to_your_own.htm /developers/documentation/product-guide/advanced-features/deploying-embedding-apps/how-to-deploy-apps-to-your-own/? permanent; -if ($args = how_to_display_in_new_window.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/deploying-embedding-apps/how-to-display-in-new-window/? permanent; +rewrite ^/revisions/current/docs/user-guide/advanced.htm /developers/documentation/product-guide/widget-properties-events/advanced/? permanent; +if ($args = deprecated.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/deprecated/? permanent; } -rewrite ^/revisions/current/docs/user-guide/how_to_display_in_new_window.htm /developers/documentation/product-guide/advanced-features/deploying-embedding-apps/how-to-display-in-new-window/? permanent; -if ($args = how_to_embed.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/deploying-embedding-apps/how-to-embed/? permanent; +rewrite ^/revisions/current/docs/user-guide/deprecated.htm /developers/documentation/product-guide/widget-properties-events/deprecated/? permanent; +if ($args = table_containerprop.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/containers/table-containerprop/? permanent; } -rewrite ^/revisions/current/docs/user-guide/how_to_embed.htm /developers/documentation/product-guide/advanced-features/deploying-embedding-apps/how-to-embed/? permanent; -if ($args = deploying_appps.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/deploying-embedding-apps/? permanent; +rewrite ^/revisions/current/docs/user-guide/table_containerprop.htm /developers/documentation/product-guide/widget-properties-events/containers/table-containerprop/? permanent; +if ($args = page_button.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/containers/page-button/? permanent; } -rewrite ^/revisions/current/docs/user-guide/deploying_appps.htm /developers/documentation/product-guide/advanced-features/deploying-embedding-apps/? permanent; -if ($args = communication_between_parent__.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/embedding-apps-within-apps/communication-between-parent/? permanent; +rewrite ^/revisions/current/docs/user-guide/page_button.htm /developers/documentation/product-guide/widget-properties-events/containers/page-button/? permanent; +if ($args = tab.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/containers/tab/? permanent; } -rewrite ^/revisions/current/docs/user-guide/communication_between_parent__.htm /developers/documentation/product-guide/advanced-features/embedding-apps-within-apps/communication-between-parent/? permanent; -if ($args = session_management.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/embedding-apps-within-apps/session-management/? permanent; +rewrite ^/revisions/current/docs/user-guide/tab.htm /developers/documentation/product-guide/widget-properties-events/containers/tab/? permanent; +if ($args = accordion.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/containers/accordion/? permanent; } -rewrite ^/revisions/current/docs/user-guide/session_management.htm /developers/documentation/product-guide/advanced-features/embedding-apps-within-apps/session-management/? permanent; -if ($args = embedding_apps_within_apps.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/embedding-apps-within-apps/? permanent; +rewrite ^/revisions/current/docs/user-guide/accordion.htm /developers/documentation/product-guide/widget-properties-events/containers/accordion/? permanent; +if ($args = iframe.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/containers/iframe/? permanent; } -rewrite ^/revisions/current/docs/user-guide/embedding_apps_within_apps.htm /developers/documentation/product-guide/advanced-features/embedding-apps-within-apps/? permanent; -if ($args = app_gatrack.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/google-analytics/app-gatrack/? permanent; +rewrite ^/revisions/current/docs/user-guide/iframe.htm /developers/documentation/product-guide/widget-properties-events/containers/iframe/? permanent; +if ($args = panel.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/containers/panel/? permanent; } -rewrite ^/revisions/current/docs/user-guide/app_gatrack.htm /developers/documentation/product-guide/advanced-features/google-analytics/app-gatrack/? permanent; -if ($args = google_analytics_id_override_p.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/google-analytics/google-analytics-id-override-p/? permanent; +rewrite ^/revisions/current/docs/user-guide/panel.htm /developers/documentation/product-guide/widget-properties-events/containers/panel/? permanent; +if ($args = repeater.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/containers/repeater/? permanent; } -rewrite ^/revisions/current/docs/user-guide/google_analytics_id_override_p.htm /developers/documentation/product-guide/advanced-features/google-analytics/google-analytics-id-override-p/? permanent; -if ($args = page_based_tracking_code.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/google-analytics/page-based-tracking-code/? permanent; +rewrite ^/revisions/current/docs/user-guide/repeater.htm /developers/documentation/product-guide/widget-properties-events/containers/repeater/? permanent; +if ($args = data_container.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/containers/data-container/? permanent; } -rewrite ^/revisions/current/docs/user-guide/page_based_tracking_code.htm /developers/documentation/product-guide/advanced-features/google-analytics/page-based-tracking-code/? permanent; -if ($args = system_wide_google_analytics_i.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/google-analytics/system-wide-google-analytics-i/? permanent; +rewrite ^/revisions/current/docs/user-guide/data_container.htm /developers/documentation/product-guide/widget-properties-events/containers/data-container/? permanent; +if ($args = containersprop.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/containers/? permanent; } -rewrite ^/revisions/current/docs/user-guide/system_wide_google_analytics_i.htm /developers/documentation/product-guide/advanced-features/google-analytics/system-wide-google-analytics-i/? permanent; -if ($args = google_analytics.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/google-analytics/? permanent; +rewrite ^/revisions/current/docs/user-guide/containersprop.htm /developers/documentation/product-guide/widget-properties-events/containers/? permanent; +if ($args = object_reference.htm) { + rewrite ^ /developers/documentation/product-guide/widget-properties-events/? permanent; } -rewrite ^/revisions/current/docs/user-guide/google_analytics.htm /developers/documentation/product-guide/advanced-features/google-analytics/? permanent; - - - - -if ($args = permissioning.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/logging-support/permissioning/? permanent; +rewrite ^/revisions/current/docs/user-guide/object_reference.htm /developers/documentation/product-guide/widget-properties-events/? permanent; +if ($args = server_side_javascript.htm) { + rewrite ^ /developers/documentation/product-guide/data-storage/server-side-data-storage/a-simple-example/server-side-javascript/? permanent; } -rewrite ^/revisions/current/docs/user-guide/permissioning.htm /developers/documentation/product-guide/advanced-features/logging-support/permissioning/? permanent; -if ($args = reading_from_a_log.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/logging-support/reading-from-a-log/? permanent; +rewrite ^/revisions/current/docs/user-guide/server_side_javascript.htm /developers/documentation/product-guide/data-storage/server-side-data-storage/a-simple-example/server-side-javascript/? permanent; +if ($args = create_the_example_database.htm) { + rewrite ^ /developers/documentation/product-guide/data-storage/server-side-data-storage/a-simple-example/create-the-example-database/? permanent; } -rewrite ^/revisions/current/docs/user-guide/reading_from_a_log.htm /developers/documentation/product-guide/advanced-features/logging-support/reading-from-a-log/? permanent; -if ($args = reading_from_all_logs_at_once.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/logging-support/reading-from-all-logs-at-once/? permanent; +rewrite ^/revisions/current/docs/user-guide/create_the_example_database.htm /developers/documentation/product-guide/data-storage/server-side-data-storage/a-simple-example/create-the-example-database/? permanent; +if ($args = client_side_javascript.htm) { + rewrite ^ /developers/documentation/product-guide/data-storage/server-side-data-storage/a-simple-example/client-side-javascript/? permanent; } -rewrite ^/revisions/current/docs/user-guide/reading_from_all_logs_at_once.htm /developers/documentation/product-guide/advanced-features/logging-support/reading-from-all-logs-at-once/? permanent; -if ($args = writing_to_the_log.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/logging-support/writing-to-the-log/? permanent; +rewrite ^/revisions/current/docs/user-guide/client_side_javascript.htm /developers/documentation/product-guide/data-storage/server-side-data-storage/a-simple-example/client-side-javascript/? permanent; +if ($args = a_simple_example.htm) { + rewrite ^ /developers/documentation/product-guide/data-storage/server-side-data-storage/a-simple-example/? permanent; } -rewrite ^/revisions/current/docs/user-guide/writing_to_the_log.htm /developers/documentation/product-guide/advanced-features/logging-support/writing-to-the-log/? permanent; -if ($args = logging_support.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/logging-support/? permanent; +rewrite ^/revisions/current/docs/user-guide/a_simple_example.htm /developers/documentation/product-guide/data-storage/server-side-data-storage/a-simple-example/? permanent; +if ($args = security_and_sql_injection.htm) { + rewrite ^ /developers/documentation/product-guide/data-storage/server-side-data-storage/security-and-sql-injection/? permanent; } -rewrite ^/revisions/current/docs/user-guide/logging_support.htm /developers/documentation/product-guide/advanced-features/logging-support/? permanent; -if ($args = adding_one_or_more_languages.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/multi-language-apps/adding-one-or-more-languages/? permanent; +rewrite ^/revisions/current/docs/user-guide/security_and_sql_injection.htm /developers/documentation/product-guide/data-storage/server-side-data-storage/security-and-sql-injection/? permanent; +if ($args = important_points_before_you_st.htm) { + rewrite ^ /developers/documentation/product-guide/data-storage/server-side-data-storage/important-points-before-you-st/? permanent; } -rewrite ^/revisions/current/docs/user-guide/adding_one_or_more_languages.htm /developers/documentation/product-guide/advanced-features/multi-language-apps/adding-one-or-more-languages/? permanent; -if ($args = auto_translation.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/multi-language-apps/auto-translation/? permanent; +rewrite ^/revisions/current/docs/user-guide/important_points_before_you_st.htm /developers/documentation/product-guide/data-storage/server-side-data-storage/important-points-before-you-st/? permanent; +if ($args = error_handling.htm) { + rewrite ^ /developers/documentation/product-guide/data-storage/server-side-data-storage/error-handling/? permanent; } -rewrite ^/revisions/current/docs/user-guide/auto_translation.htm /developers/documentation/product-guide/advanced-features/multi-language-apps/auto-translation/? permanent; -if ($args = auto_vs__manual_language_switc.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/multi-language-apps/auto-vs-manual-language-switc/? permanent; +rewrite ^/revisions/current/docs/user-guide/error_handling.htm /developers/documentation/product-guide/data-storage/server-side-data-storage/error-handling/? permanent; +if ($args = handling_sql_expressions.htm) { + rewrite ^ /developers/documentation/product-guide/data-storage/server-side-data-storage/handling-sql-expressions/? permanent; } -rewrite ^/revisions/current/docs/user-guide/auto_vs__manual_language_switc.htm /developers/documentation/product-guide/advanced-features/multi-language-apps/auto-vs-manual-language-switc/? permanent; -if ($args = relevant_api_methods.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/multi-language-apps/relevant-api-methods/? permanent; +rewrite ^/revisions/current/docs/user-guide/handling_sql_expressions.htm /developers/documentation/product-guide/data-storage/server-side-data-storage/handling-sql-expressions/? permanent; +if ($args = callbacks_to_your_client_scrip.htm) { + rewrite ^ /developers/documentation/product-guide/data-storage/server-side-data-storage/callbacks-to-your-client-scrip/? permanent; } -rewrite ^/revisions/current/docs/user-guide/relevant_api_methods.htm /developers/documentation/product-guide/advanced-features/multi-language-apps/relevant-api-methods/? permanent; -if ($args = setting_for_auto_language_dete.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/multi-language-apps/setting-for-auto-language-dete/? permanent; +rewrite ^/revisions/current/docs/user-guide/callbacks_to_your_client_scrip.htm /developers/documentation/product-guide/data-storage/server-side-data-storage/callbacks-to-your-client-scrip/? permanent; +if ($args = exposing_your_ssj_db_handlers_.htm) { + rewrite ^ /developers/documentation/product-guide/data-storage/server-side-data-storage/exposing-your-ssj-db-handlers/? permanent; } -rewrite ^/revisions/current/docs/user-guide/setting_for_auto_language_dete.htm /developers/documentation/product-guide/advanced-features/multi-language-apps/setting-for-auto-language-dete/? permanent; -if ($args = switching_languages_in_the_ide.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/multi-language-apps/switching-languages-in-the-ide/? permanent; +rewrite ^/revisions/current/docs/user-guide/exposing_your_ssj_db_handlers_.htm /developers/documentation/product-guide/data-storage/server-side-data-storage/exposing-your-ssj-db-handlers/? permanent; +if ($args = getting_widget_data_into_an_ob.htm) { + rewrite ^ /developers/documentation/product-guide/data-storage/server-side-data-storage/getting-widget-data-into-an-ob/? permanent; } -rewrite ^/revisions/current/docs/user-guide/switching_languages_in_the_ide.htm /developers/documentation/product-guide/advanced-features/multi-language-apps/switching-languages-in-the-ide/? permanent; -if ($args = tokens.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/multi-language-apps/tokens/? permanent; +rewrite ^/revisions/current/docs/user-guide/getting_widget_data_into_an_ob.htm /developers/documentation/product-guide/data-storage/server-side-data-storage/getting-widget-data-into-an-ob/? permanent; +if ($args = data_storage2.htm) { + rewrite ^ /developers/documentation/product-guide/data-storage/server-side-data-storage/? permanent; } -rewrite ^/revisions/current/docs/user-guide/tokens.htm /developers/documentation/product-guide/advanced-features/multi-language-apps/tokens/? permanent; -if ($args = multi_language_apps.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/multi-language-apps/? permanent; +rewrite ^/revisions/current/docs/user-guide/data_storage2.htm /developers/documentation/product-guide/data-storage/server-side-data-storage/? permanent; +if ($args = cookie_storage.htm) { + rewrite ^ /developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/cookie-storage/? permanent; } -rewrite ^/revisions/current/docs/user-guide/multi_language_apps.htm /developers/documentation/product-guide/advanced-features/multi-language-apps/? permanent; -if ($args = dropbox.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/oauth/app-key-and-app-secret/dropbox/? permanent; +rewrite ^/revisions/current/docs/user-guide/cookie_storage.htm /developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/cookie-storage/? permanent; +if ($args = websql__sqlite.htm) { + rewrite ^ /developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/websql-sqlite/? permanent; } -rewrite ^/revisions/current/docs/user-guide/dropbox.htm /developers/documentation/product-guide/advanced-features/oauth/app-key-and-app-secret/dropbox/? permanent; -if ($args = facebook.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/oauth/app-key-and-app-secret/facebook/? permanent; +rewrite ^/revisions/current/docs/user-guide/websql__sqlite.htm /developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/websql-sqlite/? permanent; +if ($args = local_storage_example.htm) { + rewrite ^ /developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/local-storage-example/? permanent; } -rewrite ^/revisions/current/docs/user-guide/facebook.htm /developers/documentation/product-guide/advanced-features/oauth/app-key-and-app-secret/facebook/? permanent; -if ($args = twitter.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/oauth/app-key-and-app-secret/twitter/? permanent; +rewrite ^/revisions/current/docs/user-guide/local_storage_example.htm /developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/local-storage-example/? permanent; +if ($args = our_recommendation.htm) { + rewrite ^ /developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/our-recommendation/? permanent; } -rewrite ^/revisions/current/docs/user-guide/twitter.htm /developers/documentation/product-guide/advanced-features/oauth/app-key-and-app-secret/twitter/? permanent; -if ($args = app_key_and_app_secret.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/oauth/app-key-and-app-secret/? permanent; +rewrite ^/revisions/current/docs/user-guide/our_recommendation.htm /developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/our-recommendation/? permanent; +if ($args = sqlite.htm) { + rewrite ^ /developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/sqlite/? permanent; } -rewrite ^/revisions/current/docs/user-guide/app_key_and_app_secret.htm /developers/documentation/product-guide/advanced-features/oauth/app-key-and-app-secret/? permanent; - - - -if ($args = oauth2.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/oauth/? permanent; +rewrite ^/revisions/current/docs/user-guide/sqlite.htm /developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/sqlite/? permanent; +if ($args = mobile__client_side_data_stora.htm) { + rewrite ^ /developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/? permanent; } -rewrite ^/revisions/current/docs/user-guide/oauth2.htm /developers/documentation/product-guide/advanced-features/oauth/? permanent; - - - - - - - - - +rewrite ^/revisions/current/docs/user-guide/mobile__client_side_data_stora.htm /developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/? permanent; +if ($args = data_storage3.htm) { + rewrite ^ /developers/documentation/product-guide/data-storage/? permanent; +} +rewrite ^/revisions/current/docs/user-guide/data_storage3.htm /developers/documentation/product-guide/data-storage/? permanent; if ($args = passing_data_to_apps_in_the_qu.htm) { rewrite ^ /developers/documentation/product-guide/advanced-features/passing-parameters-into-apps/passing-data-to-apps-in-the-qu/? permanent; } @@ -1226,1816 +1177,1874 @@ if ($args = passing_in_data_with_embedded_.htm) { rewrite ^ /developers/documentation/product-guide/advanced-features/passing-parameters-into-apps/passing-in-data-with-embedded/? permanent; } rewrite ^/revisions/current/docs/user-guide/passing_in_data_with_embedded_.htm /developers/documentation/product-guide/advanced-features/passing-parameters-into-apps/passing-in-data-with-embedded/? permanent; -if ($args = reading_querystring_parameters.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/passing-parameters-into-apps/reading-querystring-parameters/? permanent; -} -rewrite ^/revisions/current/docs/user-guide/reading_querystring_parameters.htm /developers/documentation/product-guide/advanced-features/passing-parameters-into-apps/reading-querystring-parameters/? permanent; if ($args = user_parameter_groups.htm) { rewrite ^ /developers/documentation/product-guide/advanced-features/passing-parameters-into-apps/user-parameter-groups/? permanent; } rewrite ^/revisions/current/docs/user-guide/user_parameter_groups.htm /developers/documentation/product-guide/advanced-features/passing-parameters-into-apps/user-parameter-groups/? permanent; +if ($args = reading_querystring_parameters.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/passing-parameters-into-apps/reading-querystring-parameters/? permanent; +} +rewrite ^/revisions/current/docs/user-guide/reading_querystring_parameters.htm /developers/documentation/product-guide/advanced-features/passing-parameters-into-apps/reading-querystring-parameters/? permanent; if ($args = passing_parameters_into_apps.htm) { rewrite ^ /developers/documentation/product-guide/advanced-features/passing-parameters-into-apps/? permanent; } rewrite ^/revisions/current/docs/user-guide/passing_parameters_into_apps.htm /developers/documentation/product-guide/advanced-features/passing-parameters-into-apps/? permanent; -if ($args = beta_limitations.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/printing/beta-limitations/? permanent; +if ($args = how_to_display_in_new_window.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/deploying-embedding-apps/how-to-display-in-new-window/? permanent; } -rewrite ^/revisions/current/docs/user-guide/beta_limitations.htm /developers/documentation/product-guide/advanced-features/printing/beta-limitations/? permanent; -if ($args = printing_current_instance_data.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/printing/printing-current-instance-data/? permanent; +rewrite ^/revisions/current/docs/user-guide/how_to_display_in_new_window.htm /developers/documentation/product-guide/advanced-features/deploying-embedding-apps/how-to-display-in-new-window/? permanent; +if ($args = how_to_deploy_apps_to_your_own.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/deploying-embedding-apps/how-to-deploy-apps-to-your-own/? permanent; } -rewrite ^/revisions/current/docs/user-guide/printing_current_instance_data.htm /developers/documentation/product-guide/advanced-features/printing/printing-current-instance-data/? permanent; -if ($args = printing_examples.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/printing/printing-examples/? permanent; +rewrite ^/revisions/current/docs/user-guide/how_to_deploy_apps_to_your_own.htm /developers/documentation/product-guide/advanced-features/deploying-embedding-apps/how-to-deploy-apps-to-your-own/? permanent; +if ($args = granting_access_to_an_app.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/deploying-embedding-apps/granting-access-to-an-app/? permanent; } -rewrite ^/revisions/current/docs/user-guide/printing_examples.htm /developers/documentation/product-guide/advanced-features/printing/printing-examples/? permanent; -if ($args = printing_strategies.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/printing/printing-strategies/? permanent; +rewrite ^/revisions/current/docs/user-guide/granting_access_to_an_app.htm /developers/documentation/product-guide/advanced-features/deploying-embedding-apps/granting-access-to-an-app/? permanent; +if ($args = how_to_embed.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/deploying-embedding-apps/how-to-embed/? permanent; } -rewrite ^/revisions/current/docs/user-guide/printing_strategies.htm /developers/documentation/product-guide/advanced-features/printing/printing-strategies/? permanent; -if ($args = printing.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/printing/? permanent; +rewrite ^/revisions/current/docs/user-guide/how_to_embed.htm /developers/documentation/product-guide/advanced-features/deploying-embedding-apps/how-to-embed/? permanent; +if ($args = deploying_appps.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/deploying-embedding-apps/? permanent; } -rewrite ^/revisions/current/docs/user-guide/printing.htm /developers/documentation/product-guide/advanced-features/printing/? permanent; -if ($args = pro_account_advertising.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/pro-account-advertising/? permanent; +rewrite ^/revisions/current/docs/user-guide/deploying_appps.htm /developers/documentation/product-guide/advanced-features/deploying-embedding-apps/? permanent; + +if ($args = payment_parameters.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/credit-card-payment-processing/payment-parameters/? permanent; } -rewrite ^/revisions/current/docs/user-guide/pro_account_advertising.htm /developers/documentation/product-guide/advanced-features/pro-account-advertising/? permanent; -if ($args = debugging.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/testing-apps/debugging/? permanent; +rewrite ^/revisions/current/docs/user-guide/payment_parameters.htm /developers/documentation/product-guide/advanced-features/credit-card-payment-processing/payment-parameters/? permanent; +if ($args = client_side_code.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/credit-card-payment-processing/client-side-code/? permanent; } -rewrite ^/revisions/current/docs/user-guide/debugging.htm /developers/documentation/product-guide/advanced-features/testing-apps/debugging/? permanent; -if ($args = preview_app.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/testing-apps/preview-app/? permanent; +rewrite ^/revisions/current/docs/user-guide/client_side_code.htm /developers/documentation/product-guide/advanced-features/credit-card-payment-processing/client-side-code/? permanent; +if ($args = sandbox_test_mode.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/credit-card-payment-processing/sandbox-test-mode/? permanent; } -rewrite ^/revisions/current/docs/user-guide/preview_app.htm /developers/documentation/product-guide/advanced-features/testing-apps/preview-app/? permanent; -if ($args = run_in_live_mode.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/testing-apps/run-in-live-mode/? permanent; +rewrite ^/revisions/current/docs/user-guide/sandbox_test_mode.htm /developers/documentation/product-guide/advanced-features/credit-card-payment-processing/sandbox-test-mode/? permanent; +if ($args = server_side_code.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/credit-card-payment-processing/server-side-code/? permanent; } -rewrite ^/revisions/current/docs/user-guide/run_in_live_mode.htm /developers/documentation/product-guide/advanced-features/testing-apps/run-in-live-mode/? permanent; -if ($args = testing_apps.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/testing-apps/? permanent; +rewrite ^/revisions/current/docs/user-guide/server_side_code.htm /developers/documentation/product-guide/advanced-features/credit-card-payment-processing/server-side-code/? permanent; +if ($args = process_overview.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/credit-card-payment-processing/process-overview/? permanent; } -rewrite ^/revisions/current/docs/user-guide/testing_apps.htm /developers/documentation/product-guide/advanced-features/testing-apps/? permanent; -if ($args = display_hourglass_over.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/twirly-thing-hourglass/display-hourglass-over/? permanent; +rewrite ^/revisions/current/docs/user-guide/process_overview.htm /developers/documentation/product-guide/advanced-features/credit-card-payment-processing/process-overview/? permanent; +if ($args = be_secure.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/credit-card-payment-processing/be-secure/? permanent; } -rewrite ^/revisions/current/docs/user-guide/display_hourglass_over.htm /developers/documentation/product-guide/advanced-features/twirly-thing-hourglass/display-hourglass-over/? permanent; -if ($args = twirly_thing.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/twirly-thing-hourglass/twirly-thing/? permanent; +rewrite ^/revisions/current/docs/user-guide/be_secure.htm /developers/documentation/product-guide/advanced-features/credit-card-payment-processing/be-secure/? permanent; +if ($args = credit_card_payment_processing.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/credit-card-payment-processing/? permanent; } -rewrite ^/revisions/current/docs/user-guide/twirly_thing.htm /developers/documentation/product-guide/advanced-features/twirly-thing-hourglass/twirly-thing/? permanent; -if ($args = twirly_thing_hourglass.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/twirly-thing-hourglass/? permanent; +rewrite ^/revisions/current/docs/user-guide/credit_card_payment_processing.htm /developers/documentation/product-guide/advanced-features/credit-card-payment-processing/? permanent; + + + +if ($args = facebook.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/oauth/app-key-and-app-secret/facebook/? permanent; } -rewrite ^/revisions/current/docs/user-guide/twirly_thing_hourglass.htm /developers/documentation/product-guide/advanced-features/twirly-thing-hourglass/? permanent; -if ($args = accessing_assignments_in_queri.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/workflow/accessing-assignments-in-queri/? permanent; +rewrite ^/revisions/current/docs/user-guide/facebook.htm /developers/documentation/product-guide/advanced-features/oauth/app-key-and-app-secret/facebook/? permanent; +if ($args = twitter.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/oauth/app-key-and-app-secret/twitter/? permanent; } -rewrite ^/revisions/current/docs/user-guide/accessing_assignments_in_queri.htm /developers/documentation/product-guide/advanced-features/workflow/accessing-assignments-in-queri/? permanent; -if ($args = attention_levels.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/workflow/attention-levels/? permanent; +rewrite ^/revisions/current/docs/user-guide/twitter.htm /developers/documentation/product-guide/advanced-features/oauth/app-key-and-app-secret/twitter/? permanent; +if ($args = dropbox.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/oauth/app-key-and-app-secret/dropbox/? permanent; } -rewrite ^/revisions/current/docs/user-guide/attention_levels.htm /developers/documentation/product-guide/advanced-features/workflow/attention-levels/? permanent; -if ($args = coding_it_all_up.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/workflow/coding-it-all-up/? permanent; +rewrite ^/revisions/current/docs/user-guide/dropbox.htm /developers/documentation/product-guide/advanced-features/oauth/app-key-and-app-secret/dropbox/? permanent; +if ($args = app_key_and_app_secret.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/oauth/app-key-and-app-secret/? permanent; } -rewrite ^/revisions/current/docs/user-guide/coding_it_all_up.htm /developers/documentation/product-guide/advanced-features/workflow/coding-it-all-up/? permanent; -if ($args = notification_server.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/workflow/notification-server/? permanent; +rewrite ^/revisions/current/docs/user-guide/app_key_and_app_secret.htm /developers/documentation/product-guide/advanced-features/oauth/app-key-and-app-secret/? permanent; +if ($args = oauth2.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/oauth/? permanent; } -rewrite ^/revisions/current/docs/user-guide/notification_server.htm /developers/documentation/product-guide/advanced-features/workflow/notification-server/? permanent; -if ($args = roles__stages.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/workflow/roles-stages/? permanent; +rewrite ^/revisions/current/docs/user-guide/oauth2.htm /developers/documentation/product-guide/advanced-features/oauth/? permanent; +if ($args = system_wide_google_analytics_i.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/google-analytics/system-wide-google-analytics-i/? permanent; } -rewrite ^/revisions/current/docs/user-guide/roles__stages.htm /developers/documentation/product-guide/advanced-features/workflow/roles-stages/? permanent; -if ($args = server_side_rules.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/workflow/server-side-rules/? permanent; +rewrite ^/revisions/current/docs/user-guide/system_wide_google_analytics_i.htm /developers/documentation/product-guide/advanced-features/google-analytics/system-wide-google-analytics-i/? permanent; +if ($args = app_gatrack.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/google-analytics/app-gatrack/? permanent; } -rewrite ^/revisions/current/docs/user-guide/server_side_rules.htm /developers/documentation/product-guide/advanced-features/workflow/server-side-rules/? permanent; -if ($args = viewing_your_assignments.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/workflow/viewing-your-assignments/? permanent; +rewrite ^/revisions/current/docs/user-guide/app_gatrack.htm /developers/documentation/product-guide/advanced-features/google-analytics/app-gatrack/? permanent; +if ($args = page_based_tracking_code.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/google-analytics/page-based-tracking-code/? permanent; } -rewrite ^/revisions/current/docs/user-guide/viewing_your_assignments.htm /developers/documentation/product-guide/advanced-features/workflow/viewing-your-assignments/? permanent; -if ($args = viewing_your_notifications.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/workflow/viewing-your-notifications/? permanent; +rewrite ^/revisions/current/docs/user-guide/page_based_tracking_code.htm /developers/documentation/product-guide/advanced-features/google-analytics/page-based-tracking-code/? permanent; +if ($args = google_analytics_id_override_p.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/google-analytics/google-analytics-id-override-p/? permanent; } -rewrite ^/revisions/current/docs/user-guide/viewing_your_notifications.htm /developers/documentation/product-guide/advanced-features/workflow/viewing-your-notifications/? permanent; -if ($args = workflow_diagram.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/workflow/workflow-diagram/? permanent; +rewrite ^/revisions/current/docs/user-guide/google_analytics_id_override_p.htm /developers/documentation/product-guide/advanced-features/google-analytics/google-analytics-id-override-p/? permanent; +if ($args = google_analytics.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/google-analytics/? permanent; } -rewrite ^/revisions/current/docs/user-guide/workflow_diagram.htm /developers/documentation/product-guide/advanced-features/workflow/workflow-diagram/? permanent; -if ($args = workflow.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/workflow/? permanent; +rewrite ^/revisions/current/docs/user-guide/google_analytics.htm /developers/documentation/product-guide/advanced-features/google-analytics/? permanent; +if ($args = instance_linking.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/instance-linking/? permanent; } -rewrite ^/revisions/current/docs/user-guide/workflow.htm /developers/documentation/product-guide/advanced-features/workflow/? permanent; - -if ($args = advfeatures.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-features/? permanent; +rewrite ^/revisions/current/docs/user-guide/instance_linking.htm /developers/documentation/product-guide/advanced-features/data-storage-management/instance-linking/? permanent; +if ($args = crud___create_read_update_dele.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/crud--create-read-update-dele/? permanent; } -rewrite ^/revisions/current/docs/user-guide/advfeatures.htm /developers/documentation/product-guide/advanced-features/? permanent; -if ($args = adding_data_from_data_views.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/calendar-widget/adding-data-from-data-views/? permanent; +rewrite ^/revisions/current/docs/user-guide/crud___create_read_update_dele.htm /developers/documentation/product-guide/advanced-features/data-storage-management/crud--create-read-update-dele/? permanent; +if ($args = ac_storage_or_your_own_backend.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/ac-storage-or-your-own-backend/? permanent; +} +rewrite ^/revisions/current/docs/user-guide/ac_storage_or_your_own_backend.htm /developers/documentation/product-guide/advanced-features/data-storage-management/ac-storage-or-your-own-backend/? permanent; +if ($args = instance_names.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/instance-names/? permanent; +} +rewrite ^/revisions/current/docs/user-guide/instance_names.htm /developers/documentation/product-guide/advanced-features/data-storage-management/instance-names/? permanent; +if ($args = reporting_rdb_data.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/how-to-report-on-app-data/to-use-cdb-or-rdb-data/reporting-rdb-data/? permanent; +} +rewrite ^/revisions/current/docs/user-guide/reporting_rdb_data.htm /developers/documentation/product-guide/advanced-features/data-storage-management/how-to-report-on-app-data/to-use-cdb-or-rdb-data/reporting-rdb-data/? permanent; +if ($args = instance_cdb_data.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/how-to-report-on-app-data/to-use-cdb-or-rdb-data/instance-cdb-data/? permanent; +} +rewrite ^/revisions/current/docs/user-guide/instance_cdb_data.htm /developers/documentation/product-guide/advanced-features/data-storage-management/how-to-report-on-app-data/to-use-cdb-or-rdb-data/instance-cdb-data/? permanent; +if ($args = to_use_cdb_or_rdb_data.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/how-to-report-on-app-data/to-use-cdb-or-rdb-data/? permanent; +} +rewrite ^/revisions/current/docs/user-guide/to_use_cdb_or_rdb_data.htm /developers/documentation/product-guide/advanced-features/data-storage-management/how-to-report-on-app-data/to-use-cdb-or-rdb-data/? permanent; +if ($args = how_to_report_on_app_data.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/how-to-report-on-app-data/? permanent; +} +rewrite ^/revisions/current/docs/user-guide/how_to_report_on_app_data.htm /developers/documentation/product-guide/advanced-features/data-storage-management/how-to-report-on-app-data/? permanent; +if ($args = how_crud_works_for_external_da.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/how-crud-works-for-external-da/? permanent; } -rewrite ^/revisions/current/docs/user-guide/adding_data_from_data_views.htm /developers/documentation/product-guide/advanced-important-widgets/calendar-widget/adding-data-from-data-views/? permanent; -if ($args = adding_data_from_javascript.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/calendar-widget/adding-data-from-javascript/? permanent; +rewrite ^/revisions/current/docs/user-guide/how_crud_works_for_external_da.htm /developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/how-crud-works-for-external-da/? permanent; +if ($args = crud_on_external_databases.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/crud-on-external-databases/? permanent; } -rewrite ^/revisions/current/docs/user-guide/adding_data_from_javascript.htm /developers/documentation/product-guide/advanced-important-widgets/calendar-widget/adding-data-from-javascript/? permanent; -if ($args = calendarevents.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/calendar-widget/property-method-and-event-summary/calendarevents/? permanent; +rewrite ^/revisions/current/docs/user-guide/crud_on_external_databases.htm /developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/crud-on-external-databases/? permanent; +if ($args = synopsis_of_crud_operations_on.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/synopsis-of-crud-operations-on/? permanent; } -rewrite ^/revisions/current/docs/user-guide/calendarevents.htm /developers/documentation/product-guide/advanced-important-widgets/calendar-widget/property-method-and-event-summary/calendarevents/? permanent; -if ($args = calendarmethods.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/calendar-widget/property-method-and-event-summary/calendarmethods/? permanent; +rewrite ^/revisions/current/docs/user-guide/synopsis_of_crud_operations_on.htm /developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/synopsis-of-crud-operations-on/? permanent; +if ($args = permissions.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/permissions/? permanent; } -rewrite ^/revisions/current/docs/user-guide/calendarmethods.htm /developers/documentation/product-guide/advanced-important-widgets/calendar-widget/property-method-and-event-summary/calendarmethods/? permanent; -if ($args = calendarproperties.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/calendar-widget/property-method-and-event-summary/calendarproperties/? permanent; +rewrite ^/revisions/current/docs/user-guide/permissions.htm /developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/permissions/? permanent; +if ($args = example_crud_calls2.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/example-crud-calls2/? permanent; } -rewrite ^/revisions/current/docs/user-guide/calendarproperties.htm /developers/documentation/product-guide/advanced-important-widgets/calendar-widget/property-method-and-event-summary/calendarproperties/? permanent; -if ($args = cal_property__methods__event.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/calendar-widget/property-method-and-event-summary/? permanent; +rewrite ^/revisions/current/docs/user-guide/example_crud_calls2.htm /developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/example-crud-calls2/? permanent; +if ($args = using_external_databases.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/? permanent; } -rewrite ^/revisions/current/docs/user-guide/cal_property__methods__event.htm /developers/documentation/product-guide/advanced-important-widgets/calendar-widget/property-method-and-event-summary/? permanent; -if ($args = calendar_widget.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/calendar-widget/? permanent; +rewrite ^/revisions/current/docs/user-guide/using_external_databases.htm /developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/? permanent; +if ($args = setting_up_grids_to_edit_forei.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/setting-up-grids-to-edit-forei/? permanent; } -rewrite ^/revisions/current/docs/user-guide/calendar_widget.htm /developers/documentation/product-guide/advanced-important-widgets/calendar-widget/? permanent; -if ($args = events2_2.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/circle-menu-widget/property-method-and-event-summary/events/? permanent; +rewrite ^/revisions/current/docs/user-guide/setting_up_grids_to_edit_forei.htm /developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/setting-up-grids-to-edit-forei/? permanent; +if ($args = crud__filtering.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/crud-filtering/? permanent; } -rewrite ^/revisions/current/docs/user-guide/events2_2.htm /developers/documentation/product-guide/advanced-important-widgets/circle-menu-widget/property-method-and-event-summary/events/? permanent; -if ($args = methods2_2.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/circle-menu-widget/property-method-and-event-summary/methods/? permanent; +rewrite ^/revisions/current/docs/user-guide/crud__filtering.htm /developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/crud-filtering/? permanent; +if ($args = synopsis.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/synopsis/? permanent; } -rewrite ^/revisions/current/docs/user-guide/methods2_2.htm /developers/documentation/product-guide/advanced-important-widgets/circle-menu-widget/property-method-and-event-summary/methods/? permanent; -if ($args = properties3_2.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/circle-menu-widget/property-method-and-event-summary/properties/? permanent; +rewrite ^/revisions/current/docs/user-guide/synopsis.htm /developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/synopsis/? permanent; +if ($args = how_crud_works.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/how-crud-works/? permanent; } -rewrite ^/revisions/current/docs/user-guide/properties3_2.htm /developers/documentation/product-guide/advanced-important-widgets/circle-menu-widget/property-method-and-event-summary/properties/? permanent; -if ($args = property__method_and_event_sum_2.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/circle-menu-widget/property-method-and-event-summary/? permanent; +rewrite ^/revisions/current/docs/user-guide/how_crud_works.htm /developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/how-crud-works/? permanent; +if ($args = joined_app_queries.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/joined-app-queries/? permanent; } -rewrite ^/revisions/current/docs/user-guide/property__method_and_event_sum_2.htm /developers/documentation/product-guide/advanced-important-widgets/circle-menu-widget/property-method-and-event-summary/? permanent; -if ($args = circular_menu.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/circle-menu-widget/? permanent; +rewrite ^/revisions/current/docs/user-guide/joined_app_queries.htm /developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/joined-app-queries/? permanent; +if ($args = example_crud_calls.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/example-crud-calls/? permanent; } -rewrite ^/revisions/current/docs/user-guide/circular_menu.htm /developers/documentation/product-guide/advanced-important-widgets/circle-menu-widget/? permanent; -if ($args = credit_card_payments.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/credit-card-payments/? permanent; +rewrite ^/revisions/current/docs/user-guide/example_crud_calls.htm /developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/example-crud-calls/? permanent; +if ($args = crud_permissions.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/crud-permissions/? permanent; } -rewrite ^/revisions/current/docs/user-guide/credit_card_payments.htm /developers/documentation/product-guide/advanced-important-widgets/credit-card-payments/? permanent; -if ($args = advanced___accessing_the_googl.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/advanced--accessing-the-googl/? permanent; +rewrite ^/revisions/current/docs/user-guide/crud_permissions.htm /developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/crud-permissions/? permanent; +if ($args = crud_on_local_instances.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/crud-on-local-instances/? permanent; } -rewrite ^/revisions/current/docs/user-guide/advanced___accessing_the_googl.htm /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/advanced--accessing-the-googl/? permanent; -if ($args = data_integration_with_the_maps.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/data-integration-with-the-maps/? permanent; +rewrite ^/revisions/current/docs/user-guide/crud_on_local_instances.htm /developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/crud-on-local-instances/? permanent; +if ($args = using_ac_app_storage.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/? permanent; } -rewrite ^/revisions/current/docs/user-guide/data_integration_with_the_maps.htm /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/data-integration-with-the-maps/? permanent; -if ($args = getting_a_coordinate_from_an_a.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/getting-a-coordinate-from-an-a/? permanent; +rewrite ^/revisions/current/docs/user-guide/using_ac_app_storage.htm /developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/? permanent; +if ($args = crud_in_detail.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/? permanent; } -rewrite ^/revisions/current/docs/user-guide/getting_a_coordinate_from_an_a.htm /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/getting-a-coordinate-from-an-a/? permanent; -if ($args = getting_an_address_from_a_coor.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/getting-an-address-from-a-coor/? permanent; +rewrite ^/revisions/current/docs/user-guide/crud_in_detail.htm /developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/? permanent; +if ($args = look_before_you_leap.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/look-before-you-leap/? permanent; } -rewrite ^/revisions/current/docs/user-guide/getting_an_address_from_a_coor.htm /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/getting-an-address-from-a-coor/? permanent; -if ($args = getting_directions.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/getting-directions/? permanent; +rewrite ^/revisions/current/docs/user-guide/look_before_you_leap.htm /developers/documentation/product-guide/advanced-features/data-storage-management/look-before-you-leap/? permanent; +if ($args = instance_handling_with_javascr.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-javascr/? permanent; } -rewrite ^/revisions/current/docs/user-guide/getting_directions.htm /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/getting-directions/? permanent; -if ($args = googleadsense.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/googleadsense/? permanent; +rewrite ^/revisions/current/docs/user-guide/instance_handling_with_javascr.htm /developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-javascr/? permanent; +if ($args = on_pre_submit.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-submit-button/what-happens-after-the-instance-is-saved/using-application-craft-events/on-pre-submit/? permanent; } -rewrite ^/revisions/current/docs/user-guide/googleadsense.htm /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/googleadsense/? permanent; -if ($args = map_controls.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/map-controls/? permanent; +rewrite ^/revisions/current/docs/user-guide/on_pre_submit.htm /developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-submit-button/what-happens-after-the-instance-is-saved/using-application-craft-events/on-pre-submit/? permanent; +if ($args = on_submitted.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-submit-button/what-happens-after-the-instance-is-saved/using-application-craft-events/on-submitted/? permanent; } -rewrite ^/revisions/current/docs/user-guide/map_controls.htm /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/map-controls/? permanent; -if ($args = map_styles.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/map-styles/? permanent; +rewrite ^/revisions/current/docs/user-guide/on_submitted.htm /developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-submit-button/what-happens-after-the-instance-is-saved/using-application-craft-events/on-submitted/? permanent; +if ($args = using_ac_events.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-submit-button/what-happens-after-the-instance-is-saved/using-application-craft-events/? permanent; } -rewrite ^/revisions/current/docs/user-guide/map_styles.htm /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/map-styles/? permanent; -if ($args = gmapevents.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/property-event-method-summary/gmapevents/? permanent; +rewrite ^/revisions/current/docs/user-guide/using_ac_events.htm /developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-submit-button/what-happens-after-the-instance-is-saved/using-application-craft-events/? permanent; +if ($args = what_happens_after_the_instanc.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-submit-button/what-happens-after-the-instance-is-saved/? permanent; } -rewrite ^/revisions/current/docs/user-guide/gmapevents.htm /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/property-event-method-summary/gmapevents/? permanent; -if ($args = methods.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/property-event-method-summary/methods/? permanent; +rewrite ^/revisions/current/docs/user-guide/what_happens_after_the_instanc.htm /developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-submit-button/what-happens-after-the-instance-is-saved/? permanent; +if ($args = instance_handling_with_submit_.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-submit-button/? permanent; } -rewrite ^/revisions/current/docs/user-guide/methods.htm /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/property-event-method-summary/methods/? permanent; -if ($args = widget_properties.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/property-event-method-summary/widget-properties/? permanent; +rewrite ^/revisions/current/docs/user-guide/instance_handling_with_submit_.htm /developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-submit-button/? permanent; +if ($args = submitting_an_instance.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/? permanent; } -rewrite ^/revisions/current/docs/user-guide/widget_properties.htm /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/property-event-method-summary/widget-properties/? permanent; -if ($args = property__event__method_summar.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/property-event-method-summary/? permanent; +rewrite ^/revisions/current/docs/user-guide/submitting_an_instance.htm /developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/? permanent; +if ($args = configuring_your_app_for_data_.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/configuring-your-app-for-data/? permanent; } -rewrite ^/revisions/current/docs/user-guide/property__event__method_summar.htm /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/property-event-method-summary/? permanent; -if ($args = using_getdata_and_setdata.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/using-getdata-and-setdata/? permanent; +rewrite ^/revisions/current/docs/user-guide/configuring_your_app_for_data_.htm /developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/configuring-your-app-for-data/? permanent; +if ($args = standard_storage_procedures.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/? permanent; } -rewrite ^/revisions/current/docs/user-guide/using_getdata_and_setdata.htm /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/using-getdata-and-setdata/? permanent; -if ($args = using_getvalue_and_setvalue.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/using-getvalue-and-setvalue/? permanent; +rewrite ^/revisions/current/docs/user-guide/standard_storage_procedures.htm /developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/? permanent; +if ($args = automatically_created_relation.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/instance-relationships-in-detail/automatically-created-relation/? permanent; } -rewrite ^/revisions/current/docs/user-guide/using_getvalue_and_setvalue.htm /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/using-getvalue-and-setvalue/? permanent; -if ($args = using_populatewidget.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/using-populatewidget/? permanent; +rewrite ^/revisions/current/docs/user-guide/automatically_created_relation.htm /developers/documentation/product-guide/advanced-features/data-storage-management/instance-relationships-in-detail/automatically-created-relation/? permanent; +if ($args = defining_the_relationship.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/instance-relationships-in-detail/defining-the-relationship/? permanent; } -rewrite ^/revisions/current/docs/user-guide/using_populatewidget.htm /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/using-populatewidget/? permanent; -if ($args = circles.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/circles/? permanent; +rewrite ^/revisions/current/docs/user-guide/defining_the_relationship.htm /developers/documentation/product-guide/advanced-features/data-storage-management/instance-relationships-in-detail/defining-the-relationship/? permanent; +if ($args = queries_involving_related_apps.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/instance-relationships-in-detail/queries-involving-related-apps/? permanent; } -rewrite ^/revisions/current/docs/user-guide/circles.htm /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/circles/? permanent; -if ($args = identifying_overlays_for_oncli.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/identifying-overlays-for-oncli/? permanent; +rewrite ^/revisions/current/docs/user-guide/queries_involving_related_apps.htm /developers/documentation/product-guide/advanced-features/data-storage-management/instance-relationships-in-detail/queries-involving-related-apps/? permanent; +if ($args = manually_created_relationships.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/instance-relationships-in-detail/manually-created-relationships/? permanent; } -rewrite ^/revisions/current/docs/user-guide/identifying_overlays_for_oncli.htm /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/identifying-overlays-for-oncli/? permanent; -if ($args = markers_and_popup_windows.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/markers-and-popup-windows/? permanent; +rewrite ^/revisions/current/docs/user-guide/manually_created_relationships.htm /developers/documentation/product-guide/advanced-features/data-storage-management/instance-relationships-in-detail/manually-created-relationships/? permanent; +if ($args = instance_relationships_in_deta.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/instance-relationships-in-detail/? permanent; } -rewrite ^/revisions/current/docs/user-guide/markers_and_popup_windows.htm /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/markers-and-popup-windows/? permanent; -if ($args = polygons.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/polygons/? permanent; +rewrite ^/revisions/current/docs/user-guide/instance_relationships_in_deta.htm /developers/documentation/product-guide/advanced-features/data-storage-management/instance-relationships-in-detail/? permanent; +if ($args = reporting_database_rdb.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/how-is-data-stored/reporting-database-rdb/? permanent; } -rewrite ^/revisions/current/docs/user-guide/polygons.htm /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/polygons/? permanent; -if ($args = polylines.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/polylines/? permanent; +rewrite ^/revisions/current/docs/user-guide/reporting_database_rdb.htm /developers/documentation/product-guide/advanced-features/data-storage-management/how-is-data-stored/reporting-database-rdb/? permanent; +if ($args = core_database.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/how-is-data-stored/core-database/? permanent; } -rewrite ^/revisions/current/docs/user-guide/polylines.htm /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/polylines/? permanent; -if ($args = rectangles.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/rectangles/? permanent; +rewrite ^/revisions/current/docs/user-guide/core_database.htm /developers/documentation/product-guide/advanced-features/data-storage-management/how-is-data-stored/core-database/? permanent; +if ($args = how_is_data_stored.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/how-is-data-stored/? permanent; } -rewrite ^/revisions/current/docs/user-guide/rectangles.htm /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/rectangles/? permanent; -if ($args = removing_overlays.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/removing-overlays/? permanent; +rewrite ^/revisions/current/docs/user-guide/how_is_data_stored.htm /developers/documentation/product-guide/advanced-features/data-storage-management/how-is-data-stored/? permanent; +if ($args = violation_callbacks.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/uniqueness-and-integrity/violation-callbacks/? permanent; } -rewrite ^/revisions/current/docs/user-guide/removing_overlays.htm /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/removing-overlays/? permanent; -if ($args = using_getoverlays.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/using-getoverlays/? permanent; +rewrite ^/revisions/current/docs/user-guide/violation_callbacks.htm /developers/documentation/product-guide/advanced-features/data-storage-management/uniqueness-and-integrity/violation-callbacks/? permanent; +if ($args = violation_of_integrity_handlin.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/uniqueness-and-integrity/violation-of-integrity-handlin/? permanent; } -rewrite ^/revisions/current/docs/user-guide/using_getoverlays.htm /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/using-getoverlays/? permanent; -if ($args = working_with_overlays.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/? permanent; +rewrite ^/revisions/current/docs/user-guide/violation_of_integrity_handlin.htm /developers/documentation/product-guide/advanced-features/data-storage-management/uniqueness-and-integrity/violation-of-integrity-handlin/? permanent; +if ($args = violation_messages.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/uniqueness-and-integrity/violation-messages/? permanent; } -rewrite ^/revisions/current/docs/user-guide/working_with_overlays.htm /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/? permanent; -if ($args = google_v3_maps_widget.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/? permanent; +rewrite ^/revisions/current/docs/user-guide/violation_messages.htm /developers/documentation/product-guide/advanced-features/data-storage-management/uniqueness-and-integrity/violation-messages/? permanent; +if ($args = violation_highlighting.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/uniqueness-and-integrity/violation-highlighting/? permanent; } -rewrite ^/revisions/current/docs/user-guide/google_v3_maps_widget.htm /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/? permanent; -if ($args = emoticons.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/image-maps-and-emoticons/emoticons/? permanent; +rewrite ^/revisions/current/docs/user-guide/violation_highlighting.htm /developers/documentation/product-guide/advanced-features/data-storage-management/uniqueness-and-integrity/violation-highlighting/? permanent; +if ($args = uniqueness_and_integrity.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/uniqueness-and-integrity/? permanent; } -rewrite ^/revisions/current/docs/user-guide/emoticons.htm /developers/documentation/product-guide/advanced-important-widgets/image-maps-and-emoticons/emoticons/? permanent; -if ($args = image_maps.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/image-maps-and-emoticons/image-maps/? permanent; +rewrite ^/revisions/current/docs/user-guide/uniqueness_and_integrity.htm /developers/documentation/product-guide/advanced-features/data-storage-management/uniqueness-and-integrity/? permanent; +if ($args = dataapp_instances.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/dataapp-instances/? permanent; } -rewrite ^/revisions/current/docs/user-guide/image_maps.htm /developers/documentation/product-guide/advanced-important-widgets/image-maps-and-emoticons/image-maps/? permanent; -if ($args = image_maps_and_emoticons.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/image-maps-and-emoticons/? permanent; +rewrite ^/revisions/current/docs/user-guide/dataapp_instances.htm /developers/documentation/product-guide/advanced-features/data-storage-management/dataapp-instances/? permanent; +if ($args = data_storage.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-storage-management/? permanent; } -rewrite ^/revisions/current/docs/user-guide/image_maps_and_emoticons.htm /developers/documentation/product-guide/advanced-important-widgets/image-maps-and-emoticons/? permanent; -if ($args = large_and_small_mobile_buttons.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/large-and-small-mobile-buttons/? permanent; +rewrite ^/revisions/current/docs/user-guide/data_storage.htm /developers/documentation/product-guide/advanced-features/data-storage-management/? permanent; +if ($args = pro_account_advertising.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/pro-account-advertising/? permanent; } -rewrite ^/revisions/current/docs/user-guide/large_and_small_mobile_buttons.htm /developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/large-and-small-mobile-buttons/? permanent; -if ($args = changing_color_of_selected_ite.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-list-widget/changing-color-of-selected-ite/? permanent; +rewrite ^/revisions/current/docs/user-guide/pro_account_advertising.htm /developers/documentation/product-guide/advanced-features/pro-account-advertising/? permanent; + + + + +if ($args = display_hourglass_over.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/twirly-thing-hourglass/display-hourglass-over/? permanent; } -rewrite ^/revisions/current/docs/user-guide/changing_color_of_selected_ite.htm /developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-list-widget/changing-color-of-selected-ite/? permanent; -if ($args = font_formatting_of_list_conten.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-list-widget/font-formatting-of-list-conten/? permanent; +rewrite ^/revisions/current/docs/user-guide/display_hourglass_over.htm /developers/documentation/product-guide/advanced-features/twirly-thing-hourglass/display-hourglass-over/? permanent; +if ($args = twirly_thing.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/twirly-thing-hourglass/twirly-thing/? permanent; } -rewrite ^/revisions/current/docs/user-guide/font_formatting_of_list_conten.htm /developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-list-widget/font-formatting-of-list-conten/? permanent; -if ($args = list_items_dialog.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-list-widget/list-items-dialog/? permanent; +rewrite ^/revisions/current/docs/user-guide/twirly_thing.htm /developers/documentation/product-guide/advanced-features/twirly-thing-hourglass/twirly-thing/? permanent; +if ($args = twirly_thing_hourglass.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/twirly-thing-hourglass/? permanent; } -rewrite ^/revisions/current/docs/user-guide/list_items_dialog.htm /developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-list-widget/list-items-dialog/? permanent; -if ($args = populating_from_code.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-list-widget/populating-from-code/? permanent; +rewrite ^/revisions/current/docs/user-guide/twirly_thing_hourglass.htm /developers/documentation/product-guide/advanced-features/twirly-thing-hourglass/? permanent; +if ($args = attention_levels.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/workflow/attention-levels/? permanent; } -rewrite ^/revisions/current/docs/user-guide/populating_from_code.htm /developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-list-widget/populating-from-code/? permanent; -if ($args = mobile_list_widgets.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-list-widget/? permanent; +rewrite ^/revisions/current/docs/user-guide/attention_levels.htm /developers/documentation/product-guide/advanced-features/workflow/attention-levels/? permanent; +if ($args = roles__stages.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/workflow/roles-stages/? permanent; } -rewrite ^/revisions/current/docs/user-guide/mobile_list_widgets.htm /developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-list-widget/? permanent; -if ($args = mobile_navigation_toolbar.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-navigation-toolbar/? permanent; +rewrite ^/revisions/current/docs/user-guide/roles__stages.htm /developers/documentation/product-guide/advanced-features/workflow/roles-stages/? permanent; +if ($args = viewing_your_assignments.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/workflow/viewing-your-assignments/? permanent; } -rewrite ^/revisions/current/docs/user-guide/mobile_navigation_toolbar.htm /developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-navigation-toolbar/? permanent; -if ($args = mobile_toolbar.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-toolbar/? permanent; +rewrite ^/revisions/current/docs/user-guide/viewing_your_assignments.htm /developers/documentation/product-guide/advanced-features/workflow/viewing-your-assignments/? permanent; +if ($args = server_side_rules.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/workflow/server-side-rules/? permanent; } -rewrite ^/revisions/current/docs/user-guide/mobile_toolbar.htm /developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-toolbar/? permanent; -if ($args = important_mobile_widgets.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/? permanent; +rewrite ^/revisions/current/docs/user-guide/server_side_rules.htm /developers/documentation/product-guide/advanced-features/workflow/server-side-rules/? permanent; +if ($args = notification_server.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/workflow/notification-server/? permanent; } -rewrite ^/revisions/current/docs/user-guide/important_mobile_widgets.htm /developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/? permanent; -if ($args = adding_images_by_data_view.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/photoswipe/adding-images-by-data-view/? permanent; +rewrite ^/revisions/current/docs/user-guide/notification_server.htm /developers/documentation/product-guide/advanced-features/workflow/notification-server/? permanent; +if ($args = workflow_diagram.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/workflow/workflow-diagram/? permanent; } -rewrite ^/revisions/current/docs/user-guide/adding_images_by_data_view.htm /developers/documentation/product-guide/advanced-important-widgets/photoswipe/adding-images-by-data-view/? permanent; -if ($args = adding_images_by_dialog.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/photoswipe/adding-images-by-dialog/? permanent; +rewrite ^/revisions/current/docs/user-guide/workflow_diagram.htm /developers/documentation/product-guide/advanced-features/workflow/workflow-diagram/? permanent; +if ($args = viewing_your_notifications.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/workflow/viewing-your-notifications/? permanent; } -rewrite ^/revisions/current/docs/user-guide/adding_images_by_dialog.htm /developers/documentation/product-guide/advanced-important-widgets/photoswipe/adding-images-by-dialog/? permanent; -if ($args = adding_images_from_javascript.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/photoswipe/adding-images-from-javascript/? permanent; +rewrite ^/revisions/current/docs/user-guide/viewing_your_notifications.htm /developers/documentation/product-guide/advanced-features/workflow/viewing-your-notifications/? permanent; +if ($args = coding_it_all_up.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/workflow/coding-it-all-up/? permanent; } -rewrite ^/revisions/current/docs/user-guide/adding_images_from_javascript.htm /developers/documentation/product-guide/advanced-important-widgets/photoswipe/adding-images-from-javascript/? permanent; -if ($args = pswipeevents.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/photoswipe/property-methods-event-summary/pswipeevents/? permanent; +rewrite ^/revisions/current/docs/user-guide/coding_it_all_up.htm /developers/documentation/product-guide/advanced-features/workflow/coding-it-all-up/? permanent; +if ($args = accessing_assignments_in_queri.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/workflow/accessing-assignments-in-queri/? permanent; } -rewrite ^/revisions/current/docs/user-guide/pswipeevents.htm /developers/documentation/product-guide/advanced-important-widgets/photoswipe/property-methods-event-summary/pswipeevents/? permanent; -if ($args = pswipemethods.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/photoswipe/property-methods-event-summary/pswipemethods/? permanent; +rewrite ^/revisions/current/docs/user-guide/accessing_assignments_in_queri.htm /developers/documentation/product-guide/advanced-features/workflow/accessing-assignments-in-queri/? permanent; +if ($args = workflow.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/workflow/? permanent; } -rewrite ^/revisions/current/docs/user-guide/pswipemethods.htm /developers/documentation/product-guide/advanced-important-widgets/photoswipe/property-methods-event-summary/pswipemethods/? permanent; -if ($args = pswipeproperties.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/photoswipe/property-methods-event-summary/pswipeproperties/? permanent; +rewrite ^/revisions/current/docs/user-guide/workflow.htm /developers/documentation/product-guide/advanced-features/workflow/? permanent; + + + + + + + + + +if ($args = captcha.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/captcha/? permanent; } -rewrite ^/revisions/current/docs/user-guide/pswipeproperties.htm /developers/documentation/product-guide/advanced-important-widgets/photoswipe/property-methods-event-summary/pswipeproperties/? permanent; -if ($args = pswipeproperty__methods__event.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/photoswipe/property-methods-event-summary/? permanent; +rewrite ^/revisions/current/docs/user-guide/captcha.htm /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/captcha/? permanent; +if ($args = password.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/password/? permanent; } -rewrite ^/revisions/current/docs/user-guide/pswipeproperty__methods__event.htm /developers/documentation/product-guide/advanced-important-widgets/photoswipe/property-methods-event-summary/? permanent; -if ($args = advancedphotoswipe.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/photoswipe/? permanent; +rewrite ^/revisions/current/docs/user-guide/password.htm /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/password/? permanent; +if ($args = correct_app_permissions_for_au.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/correct-app-permissions-for-au/? permanent; } -rewrite ^/revisions/current/docs/user-guide/advancedphotoswipe.htm /developers/documentation/product-guide/advanced-important-widgets/photoswipe/? permanent; -if ($args = data_containers.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/power-widgets/data-containers/? permanent; +rewrite ^/revisions/current/docs/user-guide/correct_app_permissions_for_au.htm /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/correct-app-permissions-for-au/? permanent; +if ($args = sign_in.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/sign-in/? permanent; } -rewrite ^/revisions/current/docs/user-guide/data_containers.htm /developers/documentation/product-guide/advanced-important-widgets/power-widgets/data-containers/? permanent; -if ($args = powergrids.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/power-widgets/powergrids/? permanent; +rewrite ^/revisions/current/docs/user-guide/sign_in.htm /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/sign-in/? permanent; +if ($args = complete_code_including_settin.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/complete-code-including-settin/? permanent; } -rewrite ^/revisions/current/docs/user-guide/powergrids.htm /developers/documentation/product-guide/advanced-important-widgets/power-widgets/powergrids/? permanent; -if ($args = accessing_live_widget_data_fro.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/accessing-live-widget-data-fro/? permanent; +rewrite ^/revisions/current/docs/user-guide/complete_code_including_settin.htm /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/complete-code-including-settin/? permanent; +if ($args = accessing_user_data_in_other_a.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/accessing-user-data-in-other-a/? permanent; } -rewrite ^/revisions/current/docs/user-guide/accessing_live_widget_data_fro.htm /developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/accessing-live-widget-data-fro/? permanent; -if ($args = api_methods.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/api-methods/? permanent; +rewrite ^/revisions/current/docs/user-guide/accessing_user_data_in_other_a.htm /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/accessing-user-data-in-other-a/? permanent; +if ($args = setting_the_widget_storage.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/setting-the-widget-storage/? permanent; } -rewrite ^/revisions/current/docs/user-guide/api_methods.htm /developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/api-methods/? permanent; -if ($args = creating_the_repeater.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/creating-the-repeater/? permanent; +rewrite ^/revisions/current/docs/user-guide/setting_the_widget_storage.htm /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/setting-the-widget-storage/? permanent; +if ($args = copying_the_standard_authentic.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/copying-the-standard-authentic/? permanent; } -rewrite ^/revisions/current/docs/user-guide/creating_the_repeater.htm /developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/creating-the-repeater/? permanent; -if ($args = data_paging.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/data-paging/? permanent; +rewrite ^/revisions/current/docs/user-guide/copying_the_standard_authentic.htm /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/copying-the-standard-authentic/? permanent; +if ($args = creating_a_user_parameter_grou.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/creating-a-user-parameter-grou/? permanent; } -rewrite ^/revisions/current/docs/user-guide/data_paging.htm /developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/data-paging/? permanent; -if ($args = speed_considerations.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/speed-considerations/? permanent; +rewrite ^/revisions/current/docs/user-guide/creating_a_user_parameter_grou.htm /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/creating-a-user-parameter-grou/? permanent; +if ($args = switching_from_main_app_to_set.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/switching-from-main-app-to-set/? permanent; } -rewrite ^/revisions/current/docs/user-guide/speed_considerations.htm /developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/speed-considerations/? permanent; -if ($args = powerrepeater_containers.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/? permanent; +rewrite ^/revisions/current/docs/user-guide/switching_from_main_app_to_set.htm /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/switching-from-main-app-to-set/? permanent; +if ($args = checking_that_a_settings_recor.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/checking-that-a-settings-recor/? permanent; } -rewrite ^/revisions/current/docs/user-guide/powerrepeater_containers.htm /developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/? permanent; -if ($args = power_widgets.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/power-widgets/? permanent; +rewrite ^/revisions/current/docs/user-guide/checking_that_a_settings_recor.htm /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/checking-that-a-settings-recor/? permanent; +if ($args = adding_a_settings_page.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/? permanent; } -rewrite ^/revisions/current/docs/user-guide/power_widgets.htm /developers/documentation/product-guide/advanced-important-widgets/power-widgets/? permanent; -if ($args = events2_3.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/scandit-widget/property-method-and-event-summary/events2-3/? permanent; +rewrite ^/revisions/current/docs/user-guide/adding_a_settings_page.htm /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/? permanent; +if ($args = dedicated_authentication_app_s.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/typical-authentication-strategies/dedicated-authentication-app-s/? permanent; } -rewrite ^/revisions/current/docs/user-guide/events2_3.htm /developers/documentation/product-guide/advanced-important-widgets/scandit-widget/property-method-and-event-summary/events2-3/? permanent; -if ($args = methods2_3.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/scandit-widget/property-method-and-event-summary/methods2-3/? permanent; +rewrite ^/revisions/current/docs/user-guide/dedicated_authentication_app_s.htm /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/typical-authentication-strategies/dedicated-authentication-app-s/? permanent; +if ($args = using_on_login_app_for_all_app.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/typical-authentication-strategies/using-on-login-app-for-all-app/? permanent; } -rewrite ^/revisions/current/docs/user-guide/methods2_3.htm /developers/documentation/product-guide/advanced-important-widgets/scandit-widget/property-method-and-event-summary/methods2-3/? permanent; -if ($args = properties3_3.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/scandit-widget/property-method-and-event-summary/properties3-3/? permanent; +rewrite ^/revisions/current/docs/user-guide/using_on_login_app_for_all_app.htm /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/typical-authentication-strategies/using-on-login-app-for-all-app/? permanent; +if ($args = everything_in_one_strategy.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/typical-authentication-strategies/everything-in-one-strategy/? permanent; } -rewrite ^/revisions/current/docs/user-guide/properties3_3.htm /developers/documentation/product-guide/advanced-important-widgets/scandit-widget/property-method-and-event-summary/properties3-3/? permanent; -if ($args = property__method_and_event_sum_3.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/scandit-widget/property-method-and-event-summary/? permanent; +rewrite ^/revisions/current/docs/user-guide/everything_in_one_strategy.htm /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/typical-authentication-strategies/everything-in-one-strategy/? permanent; +if ($args = typical_authentication_strateg.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/typical-authentication-strategies/? permanent; } -rewrite ^/revisions/current/docs/user-guide/property__method_and_event_sum_3.htm /developers/documentation/product-guide/advanced-important-widgets/scandit-widget/property-method-and-event-summary/? permanent; -if ($args = scandit.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/scandit-widget/? permanent; +rewrite ^/revisions/current/docs/user-guide/typical_authentication_strateg.htm /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/typical-authentication-strategies/? permanent; +if ($args = the_main_app.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/the-main-app/? permanent; } -rewrite ^/revisions/current/docs/user-guide/scandit.htm /developers/documentation/product-guide/advanced-important-widgets/scandit-widget/? permanent; -if ($args = properties2.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/share-this-widget/properties2/? permanent; +rewrite ^/revisions/current/docs/user-guide/the_main_app.htm /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/the-main-app/? permanent; +if ($args = sign_up.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/sign-up/? permanent; } -rewrite ^/revisions/current/docs/user-guide/properties2.htm /developers/documentation/product-guide/advanced-important-widgets/share-this-widget/properties2/? permanent; -if ($args = share_this_widget.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/share-this-widget/? permanent; +rewrite ^/revisions/current/docs/user-guide/sign_up.htm /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/sign-up/? permanent; +if ($args = no_code_so_far.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/no-code-so-far/? permanent; } -rewrite ^/revisions/current/docs/user-guide/share_this_widget.htm /developers/documentation/product-guide/advanced-important-widgets/share-this-widget/? permanent; -if ($args = properties.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/property-methods-event-summary/properties/? permanent; +rewrite ^/revisions/current/docs/user-guide/no_code_so_far.htm /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/no-code-so-far/? permanent; +if ($args = authentication_for_your_apps.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/? permanent; } -rewrite ^/revisions/current/docs/user-guide/properties.htm /developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/property-methods-event-summary/properties/? permanent; -if ($args = videvents.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/property-methods-event-summary/videvents/? permanent; +rewrite ^/revisions/current/docs/user-guide/authentication_for_your_apps.htm /developers/documentation/product-guide/advanced-features/authentication-for-your-apps/? permanent; +if ($args = the_data_properties.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/the-data-properties/? permanent; } -rewrite ^/revisions/current/docs/user-guide/videvents.htm /developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/property-methods-event-summary/videvents/? permanent; -if ($args = vidmethods.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/property-methods-event-summary/vidmethods/? permanent; +rewrite ^/revisions/current/docs/user-guide/the_data_properties.htm /developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/the-data-properties/? permanent; +if ($args = advqueries.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/advqueries/? permanent; } -rewrite ^/revisions/current/docs/user-guide/vidmethods.htm /developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/property-methods-event-summary/vidmethods/? permanent; -if ($args = property__methods__event_summa.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/property-methods-event-summary/? permanent; +rewrite ^/revisions/current/docs/user-guide/advqueries.htm /developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/advqueries/? permanent; +if ($args = writing_to_other_apps_crud.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/writing-to-other-apps-crud/? permanent; } -rewrite ^/revisions/current/docs/user-guide/property__methods__event_summa.htm /developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/property-methods-event-summary/? permanent; -if ($args = sources.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/sources/? permanent; +rewrite ^/revisions/current/docs/user-guide/writing_to_other_apps_crud.htm /developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/writing-to-other-apps-crud/? permanent; +if ($args = drill_down.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/drill-down/? permanent; } -rewrite ^/revisions/current/docs/user-guide/sources.htm /developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/sources/? permanent; -if ($args = supported_browsers.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/supported-browsers/? permanent; +rewrite ^/revisions/current/docs/user-guide/drill_down.htm /developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/drill-down/? permanent; +if ($args = integration_agents.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/integration-agents/? permanent; } -rewrite ^/revisions/current/docs/user-guide/supported_browsers.htm /developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/supported-browsers/? permanent; -if ($args = video_controls.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/video-controls/? permanent; +rewrite ^/revisions/current/docs/user-guide/integration_agents.htm /developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/integration-agents/? permanent; +if ($args = grids_and_repeater_containers.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/grids-and-repeater-containers/? permanent; } -rewrite ^/revisions/current/docs/user-guide/video_controls.htm /developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/video-controls/? permanent; -if ($args = video_widgets.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/? permanent; +rewrite ^/revisions/current/docs/user-guide/grids_and_repeater_containers.htm /developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/grids-and-repeater-containers/? permanent; +if ($args = charting.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/charting/? permanent; } -rewrite ^/revisions/current/docs/user-guide/video_widgets.htm /developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/? permanent; -if ($args = fitting_all_data_in_available_.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/working-with-the-timeline-widget/fitting-all-data-in-available/? permanent; +rewrite ^/revisions/current/docs/user-guide/charting.htm /developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/charting/? permanent; +if ($args = accessing_external_data_via_we.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/accessing-external-data-via-we/? permanent; } -rewrite ^/revisions/current/docs/user-guide/fitting_all_data_in_available_.htm /developers/documentation/product-guide/advanced-important-widgets/working-with-the-timeline-widget/fitting-all-data-in-available/? permanent; -if ($args = populating_the_widget.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/working-with-the-timeline-widget/populating-the-widget/? permanent; +rewrite ^/revisions/current/docs/user-guide/accessing_external_data_via_we.htm /developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/accessing-external-data-via-we/? permanent; +if ($args = relational_apps.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/relational-apps/? permanent; } -rewrite ^/revisions/current/docs/user-guide/populating_the_widget.htm /developers/documentation/product-guide/advanced-important-widgets/working-with-the-timeline-widget/populating-the-widget/? permanent; -if ($args = zooming.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/working-with-the-timeline-widget/zooming/? permanent; +rewrite ^/revisions/current/docs/user-guide/relational_apps.htm /developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/relational-apps/? permanent; +if ($args = accessing_queries_from_apps.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/accessing-queries-from-apps/? permanent; } -rewrite ^/revisions/current/docs/user-guide/zooming.htm /developers/documentation/product-guide/advanced-important-widgets/working-with-the-timeline-widget/zooming/? permanent; -if ($args = working_with_the_timeline_widg.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/working-with-the-timeline-widget/? permanent; +rewrite ^/revisions/current/docs/user-guide/accessing_queries_from_apps.htm /developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/accessing-queries-from-apps/? permanent; +if ($args = how_to_store_data.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/how-to-store-data/? permanent; } -rewrite ^/revisions/current/docs/user-guide/working_with_the_timeline_widg.htm /developers/documentation/product-guide/advanced-important-widgets/working-with-the-timeline-widget/? permanent; -if ($args = adding_data_from_data_views2.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/zing-charts/adding-data-from-data-views2/? permanent; +rewrite ^/revisions/current/docs/user-guide/how_to_store_data.htm /developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/how-to-store-data/? permanent; +if ($args = advconnections.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/advconnections/? permanent; } -rewrite ^/revisions/current/docs/user-guide/adding_data_from_data_views2.htm /developers/documentation/product-guide/advanced-important-widgets/zing-charts/adding-data-from-data-views2/? permanent; -if ($args = adding_data_from_javascript2.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/zing-charts/adding-data-from-javascript2/? permanent; +rewrite ^/revisions/current/docs/user-guide/advconnections.htm /developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/advconnections/? permanent; +if ($args = accessing_data_in_other_apps__.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/? permanent; } -rewrite ^/revisions/current/docs/user-guide/adding_data_from_javascript2.htm /developers/documentation/product-guide/advanced-important-widgets/zing-charts/adding-data-from-javascript2/? permanent; -if ($args = full_settings_wizard_dialog.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/zing-charts/configuring-your-chart/full-settings-wizard-dialog/? permanent; +rewrite ^/revisions/current/docs/user-guide/accessing_data_in_other_apps__.htm /developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/? permanent; +if ($args = custom_class.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/custom-css-classes/custom-class/? permanent; } -rewrite ^/revisions/current/docs/user-guide/full_settings_wizard_dialog.htm /developers/documentation/product-guide/advanced-important-widgets/zing-charts/configuring-your-chart/full-settings-wizard-dialog/? permanent; -if ($args = fullsettings_javascript_method.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/zing-charts/configuring-your-chart/fullsettings-javascript-method/? permanent; +rewrite ^/revisions/current/docs/user-guide/custom_class.htm /developers/documentation/product-guide/advanced-features/custom-css-classes/custom-class/? permanent; +if ($args = css_files.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/custom-css-classes/css-files/? permanent; } -rewrite ^/revisions/current/docs/user-guide/fullsettings_javascript_method.htm /developers/documentation/product-guide/advanced-important-widgets/zing-charts/configuring-your-chart/fullsettings-javascript-method/? permanent; -if ($args = configuring_your_chart.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/zing-charts/configuring-your-chart/? permanent; +rewrite ^/revisions/current/docs/user-guide/css_files.htm /developers/documentation/product-guide/advanced-features/custom-css-classes/css-files/? permanent; +if ($args = custom_css_classes.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/custom-css-classes/? permanent; } -rewrite ^/revisions/current/docs/user-guide/configuring_your_chart.htm /developers/documentation/product-guide/advanced-important-widgets/zing-charts/configuring-your-chart/? permanent; -if ($args = events3.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/zing-charts/events3/? permanent; +rewrite ^/revisions/current/docs/user-guide/custom_css_classes.htm /developers/documentation/product-guide/advanced-features/custom-css-classes/? permanent; +if ($args = communication_between_parent__.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/embedding-apps-within-apps/communication-between-parent/? permanent; } -rewrite ^/revisions/current/docs/user-guide/events3.htm /developers/documentation/product-guide/advanced-important-widgets/zing-charts/events3/? permanent; -if ($args = events2.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/zing-charts/property-method-and-event-summary/events2/? permanent; +rewrite ^/revisions/current/docs/user-guide/communication_between_parent__.htm /developers/documentation/product-guide/advanced-features/embedding-apps-within-apps/communication-between-parent/? permanent; +if ($args = session_management.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/embedding-apps-within-apps/session-management/? permanent; } -rewrite ^/revisions/current/docs/user-guide/events2.htm /developers/documentation/product-guide/advanced-important-widgets/zing-charts/property-method-and-event-summary/events2/? permanent; -if ($args = methods2.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/zing-charts/property-method-and-event-summary/methods2/? permanent; +rewrite ^/revisions/current/docs/user-guide/session_management.htm /developers/documentation/product-guide/advanced-features/embedding-apps-within-apps/session-management/? permanent; +if ($args = embedding_apps_within_apps.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/embedding-apps-within-apps/? permanent; } -rewrite ^/revisions/current/docs/user-guide/methods2.htm /developers/documentation/product-guide/advanced-important-widgets/zing-charts/property-method-and-event-summary/methods2/? permanent; -if ($args = properties3.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/zing-charts/property-method-and-event-summary/properties3/? permanent; +rewrite ^/revisions/current/docs/user-guide/embedding_apps_within_apps.htm /developers/documentation/product-guide/advanced-features/embedding-apps-within-apps/? permanent; +if ($args = debugging.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/testing-apps/debugging/? permanent; } -rewrite ^/revisions/current/docs/user-guide/properties3.htm /developers/documentation/product-guide/advanced-important-widgets/zing-charts/property-method-and-event-summary/properties3/? permanent; -if ($args = property__method_and_event_sum.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/zing-charts/property-method-and-event-summary/? permanent; +rewrite ^/revisions/current/docs/user-guide/debugging.htm /developers/documentation/product-guide/advanced-features/testing-apps/debugging/? permanent; +if ($args = preview_app.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/testing-apps/preview-app/? permanent; } -rewrite ^/revisions/current/docs/user-guide/property__method_and_event_sum.htm /developers/documentation/product-guide/advanced-important-widgets/zing-charts/property-method-and-event-summary/? permanent; -if ($args = using_zing_charts_api.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/zing-charts/using-zing-charts-api/? permanent; +rewrite ^/revisions/current/docs/user-guide/preview_app.htm /developers/documentation/product-guide/advanced-features/testing-apps/preview-app/? permanent; +if ($args = run_in_live_mode.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/testing-apps/run-in-live-mode/? permanent; } -rewrite ^/revisions/current/docs/user-guide/using_zing_charts_api.htm /developers/documentation/product-guide/advanced-important-widgets/zing-charts/using-zing-charts-api/? permanent; -if ($args = zing_charts.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/zing-charts/? permanent; +rewrite ^/revisions/current/docs/user-guide/run_in_live_mode.htm /developers/documentation/product-guide/advanced-features/testing-apps/run-in-live-mode/? permanent; +if ($args = testing_apps.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/testing-apps/? permanent; } -rewrite ^/revisions/current/docs/user-guide/zing_charts.htm /developers/documentation/product-guide/advanced-important-widgets/zing-charts/? permanent; -if ($args = advanced_widgets.htm) { - rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/? permanent; +rewrite ^/revisions/current/docs/user-guide/testing_apps.htm /developers/documentation/product-guide/advanced-features/testing-apps/? permanent; +if ($args = adding_one_or_more_languages.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/multi-language-apps/adding-one-or-more-languages/? permanent; } -rewrite ^/revisions/current/docs/user-guide/advanced_widgets.htm /developers/documentation/product-guide/advanced-important-widgets/? permanent; -if ($args = adding_audio__video.htm) { - rewrite ^ /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/adding-audio-video/? permanent; +rewrite ^/revisions/current/docs/user-guide/adding_one_or_more_languages.htm /developers/documentation/product-guide/advanced-features/multi-language-apps/adding-one-or-more-languages/? permanent; +if ($args = tokens.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/multi-language-apps/tokens/? permanent; } -rewrite ^/revisions/current/docs/user-guide/adding_audio__video.htm /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/adding-audio-video/? permanent; -if ($args = clipboard.htm) { - rewrite ^ /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/clipboard/? permanent; +rewrite ^/revisions/current/docs/user-guide/tokens.htm /developers/documentation/product-guide/advanced-features/multi-language-apps/tokens/? permanent; +if ($args = switching_languages_in_the_ide.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/multi-language-apps/switching-languages-in-the-ide/? permanent; } -rewrite ^/revisions/current/docs/user-guide/clipboard.htm /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/clipboard/? permanent; -if ($args = drag_alignment.htm) { - rewrite ^ /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/drag-alignment/? permanent; +rewrite ^/revisions/current/docs/user-guide/switching_languages_in_the_ide.htm /developers/documentation/product-guide/advanced-features/multi-language-apps/switching-languages-in-the-ide/? permanent; +if ($args = auto_vs__manual_language_switc.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/multi-language-apps/auto-vs-manual-language-switc/? permanent; } -rewrite ^/revisions/current/docs/user-guide/drag_alignment.htm /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/drag-alignment/? permanent; -if ($args = equal_distribution.htm) { - rewrite ^ /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/equal-distribution/? permanent; +rewrite ^/revisions/current/docs/user-guide/auto_vs__manual_language_switc.htm /developers/documentation/product-guide/advanced-features/multi-language-apps/auto-vs-manual-language-switc/? permanent; +if ($args = relevant_api_methods.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/multi-language-apps/relevant-api-methods/? permanent; } -rewrite ^/revisions/current/docs/user-guide/equal_distribution.htm /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/equal-distribution/? permanent; -if ($args = equal_sizing.htm) { - rewrite ^ /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/equal-sizing/? permanent; +rewrite ^/revisions/current/docs/user-guide/relevant_api_methods.htm /developers/documentation/product-guide/advanced-features/multi-language-apps/relevant-api-methods/? permanent; +if ($args = setting_for_auto_language_dete.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/multi-language-apps/setting-for-auto-language-dete/? permanent; } -rewrite ^/revisions/current/docs/user-guide/equal_sizing.htm /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/equal-sizing/? permanent; -if ($args = equal_spacing.htm) { - rewrite ^ /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/equal-spacing/? permanent; +rewrite ^/revisions/current/docs/user-guide/setting_for_auto_language_dete.htm /developers/documentation/product-guide/advanced-features/multi-language-apps/setting-for-auto-language-dete/? permanent; +if ($args = auto_translation.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/multi-language-apps/auto-translation/? permanent; } -rewrite ^/revisions/current/docs/user-guide/equal_spacing.htm /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/equal-spacing/? permanent; -if ($args = layer___z_order.htm) { - rewrite ^ /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/layer--z-order/? permanent; +rewrite ^/revisions/current/docs/user-guide/auto_translation.htm /developers/documentation/product-guide/advanced-features/multi-language-apps/auto-translation/? permanent; +if ($args = multi_language_apps.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/multi-language-apps/? permanent; } -rewrite ^/revisions/current/docs/user-guide/layer___z_order.htm /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/layer--z-order/? permanent; -if ($args = menus_and_navigation.htm) { - rewrite ^ /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/menus-and-navigation/? permanent; +rewrite ^/revisions/current/docs/user-guide/multi_language_apps.htm /developers/documentation/product-guide/advanced-features/multi-language-apps/? permanent; +if ($args = creating_a_data_list_query.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-lists-management/creating-a-data-list-query/? permanent; } -rewrite ^/revisions/current/docs/user-guide/menus_and_navigation.htm /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/menus-and-navigation/? permanent; -if ($args = must_read_layout_tips_and_tric.htm) { - rewrite ^ /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/must-read-layout-tips-and-tric/? permanent; +rewrite ^/revisions/current/docs/user-guide/creating_a_data_list_query.htm /developers/documentation/product-guide/advanced-features/data-lists-management/creating-a-data-list-query/? permanent; +if ($args = accessing_data_lists_from_apps.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-lists-management/accessing-data-lists-from-apps/? permanent; } -rewrite ^/revisions/current/docs/user-guide/must_read_layout_tips_and_tric.htm /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/must-read-layout-tips-and-tric/? permanent; -if ($args = page_order.htm) { - rewrite ^ /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/page-order/? permanent; +rewrite ^/revisions/current/docs/user-guide/accessing_data_lists_from_apps.htm /developers/documentation/product-guide/advanced-features/data-lists-management/accessing-data-lists-from-apps/? permanent; +if ($args = creating_a_data_list.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-lists-management/creating-a-data-list/? permanent; } -rewrite ^/revisions/current/docs/user-guide/page_order.htm /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/page-order/? permanent; -if ($args = referencing_documents__files.htm) { - rewrite ^ /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/referencing-documents-files/? permanent; +rewrite ^/revisions/current/docs/user-guide/creating_a_data_list.htm /developers/documentation/product-guide/advanced-features/data-lists-management/creating-a-data-list/? permanent; +if ($args = editing_a_data_list.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-lists-management/editing-a-data-list/? permanent; } -rewrite ^/revisions/current/docs/user-guide/referencing_documents__files.htm /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/referencing-documents-files/? permanent; -if ($args = repeating_widgets_across_multi.htm) { - rewrite ^ /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/repeating-widgets-across-multi/? permanent; +rewrite ^/revisions/current/docs/user-guide/editing_a_data_list.htm /developers/documentation/product-guide/advanced-features/data-lists-management/editing-a-data-list/? permanent; +if ($args = sys_getlistresource.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-lists-management/sys-getlistresource/? permanent; } -rewrite ^/revisions/current/docs/user-guide/repeating_widgets_across_multi.htm /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/repeating-widgets-across-multi/? permanent; -if ($args = reverting_to_theme_style.htm) { - rewrite ^ /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/reverting-to-theme-style/? permanent; +rewrite ^/revisions/current/docs/user-guide/sys_getlistresource.htm /developers/documentation/product-guide/advanced-features/data-lists-management/sys-getlistresource/? permanent; +if ($args = data_lists_management.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-lists-management/? permanent; } -rewrite ^/revisions/current/docs/user-guide/reverting_to_theme_style.htm /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/reverting-to-theme-style/? permanent; -if ($args = selection__multi_selection.htm) { - rewrite ^ /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/selection-multi-selection/? permanent; +rewrite ^/revisions/current/docs/user-guide/data_lists_management.htm /developers/documentation/product-guide/advanced-features/data-lists-management/? permanent; +if ($args = printing_strategies.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/printing/printing-strategies/? permanent; } -rewrite ^/revisions/current/docs/user-guide/selection__multi_selection.htm /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/selection-multi-selection/? permanent; -if ($args = showing_container_outlines.htm) { - rewrite ^ /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/showing-container-outlines/? permanent; +rewrite ^/revisions/current/docs/user-guide/printing_strategies.htm /developers/documentation/product-guide/advanced-features/printing/printing-strategies/? permanent; +if ($args = printing_examples.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/printing/printing-examples/? permanent; } -rewrite ^/revisions/current/docs/user-guide/showing_container_outlines.htm /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/showing-container-outlines/? permanent; -if ($args = snap_to_grid.htm) { - rewrite ^ /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/snap-to-grid/? permanent; +rewrite ^/revisions/current/docs/user-guide/printing_examples.htm /developers/documentation/product-guide/advanced-features/printing/printing-examples/? permanent; +if ($args = printing_current_instance_data.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/printing/printing-current-instance-data/? permanent; } -rewrite ^/revisions/current/docs/user-guide/snap_to_grid.htm /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/snap-to-grid/? permanent; -if ($args = tab_order.htm) { - rewrite ^ /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/tab-order/? permanent; +rewrite ^/revisions/current/docs/user-guide/printing_current_instance_data.htm /developers/documentation/product-guide/advanced-features/printing/printing-current-instance-data/? permanent; +if ($args = beta_limitations.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/printing/beta-limitations/? permanent; } -rewrite ^/revisions/current/docs/user-guide/tab_order.htm /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/tab-order/? permanent; -if ($args = the_widget_explorer.htm) { - rewrite ^ /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/the-widget-explorer/? permanent; +rewrite ^/revisions/current/docs/user-guide/beta_limitations.htm /developers/documentation/product-guide/advanced-features/printing/beta-limitations/? permanent; +if ($args = printing.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/printing/? permanent; } -rewrite ^/revisions/current/docs/user-guide/the_widget_explorer.htm /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/the-widget-explorer/? permanent; -if ($args = undo_redo.htm) { - rewrite ^ /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/undo-redo/? permanent; +rewrite ^/revisions/current/docs/user-guide/printing.htm /developers/documentation/product-guide/advanced-features/printing/? permanent; +if ($args = reading_from_a_log.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/logging-support/reading-from-a-log/? permanent; } -rewrite ^/revisions/current/docs/user-guide/undo_redo.htm /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/undo-redo/? permanent; -if ($args = widget_alignment__distribution.htm) { - rewrite ^ /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/widget-alignment-distribution/? permanent; +rewrite ^/revisions/current/docs/user-guide/reading_from_a_log.htm /developers/documentation/product-guide/advanced-features/logging-support/reading-from-a-log/? permanent; +if ($args = permissioning.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/logging-support/permissioning/? permanent; } -rewrite ^/revisions/current/docs/user-guide/widget_alignment__distribution.htm /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/widget-alignment-distribution/? permanent; -if ($args = widget_anchoring.htm) { - rewrite ^ /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/widget-anchoring/? permanent; +rewrite ^/revisions/current/docs/user-guide/permissioning.htm /developers/documentation/product-guide/advanced-features/logging-support/permissioning/? permanent; +if ($args = writing_to_the_log.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/logging-support/writing-to-the-log/? permanent; } -rewrite ^/revisions/current/docs/user-guide/widget_anchoring.htm /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/widget-anchoring/? permanent; -if ($args = widget_grouping.htm) { - rewrite ^ /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/widget-grouping/? permanent; +rewrite ^/revisions/current/docs/user-guide/writing_to_the_log.htm /developers/documentation/product-guide/advanced-features/logging-support/writing-to-the-log/? permanent; +if ($args = reading_from_all_logs_at_once.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/logging-support/reading-from-all-logs-at-once/? permanent; } -rewrite ^/revisions/current/docs/user-guide/widget_grouping.htm /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/widget-grouping/? permanent; -if ($args = working_with_images.htm) { - rewrite ^ /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/working-with-images/? permanent; +rewrite ^/revisions/current/docs/user-guide/reading_from_all_logs_at_once.htm /developers/documentation/product-guide/advanced-features/logging-support/reading-from-all-logs-at-once/? permanent; +if ($args = logging_support.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/logging-support/? permanent; } -rewrite ^/revisions/current/docs/user-guide/working_with_images.htm /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/working-with-images/? permanent; -if ($args = editing_and_laying_out.htm) { - rewrite ^ /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/? permanent; +rewrite ^/revisions/current/docs/user-guide/logging_support.htm /developers/documentation/product-guide/advanced-features/logging-support/? permanent; +if ($args = reporting_widgets.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/reporting-widgets/? permanent; } -rewrite ^/revisions/current/docs/user-guide/editing_and_laying_out.htm /developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/? permanent; -if ($args = creating_a_new_content_app.htm) { - rewrite ^ /developers/documentation/product-guide/content-and-app-layout/introduction/creating-a-new-content-app/? permanent; +rewrite ^/revisions/current/docs/user-guide/reporting_widgets.htm /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/reporting-widgets/? permanent; +if ($args = importing_and_exporting_data.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/importing-and-exporting-data/? permanent; } -rewrite ^/revisions/current/docs/user-guide/creating_a_new_content_app.htm /developers/documentation/product-guide/content-and-app-layout/introduction/creating-a-new-content-app/? permanent; -if ($args = designer_screen.htm) { - rewrite ^ /developers/documentation/product-guide/content-and-app-layout/introduction/designer-screen/? permanent; +rewrite ^/revisions/current/docs/user-guide/importing_and_exporting_data.htm /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/importing-and-exporting-data/? permanent; +if ($args = view_filtering.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/view-filtering/? permanent; } -rewrite ^/revisions/current/docs/user-guide/designer_screen.htm /developers/documentation/product-guide/content-and-app-layout/introduction/designer-screen/? permanent; -if ($args = managing_images.htm) { - rewrite ^ /developers/documentation/product-guide/content-and-app-layout/introduction/managing-images/? permanent; +rewrite ^/revisions/current/docs/user-guide/view_filtering.htm /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/view-filtering/? permanent; +if ($args = drilling_down.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/drilling-down/? permanent; +} +rewrite ^/revisions/current/docs/user-guide/drilling_down.htm /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/drilling-down/? permanent; +if ($args = key_concepts.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/key-concepts/? permanent; } -rewrite ^/revisions/current/docs/user-guide/managing_images.htm /developers/documentation/product-guide/content-and-app-layout/introduction/managing-images/? permanent; -if ($args = mobile_widgets.htm) { - rewrite ^ /developers/documentation/product-guide/content-and-app-layout/introduction/mobile-widgets/? permanent; +rewrite ^/revisions/current/docs/user-guide/key_concepts.htm /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/key-concepts/? permanent; +if ($args = populating_charts_from_javascr.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/populating-charts-from-javascr/? permanent; } -rewrite ^/revisions/current/docs/user-guide/mobile_widgets.htm /developers/documentation/product-guide/content-and-app-layout/introduction/mobile-widgets/? permanent; -if ($args = pagesintro.htm) { - rewrite ^ /developers/documentation/product-guide/content-and-app-layout/introduction/pagesintro/? permanent; +rewrite ^/revisions/current/docs/user-guide/populating_charts_from_javascr.htm /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/populating-charts-from-javascr/? permanent; +if ($args = reset_filter.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/reset-filter/? permanent; } -rewrite ^/revisions/current/docs/user-guide/pagesintro.htm /developers/documentation/product-guide/content-and-app-layout/introduction/pagesintro/? permanent; -if ($args = setting_a_margin.htm) { - rewrite ^ /developers/documentation/product-guide/content-and-app-layout/introduction/setting-a-margin/? permanent; +rewrite ^/revisions/current/docs/user-guide/reset_filter.htm /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/reset-filter/? permanent; +if ($args = using_automatic_property_setti.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/using-automatic-property-setti/? permanent; } -rewrite ^/revisions/current/docs/user-guide/setting_a_margin.htm /developers/documentation/product-guide/content-and-app-layout/introduction/setting-a-margin/? permanent; -if ($args = table_widget.htm) { - rewrite ^ /developers/documentation/product-guide/content-and-app-layout/introduction/table-widget/? permanent; +rewrite ^/revisions/current/docs/user-guide/using_automatic_property_setti.htm /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/using-automatic-property-setti/? permanent; +if ($args = listen.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/listen/? permanent; } -rewrite ^/revisions/current/docs/user-guide/table_widget.htm /developers/documentation/product-guide/content-and-app-layout/introduction/table-widget/? permanent; -if ($args = style_management.htm) { - rewrite ^ /developers/documentation/product-guide/content-and-app-layout/introduction/themes-styles/style-management/? permanent; +rewrite ^/revisions/current/docs/user-guide/listen.htm /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/listen/? permanent; +if ($args = filter.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/filter/? permanent; } -rewrite ^/revisions/current/docs/user-guide/style_management.htm /developers/documentation/product-guide/content-and-app-layout/introduction/themes-styles/style-management/? permanent; -if ($args = themesmanage.htm) { - rewrite ^ /developers/documentation/product-guide/content-and-app-layout/introduction/themes-styles/themesmanage/? permanent; +rewrite ^/revisions/current/docs/user-guide/filter.htm /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/filter/? permanent; +if ($args = order_by.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/order-by/? permanent; } -rewrite ^/revisions/current/docs/user-guide/themesmanage.htm /developers/documentation/product-guide/content-and-app-layout/introduction/themes-styles/themesmanage/? permanent; -if ($args = themes_styles.htm) { - rewrite ^ /developers/documentation/product-guide/content-and-app-layout/introduction/themes-styles/? permanent; +rewrite ^/revisions/current/docs/user-guide/order_by.htm /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/order-by/? permanent; +if ($args = anatomy_of_a_view.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/anatomy-of-a-view/? permanent; } -rewrite ^/revisions/current/docs/user-guide/themes_styles.htm /developers/documentation/product-guide/content-and-app-layout/introduction/themes-styles/? permanent; -if ($args = understanding_widgets.htm) { - rewrite ^ /developers/documentation/product-guide/content-and-app-layout/introduction/understanding-widgets/? permanent; +rewrite ^/revisions/current/docs/user-guide/anatomy_of_a_view.htm /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/anatomy-of-a-view/? permanent; +if ($args = view.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/view/? permanent; } -rewrite ^/revisions/current/docs/user-guide/understanding_widgets.htm /developers/documentation/product-guide/content-and-app-layout/introduction/understanding-widgets/? permanent; -if ($args = working_with_blocks_of_text.htm) { - rewrite ^ /developers/documentation/product-guide/content-and-app-layout/introduction/working-with-blocks-of-text/? permanent; +rewrite ^/revisions/current/docs/user-guide/view.htm /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/view/? permanent; +if ($args = configuring_the_app_to_access_.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/configuring-the-app-to-access/? permanent; } -rewrite ^/revisions/current/docs/user-guide/working_with_blocks_of_text.htm /developers/documentation/product-guide/content-and-app-layout/introduction/working-with-blocks-of-text/? permanent; -if ($args = smartsites_and_general_ui_intr.htm) { - rewrite ^ /developers/documentation/product-guide/content-and-app-layout/introduction/? permanent; +rewrite ^/revisions/current/docs/user-guide/configuring_the_app_to_access_.htm /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/configuring-the-app-to-access/? permanent; +if ($args = fiieldsgroup_by.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fiieldsgroup-by/? permanent; } -rewrite ^/revisions/current/docs/user-guide/smartsites_and_general_ui_intr.htm /developers/documentation/product-guide/content-and-app-layout/introduction/? permanent; -if ($args = absolute_and_relative_layout.htm) { - rewrite ^ /developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/absolute-and-relative-layout/? permanent; +rewrite ^/revisions/current/docs/user-guide/fiieldsgroup_by.htm /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fiieldsgroup-by/? permanent; +if ($args = broadcast.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/broadcast/? permanent; } -rewrite ^/revisions/current/docs/user-guide/absolute_and_relative_layout.htm /developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/absolute-and-relative-layout/? permanent; -if ($args = adaptive_layout_event.htm) { - rewrite ^ /developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/adaptive-layout-event/? permanent; +rewrite ^/revisions/current/docs/user-guide/broadcast.htm /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/broadcast/? permanent; +if ($args = radio_buttons__checkboxes_and_.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/radio-buttons-checkboxes-and/? permanent; } -rewrite ^/revisions/current/docs/user-guide/adaptive_layout_event.htm /developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/adaptive-layout-event/? permanent; -if ($args = adaptive_layout_rule_definitio.htm) { - rewrite ^ /developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/adaptive-layout-rule-definitio/? permanent; +rewrite ^/revisions/current/docs/user-guide/radio_buttons__checkboxes_and_.htm /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/radio-buttons-checkboxes-and/? permanent; +if ($args = fieldsgauges.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/fieldsgauges/? permanent; } -rewrite ^/revisions/current/docs/user-guide/adaptive_layout_rule_definitio.htm /developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/adaptive-layout-rule-definitio/? permanent; -if ($args = adaptive_layout_rules.htm) { - rewrite ^ /developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/adaptive-layout-rules/? permanent; +rewrite ^/revisions/current/docs/user-guide/fieldsgauges.htm /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/fieldsgauges/? permanent; +if ($args = typical_scenarios.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/typical-scenarios/? permanent; } -rewrite ^/revisions/current/docs/user-guide/adaptive_layout_rules.htm /developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/adaptive-layout-rules/? permanent; -if ($args = aligning_widgets_inside_contai.htm) { - rewrite ^ /developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/aligning-widgets-inside-contai/? permanent; +rewrite ^/revisions/current/docs/user-guide/typical_scenarios.htm /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/typical-scenarios/? permanent; +if ($args = fieldscharts.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/fieldscharts/? permanent; } -rewrite ^/revisions/current/docs/user-guide/aligning_widgets_inside_contai.htm /developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/aligning-widgets-inside-contai/? permanent; -if ($args = container_outlines.htm) { - rewrite ^ /developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/container-outlines/? permanent; +rewrite ^/revisions/current/docs/user-guide/fieldscharts.htm /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/fieldscharts/? permanent; +if ($args = list__dropdowns.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/list-dropdowns/? permanent; } -rewrite ^/revisions/current/docs/user-guide/container_outlines.htm /developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/container-outlines/? permanent; -if ($args = margins.htm) { - rewrite ^ /developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/margins/? permanent; +rewrite ^/revisions/current/docs/user-guide/list__dropdowns.htm /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/list-dropdowns/? permanent; +if ($args = repeater__data_containers.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/repeater-data-containers/? permanent; } -rewrite ^/revisions/current/docs/user-guide/margins.htm /developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/margins/? permanent; -if ($args = resize_events.htm) { - rewrite ^ /developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/resize-events/? permanent; +rewrite ^/revisions/current/docs/user-guide/repeater__data_containers.htm /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/repeater-data-containers/? permanent; +if ($args = grids.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/grids/? permanent; } -rewrite ^/revisions/current/docs/user-guide/resize_events.htm /developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/resize-events/? permanent; -if ($args = right_click_parent_container_s.htm) { - rewrite ^ /developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/right-click-parent-container-s/? permanent; +rewrite ^/revisions/current/docs/user-guide/grids.htm /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/grids/? permanent; +if ($args = fields.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/? permanent; } -rewrite ^/revisions/current/docs/user-guide/right_click_parent_container_s.htm /developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/right-click-parent-container-s/? permanent; -if ($args = right_click_width_settings.htm) { - rewrite ^ /developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/right-click-width-settings/? permanent; +rewrite ^/revisions/current/docs/user-guide/fields.htm /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/? permanent; +if ($args = auto_load.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/auto-load/? permanent; } -rewrite ^/revisions/current/docs/user-guide/right_click_width_settings.htm /developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/right-click-width-settings/? permanent; -if ($args = sizes_property_dialog.htm) { - rewrite ^ /developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/sizes-property-dialog/? permanent; +rewrite ^/revisions/current/docs/user-guide/auto_load.htm /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/auto-load/? permanent; +if ($args = the_expression_editor.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/the-expression-editor/? permanent; } -rewrite ^/revisions/current/docs/user-guide/sizes_property_dialog.htm /developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/sizes-property-dialog/? permanent; -if ($args = understanding_containers.htm) { - rewrite ^ /developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/understanding-containers/? permanent; +rewrite ^/revisions/current/docs/user-guide/the_expression_editor.htm /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/the-expression-editor/? permanent; +if ($args = drill_filter.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/drill-filter/? permanent; } -rewrite ^/revisions/current/docs/user-guide/understanding_containers.htm /developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/understanding-containers/? permanent; -if ($args = responsive___adaptive___fluid_.htm) { - rewrite ^ /developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/? permanent; +rewrite ^/revisions/current/docs/user-guide/drill_filter.htm /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/drill-filter/? permanent; +if ($args = drill_type.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/drill-type/? permanent; } -rewrite ^/revisions/current/docs/user-guide/responsive___adaptive___fluid_.htm /developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/? permanent; -if ($args = ui__content_layout.htm) { - rewrite ^ /developers/documentation/product-guide/content-and-app-layout/? permanent; +rewrite ^/revisions/current/docs/user-guide/drill_type.htm /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/drill-type/? permanent; +if ($args = data_section_properties.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/? permanent; } -rewrite ^/revisions/current/docs/user-guide/ui__content_layout.htm /developers/documentation/product-guide/content-and-app-layout/? permanent; -if ($args = cookie_storage.htm) { - rewrite ^ /developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/cookie-storage/? permanent; +rewrite ^/revisions/current/docs/user-guide/data_section_properties.htm /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/? permanent; +if ($args = using_the_same_query_multiple_.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/using-the-same-query-multiple/? permanent; } -rewrite ^/revisions/current/docs/user-guide/cookie_storage.htm /developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/cookie-storage/? permanent; -if ($args = local_storage_example.htm) { - rewrite ^ /developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/local-storage-example/? permanent; +rewrite ^/revisions/current/docs/user-guide/using_the_same_query_multiple_.htm /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/using-the-same-query-multiple/? permanent; +if ($args = chart_reference.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/chart-reference/? permanent; } -rewrite ^/revisions/current/docs/user-guide/local_storage_example.htm /developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/local-storage-example/? permanent; -if ($args = our_recommendation.htm) { - rewrite ^ /developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/our-recommendation/? permanent; +rewrite ^/revisions/current/docs/user-guide/chart_reference.htm /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/chart-reference/? permanent; +if ($args = reports__dashboards.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/? permanent; } -rewrite ^/revisions/current/docs/user-guide/our_recommendation.htm /developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/our-recommendation/? permanent; -if ($args = sqlite.htm) { - rewrite ^ /developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/sqlite/? permanent; +rewrite ^/revisions/current/docs/user-guide/reports__dashboards.htm /developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/? permanent; +if ($args = advfeatures.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-features/? permanent; } -rewrite ^/revisions/current/docs/user-guide/sqlite.htm /developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/sqlite/? permanent; -if ($args = websql__sqlite.htm) { - rewrite ^ /developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/websql-sqlite/? permanent; +rewrite ^/revisions/current/docs/user-guide/advfeatures.htm /developers/documentation/product-guide/advanced-features/? permanent; +if ($args = credit_card_payments.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/credit-card-payments/? permanent; } -rewrite ^/revisions/current/docs/user-guide/websql__sqlite.htm /developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/websql-sqlite/? permanent; -if ($args = mobile__client_side_data_stora.htm) { - rewrite ^ /developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/? permanent; +rewrite ^/revisions/current/docs/user-guide/credit_card_payments.htm /developers/documentation/product-guide/advanced-important-widgets/credit-card-payments/? permanent; +if ($args = calendarproperties.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/calendar-widget/property-method-and-event-summary/calendarproperties/? permanent; } -rewrite ^/revisions/current/docs/user-guide/mobile__client_side_data_stora.htm /developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/? permanent; -if ($args = client_side_javascript.htm) { - rewrite ^ /developers/documentation/product-guide/data-storage/server-side-data-storage/a-simple-example/client-side-javascript/? permanent; +rewrite ^/revisions/current/docs/user-guide/calendarproperties.htm /developers/documentation/product-guide/advanced-important-widgets/calendar-widget/property-method-and-event-summary/calendarproperties/? permanent; +if ($args = calendarevents.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/calendar-widget/property-method-and-event-summary/calendarevents/? permanent; } -rewrite ^/revisions/current/docs/user-guide/client_side_javascript.htm /developers/documentation/product-guide/data-storage/server-side-data-storage/a-simple-example/client-side-javascript/? permanent; -if ($args = create_the_example_database.htm) { - rewrite ^ /developers/documentation/product-guide/data-storage/server-side-data-storage/a-simple-example/create-the-example-database/? permanent; +rewrite ^/revisions/current/docs/user-guide/calendarevents.htm /developers/documentation/product-guide/advanced-important-widgets/calendar-widget/property-method-and-event-summary/calendarevents/? permanent; +if ($args = calendarmethods.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/calendar-widget/property-method-and-event-summary/calendarmethods/? permanent; } -rewrite ^/revisions/current/docs/user-guide/create_the_example_database.htm /developers/documentation/product-guide/data-storage/server-side-data-storage/a-simple-example/create-the-example-database/? permanent; -if ($args = server_side_javascript.htm) { - rewrite ^ /developers/documentation/product-guide/data-storage/server-side-data-storage/a-simple-example/server-side-javascript/? permanent; +rewrite ^/revisions/current/docs/user-guide/calendarmethods.htm /developers/documentation/product-guide/advanced-important-widgets/calendar-widget/property-method-and-event-summary/calendarmethods/? permanent; +if ($args = cal_property__methods__event.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/calendar-widget/property-method-and-event-summary/? permanent; } -rewrite ^/revisions/current/docs/user-guide/server_side_javascript.htm /developers/documentation/product-guide/data-storage/server-side-data-storage/a-simple-example/server-side-javascript/? permanent; -if ($args = a_simple_example.htm) { - rewrite ^ /developers/documentation/product-guide/data-storage/server-side-data-storage/a-simple-example/? permanent; +rewrite ^/revisions/current/docs/user-guide/cal_property__methods__event.htm /developers/documentation/product-guide/advanced-important-widgets/calendar-widget/property-method-and-event-summary/? permanent; +if ($args = adding_data_from_data_views.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/calendar-widget/adding-data-from-data-views/? permanent; } -rewrite ^/revisions/current/docs/user-guide/a_simple_example.htm /developers/documentation/product-guide/data-storage/server-side-data-storage/a-simple-example/? permanent; -if ($args = callbacks_to_your_client_scrip.htm) { - rewrite ^ /developers/documentation/product-guide/data-storage/server-side-data-storage/callbacks-to-your-client-scrip/? permanent; +rewrite ^/revisions/current/docs/user-guide/adding_data_from_data_views.htm /developers/documentation/product-guide/advanced-important-widgets/calendar-widget/adding-data-from-data-views/? permanent; +if ($args = adding_data_from_javascript.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/calendar-widget/adding-data-from-javascript/? permanent; } -rewrite ^/revisions/current/docs/user-guide/callbacks_to_your_client_scrip.htm /developers/documentation/product-guide/data-storage/server-side-data-storage/callbacks-to-your-client-scrip/? permanent; -if ($args = error_handling.htm) { - rewrite ^ /developers/documentation/product-guide/data-storage/server-side-data-storage/error-handling/? permanent; +rewrite ^/revisions/current/docs/user-guide/adding_data_from_javascript.htm /developers/documentation/product-guide/advanced-important-widgets/calendar-widget/adding-data-from-javascript/? permanent; +if ($args = calendar_widget.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/calendar-widget/? permanent; } -rewrite ^/revisions/current/docs/user-guide/error_handling.htm /developers/documentation/product-guide/data-storage/server-side-data-storage/error-handling/? permanent; -if ($args = exposing_your_ssj_db_handlers_.htm) { - rewrite ^ /developers/documentation/product-guide/data-storage/server-side-data-storage/exposing-your-ssj-db-handlers/? permanent; +rewrite ^/revisions/current/docs/user-guide/calendar_widget.htm /developers/documentation/product-guide/advanced-important-widgets/calendar-widget/? permanent; +if ($args = events2_3.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/scandit-widget/property-method-and-event-summary/events2-3/? permanent; } -rewrite ^/revisions/current/docs/user-guide/exposing_your_ssj_db_handlers_.htm /developers/documentation/product-guide/data-storage/server-side-data-storage/exposing-your-ssj-db-handlers/? permanent; -if ($args = getting_widget_data_into_an_ob.htm) { - rewrite ^ /developers/documentation/product-guide/data-storage/server-side-data-storage/getting-widget-data-into-an-ob/? permanent; +rewrite ^/revisions/current/docs/user-guide/events2_3.htm /developers/documentation/product-guide/advanced-important-widgets/scandit-widget/property-method-and-event-summary/events2-3/? permanent; +if ($args = methods2_3.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/scandit-widget/property-method-and-event-summary/methods2-3/? permanent; } -rewrite ^/revisions/current/docs/user-guide/getting_widget_data_into_an_ob.htm /developers/documentation/product-guide/data-storage/server-side-data-storage/getting-widget-data-into-an-ob/? permanent; -if ($args = handling_sql_expressions.htm) { - rewrite ^ /developers/documentation/product-guide/data-storage/server-side-data-storage/handling-sql-expressions/? permanent; +rewrite ^/revisions/current/docs/user-guide/methods2_3.htm /developers/documentation/product-guide/advanced-important-widgets/scandit-widget/property-method-and-event-summary/methods2-3/? permanent; +if ($args = properties3_3.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/scandit-widget/property-method-and-event-summary/properties3-3/? permanent; } -rewrite ^/revisions/current/docs/user-guide/handling_sql_expressions.htm /developers/documentation/product-guide/data-storage/server-side-data-storage/handling-sql-expressions/? permanent; -if ($args = important_points_before_you_st.htm) { - rewrite ^ /developers/documentation/product-guide/data-storage/server-side-data-storage/important-points-before-you-st/? permanent; +rewrite ^/revisions/current/docs/user-guide/properties3_3.htm /developers/documentation/product-guide/advanced-important-widgets/scandit-widget/property-method-and-event-summary/properties3-3/? permanent; +if ($args = property__method_and_event_sum_3.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/scandit-widget/property-method-and-event-summary/? permanent; } -rewrite ^/revisions/current/docs/user-guide/important_points_before_you_st.htm /developers/documentation/product-guide/data-storage/server-side-data-storage/important-points-before-you-st/? permanent; -if ($args = security_and_sql_injection.htm) { - rewrite ^ /developers/documentation/product-guide/data-storage/server-side-data-storage/security-and-sql-injection/? permanent; +rewrite ^/revisions/current/docs/user-guide/property__method_and_event_sum_3.htm /developers/documentation/product-guide/advanced-important-widgets/scandit-widget/property-method-and-event-summary/? permanent; +if ($args = scandit.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/scandit-widget/? permanent; } -rewrite ^/revisions/current/docs/user-guide/security_and_sql_injection.htm /developers/documentation/product-guide/data-storage/server-side-data-storage/security-and-sql-injection/? permanent; -if ($args = data_storage2.htm) { - rewrite ^ /developers/documentation/product-guide/data-storage/server-side-data-storage/? permanent; +rewrite ^/revisions/current/docs/user-guide/scandit.htm /developers/documentation/product-guide/advanced-important-widgets/scandit-widget/? permanent; +if ($args = emoticons.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/image-maps-and-emoticons/emoticons/? permanent; +} +rewrite ^/revisions/current/docs/user-guide/emoticons.htm /developers/documentation/product-guide/advanced-important-widgets/image-maps-and-emoticons/emoticons/? permanent; +if ($args = image_maps.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/image-maps-and-emoticons/image-maps/? permanent; } -rewrite ^/revisions/current/docs/user-guide/data_storage2.htm /developers/documentation/product-guide/data-storage/server-side-data-storage/? permanent; -if ($args = data_storage3.htm) { - rewrite ^ /developers/documentation/product-guide/data-storage/? permanent; +rewrite ^/revisions/current/docs/user-guide/image_maps.htm /developers/documentation/product-guide/advanced-important-widgets/image-maps-and-emoticons/image-maps/? permanent; +if ($args = image_maps_and_emoticons.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/image-maps-and-emoticons/? permanent; } -rewrite ^/revisions/current/docs/user-guide/data_storage3.htm /developers/documentation/product-guide/data-storage/? permanent; -if ($args = adaptive_or_fluid_layouts.htm) { - rewrite ^ /developers/documentation/product-guide/mobile-apps-sites/adaptive-or-fluid-layouts/? permanent; +rewrite ^/revisions/current/docs/user-guide/image_maps_and_emoticons.htm /developers/documentation/product-guide/advanced-important-widgets/image-maps-and-emoticons/? permanent; +if ($args = map_controls.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/map-controls/? permanent; } -rewrite ^/revisions/current/docs/user-guide/adaptive_or_fluid_layouts.htm /developers/documentation/product-guide/mobile-apps-sites/adaptive-or-fluid-layouts/? permanent; -if ($args = advanced_mobile_widgets.htm) { - rewrite ^ /developers/documentation/product-guide/mobile-apps-sites/advanced-mobile-widgets/? permanent; +rewrite ^/revisions/current/docs/user-guide/map_controls.htm /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/map-controls/? permanent; +if ($args = getting_directions.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/getting-directions/? permanent; } -rewrite ^/revisions/current/docs/user-guide/advanced_mobile_widgets.htm /developers/documentation/product-guide/mobile-apps-sites/advanced-mobile-widgets/? permanent; -if ($args = formatting_mobile_content.htm) { - rewrite ^ /developers/documentation/product-guide/mobile-apps-sites/formatting-mobile-content/? permanent; +rewrite ^/revisions/current/docs/user-guide/getting_directions.htm /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/getting-directions/? permanent; +if ($args = using_getdata_and_setdata.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/using-getdata-and-setdata/? permanent; } -rewrite ^/revisions/current/docs/user-guide/formatting_mobile_content.htm /developers/documentation/product-guide/mobile-apps-sites/formatting-mobile-content/? permanent; -if ($args = icon_management.htm) { - rewrite ^ /developers/documentation/product-guide/mobile-apps-sites/icon-management/? permanent; +rewrite ^/revisions/current/docs/user-guide/using_getdata_and_setdata.htm /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/using-getdata-and-setdata/? permanent; +if ($args = advanced___accessing_the_googl.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/advanced--accessing-the-googl/? permanent; } -rewrite ^/revisions/current/docs/user-guide/icon_management.htm /developers/documentation/product-guide/mobile-apps-sites/icon-management/? permanent; -if ($args = mappsmobile_widgets.htm) { - rewrite ^ /developers/documentation/product-guide/mobile-apps-sites/mappsmobile-widgets/? permanent; +rewrite ^/revisions/current/docs/user-guide/advanced___accessing_the_googl.htm /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/advanced--accessing-the-googl/? permanent; +if ($args = data_integration_with_the_maps.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/data-integration-with-the-maps/? permanent; } -rewrite ^/revisions/current/docs/user-guide/mappsmobile_widgets.htm /developers/documentation/product-guide/mobile-apps-sites/mappsmobile-widgets/? permanent; -if ($args = mobile_themes.htm) { - rewrite ^ /developers/documentation/product-guide/mobile-apps-sites/mobile-themes/? permanent; +rewrite ^/revisions/current/docs/user-guide/data_integration_with_the_maps.htm /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/data-integration-with-the-maps/? permanent; +if ($args = using_getvalue_and_setvalue.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/using-getvalue-and-setvalue/? permanent; } -rewrite ^/revisions/current/docs/user-guide/mobile_themes.htm /developers/documentation/product-guide/mobile-apps-sites/mobile-themes/? permanent; -if ($args = mobile_transition_mode.htm) { - rewrite ^ /developers/documentation/product-guide/mobile-apps-sites/mobile-transition-mode/? permanent; +rewrite ^/revisions/current/docs/user-guide/using_getvalue_and_setvalue.htm /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/using-getvalue-and-setvalue/? permanent; +if ($args = markers_and_popup_windows.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/markers-and-popup-windows/? permanent; } -rewrite ^/revisions/current/docs/user-guide/mobile_transition_mode.htm /developers/documentation/product-guide/mobile-apps-sites/mobile-transition-mode/? permanent; -if ($args = other_mobile_widgets.htm) { - rewrite ^ /developers/documentation/product-guide/mobile-apps-sites/other-mobile-widgets/? permanent; +rewrite ^/revisions/current/docs/user-guide/markers_and_popup_windows.htm /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/markers-and-popup-windows/? permanent; +if ($args = polylines.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/polylines/? permanent; } -rewrite ^/revisions/current/docs/user-guide/other_mobile_widgets.htm /developers/documentation/product-guide/mobile-apps-sites/other-mobile-widgets/? permanent; -if ($args = page_transition_effects.htm) { - rewrite ^ /developers/documentation/product-guide/mobile-apps-sites/page-transition-effects/? permanent; +rewrite ^/revisions/current/docs/user-guide/polylines.htm /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/polylines/? permanent; +if ($args = circles.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/circles/? permanent; } -rewrite ^/revisions/current/docs/user-guide/page_transition_effects.htm /developers/documentation/product-guide/mobile-apps-sites/page-transition-effects/? permanent; -if ($args = splash_image_management.htm) { - rewrite ^ /developers/documentation/product-guide/mobile-apps-sites/splash-image-management/? permanent; +rewrite ^/revisions/current/docs/user-guide/circles.htm /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/circles/? permanent; +if ($args = rectangles.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/rectangles/? permanent; } -rewrite ^/revisions/current/docs/user-guide/splash_image_management.htm /developers/documentation/product-guide/mobile-apps-sites/splash-image-management/? permanent; -if ($args = desktop_vs__mobile.htm) { - rewrite ^ /developers/documentation/product-guide/mobile-apps-sites/? permanent; +rewrite ^/revisions/current/docs/user-guide/rectangles.htm /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/rectangles/? permanent; +if ($args = polygons.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/polygons/? permanent; } -rewrite ^/revisions/current/docs/user-guide/desktop_vs__mobile.htm /developers/documentation/product-guide/mobile-apps-sites/? permanent; -if ($args = signing_in__accounts_and_users.htm) { - rewrite ^ /developers/documentation/product-guide/signing-in-accounts-and-users/? permanent; +rewrite ^/revisions/current/docs/user-guide/polygons.htm /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/polygons/? permanent; +if ($args = removing_overlays.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/removing-overlays/? permanent; } -rewrite ^/revisions/current/docs/user-guide/signing_in__accounts_and_users.htm /developers/documentation/product-guide/signing-in-accounts-and-users/? permanent; -if ($args = applications.htm) { - rewrite ^ /developers/documentation/product-guide/the-console/console-tabs/applications/? permanent; +rewrite ^/revisions/current/docs/user-guide/removing_overlays.htm /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/removing-overlays/? permanent; +if ($args = using_getoverlays.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/using-getoverlays/? permanent; } -rewrite ^/revisions/current/docs/user-guide/applications.htm /developers/documentation/product-guide/the-console/console-tabs/applications/? permanent; -if ($args = configuring_a_connection.htm) { - rewrite ^ /developers/documentation/product-guide/the-console/console-tabs/connections/configuring-a-connection/? permanent; +rewrite ^/revisions/current/docs/user-guide/using_getoverlays.htm /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/using-getoverlays/? permanent; +if ($args = identifying_overlays_for_oncli.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/identifying-overlays-for-oncli/? permanent; } -rewrite ^/revisions/current/docs/user-guide/configuring_a_connection.htm /developers/documentation/product-guide/the-console/console-tabs/connections/configuring-a-connection/? permanent; -if ($args = sharing_connections.htm) { - rewrite ^ /developers/documentation/product-guide/the-console/console-tabs/connections/sharing-connections/? permanent; +rewrite ^/revisions/current/docs/user-guide/identifying_overlays_for_oncli.htm /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/identifying-overlays-for-oncli/? permanent; +if ($args = working_with_overlays.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/? permanent; } -rewrite ^/revisions/current/docs/user-guide/sharing_connections.htm /developers/documentation/product-guide/the-console/console-tabs/connections/sharing-connections/? permanent; -if ($args = connections.htm) { - rewrite ^ /developers/documentation/product-guide/the-console/console-tabs/connections/? permanent; +rewrite ^/revisions/current/docs/user-guide/working_with_overlays.htm /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/? permanent; +if ($args = googleadsense.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/googleadsense/? permanent; } -rewrite ^/revisions/current/docs/user-guide/connections.htm /developers/documentation/product-guide/the-console/console-tabs/connections/? permanent; -if ($args = google_analytics_parameters.htm) { - rewrite ^ /developers/documentation/product-guide/the-console/console-tabs/more/account-variables/google-analytics-parameters/? permanent; +rewrite ^/revisions/current/docs/user-guide/googleadsense.htm /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/googleadsense/? permanent; +if ($args = getting_a_coordinate_from_an_a.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/getting-a-coordinate-from-an-a/? permanent; } -rewrite ^/revisions/current/docs/user-guide/google_analytics_parameters.htm /developers/documentation/product-guide/the-console/console-tabs/more/account-variables/google-analytics-parameters/? permanent; -if ($args = google_maps.htm) { - rewrite ^ /developers/documentation/product-guide/the-console/console-tabs/more/account-variables/google-maps/? permanent; +rewrite ^/revisions/current/docs/user-guide/getting_a_coordinate_from_an_a.htm /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/getting-a-coordinate-from-an-a/? permanent; +if ($args = using_populatewidget.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/using-populatewidget/? permanent; } -rewrite ^/revisions/current/docs/user-guide/google_maps.htm /developers/documentation/product-guide/the-console/console-tabs/more/account-variables/google-maps/? permanent; -if ($args = phonegap_parameters.htm) { - rewrite ^ /developers/documentation/product-guide/the-console/console-tabs/more/account-variables/phonegap-parameters/? permanent; +rewrite ^/revisions/current/docs/user-guide/using_populatewidget.htm /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/using-populatewidget/? permanent; +if ($args = widget_properties.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/property-event-method-summary/widget-properties/? permanent; } -rewrite ^/revisions/current/docs/user-guide/phonegap_parameters.htm /developers/documentation/product-guide/the-console/console-tabs/more/account-variables/phonegap-parameters/? permanent; -if ($args = adding_your_smtp_parameters.htm) { - rewrite ^ /developers/documentation/product-guide/the-console/console-tabs/more/account-variables/smtp-parameters/adding-your-smtp-parameters/? permanent; +rewrite ^/revisions/current/docs/user-guide/widget_properties.htm /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/property-event-method-summary/widget-properties/? permanent; +if ($args = gmapevents.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/property-event-method-summary/gmapevents/? permanent; } -rewrite ^/revisions/current/docs/user-guide/adding_your_smtp_parameters.htm /developers/documentation/product-guide/the-console/console-tabs/more/account-variables/smtp-parameters/adding-your-smtp-parameters/? permanent; -if ($args = smtp_parameters.htm) { - rewrite ^ /developers/documentation/product-guide/the-console/console-tabs/more/account-variables/smtp-parameters/? permanent; +rewrite ^/revisions/current/docs/user-guide/gmapevents.htm /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/property-event-method-summary/gmapevents/? permanent; +if ($args = methods.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/property-event-method-summary/methods/? permanent; } -rewrite ^/revisions/current/docs/user-guide/smtp_parameters.htm /developers/documentation/product-guide/the-console/console-tabs/more/account-variables/smtp-parameters/? permanent; -if ($args = system_parameters_configuratio.htm) { - rewrite ^ /developers/documentation/product-guide/the-console/console-tabs/more/account-variables/system-parameters/system-parameters-configuratio/? permanent; +rewrite ^/revisions/current/docs/user-guide/methods.htm /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/property-event-method-summary/methods/? permanent; +if ($args = property__event__method_summar.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/property-event-method-summary/? permanent; } -rewrite ^/revisions/current/docs/user-guide/system_parameters_configuratio.htm /developers/documentation/product-guide/the-console/console-tabs/more/account-variables/system-parameters/system-parameters-configuratio/? permanent; -if ($args = system_parameters.htm) { - rewrite ^ /developers/documentation/product-guide/the-console/console-tabs/more/account-variables/system-parameters/? permanent; +rewrite ^/revisions/current/docs/user-guide/property__event__method_summar.htm /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/property-event-method-summary/? permanent; +if ($args = map_styles.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/map-styles/? permanent; } -rewrite ^/revisions/current/docs/user-guide/system_parameters.htm /developers/documentation/product-guide/the-console/console-tabs/more/account-variables/system-parameters/? permanent; -if ($args = accessing_user_parameters_from.htm) { - rewrite ^ /developers/documentation/product-guide/the-console/console-tabs/more/account-variables/user-parameters/accessing-user-parameters-from/? permanent; +rewrite ^/revisions/current/docs/user-guide/map_styles.htm /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/map-styles/? permanent; +if ($args = getting_an_address_from_a_coor.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/getting-an-address-from-a-coor/? permanent; } -rewrite ^/revisions/current/docs/user-guide/accessing_user_parameters_from.htm /developers/documentation/product-guide/the-console/console-tabs/more/account-variables/user-parameters/accessing-user-parameters-from/? permanent; -if ($args = adding_a_new_user_parameter_gr.htm) { - rewrite ^ /developers/documentation/product-guide/the-console/console-tabs/more/account-variables/user-parameters/adding-a-new-user-parameter-gr/? permanent; +rewrite ^/revisions/current/docs/user-guide/getting_an_address_from_a_coor.htm /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/getting-an-address-from-a-coor/? permanent; +if ($args = google_v3_maps_widget.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/? permanent; } -rewrite ^/revisions/current/docs/user-guide/adding_a_new_user_parameter_gr.htm /developers/documentation/product-guide/the-console/console-tabs/more/account-variables/user-parameters/adding-a-new-user-parameter-gr/? permanent; -if ($args = configuring_group_parameters.htm) { - rewrite ^ /developers/documentation/product-guide/the-console/console-tabs/more/account-variables/user-parameters/configuring-group-parameters/? permanent; +rewrite ^/revisions/current/docs/user-guide/google_v3_maps_widget.htm /developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/? permanent; +if ($args = pswipemethods.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/photoswipe/property-methods-event-summary/pswipemethods/? permanent; } -rewrite ^/revisions/current/docs/user-guide/configuring_group_parameters.htm /developers/documentation/product-guide/the-console/console-tabs/more/account-variables/user-parameters/configuring-group-parameters/? permanent; -if ($args = setting_user_parameters_from_a.htm) { - rewrite ^ /developers/documentation/product-guide/the-console/console-tabs/more/account-variables/user-parameters/setting-user-parameters-from-a/? permanent; +rewrite ^/revisions/current/docs/user-guide/pswipemethods.htm /developers/documentation/product-guide/advanced-important-widgets/photoswipe/property-methods-event-summary/pswipemethods/? permanent; +if ($args = pswipeevents.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/photoswipe/property-methods-event-summary/pswipeevents/? permanent; } -rewrite ^/revisions/current/docs/user-guide/setting_user_parameters_from_a.htm /developers/documentation/product-guide/the-console/console-tabs/more/account-variables/user-parameters/setting-user-parameters-from-a/? permanent; -if ($args = user_parameters.htm) { - rewrite ^ /developers/documentation/product-guide/the-console/console-tabs/more/account-variables/user-parameters/? permanent; +rewrite ^/revisions/current/docs/user-guide/pswipeevents.htm /developers/documentation/product-guide/advanced-important-widgets/photoswipe/property-methods-event-summary/pswipeevents/? permanent; +if ($args = pswipeproperties.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/photoswipe/property-methods-event-summary/pswipeproperties/? permanent; } -rewrite ^/revisions/current/docs/user-guide/user_parameters.htm /developers/documentation/product-guide/the-console/console-tabs/more/account-variables/user-parameters/? permanent; -if ($args = account.htm) { - rewrite ^ /developers/documentation/product-guide/the-console/console-tabs/more/account-variables/? permanent; +rewrite ^/revisions/current/docs/user-guide/pswipeproperties.htm /developers/documentation/product-guide/advanced-important-widgets/photoswipe/property-methods-event-summary/pswipeproperties/? permanent; +if ($args = pswipeproperty__methods__event.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/photoswipe/property-methods-event-summary/? permanent; } -rewrite ^/revisions/current/docs/user-guide/account.htm /developers/documentation/product-guide/the-console/console-tabs/more/account-variables/? permanent; -if ($args = my_details.htm) { - rewrite ^ /developers/documentation/product-guide/the-console/console-tabs/more/my-details/? permanent; +rewrite ^/revisions/current/docs/user-guide/pswipeproperty__methods__event.htm /developers/documentation/product-guide/advanced-important-widgets/photoswipe/property-methods-event-summary/? permanent; +if ($args = adding_images_by_dialog.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/photoswipe/adding-images-by-dialog/? permanent; } -rewrite ^/revisions/current/docs/user-guide/my_details.htm /developers/documentation/product-guide/the-console/console-tabs/more/my-details/? permanent; -if ($args = notifiers.htm) { - rewrite ^ /developers/documentation/product-guide/the-console/console-tabs/more/notifiers/? permanent; +rewrite ^/revisions/current/docs/user-guide/adding_images_by_dialog.htm /developers/documentation/product-guide/advanced-important-widgets/photoswipe/adding-images-by-dialog/? permanent; +if ($args = adding_images_from_javascript.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/photoswipe/adding-images-from-javascript/? permanent; } -rewrite ^/revisions/current/docs/user-guide/notifiers.htm /developers/documentation/product-guide/the-console/console-tabs/more/notifiers/? permanent; -if ($args = groups.htm) { - rewrite ^ /developers/documentation/product-guide/the-console/console-tabs/more/users-groups/groups/? permanent; +rewrite ^/revisions/current/docs/user-guide/adding_images_from_javascript.htm /developers/documentation/product-guide/advanced-important-widgets/photoswipe/adding-images-from-javascript/? permanent; +if ($args = adding_images_by_data_view.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/photoswipe/adding-images-by-data-view/? permanent; } -rewrite ^/revisions/current/docs/user-guide/groups.htm /developers/documentation/product-guide/the-console/console-tabs/more/users-groups/groups/? permanent; -if ($args = users.htm) { - rewrite ^ /developers/documentation/product-guide/the-console/console-tabs/more/users-groups/users/? permanent; +rewrite ^/revisions/current/docs/user-guide/adding_images_by_data_view.htm /developers/documentation/product-guide/advanced-important-widgets/photoswipe/adding-images-by-data-view/? permanent; +if ($args = advancedphotoswipe.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/photoswipe/? permanent; } -rewrite ^/revisions/current/docs/user-guide/users.htm /developers/documentation/product-guide/the-console/console-tabs/more/users-groups/users/? permanent; -if ($args = users__groups.htm) { - rewrite ^ /developers/documentation/product-guide/the-console/console-tabs/more/users-groups/? permanent; +rewrite ^/revisions/current/docs/user-guide/advancedphotoswipe.htm /developers/documentation/product-guide/advanced-important-widgets/photoswipe/? permanent; +if ($args = zooming.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/working-with-the-timeline-widget/zooming/? permanent; } -rewrite ^/revisions/current/docs/user-guide/users__groups.htm /developers/documentation/product-guide/the-console/console-tabs/more/users-groups/? permanent; -if ($args = adding_a_3rd_party_widget.htm) { - rewrite ^ /developers/documentation/product-guide/the-console/console-tabs/more/widgets/adding-a-3rd-party-widget/? permanent; +rewrite ^/revisions/current/docs/user-guide/zooming.htm /developers/documentation/product-guide/advanced-important-widgets/working-with-the-timeline-widget/zooming/? permanent; +if ($args = fitting_all_data_in_available_.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/working-with-the-timeline-widget/fitting-all-data-in-available/? permanent; } -rewrite ^/revisions/current/docs/user-guide/adding_a_3rd_party_widget.htm /developers/documentation/product-guide/the-console/console-tabs/more/widgets/adding-a-3rd-party-widget/? permanent; -if ($args = adding_a_native_ac_widget.htm) { - rewrite ^ /developers/documentation/product-guide/the-console/console-tabs/more/widgets/adding-a-native-ac-widget/? permanent; +rewrite ^/revisions/current/docs/user-guide/fitting_all_data_in_available_.htm /developers/documentation/product-guide/advanced-important-widgets/working-with-the-timeline-widget/fitting-all-data-in-available/? permanent; +if ($args = populating_the_widget.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/working-with-the-timeline-widget/populating-the-widget/? permanent; } -rewrite ^/revisions/current/docs/user-guide/adding_a_native_ac_widget.htm /developers/documentation/product-guide/the-console/console-tabs/more/widgets/adding-a-native-ac-widget/? permanent; -if ($args = managewidgets.htm) { - rewrite ^ /developers/documentation/product-guide/the-console/console-tabs/more/widgets/? permanent; +rewrite ^/revisions/current/docs/user-guide/populating_the_widget.htm /developers/documentation/product-guide/advanced-important-widgets/working-with-the-timeline-widget/populating-the-widget/? permanent; +if ($args = working_with_the_timeline_widg.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/working-with-the-timeline-widget/? permanent; } -rewrite ^/revisions/current/docs/user-guide/managewidgets.htm /developers/documentation/product-guide/the-console/console-tabs/more/widgets/? permanent; -if ($args = more.htm) { - rewrite ^ /developers/documentation/product-guide/the-console/console-tabs/more/? permanent; +rewrite ^/revisions/current/docs/user-guide/working_with_the_timeline_widg.htm /developers/documentation/product-guide/advanced-important-widgets/working-with-the-timeline-widget/? permanent; +if ($args = properties2.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/share-this-widget/properties2/? permanent; } -rewrite ^/revisions/current/docs/user-guide/more.htm /developers/documentation/product-guide/the-console/console-tabs/more/? permanent; -if ($args = input__output_field_configurat.htm) { - rewrite ^ /developers/documentation/product-guide/the-console/console-tabs/queries/query-wizard/input-output-field-configurat/? permanent; +rewrite ^/revisions/current/docs/user-guide/properties2.htm /developers/documentation/product-guide/advanced-important-widgets/share-this-widget/properties2/? permanent; +if ($args = share_this_widget.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/share-this-widget/? permanent; } -rewrite ^/revisions/current/docs/user-guide/input__output_field_configurat.htm /developers/documentation/product-guide/the-console/console-tabs/queries/query-wizard/input-output-field-configurat/? permanent; -if ($args = join_configuration.htm) { - rewrite ^ /developers/documentation/product-guide/the-console/console-tabs/queries/query-wizard/join-configuration/? permanent; +rewrite ^/revisions/current/docs/user-guide/share_this_widget.htm /developers/documentation/product-guide/advanced-important-widgets/share-this-widget/? permanent; +if ($args = supported_browsers.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/supported-browsers/? permanent; } -rewrite ^/revisions/current/docs/user-guide/join_configuration.htm /developers/documentation/product-guide/the-console/console-tabs/queries/query-wizard/join-configuration/? permanent; -if ($args = query_test.htm) { - rewrite ^ /developers/documentation/product-guide/the-console/console-tabs/queries/query-wizard/query-test/? permanent; +rewrite ^/revisions/current/docs/user-guide/supported_browsers.htm /developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/supported-browsers/? permanent; +if ($args = vidmethods.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/property-methods-event-summary/vidmethods/? permanent; +} +rewrite ^/revisions/current/docs/user-guide/vidmethods.htm /developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/property-methods-event-summary/vidmethods/? permanent; +if ($args = properties.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/property-methods-event-summary/properties/? permanent; } -rewrite ^/revisions/current/docs/user-guide/query_test.htm /developers/documentation/product-guide/the-console/console-tabs/queries/query-wizard/query-test/? permanent; -if ($args = table_selection.htm) { - rewrite ^ /developers/documentation/product-guide/the-console/console-tabs/queries/query-wizard/table-selection/? permanent; +rewrite ^/revisions/current/docs/user-guide/properties.htm /developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/property-methods-event-summary/properties/? permanent; +if ($args = videvents.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/property-methods-event-summary/videvents/? permanent; } -rewrite ^/revisions/current/docs/user-guide/table_selection.htm /developers/documentation/product-guide/the-console/console-tabs/queries/query-wizard/table-selection/? permanent; -if ($args = query_wizard.htm) { - rewrite ^ /developers/documentation/product-guide/the-console/console-tabs/queries/query-wizard/? permanent; +rewrite ^/revisions/current/docs/user-guide/videvents.htm /developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/property-methods-event-summary/videvents/? permanent; +if ($args = property__methods__event_summa.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/property-methods-event-summary/? permanent; } -rewrite ^/revisions/current/docs/user-guide/query_wizard.htm /developers/documentation/product-guide/the-console/console-tabs/queries/query-wizard/? permanent; -if ($args = queries.htm) { - rewrite ^ /developers/documentation/product-guide/the-console/console-tabs/queries/? permanent; +rewrite ^/revisions/current/docs/user-guide/property__methods__event_summa.htm /developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/property-methods-event-summary/? permanent; +if ($args = sources.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/sources/? permanent; } -rewrite ^/revisions/current/docs/user-guide/queries.htm /developers/documentation/product-guide/the-console/console-tabs/queries/? permanent; -if ($args = resources.htm) { - rewrite ^ /developers/documentation/product-guide/the-console/console-tabs/resources/? permanent; +rewrite ^/revisions/current/docs/user-guide/sources.htm /developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/sources/? permanent; +if ($args = video_controls.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/video-controls/? permanent; } -rewrite ^/revisions/current/docs/user-guide/resources.htm /developers/documentation/product-guide/the-console/console-tabs/resources/? permanent; -if ($args = themes_overview.htm) { - rewrite ^ /developers/documentation/product-guide/the-console/console-tabs/themes-overview/? permanent; +rewrite ^/revisions/current/docs/user-guide/video_controls.htm /developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/video-controls/? permanent; +if ($args = video_widgets.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/? permanent; } -rewrite ^/revisions/current/docs/user-guide/themes_overview.htm /developers/documentation/product-guide/the-console/console-tabs/themes-overview/? permanent; -if ($args = design.htm) { - rewrite ^ /developers/documentation/product-guide/the-console/console-tabs/? permanent; +rewrite ^/revisions/current/docs/user-guide/video_widgets.htm /developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/? permanent; +if ($args = events2_2.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/circle-menu-widget/property-method-and-event-summary/events/? permanent; } -rewrite ^/revisions/current/docs/user-guide/design.htm /developers/documentation/product-guide/the-console/console-tabs/? permanent; -if ($args = general_screen_behavior.htm) { - rewrite ^ /developers/documentation/product-guide/the-console/general-screen-behavior/? permanent; +rewrite ^/revisions/current/docs/user-guide/events2_2.htm /developers/documentation/product-guide/advanced-important-widgets/circle-menu-widget/property-method-and-event-summary/events/? permanent; +if ($args = properties3_2.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/circle-menu-widget/property-method-and-event-summary/properties/? permanent; } -rewrite ^/revisions/current/docs/user-guide/general_screen_behavior.htm /developers/documentation/product-guide/the-console/general-screen-behavior/? permanent; -if ($args = export.htm) { - rewrite ^ /developers/documentation/product-guide/the-console/import-export/export/? permanent; +rewrite ^/revisions/current/docs/user-guide/properties3_2.htm /developers/documentation/product-guide/advanced-important-widgets/circle-menu-widget/property-method-and-event-summary/properties/? permanent; +if ($args = methods2_2.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/circle-menu-widget/property-method-and-event-summary/methods/? permanent; } -rewrite ^/revisions/current/docs/user-guide/export.htm /developers/documentation/product-guide/the-console/import-export/export/? permanent; -if ($args = import.htm) { - rewrite ^ /developers/documentation/product-guide/the-console/import-export/import/? permanent; +rewrite ^/revisions/current/docs/user-guide/methods2_2.htm /developers/documentation/product-guide/advanced-important-widgets/circle-menu-widget/property-method-and-event-summary/methods/? permanent; +if ($args = property__method_and_event_sum_2.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/circle-menu-widget/property-method-and-event-summary/? permanent; } -rewrite ^/revisions/current/docs/user-guide/import.htm /developers/documentation/product-guide/the-console/import-export/import/? permanent; -if ($args = import_export.htm) { - rewrite ^ /developers/documentation/product-guide/the-console/import-export/? permanent; +rewrite ^/revisions/current/docs/user-guide/property__method_and_event_sum_2.htm /developers/documentation/product-guide/advanced-important-widgets/circle-menu-widget/property-method-and-event-summary/? permanent; +if ($args = circular_menu.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/circle-menu-widget/? permanent; } -rewrite ^/revisions/current/docs/user-guide/import_export.htm /developers/documentation/product-guide/the-console/import-export/? permanent; -if ($args = private__shared_and_public_fol.htm) { - rewrite ^ /developers/documentation/product-guide/the-console/private-shared-and-public-fol/? permanent; +rewrite ^/revisions/current/docs/user-guide/circular_menu.htm /developers/documentation/product-guide/advanced-important-widgets/circle-menu-widget/? permanent; +if ($args = events3.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/zing-charts/events3/? permanent; } -rewrite ^/revisions/current/docs/user-guide/private__shared_and_public_fol.htm /developers/documentation/product-guide/the-console/private-shared-and-public-fol/? permanent; -if ($args = sharing.htm) { - rewrite ^ /developers/documentation/product-guide/the-console/sharing/? permanent; +rewrite ^/revisions/current/docs/user-guide/events3.htm /developers/documentation/product-guide/advanced-important-widgets/zing-charts/events3/? permanent; +if ($args = adding_data_from_data_views2.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/zing-charts/adding-data-from-data-views2/? permanent; } -rewrite ^/revisions/current/docs/user-guide/sharing.htm /developers/documentation/product-guide/the-console/sharing/? permanent; -if ($args = versions.htm) { - rewrite ^ /developers/documentation/product-guide/the-console/versions/? permanent; +rewrite ^/revisions/current/docs/user-guide/adding_data_from_data_views2.htm /developers/documentation/product-guide/advanced-important-widgets/zing-charts/adding-data-from-data-views2/? permanent; +if ($args = events2.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/zing-charts/property-method-and-event-summary/events2/? permanent; } -rewrite ^/revisions/current/docs/user-guide/versions.htm /developers/documentation/product-guide/the-console/versions/? permanent; -if ($args = the_console.htm) { - rewrite ^ /developers/documentation/product-guide/the-console/? permanent; +rewrite ^/revisions/current/docs/user-guide/events2.htm /developers/documentation/product-guide/advanced-important-widgets/zing-charts/property-method-and-event-summary/events2/? permanent; +if ($args = properties3.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/zing-charts/property-method-and-event-summary/properties3/? permanent; } -rewrite ^/revisions/current/docs/user-guide/the_console.htm /developers/documentation/product-guide/the-console/? permanent; -if ($args = advanced_menu.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/advanced/advanced-menu/? permanent; +rewrite ^/revisions/current/docs/user-guide/properties3.htm /developers/documentation/product-guide/advanced-important-widgets/zing-charts/property-method-and-event-summary/properties3/? permanent; +if ($args = methods2.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/zing-charts/property-method-and-event-summary/methods2/? permanent; } -rewrite ^/revisions/current/docs/user-guide/advanced_menu.htm /developers/documentation/product-guide/widget-properties-events/advanced/advanced-menu/? permanent; -if ($args = advertising1.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/advanced/advertising1/? permanent; +rewrite ^/revisions/current/docs/user-guide/methods2.htm /developers/documentation/product-guide/advanced-important-widgets/zing-charts/property-method-and-event-summary/methods2/? permanent; +if ($args = property__method_and_event_sum.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/zing-charts/property-method-and-event-summary/? permanent; } -rewrite ^/revisions/current/docs/user-guide/advertising1.htm /developers/documentation/product-guide/widget-properties-events/advanced/advertising1/? permanent; -if ($args = advreset_filter.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/advanced/advreset-filter/? permanent; +rewrite ^/revisions/current/docs/user-guide/property__method_and_event_sum.htm /developers/documentation/product-guide/advanced-important-widgets/zing-charts/property-method-and-event-summary/? permanent; +if ($args = using_zing_charts_api.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/zing-charts/using-zing-charts-api/? permanent; } -rewrite ^/revisions/current/docs/user-guide/advreset_filter.htm /developers/documentation/product-guide/widget-properties-events/advanced/advreset-filter/? permanent; -if ($args = audio.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/advanced/audio/? permanent; +rewrite ^/revisions/current/docs/user-guide/using_zing_charts_api.htm /developers/documentation/product-guide/advanced-important-widgets/zing-charts/using-zing-charts-api/? permanent; +if ($args = full_settings_wizard_dialog.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/zing-charts/configuring-your-chart/full-settings-wizard-dialog/? permanent; } -rewrite ^/revisions/current/docs/user-guide/audio.htm /developers/documentation/product-guide/widget-properties-events/advanced/audio/? permanent; -if ($args = calendar.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/advanced/calendar/? permanent; +rewrite ^/revisions/current/docs/user-guide/full_settings_wizard_dialog.htm /developers/documentation/product-guide/advanced-important-widgets/zing-charts/configuring-your-chart/full-settings-wizard-dialog/? permanent; +if ($args = fullsettings_javascript_method.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/zing-charts/configuring-your-chart/fullsettings-javascript-method/? permanent; } -rewrite ^/revisions/current/docs/user-guide/calendar.htm /developers/documentation/product-guide/widget-properties-events/advanced/calendar/? permanent; -if ($args = embed_app.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/advanced/embed-app/? permanent; +rewrite ^/revisions/current/docs/user-guide/fullsettings_javascript_method.htm /developers/documentation/product-guide/advanced-important-widgets/zing-charts/configuring-your-chart/fullsettings-javascript-method/? permanent; +if ($args = configuring_your_chart.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/zing-charts/configuring-your-chart/? permanent; } -rewrite ^/revisions/current/docs/user-guide/embed_app.htm /developers/documentation/product-guide/widget-properties-events/advanced/embed-app/? permanent; -if ($args = file_upload.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/advanced/file-upload/? permanent; +rewrite ^/revisions/current/docs/user-guide/configuring_your_chart.htm /developers/documentation/product-guide/advanced-important-widgets/zing-charts/configuring-your-chart/? permanent; +if ($args = adding_data_from_javascript2.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/zing-charts/adding-data-from-javascript2/? permanent; } -rewrite ^/revisions/current/docs/user-guide/file_upload.htm /developers/documentation/product-guide/widget-properties-events/advanced/file-upload/? permanent; -if ($args = flot_charts.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/advanced/flot-charts/? permanent; +rewrite ^/revisions/current/docs/user-guide/adding_data_from_javascript2.htm /developers/documentation/product-guide/advanced-important-widgets/zing-charts/adding-data-from-javascript2/? permanent; +if ($args = zing_charts.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/zing-charts/? permanent; } -rewrite ^/revisions/current/docs/user-guide/flot_charts.htm /developers/documentation/product-guide/widget-properties-events/advanced/flot-charts/? permanent; -if ($args = google_maps_advanced.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/advanced/google-maps-advanced/? permanent; +rewrite ^/revisions/current/docs/user-guide/zing_charts.htm /developers/documentation/product-guide/advanced-important-widgets/zing-charts/? permanent; +if ($args = api_methods.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/api-methods/? permanent; } -rewrite ^/revisions/current/docs/user-guide/google_maps_advanced.htm /developers/documentation/product-guide/widget-properties-events/advanced/google-maps-advanced/? permanent; -if ($args = grid.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/advanced/grid/? permanent; +rewrite ^/revisions/current/docs/user-guide/api_methods.htm /developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/api-methods/? permanent; +if ($args = data_paging.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/data-paging/? permanent; } -rewrite ^/revisions/current/docs/user-guide/grid.htm /developers/documentation/product-guide/widget-properties-events/advanced/grid/? permanent; -if ($args = html5_audio.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/advanced/html5-audio/? permanent; +rewrite ^/revisions/current/docs/user-guide/data_paging.htm /developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/data-paging/? permanent; +if ($args = speed_considerations.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/speed-considerations/? permanent; } -rewrite ^/revisions/current/docs/user-guide/html5_audio.htm /developers/documentation/product-guide/widget-properties-events/advanced/html5-audio/? permanent; -if ($args = html5_video.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/advanced/html5-video/? permanent; +rewrite ^/revisions/current/docs/user-guide/speed_considerations.htm /developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/speed-considerations/? permanent; +if ($args = creating_the_repeater.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/creating-the-repeater/? permanent; } -rewrite ^/revisions/current/docs/user-guide/html5_video.htm /developers/documentation/product-guide/widget-properties-events/advanced/html5-video/? permanent; -if ($args = jplayer.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/advanced/jplayer/? permanent; +rewrite ^/revisions/current/docs/user-guide/creating_the_repeater.htm /developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/creating-the-repeater/? permanent; +if ($args = accessing_live_widget_data_fro.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/accessing-live-widget-data-fro/? permanent; } -rewrite ^/revisions/current/docs/user-guide/jplayer.htm /developers/documentation/product-guide/widget-properties-events/advanced/jplayer/? permanent; -if ($args = mask_edit.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/advanced/mask-edit/? permanent; +rewrite ^/revisions/current/docs/user-guide/accessing_live_widget_data_fro.htm /developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/accessing-live-widget-data-fro/? permanent; +if ($args = powerrepeater_containers.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/? permanent; } -rewrite ^/revisions/current/docs/user-guide/mask_edit.htm /developers/documentation/product-guide/widget-properties-events/advanced/mask-edit/? permanent; -if ($args = photoswipe.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/advanced/photoswipe/? permanent; +rewrite ^/revisions/current/docs/user-guide/powerrepeater_containers.htm /developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/? permanent; +if ($args = powergrids.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/power-widgets/powergrids/? permanent; } -rewrite ^/revisions/current/docs/user-guide/photoswipe.htm /developers/documentation/product-guide/widget-properties-events/advanced/photoswipe/? permanent; -if ($args = search.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/advanced/search/? permanent; +rewrite ^/revisions/current/docs/user-guide/powergrids.htm /developers/documentation/product-guide/advanced-important-widgets/power-widgets/powergrids/? permanent; +if ($args = data_containers.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/power-widgets/data-containers/? permanent; } -rewrite ^/revisions/current/docs/user-guide/search.htm /developers/documentation/product-guide/widget-properties-events/advanced/search/? permanent; -if ($args = sliders.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/advanced/sliders/? permanent; +rewrite ^/revisions/current/docs/user-guide/data_containers.htm /developers/documentation/product-guide/advanced-important-widgets/power-widgets/data-containers/? permanent; +if ($args = power_widgets.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/power-widgets/? permanent; } -rewrite ^/revisions/current/docs/user-guide/sliders.htm /developers/documentation/product-guide/widget-properties-events/advanced/sliders/? permanent; -if ($args = timeline.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/advanced/timeline/? permanent; +rewrite ^/revisions/current/docs/user-guide/power_widgets.htm /developers/documentation/product-guide/advanced-important-widgets/power-widgets/? permanent; +if ($args = mobile_toolbar.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-toolbar/? permanent; } -rewrite ^/revisions/current/docs/user-guide/timeline.htm /developers/documentation/product-guide/widget-properties-events/advanced/timeline/? permanent; -if ($args = video.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/advanced/video/? permanent; +rewrite ^/revisions/current/docs/user-guide/mobile_toolbar.htm /developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-toolbar/? permanent; +if ($args = populating_from_code.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-list-widget/populating-from-code/? permanent; } -rewrite ^/revisions/current/docs/user-guide/video.htm /developers/documentation/product-guide/widget-properties-events/advanced/video/? permanent; -if ($args = youtube.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/advanced/youtube/? permanent; +rewrite ^/revisions/current/docs/user-guide/populating_from_code.htm /developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-list-widget/populating-from-code/? permanent; +if ($args = font_formatting_of_list_conten.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-list-widget/font-formatting-of-list-conten/? permanent; } -rewrite ^/revisions/current/docs/user-guide/youtube.htm /developers/documentation/product-guide/widget-properties-events/advanced/youtube/? permanent; -if ($args = advanced.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/advanced/? permanent; +rewrite ^/revisions/current/docs/user-guide/font_formatting_of_list_conten.htm /developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-list-widget/font-formatting-of-list-conten/? permanent; +if ($args = changing_color_of_selected_ite.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-list-widget/changing-color-of-selected-ite/? permanent; } -rewrite ^/revisions/current/docs/user-guide/advanced.htm /developers/documentation/product-guide/widget-properties-events/advanced/? permanent; -if ($args = app_properties.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/app-properties/? permanent; +rewrite ^/revisions/current/docs/user-guide/changing_color_of_selected_ite.htm /developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-list-widget/changing-color-of-selected-ite/? permanent; +if ($args = list_items_dialog.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-list-widget/list-items-dialog/? permanent; } -rewrite ^/revisions/current/docs/user-guide/app_properties.htm /developers/documentation/product-guide/widget-properties-events/app-properties/? permanent; -if ($args = authcaptcha.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/authentication/authcaptcha/? permanent; +rewrite ^/revisions/current/docs/user-guide/list_items_dialog.htm /developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-list-widget/list-items-dialog/? permanent; +if ($args = mobile_list_widgets.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-list-widget/? permanent; } -rewrite ^/revisions/current/docs/user-guide/authcaptcha.htm /developers/documentation/product-guide/widget-properties-events/authentication/authcaptcha/? permanent; -if ($args = authpassword.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/authentication/authpassword/? permanent; +rewrite ^/revisions/current/docs/user-guide/mobile_list_widgets.htm /developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-list-widget/? permanent; +if ($args = mobile_navigation_toolbar.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-navigation-toolbar/? permanent; } -rewrite ^/revisions/current/docs/user-guide/authpassword.htm /developers/documentation/product-guide/widget-properties-events/authentication/authpassword/? permanent; -if ($args = authsign_in.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/authentication/authsign-in/? permanent; +rewrite ^/revisions/current/docs/user-guide/mobile_navigation_toolbar.htm /developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-navigation-toolbar/? permanent; +if ($args = large_and_small_mobile_buttons.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/large-and-small-mobile-buttons/? permanent; } -rewrite ^/revisions/current/docs/user-guide/authsign_in.htm /developers/documentation/product-guide/widget-properties-events/authentication/authsign-in/? permanent; -if ($args = authsign_up.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/authentication/authsign-up/? permanent; +rewrite ^/revisions/current/docs/user-guide/large_and_small_mobile_buttons.htm /developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/large-and-small-mobile-buttons/? permanent; +if ($args = important_mobile_widgets.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/? permanent; } -rewrite ^/revisions/current/docs/user-guide/authsign_up.htm /developers/documentation/product-guide/widget-properties-events/authentication/authsign-up/? permanent; -if ($args = authentication.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/authentication/? permanent; +rewrite ^/revisions/current/docs/user-guide/important_mobile_widgets.htm /developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/? permanent; +if ($args = advanced_widgets.htm) { + rewrite ^ /developers/documentation/product-guide/advanced-important-widgets/? permanent; } -rewrite ^/revisions/current/docs/user-guide/authentication.htm /developers/documentation/product-guide/widget-properties-events/authentication/? permanent; -if ($args = circle_menu.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/beta/circle-menu/? permanent; +rewrite ^/revisions/current/docs/user-guide/advanced_widgets.htm /developers/documentation/product-guide/advanced-important-widgets/? permanent; +if ($args = upgrade_subscription.htm) { + rewrite ^ /developers/documentation/product-guide/account-management/upgrade-subscription/? permanent; +} +rewrite ^/revisions/current/docs/user-guide/upgrade_subscription.htm /developers/documentation/product-guide/account-management/upgrade-subscription/? permanent; +if ($args = change_password.htm) { + rewrite ^ /developers/documentation/product-guide/account-management/change-password/? permanent; } -rewrite ^/revisions/current/docs/user-guide/circle_menu.htm /developers/documentation/product-guide/widget-properties-events/beta/circle-menu/? permanent; -if ($args = context_menu.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/beta/context-menu/? permanent; +rewrite ^/revisions/current/docs/user-guide/change_password.htm /developers/documentation/product-guide/account-management/change-password/? permanent; +if ($args = quick_start_menu.htm) { + rewrite ^ /developers/documentation/product-guide/account-management/quick-start-menu/? permanent; } -rewrite ^/revisions/current/docs/user-guide/context_menu.htm /developers/documentation/product-guide/widget-properties-events/beta/context-menu/? permanent; -if ($args = jplayer.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/beta/jplayer/? permanent; +rewrite ^/revisions/current/docs/user-guide/quick_start_menu.htm /developers/documentation/product-guide/account-management/quick-start-menu/? permanent; +if ($args = close_account.htm) { + rewrite ^ /developers/documentation/product-guide/account-management/close-account/? permanent; } -rewrite ^/revisions/current/docs/user-guide/jplayer.htm /developers/documentation/product-guide/widget-properties-events/beta/jplayer/? permanent; -if ($args = scandit_button.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/beta/scandit-button/? permanent; +rewrite ^/revisions/current/docs/user-guide/close_account.htm /developers/documentation/product-guide/account-management/close-account/? permanent; +if ($args = cancel_subscription.htm) { + rewrite ^ /developers/documentation/product-guide/account-management/cancel-subscription/? permanent; } -rewrite ^/revisions/current/docs/user-guide/scandit_button.htm /developers/documentation/product-guide/widget-properties-events/beta/scandit-button/? permanent; -if ($args = share_this.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/beta/share-this/? permanent; +rewrite ^/revisions/current/docs/user-guide/cancel_subscription.htm /developers/documentation/product-guide/account-management/cancel-subscription/? permanent; +if ($args = notifications.htm) { + rewrite ^ /developers/documentation/product-guide/account-management/notifications/? permanent; } -rewrite ^/revisions/current/docs/user-guide/share_this.htm /developers/documentation/product-guide/widget-properties-events/beta/share-this/? permanent; -if ($args = zingchart.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/beta/zingchart/? permanent; +rewrite ^/revisions/current/docs/user-guide/notifications.htm /developers/documentation/product-guide/account-management/notifications/? permanent; +if ($args = account_management.htm) { + rewrite ^ /developers/documentation/product-guide/account-management/? permanent; } -rewrite ^/revisions/current/docs/user-guide/zingchart.htm /developers/documentation/product-guide/widget-properties-events/beta/zingchart/? permanent; -if ($args = beta.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/beta/? permanent; +rewrite ^/revisions/current/docs/user-guide/account_management.htm /developers/documentation/product-guide/account-management/? permanent; +if ($args = signing_in__accounts_and_users.htm) { + rewrite ^ /developers/documentation/product-guide/signing-in-accounts-and-users/? permanent; } -rewrite ^/revisions/current/docs/user-guide/beta.htm /developers/documentation/product-guide/widget-properties-events/beta/? permanent; -if ($args = action_button.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/common/action-button/? permanent; +rewrite ^/revisions/current/docs/user-guide/signing_in__accounts_and_users.htm /developers/documentation/product-guide/signing-in-accounts-and-users/? permanent; +if ($args = other_mobile_widgets.htm) { + rewrite ^ /developers/documentation/product-guide/mobile-apps-sites/other-mobile-widgets/? permanent; } -rewrite ^/revisions/current/docs/user-guide/action_button.htm /developers/documentation/product-guide/widget-properties-events/common/action-button/? permanent; -if ($args = alpha_numeric.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/common/alpha-numeric/? permanent; +rewrite ^/revisions/current/docs/user-guide/other_mobile_widgets.htm /developers/documentation/product-guide/mobile-apps-sites/other-mobile-widgets/? permanent; +if ($args = mobile_transition_mode.htm) { + rewrite ^ /developers/documentation/product-guide/mobile-apps-sites/mobile-transition-mode/? permanent; } -rewrite ^/revisions/current/docs/user-guide/alpha_numeric.htm /developers/documentation/product-guide/widget-properties-events/common/alpha-numeric/? permanent; -if ($args = checkbox.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/common/checkbox/? permanent; +rewrite ^/revisions/current/docs/user-guide/mobile_transition_mode.htm /developers/documentation/product-guide/mobile-apps-sites/mobile-transition-mode/? permanent; +if ($args = splash_image_management.htm) { + rewrite ^ /developers/documentation/product-guide/mobile-apps-sites/splash-image-management/? permanent; } -rewrite ^/revisions/current/docs/user-guide/checkbox.htm /developers/documentation/product-guide/widget-properties-events/common/checkbox/? permanent; -if ($args = color_picker.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/common/color-picker/? permanent; +rewrite ^/revisions/current/docs/user-guide/splash_image_management.htm /developers/documentation/product-guide/mobile-apps-sites/splash-image-management/? permanent; +if ($args = formatting_mobile_content.htm) { + rewrite ^ /developers/documentation/product-guide/mobile-apps-sites/formatting-mobile-content/? permanent; } -rewrite ^/revisions/current/docs/user-guide/color_picker.htm /developers/documentation/product-guide/widget-properties-events/common/color-picker/? permanent; -if ($args = date_picker.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/common/date-picker/? permanent; +rewrite ^/revisions/current/docs/user-guide/formatting_mobile_content.htm /developers/documentation/product-guide/mobile-apps-sites/formatting-mobile-content/? permanent; +if ($args = adaptive_or_fluid_layouts.htm) { + rewrite ^ /developers/documentation/product-guide/mobile-apps-sites/adaptive-or-fluid-layouts/? permanent; } -rewrite ^/revisions/current/docs/user-guide/date_picker.htm /developers/documentation/product-guide/widget-properties-events/common/date-picker/? permanent; -if ($args = dropdown_list.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/common/dropdown-list/? permanent; +rewrite ^/revisions/current/docs/user-guide/adaptive_or_fluid_layouts.htm /developers/documentation/product-guide/mobile-apps-sites/adaptive-or-fluid-layouts/? permanent; +if ($args = mappsmobile_widgets.htm) { + rewrite ^ /developers/documentation/product-guide/mobile-apps-sites/mappsmobile-widgets/? permanent; } -rewrite ^/revisions/current/docs/user-guide/dropdown_list.htm /developers/documentation/product-guide/widget-properties-events/common/dropdown-list/? permanent; -if ($args = fancy_button.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/common/fancy-button/? permanent; +rewrite ^/revisions/current/docs/user-guide/mappsmobile_widgets.htm /developers/documentation/product-guide/mobile-apps-sites/mappsmobile-widgets/? permanent; +if ($args = mobile_themes.htm) { + rewrite ^ /developers/documentation/product-guide/mobile-apps-sites/mobile-themes/? permanent; } -rewrite ^/revisions/current/docs/user-guide/fancy_button.htm /developers/documentation/product-guide/widget-properties-events/common/fancy-button/? permanent; -if ($args = html2.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/common/html2/? permanent; +rewrite ^/revisions/current/docs/user-guide/mobile_themes.htm /developers/documentation/product-guide/mobile-apps-sites/mobile-themes/? permanent; +if ($args = icon_management.htm) { + rewrite ^ /developers/documentation/product-guide/mobile-apps-sites/icon-management/? permanent; } -rewrite ^/revisions/current/docs/user-guide/html2.htm /developers/documentation/product-guide/widget-properties-events/common/html2/? permanent; -if ($args = image.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/common/image/? permanent; +rewrite ^/revisions/current/docs/user-guide/icon_management.htm /developers/documentation/product-guide/mobile-apps-sites/icon-management/? permanent; +if ($args = page_transition_effects.htm) { + rewrite ^ /developers/documentation/product-guide/mobile-apps-sites/page-transition-effects/? permanent; } -rewrite ^/revisions/current/docs/user-guide/image.htm /developers/documentation/product-guide/widget-properties-events/common/image/? permanent; -if ($args = label.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/common/label/? permanent; +rewrite ^/revisions/current/docs/user-guide/page_transition_effects.htm /developers/documentation/product-guide/mobile-apps-sites/page-transition-effects/? permanent; +if ($args = advanced_mobile_widgets.htm) { + rewrite ^ /developers/documentation/product-guide/mobile-apps-sites/advanced-mobile-widgets/? permanent; } -rewrite ^/revisions/current/docs/user-guide/label.htm /developers/documentation/product-guide/widget-properties-events/common/label/? permanent; -if ($args = listbox.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/common/listbox/? permanent; +rewrite ^/revisions/current/docs/user-guide/advanced_mobile_widgets.htm /developers/documentation/product-guide/mobile-apps-sites/advanced-mobile-widgets/? permanent; +if ($args = desktop_vs__mobile.htm) { + rewrite ^ /developers/documentation/product-guide/mobile-apps-sites/? permanent; } -rewrite ^/revisions/current/docs/user-guide/listbox.htm /developers/documentation/product-guide/widget-properties-events/common/listbox/? permanent; -if ($args = numeric.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/common/numeric/? permanent; +rewrite ^/revisions/current/docs/user-guide/desktop_vs__mobile.htm /developers/documentation/product-guide/mobile-apps-sites/? permanent; +if ($args = quick_start_guide_for_content_.htm) { + rewrite ^ /developers/documentation/product-guide/? permanent; } -rewrite ^/revisions/current/docs/user-guide/numeric.htm /developers/documentation/product-guide/widget-properties-events/common/numeric/? permanent; -if ($args = qr_code.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/common/qr-code/? permanent; +rewrite ^/revisions/current/docs/user-guide/quick_start_guide_for_content_.htm /developers/documentation/product-guide/? permanent; +if ($args = including_public_server_side_s.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-scripting-overview/including-public-server-side-s/? permanent; } -rewrite ^/revisions/current/docs/user-guide/qr_code.htm /developers/documentation/product-guide/widget-properties-events/common/qr-code/? permanent; -if ($args = radio_button.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/common/radio-button/? permanent; +rewrite ^/revisions/current/docs/user-guide/including_public_server_side_s.htm /developers/documentation/scripting-apis/server-side-scripting-overview/including-public-server-side-s/? permanent; +if ($args = calling_ssj_methods.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-scripting-overview/calling-ssj-methods/? permanent; } -rewrite ^/revisions/current/docs/user-guide/radio_button.htm /developers/documentation/product-guide/widget-properties-events/common/radio-button/? permanent; -if ($args = rich_text.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/common/rich-text/? permanent; +rewrite ^/revisions/current/docs/user-guide/calling_ssj_methods.htm /developers/documentation/scripting-apis/server-side-scripting-overview/calling-ssj-methods/? permanent; +if ($args = debugging2.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-scripting-overview/debugging2/? permanent; } -rewrite ^/revisions/current/docs/user-guide/rich_text.htm /developers/documentation/product-guide/widget-properties-events/common/rich-text/? permanent; -if ($args = shape.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/common/shape/? permanent; +rewrite ^/revisions/current/docs/user-guide/debugging2.htm /developers/documentation/scripting-apis/server-side-scripting-overview/debugging2/? permanent; +if ($args = writing_secure_code.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-scripting-overview/writing-secure-code/? permanent; } -rewrite ^/revisions/current/docs/user-guide/shape.htm /developers/documentation/product-guide/widget-properties-events/common/shape/? permanent; -if ($args = text_area.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/common/text-area/? permanent; +rewrite ^/revisions/current/docs/user-guide/writing_secure_code.htm /developers/documentation/scripting-apis/server-side-scripting-overview/writing-secure-code/? permanent; +if ($args = ssj_user_defined_methods.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-scripting-overview/ssj-user-defined-methods/? permanent; } -rewrite ^/revisions/current/docs/user-guide/text_area.htm /developers/documentation/product-guide/widget-properties-events/common/text-area/? permanent; -if ($args = text.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/common/text/? permanent; +rewrite ^/revisions/current/docs/user-guide/ssj_user_defined_methods.htm /developers/documentation/scripting-apis/server-side-scripting-overview/ssj-user-defined-methods/? permanent; +if ($args = where_to_write_ssj_scripts.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-scripting-overview/where-to-write-ssj-scripts/? permanent; } -rewrite ^/revisions/current/docs/user-guide/text.htm /developers/documentation/product-guide/widget-properties-events/common/text/? permanent; -if ($args = upload_button2.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/common/upload-button2/? permanent; +rewrite ^/revisions/current/docs/user-guide/where_to_write_ssj_scripts.htm /developers/documentation/scripting-apis/server-side-scripting-overview/where-to-write-ssj-scripts/? permanent; +if ($args = on_user_login.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/on-user-login/? permanent; } -rewrite ^/revisions/current/docs/user-guide/upload_button2.htm /developers/documentation/product-guide/widget-properties-events/common/upload-button2/? permanent; -if ($args = common.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/common/? permanent; +rewrite ^/revisions/current/docs/user-guide/on_user_login.htm /developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/on-user-login/? permanent; +if ($args = on_instance_save.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/on-instance-save/? permanent; } -rewrite ^/revisions/current/docs/user-guide/common.htm /developers/documentation/product-guide/widget-properties-events/common/? permanent; -if ($args = accordion.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/containers/accordion/? permanent; +rewrite ^/revisions/current/docs/user-guide/on_instance_save.htm /developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/on-instance-save/? permanent; +if ($args = the_user_object.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/the-user-object/? permanent; } -rewrite ^/revisions/current/docs/user-guide/accordion.htm /developers/documentation/product-guide/widget-properties-events/containers/accordion/? permanent; -if ($args = data_container.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/containers/data-container/? permanent; +rewrite ^/revisions/current/docs/user-guide/the_user_object.htm /developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/the-user-object/? permanent; +if ($args = on_instance_create.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/on-instance-create/? permanent; } -rewrite ^/revisions/current/docs/user-guide/data_container.htm /developers/documentation/product-guide/widget-properties-events/containers/data-container/? permanent; -if ($args = iframe.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/containers/iframe/? permanent; +rewrite ^/revisions/current/docs/user-guide/on_instance_create.htm /developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/on-instance-create/? permanent; +if ($args = on_app_load.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/on-app-load/? permanent; } -rewrite ^/revisions/current/docs/user-guide/iframe.htm /developers/documentation/product-guide/widget-properties-events/containers/iframe/? permanent; -if ($args = page_button.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/containers/page-button/? permanent; +rewrite ^/revisions/current/docs/user-guide/on_app_load.htm /developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/on-app-load/? permanent; +if ($args = on_instance_load.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/on-instance-load/? permanent; } -rewrite ^/revisions/current/docs/user-guide/page_button.htm /developers/documentation/product-guide/widget-properties-events/containers/page-button/? permanent; -if ($args = panel.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/containers/panel/? permanent; +rewrite ^/revisions/current/docs/user-guide/on_instance_load.htm /developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/on-instance-load/? permanent; +if ($args = ssj_events.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/? permanent; } -rewrite ^/revisions/current/docs/user-guide/panel.htm /developers/documentation/product-guide/widget-properties-events/containers/panel/? permanent; -if ($args = repeater.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/containers/repeater/? permanent; +rewrite ^/revisions/current/docs/user-guide/ssj_events.htm /developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/? permanent; +if ($args = database_handling_with_ssj.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-scripting-overview/database-handling-with-ssj/? permanent; } -rewrite ^/revisions/current/docs/user-guide/repeater.htm /developers/documentation/product-guide/widget-properties-events/containers/repeater/? permanent; -if ($args = tab.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/containers/tab/? permanent; +rewrite ^/revisions/current/docs/user-guide/database_handling_with_ssj.htm /developers/documentation/scripting-apis/server-side-scripting-overview/database-handling-with-ssj/? permanent; +if ($args = server_side_scripting.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-scripting-overview/? permanent; } -rewrite ^/revisions/current/docs/user-guide/tab.htm /developers/documentation/product-guide/widget-properties-events/containers/tab/? permanent; -if ($args = table_containerprop.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/containers/table-containerprop/? permanent; +rewrite ^/revisions/current/docs/user-guide/server_side_scripting.htm /developers/documentation/scripting-apis/server-side-scripting-overview/? permanent; +if ($args = instanceload.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/instance-data-functions/instanceload/? permanent; } -rewrite ^/revisions/current/docs/user-guide/table_containerprop.htm /developers/documentation/product-guide/widget-properties-events/containers/table-containerprop/? permanent; -if ($args = containersprop.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/containers/? permanent; +rewrite ^/revisions/current/docs/user-guide/instanceload.htm /developers/documentation/scripting-apis/client-api/instance-data-functions/instanceload/? permanent; +if ($args = instancesave.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/instance-data-functions/instancesave/? permanent; } -rewrite ^/revisions/current/docs/user-guide/containersprop.htm /developers/documentation/product-guide/widget-properties-events/containers/? permanent; -if ($args = deprecated.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/deprecated/? permanent; +rewrite ^/revisions/current/docs/user-guide/instancesave.htm /developers/documentation/scripting-apis/client-api/instance-data-functions/instancesave/? permanent; +if ($args = instancecreate.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/instance-data-functions/instancecreate/? permanent; } -rewrite ^/revisions/current/docs/user-guide/deprecated.htm /developers/documentation/product-guide/widget-properties-events/deprecated/? permanent; -if ($args = accessing_events.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/events/accessing-events/? permanent; +rewrite ^/revisions/current/docs/user-guide/instancecreate.htm /developers/documentation/scripting-apis/client-api/instance-data-functions/instancecreate/? permanent; +if ($args = instancesetrelationship.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/instance-data-functions/instancesetrelationship/? permanent; } -rewrite ^/revisions/current/docs/user-guide/accessing_events.htm /developers/documentation/product-guide/widget-properties-events/events/accessing-events/? permanent; -if ($args = auth_events.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/events/event-reference-list/auth-events/? permanent; +rewrite ^/revisions/current/docs/user-guide/instancesetrelationship.htm /developers/documentation/scripting-apis/client-api/instance-data-functions/instancesetrelationship/? permanent; +if ($args = instancedelete.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/instance-data-functions/instancedelete/? permanent; } -rewrite ^/revisions/current/docs/user-guide/auth_events.htm /developers/documentation/product-guide/widget-properties-events/events/event-reference-list/auth-events/? permanent; -if ($args = data_events.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/events/event-reference-list/data-events/? permanent; +rewrite ^/revisions/current/docs/user-guide/instancedelete.htm /developers/documentation/scripting-apis/client-api/instance-data-functions/instancedelete/? permanent; +if ($args = getinstancedata.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/instance-data-functions/getinstancedata/? permanent; } -rewrite ^/revisions/current/docs/user-guide/data_events.htm /developers/documentation/product-guide/widget-properties-events/events/event-reference-list/data-events/? permanent; -if ($args = general_events.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/events/event-reference-list/general-events/? permanent; +rewrite ^/revisions/current/docs/user-guide/getinstancedata.htm /developers/documentation/scripting-apis/client-api/instance-data-functions/getinstancedata/? permanent; +if ($args = instancenew.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/instance-data-functions/instancenew/? permanent; } -rewrite ^/revisions/current/docs/user-guide/general_events.htm /developers/documentation/product-guide/widget-properties-events/events/event-reference-list/general-events/? permanent; -if ($args = internationalization_app_event.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/events/event-reference-list/internationalization-app-event/? permanent; +rewrite ^/revisions/current/docs/user-guide/instancenew.htm /developers/documentation/scripting-apis/client-api/instance-data-functions/instancenew/? permanent; +if ($args = setinstancedata.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/instance-data-functions/setinstancedata/? permanent; } -rewrite ^/revisions/current/docs/user-guide/internationalization_app_event.htm /developers/documentation/product-guide/widget-properties-events/events/event-reference-list/internationalization-app-event/? permanent; -if ($args = key_events.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/events/event-reference-list/key-events/? permanent; +rewrite ^/revisions/current/docs/user-guide/setinstancedata.htm /developers/documentation/scripting-apis/client-api/instance-data-functions/setinstancedata/? permanent; + +if ($args = instancesync.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/instance-data-functions/instancesync/? permanent; +} +rewrite ^/revisions/current/docs/user-guide/instancesync.htm /developers/documentation/scripting-apis/client-api/instance-data-functions/instancesync/? permanent; +if ($args = instancexxxx_callback_function.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/instance-data-functions/instancexxxx-callback-function/? permanent; } -rewrite ^/revisions/current/docs/user-guide/key_events.htm /developers/documentation/product-guide/widget-properties-events/events/event-reference-list/key-events/? permanent; -if ($args = mobile_native_app_events.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/events/event-reference-list/mobile-native-app-events/? permanent; +rewrite ^/revisions/current/docs/user-guide/instancexxxx_callback_function.htm /developers/documentation/scripting-apis/client-api/instance-data-functions/instancexxxx-callback-function/? permanent; +if ($args = instance2.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/instance-data-functions/? permanent; } -rewrite ^/revisions/current/docs/user-guide/mobile_native_app_events.htm /developers/documentation/product-guide/widget-properties-events/events/event-reference-list/mobile-native-app-events/? permanent; -if ($args = mouse_events.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/events/event-reference-list/mouse-events/? permanent; +rewrite ^/revisions/current/docs/user-guide/instance2.htm /developers/documentation/scripting-apis/client-api/instance-data-functions/? permanent; +if ($args = dtnewdate.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/date-time-management-functions/dtnewdate/? permanent; } -rewrite ^/revisions/current/docs/user-guide/mouse_events.htm /developers/documentation/product-guide/widget-properties-events/events/event-reference-list/mouse-events/? permanent; -if ($args = event_reference_list.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/events/event-reference-list/? permanent; +rewrite ^/revisions/current/docs/user-guide/dtnewdate.htm /developers/documentation/scripting-apis/client-api/date-time-management-functions/dtnewdate/? permanent; +if ($args = instancegetrtz.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/date-time-management-functions/instancegetrtz/? permanent; } -rewrite ^/revisions/current/docs/user-guide/event_reference_list.htm /developers/documentation/product-guide/widget-properties-events/events/event-reference-list/? permanent; -if ($args = events.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/events/? permanent; +rewrite ^/revisions/current/docs/user-guide/instancegetrtz.htm /developers/documentation/scripting-apis/client-api/date-time-management-functions/instancegetrtz/? permanent; +if ($args = instancesetrtz.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/date-time-management-functions/instancesetrtz/? permanent; } -rewrite ^/revisions/current/docs/user-guide/events.htm /developers/documentation/product-guide/widget-properties-events/events/? permanent; -if ($args = auth_button.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/mobile/auth-button/? permanent; +rewrite ^/revisions/current/docs/user-guide/instancesetrtz.htm /developers/documentation/scripting-apis/client-api/date-time-management-functions/instancesetrtz/? permanent; +if ($args = dtadd.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/date-time-management-functions/dtadd/? permanent; } -rewrite ^/revisions/current/docs/user-guide/auth_button.htm /developers/documentation/product-guide/widget-properties-events/mobile/auth-button/? permanent; -if ($args = checkbox_group.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/mobile/checkbox-group/? permanent; +rewrite ^/revisions/current/docs/user-guide/dtadd.htm /developers/documentation/scripting-apis/client-api/date-time-management-functions/dtadd/? permanent; +if ($args = dtadjust.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/date-time-management-functions/dtadjust/? permanent; } -rewrite ^/revisions/current/docs/user-guide/checkbox_group.htm /developers/documentation/product-guide/widget-properties-events/mobile/checkbox-group/? permanent; -if ($args = collapsible.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/mobile/collapsible/? permanent; +rewrite ^/revisions/current/docs/user-guide/dtadjust.htm /developers/documentation/scripting-apis/client-api/date-time-management-functions/dtadjust/? permanent; +if ($args = dtdatetostring.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/date-time-management-functions/dtdatetostring/? permanent; } -rewrite ^/revisions/current/docs/user-guide/collapsible.htm /developers/documentation/product-guide/widget-properties-events/mobile/collapsible/? permanent; -if ($args = flip_toggle_switch.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/mobile/flip-toggle-switch/? permanent; +rewrite ^/revisions/current/docs/user-guide/dtdatetostring.htm /developers/documentation/scripting-apis/client-api/date-time-management-functions/dtdatetostring/? permanent; +if ($args = dtdifference.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/date-time-management-functions/dtdifference/? permanent; } -rewrite ^/revisions/current/docs/user-guide/flip_toggle_switch.htm /developers/documentation/product-guide/widget-properties-events/mobile/flip-toggle-switch/? permanent; -if ($args = list.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/mobile/list/? permanent; +rewrite ^/revisions/current/docs/user-guide/dtdifference.htm /developers/documentation/scripting-apis/client-api/date-time-management-functions/dtdifference/? permanent; +if ($args = date__time_management_function.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/date-time-management-functions/? permanent; } -rewrite ^/revisions/current/docs/user-guide/list.htm /developers/documentation/product-guide/widget-properties-events/mobile/list/? permanent; -if ($args = mobaction_button.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/mobile/mobaction-button/? permanent; +rewrite ^/revisions/current/docs/user-guide/date__time_management_function.htm /developers/documentation/scripting-apis/client-api/date-time-management-functions/? permanent; +if ($args = pagecalling.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/page-functions/pagecalling/? permanent; } -rewrite ^/revisions/current/docs/user-guide/mobaction_button.htm /developers/documentation/product-guide/widget-properties-events/mobile/mobaction-button/? permanent; -if ($args = mobcheckbox.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/mobile/mobcheckbox/? permanent; +rewrite ^/revisions/current/docs/user-guide/pagecalling.htm /developers/documentation/scripting-apis/client-api/page-functions/pagecalling/? permanent; +if ($args = pagenext.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/page-functions/pagenext/? permanent; } -rewrite ^/revisions/current/docs/user-guide/mobcheckbox.htm /developers/documentation/product-guide/widget-properties-events/mobile/mobcheckbox/? permanent; -if ($args = mobiscroll_list.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/mobile/mobiscroll-list/? permanent; +rewrite ^/revisions/current/docs/user-guide/pagenext.htm /developers/documentation/scripting-apis/client-api/page-functions/pagenext/? permanent; +if ($args = showpagepopup.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/page-functions/showpagepopup/? permanent; } -rewrite ^/revisions/current/docs/user-guide/mobiscroll_list.htm /developers/documentation/product-guide/widget-properties-events/mobile/mobiscroll-list/? permanent; -if ($args = mobiscroll.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/mobile/mobiscroll/? permanent; +rewrite ^/revisions/current/docs/user-guide/showpagepopup.htm /developers/documentation/scripting-apis/client-api/page-functions/showpagepopup/? permanent; +if ($args = pagejump.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/page-functions/pagejump/? permanent; } -rewrite ^/revisions/current/docs/user-guide/mobiscroll.htm /developers/documentation/product-guide/widget-properties-events/mobile/mobiscroll/? permanent; -if ($args = moblabel.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/mobile/moblabel/? permanent; +rewrite ^/revisions/current/docs/user-guide/pagejump.htm /developers/documentation/scripting-apis/client-api/page-functions/pagejump/? permanent; +if ($args = pageback.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/page-functions/pageback/? permanent; } -rewrite ^/revisions/current/docs/user-guide/moblabel.htm /developers/documentation/product-guide/widget-properties-events/mobile/moblabel/? permanent; -if ($args = mobsearch.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/mobile/mobsearch/? permanent; +rewrite ^/revisions/current/docs/user-guide/pageback.htm /developers/documentation/scripting-apis/client-api/page-functions/pageback/? permanent; +if ($args = currentpage.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/page-functions/currentpage/? permanent; } -rewrite ^/revisions/current/docs/user-guide/mobsearch.htm /developers/documentation/product-guide/widget-properties-events/mobile/mobsearch/? permanent; -if ($args = mobtext_area.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/mobile/mobtext-area/? permanent; +rewrite ^/revisions/current/docs/user-guide/currentpage.htm /developers/documentation/scripting-apis/client-api/page-functions/currentpage/? permanent; +if ($args = page_transitions.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/page-functions/page-transitions/? permanent; } -rewrite ^/revisions/current/docs/user-guide/mobtext_area.htm /developers/documentation/product-guide/widget-properties-events/mobile/mobtext-area/? permanent; -if ($args = mobtext.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/mobile/mobtext/? permanent; +rewrite ^/revisions/current/docs/user-guide/page_transitions.htm /developers/documentation/scripting-apis/client-api/page-functions/page-transitions/? permanent; +if ($args = pageprevious.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/page-functions/pageprevious/? permanent; } -rewrite ^/revisions/current/docs/user-guide/mobtext.htm /developers/documentation/product-guide/widget-properties-events/mobile/mobtext/? permanent; -if ($args = navbar.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/mobile/navbar/? permanent; +rewrite ^/revisions/current/docs/user-guide/pageprevious.htm /developers/documentation/scripting-apis/client-api/page-functions/pageprevious/? permanent; +if ($args = closepagepopup.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/page-functions/closepagepopup/? permanent; } -rewrite ^/revisions/current/docs/user-guide/navbar.htm /developers/documentation/product-guide/widget-properties-events/mobile/navbar/? permanent; -if ($args = popup_dropdown.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/mobile/popup-dropdown/? permanent; +rewrite ^/revisions/current/docs/user-guide/closepagepopup.htm /developers/documentation/scripting-apis/client-api/page-functions/closepagepopup/? permanent; +if ($args = refpage.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/page-functions/? permanent; } -rewrite ^/revisions/current/docs/user-guide/popup_dropdown.htm /developers/documentation/product-guide/widget-properties-events/mobile/popup-dropdown/? permanent; -if ($args = popup_listbox.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/mobile/popup-listbox/? permanent; +rewrite ^/revisions/current/docs/user-guide/refpage.htm /developers/documentation/scripting-apis/client-api/page-functions/? permanent; +if ($args = setglobaldata.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/global-data-pool-functions/setglobaldata/? permanent; } -rewrite ^/revisions/current/docs/user-guide/popup_listbox.htm /developers/documentation/product-guide/widget-properties-events/mobile/popup-listbox/? permanent; -if ($args = radiobuttonsgroup.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/mobile/radiobuttonsgroup/? permanent; +rewrite ^/revisions/current/docs/user-guide/setglobaldata.htm /developers/documentation/scripting-apis/client-api/global-data-pool-functions/setglobaldata/? permanent; +if ($args = clearglobaldata.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/global-data-pool-functions/clearglobaldata/? permanent; } -rewrite ^/revisions/current/docs/user-guide/radiobuttonsgroup.htm /developers/documentation/product-guide/widget-properties-events/mobile/radiobuttonsgroup/? permanent; -if ($args = slider.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/mobile/slider/? permanent; +rewrite ^/revisions/current/docs/user-guide/clearglobaldata.htm /developers/documentation/scripting-apis/client-api/global-data-pool-functions/clearglobaldata/? permanent; +if ($args = getglobaldata.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/global-data-pool-functions/getglobaldata/? permanent; } -rewrite ^/revisions/current/docs/user-guide/slider.htm /developers/documentation/product-guide/widget-properties-events/mobile/slider/? permanent; -if ($args = toolbar.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/mobile/toolbar/? permanent; +rewrite ^/revisions/current/docs/user-guide/getglobaldata.htm /developers/documentation/scripting-apis/client-api/global-data-pool-functions/getglobaldata/? permanent; +if ($args = global_data_pool.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/global-data-pool-functions/? permanent; } -rewrite ^/revisions/current/docs/user-guide/toolbar.htm /developers/documentation/product-guide/widget-properties-events/mobile/toolbar/? permanent; -if ($args = upload_button.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/mobile/upload-button/? permanent; +rewrite ^/revisions/current/docs/user-guide/global_data_pool.htm /developers/documentation/scripting-apis/client-api/global-data-pool-functions/? permanent; +if ($args = oauthsignin.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/oauth/oauthsignin/? permanent; } -rewrite ^/revisions/current/docs/user-guide/upload_button.htm /developers/documentation/product-guide/widget-properties-events/mobile/upload-button/? permanent; -if ($args = mobile.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/mobile/? permanent; +rewrite ^/revisions/current/docs/user-guide/oauthsignin.htm /developers/documentation/scripting-apis/client-api/oauth/oauthsignin/? permanent; +if ($args = oauth3.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/oauth/? permanent; } -rewrite ^/revisions/current/docs/user-guide/mobile.htm /developers/documentation/product-guide/widget-properties-events/mobile/? permanent; -if ($args = page_properties.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/page-properties/? permanent; +rewrite ^/revisions/current/docs/user-guide/oauth3.htm /developers/documentation/scripting-apis/client-api/oauth/? permanent; +if ($args = isplayerready.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/isplayerready/? permanent; } -rewrite ^/revisions/current/docs/user-guide/page_properties.htm /developers/documentation/product-guide/widget-properties-events/page-properties/? permanent; -if ($args = prefill.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/prefill/? permanent; +rewrite ^/revisions/current/docs/user-guide/isplayerready.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/isplayerready/? permanent; +if ($args = stop.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/stop/? permanent; } -rewrite ^/revisions/current/docs/user-guide/prefill.htm /developers/documentation/product-guide/widget-properties-events/prefill/? permanent; -if ($args = object_reference.htm) { - rewrite ^ /developers/documentation/product-guide/widget-properties-events/? permanent; +rewrite ^/revisions/current/docs/user-guide/stop.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/stop/? permanent; +if ($args = currenttime.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/currenttime/? permanent; } -rewrite ^/revisions/current/docs/user-guide/object_reference.htm /developers/documentation/product-guide/widget-properties-events/? permanent; -if ($args = quick_start_guide_for_content_.htm) { - rewrite ^ /developers/documentation/product-guide/? permanent; +rewrite ^/revisions/current/docs/user-guide/currenttime.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/currenttime/? permanent; +if ($args = load.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/load/? permanent; } -rewrite ^/revisions/current/docs/user-guide/quick_start_guide_for_content_.htm /developers/documentation/product-guide/? permanent; -if ($args = accessing_device_hardware__fea.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/accessing-device-hardware-fea/? permanent; +rewrite ^/revisions/current/docs/user-guide/load.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/load/? permanent; +if ($args = duration.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/duration/? permanent; } -rewrite ^/revisions/current/docs/user-guide/accessing_device_hardware__fea.htm /developers/documentation/scripting-apis/client-api/accessing-device-hardware-fea/? permanent; -if ($args = cacheimage.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/cacheimage/? permanent; +rewrite ^/revisions/current/docs/user-guide/duration.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/duration/? permanent; +if ($args = enable.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/enable/? permanent; } -rewrite ^/revisions/current/docs/user-guide/cacheimage.htm /developers/documentation/scripting-apis/client-api/app-functions/cacheimage/? permanent; -if ($args = callservice.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/callservice/? permanent; +rewrite ^/revisions/current/docs/user-guide/enable.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/enable/? permanent; +if ($args = play.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/play/? permanent; } -rewrite ^/revisions/current/docs/user-guide/callservice.htm /developers/documentation/scripting-apis/client-api/app-functions/callservice/? permanent; -if ($args = childapp.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/childapp/? permanent; +rewrite ^/revisions/current/docs/user-guide/play.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/play/? permanent; +if ($args = poster.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/poster/? permanent; } -rewrite ^/revisions/current/docs/user-guide/childapp.htm /developers/documentation/scripting-apis/client-api/app-functions/childapp/? permanent; -if ($args = closeform.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/closeform/? permanent; +rewrite ^/revisions/current/docs/user-guide/poster.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/poster/? permanent; +if ($args = getplaybackquality.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/getplaybackquality/? permanent; } -rewrite ^/revisions/current/docs/user-guide/closeform.htm /developers/documentation/scripting-apis/client-api/app-functions/closeform/? permanent; -if ($args = confirm.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/confirm/? permanent; +rewrite ^/revisions/current/docs/user-guide/getplaybackquality.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/getplaybackquality/? permanent; +if ($args = player.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/player/? permanent; } -rewrite ^/revisions/current/docs/user-guide/confirm.htm /developers/documentation/scripting-apis/client-api/app-functions/confirm/? permanent; -if ($args = debugdata.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/debugdata/? permanent; +rewrite ^/revisions/current/docs/user-guide/player.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/player/? permanent; +if ($args = pauseothers.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/pauseothers/? permanent; } -rewrite ^/revisions/current/docs/user-guide/debugdata.htm /developers/documentation/scripting-apis/client-api/app-functions/debugdata/? permanent; -if ($args = debugoutput.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/debugoutput/? permanent; +rewrite ^/revisions/current/docs/user-guide/pauseothers.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/pauseothers/? permanent; +if ($args = volume.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/volume/? permanent; } -rewrite ^/revisions/current/docs/user-guide/debugoutput.htm /developers/documentation/scripting-apis/client-api/app-functions/debugoutput/? permanent; -if ($args = debugproperties.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/debugproperties/? permanent; +rewrite ^/revisions/current/docs/user-guide/volume.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/volume/? permanent; +if ($args = vidpopulatewidget.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/vidpopulatewidget/? permanent; } -rewrite ^/revisions/current/docs/user-guide/debugproperties.htm /developers/documentation/scripting-apis/client-api/app-functions/debugproperties/? permanent; -if ($args = debugvalues.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/debugvalues/? permanent; +rewrite ^/revisions/current/docs/user-guide/vidpopulatewidget.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/vidpopulatewidget/? permanent; +if ($args = pause.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/pause/? permanent; } -rewrite ^/revisions/current/docs/user-guide/debugvalues.htm /developers/documentation/scripting-apis/client-api/app-functions/debugvalues/? permanent; -if ($args = gatrack.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/gatrack/? permanent; +rewrite ^/revisions/current/docs/user-guide/pause.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/pause/? permanent; +if ($args = clearmedia.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/clearmedia/? permanent; } -rewrite ^/revisions/current/docs/user-guide/gatrack.htm /developers/documentation/scripting-apis/client-api/app-functions/gatrack/? permanent; -if ($args = getacversion.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/getacversion/? permanent; +rewrite ^/revisions/current/docs/user-guide/clearmedia.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/clearmedia/? permanent; +if ($args = getavailablequalitylevels.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/getavailablequalitylevels/? permanent; } -rewrite ^/revisions/current/docs/user-guide/getacversion.htm /developers/documentation/scripting-apis/client-api/app-functions/getacversion/? permanent; -if ($args = getappsnapshot.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/getappsnapshot/? permanent; +rewrite ^/revisions/current/docs/user-guide/getavailablequalitylevels.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/getavailablequalitylevels/? permanent; +if ($args = controls.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/controls/? permanent; +} +rewrite ^/revisions/current/docs/user-guide/controls.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/controls/? permanent; +if ($args = getyoutubeplayer.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/getyoutubeplayer/? permanent; } -rewrite ^/revisions/current/docs/user-guide/getappsnapshot.htm /developers/documentation/scripting-apis/client-api/app-functions/getappsnapshot/? permanent; -if ($args = getenvvalue.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/getenvvalue/? permanent; +rewrite ^/revisions/current/docs/user-guide/getyoutubeplayer.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/getyoutubeplayer/? permanent; +if ($args = clearvideo.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/clearvideo/? permanent; } -rewrite ^/revisions/current/docs/user-guide/getenvvalue.htm /developers/documentation/scripting-apis/client-api/app-functions/getenvvalue/? permanent; -if ($args = getinputparameter.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/getinputparameter/? permanent; +rewrite ^/revisions/current/docs/user-guide/clearvideo.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/clearvideo/? permanent; +if ($args = preload.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/preload/? permanent; } -rewrite ^/revisions/current/docs/user-guide/getinputparameter.htm /developers/documentation/scripting-apis/client-api/app-functions/getinputparameter/? permanent; -if ($args = getinstanceurl.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/getinstanceurl/? permanent; +rewrite ^/revisions/current/docs/user-guide/preload.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/preload/? permanent; +if ($args = muted.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/muted/? permanent; } -rewrite ^/revisions/current/docs/user-guide/getinstanceurl.htm /developers/documentation/scripting-apis/client-api/app-functions/getinstanceurl/? permanent; - - -if ($args = getrunmode.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/getrunmode/? permanent; +rewrite ^/revisions/current/docs/user-guide/muted.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/muted/? permanent; +if ($args = setplaybackquality.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/setplaybackquality/? permanent; } -rewrite ^/revisions/current/docs/user-guide/getrunmode.htm /developers/documentation/scripting-apis/client-api/app-functions/getrunmode/? permanent; -if ($args = isnativeapp.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/isnativeapp/? permanent; +rewrite ^/revisions/current/docs/user-guide/setplaybackquality.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/setplaybackquality/? permanent; +if ($args = state.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/state/? permanent; } -rewrite ^/revisions/current/docs/user-guide/isnativeapp.htm /developers/documentation/scripting-apis/client-api/app-functions/isnativeapp/? permanent; -if ($args = isnativeapponline.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/isnativeapponline/? permanent; +rewrite ^/revisions/current/docs/user-guide/state.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/state/? permanent; +if ($args = loop.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/loop/? permanent; } -rewrite ^/revisions/current/docs/user-guide/isnativeapponline.htm /developers/documentation/scripting-apis/client-api/app-functions/isnativeapponline/? permanent; -if ($args = isprinting.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/isprinting/? permanent; +rewrite ^/revisions/current/docs/user-guide/loop.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/loop/? permanent; +if ($args = video__audio_widget.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/? permanent; } -rewrite ^/revisions/current/docs/user-guide/isprinting.htm /developers/documentation/scripting-apis/client-api/app-functions/isprinting/? permanent; - -if ($args = logout.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/logout/? permanent; +rewrite ^/revisions/current/docs/user-guide/video__audio_widget.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/? permanent; +if ($args = scroll.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/timeline/scroll/? permanent; } -rewrite ^/revisions/current/docs/user-guide/logout.htm /developers/documentation/scripting-apis/client-api/app-functions/logout/? permanent; -if ($args = mobiledial.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/mobiledial/? permanent; +rewrite ^/revisions/current/docs/user-guide/scroll.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/timeline/scroll/? permanent; +if ($args = fitdata.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/timeline/fitdata/? permanent; } -rewrite ^/revisions/current/docs/user-guide/mobiledial.htm /developers/documentation/scripting-apis/client-api/app-functions/mobiledial/? permanent; -if ($args = mobileemail.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/mobileemail/? permanent; +rewrite ^/revisions/current/docs/user-guide/fitdata.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/timeline/fitdata/? permanent; +if ($args = tlscrollto.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/timeline/tlscrollto/? permanent; } -rewrite ^/revisions/current/docs/user-guide/mobileemail.htm /developers/documentation/scripting-apis/client-api/app-functions/mobileemail/? permanent; -if ($args = mobilesms.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/mobilesms/? permanent; +rewrite ^/revisions/current/docs/user-guide/tlscrollto.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/timeline/tlscrollto/? permanent; +if ($args = eventstimeline.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/timeline/eventstimeline/? permanent; } -rewrite ^/revisions/current/docs/user-guide/mobilesms.htm /developers/documentation/scripting-apis/client-api/app-functions/mobilesms/? permanent; -if ($args = parentapp.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/parentapp/? permanent; +rewrite ^/revisions/current/docs/user-guide/eventstimeline.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/timeline/eventstimeline/? permanent; +if ($args = timelineref.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/timeline/? permanent; } -rewrite ^/revisions/current/docs/user-guide/parentapp.htm /developers/documentation/scripting-apis/client-api/app-functions/parentapp/? permanent; -if ($args = populatewidget3.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/populatewidget3/? permanent; +rewrite ^/revisions/current/docs/user-guide/timelineref.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/timeline/? permanent; +if ($args = getsectionstate.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/accordion/getsectionstate/? permanent; } -rewrite ^/revisions/current/docs/user-guide/populatewidget3.htm /developers/documentation/scripting-apis/client-api/app-functions/populatewidget3/? permanent; -if ($args = printapp.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/printapp/? permanent; +rewrite ^/revisions/current/docs/user-guide/getsectionstate.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/accordion/getsectionstate/? permanent; +if ($args = statesection.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/accordion/statesection/? permanent; } -rewrite ^/revisions/current/docs/user-guide/printapp.htm /developers/documentation/scripting-apis/client-api/app-functions/printapp/? permanent; -if ($args = refalert.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/refalert/? permanent; +rewrite ^/revisions/current/docs/user-guide/statesection.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/accordion/statesection/? permanent; +if ($args = accordion2.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/accordion/? permanent; } -rewrite ^/revisions/current/docs/user-guide/refalert.htm /developers/documentation/scripting-apis/client-api/app-functions/refalert/? permanent; -if ($args = refreset.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/refreset/? permanent; +rewrite ^/revisions/current/docs/user-guide/accordion2.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/accordion/? permanent; +if ($args = columnwidth.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/columnwidth/? permanent; } -rewrite ^/revisions/current/docs/user-guide/refreset.htm /developers/documentation/scripting-apis/client-api/app-functions/refreset/? permanent; -if ($args = runeditor.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/runeditor/? permanent; +rewrite ^/revisions/current/docs/user-guide/columnwidth.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/columnwidth/? permanent; +if ($args = showgallery.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/showgallery/? permanent; } -rewrite ^/revisions/current/docs/user-guide/runeditor.htm /developers/documentation/scripting-apis/client-api/app-functions/runeditor/? permanent; -if ($args = setappsnapshot.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/setappsnapshot/? permanent; +rewrite ^/revisions/current/docs/user-guide/showgallery.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/showgallery/? permanent; +if ($args = pswipepopulatewidget.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/pswipepopulatewidget/? permanent; } -rewrite ^/revisions/current/docs/user-guide/setappsnapshot.htm /developers/documentation/scripting-apis/client-api/app-functions/setappsnapshot/? permanent; -if ($args = setnetworktimeout.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/setnetworktimeout/? permanent; +rewrite ^/revisions/current/docs/user-guide/pswipepopulatewidget.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/pswipepopulatewidget/? permanent; +if ($args = getphotoswipeobject.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/getphotoswipeobject/? permanent; } -rewrite ^/revisions/current/docs/user-guide/setnetworktimeout.htm /developers/documentation/scripting-apis/client-api/app-functions/setnetworktimeout/? permanent; -if ($args = showconfirm.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/showconfirm/? permanent; +rewrite ^/revisions/current/docs/user-guide/getphotoswipeobject.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/getphotoswipeobject/? permanent; + +if ($args = getcurrentimage.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/getcurrentimage/? permanent; } -rewrite ^/revisions/current/docs/user-guide/showconfirm.htm /developers/documentation/scripting-apis/client-api/app-functions/showconfirm/? permanent; -if ($args = showmessage.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/showmessage/? permanent; +rewrite ^/revisions/current/docs/user-guide/getcurrentimage.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/getcurrentimage/? permanent; +if ($args = photoswiperef.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/? permanent; } -rewrite ^/revisions/current/docs/user-guide/showmessage.htm /developers/documentation/scripting-apis/client-api/app-functions/showmessage/? permanent; -if ($args = showprompt.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/showprompt/? permanent; +rewrite ^/revisions/current/docs/user-guide/photoswiperef.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/? permanent; +if ($args = parent.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/general/parent/? permanent; } -rewrite ^/revisions/current/docs/user-guide/showprompt.htm /developers/documentation/scripting-apis/client-api/app-functions/showprompt/? permanent; -if ($args = switchapp.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/switchapp/? permanent; +rewrite ^/revisions/current/docs/user-guide/parent.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/general/parent/? permanent; +if ($args = prop.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/general/prop/? permanent; } -rewrite ^/revisions/current/docs/user-guide/switchapp.htm /developers/documentation/scripting-apis/client-api/app-functions/switchapp/? permanent; -if ($args = twirlything.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/twirlything/? permanent; +rewrite ^/revisions/current/docs/user-guide/prop.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/general/prop/? permanent; +if ($args = value.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/general/value/? permanent; } -rewrite ^/revisions/current/docs/user-guide/twirlything.htm /developers/documentation/scripting-apis/client-api/app-functions/twirlything/? permanent; - -if ($args = userparameterget.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/userparameterget/? permanent; +rewrite ^/revisions/current/docs/user-guide/value.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/general/value/? permanent; +if ($args = traversechildren.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/general/traversechildren/? permanent; } -rewrite ^/revisions/current/docs/user-guide/userparameterget.htm /developers/documentation/scripting-apis/client-api/app-functions/userparameterget/? permanent; -if ($args = userparameterset.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/userparameterset/? permanent; +rewrite ^/revisions/current/docs/user-guide/traversechildren.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/general/traversechildren/? permanent; +if ($args = general2.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/general/? permanent; } -rewrite ^/revisions/current/docs/user-guide/userparameterset.htm /developers/documentation/scripting-apis/client-api/app-functions/userparameterset/? permanent; -if ($args = general.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/? permanent; +rewrite ^/revisions/current/docs/user-guide/general2.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/general/? permanent; +if ($args = getzingchartid.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/zing-chart/getzingchartid/? permanent; } -rewrite ^/revisions/current/docs/user-guide/general.htm /developers/documentation/scripting-apis/client-api/app-functions/? permanent; -if ($args = advancedtoarray.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/conversion-functions/advancedtoarray/? permanent; +rewrite ^/revisions/current/docs/user-guide/getzingchartid.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/zing-chart/getzingchartid/? permanent; +if ($args = zing_chart.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/zing-chart/? permanent; } -rewrite ^/revisions/current/docs/user-guide/advancedtoarray.htm /developers/documentation/scripting-apis/client-api/conversion-functions/advancedtoarray/? permanent; -if ($args = arraytoadvanced.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/conversion-functions/arraytoadvanced/? permanent; +rewrite ^/revisions/current/docs/user-guide/zing_chart.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/zing-chart/? permanent; +if ($args = setlanguage.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/setlanguage/? permanent; } -rewrite ^/revisions/current/docs/user-guide/arraytoadvanced.htm /developers/documentation/scripting-apis/client-api/conversion-functions/arraytoadvanced/? permanent; -if ($args = date2db.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/conversion-functions/date2db/? permanent; +rewrite ^/revisions/current/docs/user-guide/setlanguage.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/setlanguage/? permanent; +if ($args = removeoverlay.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/removeoverlay/? permanent; } -rewrite ^/revisions/current/docs/user-guide/date2db.htm /developers/documentation/scripting-apis/client-api/conversion-functions/date2db/? permanent; -if ($args = filterarray.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/conversion-functions/filterarray/? permanent; +rewrite ^/revisions/current/docs/user-guide/removeoverlay.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/removeoverlay/? permanent; +if ($args = getcoord.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/getcoord/? permanent; } -rewrite ^/revisions/current/docs/user-guide/filterarray.htm /developers/documentation/scripting-apis/client-api/conversion-functions/filterarray/? permanent; -if ($args = json2text.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/conversion-functions/json2text/? permanent; +rewrite ^/revisions/current/docs/user-guide/getcoord.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/getcoord/? permanent; +if ($args = getoverlays.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/getoverlays/? permanent; } -rewrite ^/revisions/current/docs/user-guide/json2text.htm /developers/documentation/scripting-apis/client-api/conversion-functions/json2text/? permanent; -if ($args = json2xml.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/conversion-functions/json2xml/? permanent; +rewrite ^/revisions/current/docs/user-guide/getoverlays.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/getoverlays/? permanent; +if ($args = showoverlayid.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/showoverlayid/? permanent; } -rewrite ^/revisions/current/docs/user-guide/json2xml.htm /developers/documentation/scripting-apis/client-api/conversion-functions/json2xml/? permanent; -if ($args = text2json.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/conversion-functions/text2json/? permanent; +rewrite ^/revisions/current/docs/user-guide/showoverlayid.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/showoverlayid/? permanent; +if ($args = fittooverlays.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/fittooverlays/? permanent; } -rewrite ^/revisions/current/docs/user-guide/text2json.htm /developers/documentation/scripting-apis/client-api/conversion-functions/text2json/? permanent; -if ($args = xml2json.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/conversion-functions/xml2json/? permanent; +rewrite ^/revisions/current/docs/user-guide/fittooverlays.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/fittooverlays/? permanent; +if ($args = clearmarkers.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/clearmarkers/? permanent; } -rewrite ^/revisions/current/docs/user-guide/xml2json.htm /developers/documentation/scripting-apis/client-api/conversion-functions/xml2json/? permanent; -if ($args = conversion_functions.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/conversion-functions/? permanent; +rewrite ^/revisions/current/docs/user-guide/clearmarkers.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/clearmarkers/? permanent; +if ($args = clearoverlays.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/clearoverlays/? permanent; } -rewrite ^/revisions/current/docs/user-guide/conversion_functions.htm /developers/documentation/scripting-apis/client-api/conversion-functions/? permanent; -if ($args = data_view_related_events.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/data-view-functions/data-view-related-events/? permanent; +rewrite ^/revisions/current/docs/user-guide/clearoverlays.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/clearoverlays/? permanent; +if ($args = hideoverlay.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/hideoverlay/? permanent; } -rewrite ^/revisions/current/docs/user-guide/data_view_related_events.htm /developers/documentation/scripting-apis/client-api/data-view-functions/data-view-related-events/? permanent; -if ($args = drilldownbroadcast.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/data-view-functions/drilldownbroadcast/? permanent; +rewrite ^/revisions/current/docs/user-guide/hideoverlay.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/hideoverlay/? permanent; +if ($args = fillcolor.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/fillcolor/? permanent; } -rewrite ^/revisions/current/docs/user-guide/drilldownbroadcast.htm /developers/documentation/scripting-apis/client-api/data-view-functions/drilldownbroadcast/? permanent; -if ($args = enableview.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/data-view-functions/enableview/? permanent; +rewrite ^/revisions/current/docs/user-guide/fillcolor.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/fillcolor/? permanent; +if ($args = whereami.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/whereami/? permanent; } -rewrite ^/revisions/current/docs/user-guide/enableview.htm /developers/documentation/scripting-apis/client-api/data-view-functions/enableview/? permanent; -if ($args = fetchdatapage.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/data-view-functions/fetchdatapage/? permanent; +rewrite ^/revisions/current/docs/user-guide/whereami.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/whereami/? permanent; +if ($args = strokeopacity.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/strokeopacity/? permanent; } -rewrite ^/revisions/current/docs/user-guide/fetchdatapage.htm /developers/documentation/scripting-apis/client-api/data-view-functions/fetchdatapage/? permanent; -if ($args = getting_data_for_charts.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/data-view-functions/getting-data-for-charts/? permanent; +rewrite ^/revisions/current/docs/user-guide/strokeopacity.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/strokeopacity/? permanent; +if ($args = strokecolor.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/strokecolor/? permanent; } -rewrite ^/revisions/current/docs/user-guide/getting_data_for_charts.htm /developers/documentation/scripting-apis/client-api/data-view-functions/getting-data-for-charts/? permanent; -if ($args = getviewdata.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/data-view-functions/getviewdata/? permanent; +rewrite ^/revisions/current/docs/user-guide/strokecolor.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/strokecolor/? permanent; +if ($args = getoverlayobjbyidid.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/getoverlayobjbyidid/? permanent; } -rewrite ^/revisions/current/docs/user-guide/getviewdata.htm /developers/documentation/scripting-apis/client-api/data-view-functions/getviewdata/? permanent; -if ($args = filtering_dates.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/filtering-dates/? permanent; +rewrite ^/revisions/current/docs/user-guide/getoverlayobjbyidid.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/getoverlayobjbyidid/? permanent; +if ($args = removedirections.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/removedirections/? permanent; } -rewrite ^/revisions/current/docs/user-guide/filtering_dates.htm /developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/filtering-dates/? permanent; -if ($args = filters.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/filters/? permanent; +rewrite ^/revisions/current/docs/user-guide/removedirections.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/removedirections/? permanent; +if ($args = strokeweight.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/strokeweight/? permanent; } -rewrite ^/revisions/current/docs/user-guide/filters.htm /developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/filters/? permanent; -if ($args = multi_series_filters.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/multi-series-filters/? permanent; +rewrite ^/revisions/current/docs/user-guide/strokeweight.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/strokeweight/? permanent; +if ($args = noscroll.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/noscroll/? permanent; } -rewrite ^/revisions/current/docs/user-guide/multi_series_filters.htm /developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/multi-series-filters/? permanent; -if ($args = refdrill_filter.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/refdrill-filter/? permanent; +rewrite ^/revisions/current/docs/user-guide/noscroll.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/noscroll/? permanent; +if ($args = addrectangle.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addrectangle/? permanent; } -rewrite ^/revisions/current/docs/user-guide/refdrill_filter.htm /developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/refdrill-filter/? permanent; -if ($args = refgroup_by.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/refgroup-by/? permanent; +rewrite ^/revisions/current/docs/user-guide/addrectangle.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addrectangle/? permanent; +if ($args = addpolygon.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addpolygon/? permanent; } -rewrite ^/revisions/current/docs/user-guide/refgroup_by.htm /developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/refgroup-by/? permanent; -if ($args = reforder_by.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/reforder-by/? permanent; +rewrite ^/revisions/current/docs/user-guide/addpolygon.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addpolygon/? permanent; +if ($args = fillopacity.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/fillopacity/? permanent; } -rewrite ^/revisions/current/docs/user-guide/reforder_by.htm /developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/reforder-by/? permanent; -if ($args = modifying_data_widgets_with_sc.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/? permanent; +rewrite ^/revisions/current/docs/user-guide/fillopacity.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/fillopacity/? permanent; +if ($args = getaddress.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/getaddress/? permanent; } -rewrite ^/revisions/current/docs/user-guide/modifying_data_widgets_with_sc.htm /developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/? permanent; -if ($args = mysql__postegres__oracle_etc.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/data-view-functions/mysql-postgres-oracle-etc/? permanent; +rewrite ^/revisions/current/docs/user-guide/getaddress.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/getaddress/? permanent; +if ($args = loadapi.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/loadapi/? permanent; } -rewrite ^/revisions/current/docs/user-guide/mysql__postegres__oracle_etc.htm /developers/documentation/scripting-apis/client-api/data-view-functions/mysql-postgres-oracle-etc/? permanent; -if ($args = refrefreshdata.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/data-view-functions/refrefreshdata/? permanent; +rewrite ^/revisions/current/docs/user-guide/loadapi.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/loadapi/? permanent; +if ($args = addcurrentlocation.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addcurrentlocation/? permanent; } -rewrite ^/revisions/current/docs/user-guide/refrefreshdata.htm /developers/documentation/scripting-apis/client-api/data-view-functions/refrefreshdata/? permanent; -if ($args = reloadview.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/data-view-functions/reloadview/? permanent; +rewrite ^/revisions/current/docs/user-guide/addcurrentlocation.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addcurrentlocation/? permanent; +if ($args = showmarker.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/showmarker/? permanent; } -rewrite ^/revisions/current/docs/user-guide/reloadview.htm /developers/documentation/scripting-apis/client-api/data-view-functions/reloadview/? permanent; -if ($args = resetview.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/data-view-functions/resetview/? permanent; +rewrite ^/revisions/current/docs/user-guide/showmarker.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/showmarker/? permanent; +if ($args = getdirections.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/getdirections/? permanent; } -rewrite ^/revisions/current/docs/user-guide/resetview.htm /developers/documentation/scripting-apis/client-api/data-view-functions/resetview/? permanent; -if ($args = setting_a_view_filter.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/data-view-functions/setting-a-view-filter/? permanent; +rewrite ^/revisions/current/docs/user-guide/getdirections.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/getdirections/? permanent; +if ($args = addcircle.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addcircle/? permanent; } -rewrite ^/revisions/current/docs/user-guide/setting_a_view_filter.htm /developers/documentation/scripting-apis/client-api/data-view-functions/setting-a-view-filter/? permanent; -if ($args = setviewcallback.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/data-view-functions/setviewcallback/? permanent; +rewrite ^/revisions/current/docs/user-guide/addcircle.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addcircle/? permanent; +if ($args = mapstyles.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/mapstyles/? permanent; } -rewrite ^/revisions/current/docs/user-guide/setviewcallback.htm /developers/documentation/scripting-apis/client-api/data-view-functions/setviewcallback/? permanent; -if ($args = data_views.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/data-view-functions/? permanent; +rewrite ^/revisions/current/docs/user-guide/mapstyles.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/mapstyles/? permanent; +if ($args = addpolyline.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addpolyline/? permanent; } -rewrite ^/revisions/current/docs/user-guide/data_views.htm /developers/documentation/scripting-apis/client-api/data-view-functions/? permanent; -if ($args = dtadd.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/date-time-management-functions/dtadd/? permanent; +rewrite ^/revisions/current/docs/user-guide/addpolyline.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addpolyline/? permanent; +if ($args = googlemap.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/googlemap/? permanent; } -rewrite ^/revisions/current/docs/user-guide/dtadd.htm /developers/documentation/scripting-apis/client-api/date-time-management-functions/dtadd/? permanent; -if ($args = dtadjust.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/date-time-management-functions/dtadjust/? permanent; +rewrite ^/revisions/current/docs/user-guide/googlemap.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/googlemap/? permanent; +if ($args = addmarker.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addmarker/? permanent; } -rewrite ^/revisions/current/docs/user-guide/dtadjust.htm /developers/documentation/scripting-apis/client-api/date-time-management-functions/dtadjust/? permanent; -if ($args = dtdatetostring.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/date-time-management-functions/dtdatetostring/? permanent; +rewrite ^/revisions/current/docs/user-guide/addmarker.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addmarker/? permanent; +if ($args = advanced_maps.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/? permanent; } -rewrite ^/revisions/current/docs/user-guide/dtdatetostring.htm /developers/documentation/scripting-apis/client-api/date-time-management-functions/dtdatetostring/? permanent; -if ($args = dtdifference.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/date-time-management-functions/dtdifference/? permanent; +rewrite ^/revisions/current/docs/user-guide/advanced_maps.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/? permanent; +if ($args = selecttab.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/tab/selecttab/? permanent; } -rewrite ^/revisions/current/docs/user-guide/dtdifference.htm /developers/documentation/scripting-apis/client-api/date-time-management-functions/dtdifference/? permanent; -if ($args = dtnewdate.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/date-time-management-functions/dtnewdate/? permanent; +rewrite ^/revisions/current/docs/user-guide/selecttab.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/tab/selecttab/? permanent; + +if ($args = visibletab.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/tab/visibletab/? permanent; } -rewrite ^/revisions/current/docs/user-guide/dtnewdate.htm /developers/documentation/scripting-apis/client-api/date-time-management-functions/dtnewdate/? permanent; -if ($args = instancegetrtz.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/date-time-management-functions/instancegetrtz/? permanent; +rewrite ^/revisions/current/docs/user-guide/visibletab.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/tab/visibletab/? permanent; +if ($args = enabletab.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/tab/enabletab/? permanent; } -rewrite ^/revisions/current/docs/user-guide/instancegetrtz.htm /developers/documentation/scripting-apis/client-api/date-time-management-functions/instancegetrtz/? permanent; -if ($args = instancesetrtz.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/date-time-management-functions/instancesetrtz/? permanent; +rewrite ^/revisions/current/docs/user-guide/enabletab.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/tab/enabletab/? permanent; +if ($args = getcurrenttabindex.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/tab/? permanent; } -rewrite ^/revisions/current/docs/user-guide/instancesetrtz.htm /developers/documentation/scripting-apis/client-api/date-time-management-functions/instancesetrtz/? permanent; -if ($args = date__time_management_function.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/date-time-management-functions/? permanent; +rewrite ^/revisions/current/docs/user-guide/getcurrenttabindex.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/tab/? permanent; +if ($args = close.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/circular-menu/close/? permanent; } -rewrite ^/revisions/current/docs/user-guide/date__time_management_function.htm /developers/documentation/scripting-apis/client-api/date-time-management-functions/? permanent; -if ($args = clearglobaldata.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/global-data-pool-functions/clearglobaldata/? permanent; +rewrite ^/revisions/current/docs/user-guide/close.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/circular-menu/close/? permanent; +if ($args = open2.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/circular-menu/open2/? permanent; } -rewrite ^/revisions/current/docs/user-guide/clearglobaldata.htm /developers/documentation/scripting-apis/client-api/global-data-pool-functions/clearglobaldata/? permanent; -if ($args = getglobaldata.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/global-data-pool-functions/getglobaldata/? permanent; +rewrite ^/revisions/current/docs/user-guide/open2.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/circular-menu/open2/? permanent; +if ($args = circular_menu2.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/circular-menu/? permanent; } -rewrite ^/revisions/current/docs/user-guide/getglobaldata.htm /developers/documentation/scripting-apis/client-api/global-data-pool-functions/getglobaldata/? permanent; -if ($args = setglobaldata.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/global-data-pool-functions/setglobaldata/? permanent; +rewrite ^/revisions/current/docs/user-guide/circular_menu2.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/circular-menu/? permanent; +if ($args = setselectedrow.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/setselectedrow/? permanent; } -rewrite ^/revisions/current/docs/user-guide/setglobaldata.htm /developers/documentation/scripting-apis/client-api/global-data-pool-functions/setglobaldata/? permanent; -if ($args = global_data_pool.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/global-data-pool-functions/? permanent; +rewrite ^/revisions/current/docs/user-guide/setselectedrow.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/setselectedrow/? permanent; +if ($args = deleterowbyid.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/deleterowbyid/? permanent; } -rewrite ^/revisions/current/docs/user-guide/global_data_pool.htm /developers/documentation/scripting-apis/client-api/global-data-pool-functions/? permanent; - -if ($args = getinstancedata.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/instance-data-functions/getinstancedata/? permanent; +rewrite ^/revisions/current/docs/user-guide/deleterowbyid.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/deleterowbyid/? permanent; +if ($args = insertrow.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/insertrow/? permanent; } -rewrite ^/revisions/current/docs/user-guide/getinstancedata.htm /developers/documentation/scripting-apis/client-api/instance-data-functions/getinstancedata/? permanent; -if ($args = instancecreate.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/instance-data-functions/instancecreate/? permanent; +rewrite ^/revisions/current/docs/user-guide/insertrow.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/insertrow/? permanent; +if ($args = drawnextpage.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/drawnextpage/? permanent; } -rewrite ^/revisions/current/docs/user-guide/instancecreate.htm /developers/documentation/scripting-apis/client-api/instance-data-functions/instancecreate/? permanent; -if ($args = instancedelete.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/instance-data-functions/instancedelete/? permanent; +rewrite ^/revisions/current/docs/user-guide/drawnextpage.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/drawnextpage/? permanent; +if ($args = isalldatadrawn.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/isalldatadrawn/? permanent; } -rewrite ^/revisions/current/docs/user-guide/instancedelete.htm /developers/documentation/scripting-apis/client-api/instance-data-functions/instancedelete/? permanent; -if ($args = instanceload.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/instance-data-functions/instanceload/? permanent; +rewrite ^/revisions/current/docs/user-guide/isalldatadrawn.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/isalldatadrawn/? permanent; +if ($args = deleterow.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/deleterow/? permanent; } -rewrite ^/revisions/current/docs/user-guide/instanceload.htm /developers/documentation/scripting-apis/client-api/instance-data-functions/instanceload/? permanent; -if ($args = instancenew.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/instance-data-functions/instancenew/? permanent; +rewrite ^/revisions/current/docs/user-guide/deleterow.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/deleterow/? permanent; +if ($args = getselectedrow.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/getselectedrow/? permanent; } -rewrite ^/revisions/current/docs/user-guide/instancenew.htm /developers/documentation/scripting-apis/client-api/instance-data-functions/instancenew/? permanent; -if ($args = instancesave.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/instance-data-functions/instancesave/? permanent; +rewrite ^/revisions/current/docs/user-guide/getselectedrow.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/getselectedrow/? permanent; +if ($args = children.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/children/? permanent; } -rewrite ^/revisions/current/docs/user-guide/instancesave.htm /developers/documentation/scripting-apis/client-api/instance-data-functions/instancesave/? permanent; -if ($args = instancesetrelationship.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/instance-data-functions/instancesetrelationship/? permanent; +rewrite ^/revisions/current/docs/user-guide/children.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/children/? permanent; +if ($args = fetchdata.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/fetchdata/? permanent; } -rewrite ^/revisions/current/docs/user-guide/instancesetrelationship.htm /developers/documentation/scripting-apis/client-api/instance-data-functions/instancesetrelationship/? permanent; -if ($args = instancesync.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/instance-data-functions/instancesync/? permanent; +rewrite ^/revisions/current/docs/user-guide/fetchdata.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/fetchdata/? permanent; +if ($args = sum.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/sum/? permanent; } -rewrite ^/revisions/current/docs/user-guide/instancesync.htm /developers/documentation/scripting-apis/client-api/instance-data-functions/instancesync/? permanent; -if ($args = instancexxxx_callback_function.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/instance-data-functions/instancexxxx-callback-function/? permanent; +rewrite ^/revisions/current/docs/user-guide/sum.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/sum/? permanent; +if ($args = deleteselectedrows.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/deleteselectedrows/? permanent; } -rewrite ^/revisions/current/docs/user-guide/instancexxxx_callback_function.htm /developers/documentation/scripting-apis/client-api/instance-data-functions/instancexxxx-callback-function/? permanent; -if ($args = setinstancedata.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/instance-data-functions/setinstancedata/? permanent; +rewrite ^/revisions/current/docs/user-guide/deleteselectedrows.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/deleteselectedrows/? permanent; +if ($args = length.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/length/? permanent; } -rewrite ^/revisions/current/docs/user-guide/setinstancedata.htm /developers/documentation/scripting-apis/client-api/instance-data-functions/setinstancedata/? permanent; -if ($args = instance2.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/instance-data-functions/? permanent; +rewrite ^/revisions/current/docs/user-guide/length.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/length/? permanent; +if ($args = rowindex.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/rowindex/? permanent; } -rewrite ^/revisions/current/docs/user-guide/instance2.htm /developers/documentation/scripting-apis/client-api/instance-data-functions/? permanent; -if ($args = mobile_device_hardware__featur.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/mobile-device-hardware-featur/? permanent; +rewrite ^/revisions/current/docs/user-guide/rowindex.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/rowindex/? permanent; +if ($args = getrow.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/getrow/? permanent; } -rewrite ^/revisions/current/docs/user-guide/mobile_device_hardware__featur.htm /developers/documentation/scripting-apis/client-api/mobile-device-hardware-featur/? permanent; -if ($args = language.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/multi-language-apps/language/? permanent; +rewrite ^/revisions/current/docs/user-guide/getrow.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/getrow/? permanent; +if ($args = repeater__grid.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/? permanent; } -rewrite ^/revisions/current/docs/user-guide/language.htm /developers/documentation/scripting-apis/client-api/multi-language-apps/language/? permanent; -if ($args = translate.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/multi-language-apps/translate/? permanent; +rewrite ^/revisions/current/docs/user-guide/repeater__grid.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/? permanent; +if ($args = widget_object_functions.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/? permanent; } -rewrite ^/revisions/current/docs/user-guide/translate.htm /developers/documentation/scripting-apis/client-api/multi-language-apps/translate/? permanent; -if ($args = multi_language_apps2.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/multi-language-apps/? permanent; +rewrite ^/revisions/current/docs/user-guide/widget_object_functions.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/? permanent; +if ($args = widget_object.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/objects-titbits/widget-object/? permanent; } -rewrite ^/revisions/current/docs/user-guide/multi_language_apps2.htm /developers/documentation/scripting-apis/client-api/multi-language-apps/? permanent; -if ($args = oauthsignin.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/oauth/oauthsignin/? permanent; +rewrite ^/revisions/current/docs/user-guide/widget_object.htm /developers/documentation/scripting-apis/client-api/objects-titbits/widget-object/? permanent; +if ($args = widget_effects.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/objects-titbits/widget-effects/? permanent; } -rewrite ^/revisions/current/docs/user-guide/oauthsignin.htm /developers/documentation/scripting-apis/client-api/oauth/oauthsignin/? permanent; -if ($args = oauth3.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/oauth/? permanent; +rewrite ^/revisions/current/docs/user-guide/widget_effects.htm /developers/documentation/scripting-apis/client-api/objects-titbits/widget-effects/? permanent; +if ($args = ref_widget.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/objects-titbits/ref-widget/? permanent; } -rewrite ^/revisions/current/docs/user-guide/oauth3.htm /developers/documentation/scripting-apis/client-api/oauth/? permanent; +rewrite ^/revisions/current/docs/user-guide/ref_widget.htm /developers/documentation/scripting-apis/client-api/objects-titbits/ref-widget/? permanent; if ($args = error_object.htm) { rewrite ^ /developers/documentation/scripting-apis/client-api/objects-titbits/error-object/? permanent; } rewrite ^/revisions/current/docs/user-guide/error_object.htm /developers/documentation/scripting-apis/client-api/objects-titbits/error-object/? permanent; -if ($args = filter_object.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/objects-titbits/filter-object/? permanent; -} -rewrite ^/revisions/current/docs/user-guide/filter_object.htm /developers/documentation/scripting-apis/client-api/objects-titbits/filter-object/? permanent; -if ($args = ref_widget.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/objects-titbits/ref-widget/? permanent; +if ($args = status_object_for_instancexxxx.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/objects-titbits/status-object-for-instancexxxx/? permanent; } -rewrite ^/revisions/current/docs/user-guide/ref_widget.htm /developers/documentation/scripting-apis/client-api/objects-titbits/ref-widget/? permanent; +rewrite ^/revisions/current/docs/user-guide/status_object_for_instancexxxx.htm /developers/documentation/scripting-apis/client-api/objects-titbits/status-object-for-instancexxxx/? permanent; if ($args = result_object_for_instancexxxx.htm) { rewrite ^ /developers/documentation/scripting-apis/client-api/objects-titbits/result-object-for-instancexxxx/? permanent; } @@ -3044,1057 +3053,1016 @@ if ($args = rows_object.htm) { rewrite ^ /developers/documentation/scripting-apis/client-api/objects-titbits/rows-object/? permanent; } rewrite ^/revisions/current/docs/user-guide/rows_object.htm /developers/documentation/scripting-apis/client-api/objects-titbits/rows-object/? permanent; -if ($args = status_object_for_instancexxxx.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/objects-titbits/status-object-for-instancexxxx/? permanent; -} -rewrite ^/revisions/current/docs/user-guide/status_object_for_instancexxxx.htm /developers/documentation/scripting-apis/client-api/objects-titbits/status-object-for-instancexxxx/? permanent; -if ($args = widget_effects.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/objects-titbits/widget-effects/? permanent; +if ($args = filter_object.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/objects-titbits/filter-object/? permanent; } -rewrite ^/revisions/current/docs/user-guide/widget_effects.htm /developers/documentation/scripting-apis/client-api/objects-titbits/widget-effects/? permanent; +rewrite ^/revisions/current/docs/user-guide/filter_object.htm /developers/documentation/scripting-apis/client-api/objects-titbits/filter-object/? permanent; if ($args = widget_list_parameters.htm) { rewrite ^ /developers/documentation/scripting-apis/client-api/objects-titbits/widget-list-parameters/? permanent; } rewrite ^/revisions/current/docs/user-guide/widget_list_parameters.htm /developers/documentation/scripting-apis/client-api/objects-titbits/widget-list-parameters/? permanent; -if ($args = widget_object.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/objects-titbits/widget-object/? permanent; -} -rewrite ^/revisions/current/docs/user-guide/widget_object.htm /developers/documentation/scripting-apis/client-api/objects-titbits/widget-object/? permanent; if ($args = objects__titbits.htm) { rewrite ^ /developers/documentation/scripting-apis/client-api/objects-titbits/? permanent; } rewrite ^/revisions/current/docs/user-guide/objects__titbits.htm /developers/documentation/scripting-apis/client-api/objects-titbits/? permanent; -if ($args = cookie.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/others/cookie/? permanent; -} -rewrite ^/revisions/current/docs/user-guide/cookie.htm /developers/documentation/scripting-apis/client-api/others/cookie/? permanent; -if ($args = others.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/others/? permanent; -} -rewrite ^/revisions/current/docs/user-guide/others.htm /developers/documentation/scripting-apis/client-api/others/? permanent; -if ($args = closepagepopup.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/page-functions/closepagepopup/? permanent; -} -rewrite ^/revisions/current/docs/user-guide/closepagepopup.htm /developers/documentation/scripting-apis/client-api/page-functions/closepagepopup/? permanent; -if ($args = currentpage.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/page-functions/currentpage/? permanent; -} -rewrite ^/revisions/current/docs/user-guide/currentpage.htm /developers/documentation/scripting-apis/client-api/page-functions/currentpage/? permanent; -if ($args = page_transitions.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/page-functions/page-transitions/? permanent; -} -rewrite ^/revisions/current/docs/user-guide/page_transitions.htm /developers/documentation/scripting-apis/client-api/page-functions/page-transitions/? permanent; -if ($args = pageback.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/page-functions/pageback/? permanent; -} -rewrite ^/revisions/current/docs/user-guide/pageback.htm /developers/documentation/scripting-apis/client-api/page-functions/pageback/? permanent; -if ($args = pagecalling.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/page-functions/pagecalling/? permanent; -} -rewrite ^/revisions/current/docs/user-guide/pagecalling.htm /developers/documentation/scripting-apis/client-api/page-functions/pagecalling/? permanent; -if ($args = pagejump.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/page-functions/pagejump/? permanent; -} -rewrite ^/revisions/current/docs/user-guide/pagejump.htm /developers/documentation/scripting-apis/client-api/page-functions/pagejump/? permanent; -if ($args = pagenext.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/page-functions/pagenext/? permanent; -} -rewrite ^/revisions/current/docs/user-guide/pagenext.htm /developers/documentation/scripting-apis/client-api/page-functions/pagenext/? permanent; -if ($args = pageprevious.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/page-functions/pageprevious/? permanent; -} -rewrite ^/revisions/current/docs/user-guide/pageprevious.htm /developers/documentation/scripting-apis/client-api/page-functions/pageprevious/? permanent; -if ($args = showpagepopup.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/page-functions/showpagepopup/? permanent; -} -rewrite ^/revisions/current/docs/user-guide/showpagepopup.htm /developers/documentation/scripting-apis/client-api/page-functions/showpagepopup/? permanent; -if ($args = refpage.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/page-functions/? permanent; -} -rewrite ^/revisions/current/docs/user-guide/refpage.htm /developers/documentation/scripting-apis/client-api/page-functions/? permanent; -if ($args = httprequest.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/soap-restful-ajax-calls/httprequest/? permanent; +if ($args = tutorials__examples.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/tutorials-examples/? permanent; } -rewrite ^/revisions/current/docs/user-guide/httprequest.htm /developers/documentation/scripting-apis/client-api/soap-restful-ajax-calls/httprequest/? permanent; -if ($args = soaprequest.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/soap-restful-ajax-calls/soaprequest/? permanent; +rewrite ^/revisions/current/docs/user-guide/tutorials__examples.htm /developers/documentation/scripting-apis/client-api/tutorials-examples/? permanent; +if ($args = getviewdata.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/data-view-functions/getviewdata/? permanent; } -rewrite ^/revisions/current/docs/user-guide/soaprequest.htm /developers/documentation/scripting-apis/client-api/soap-restful-ajax-calls/soaprequest/? permanent; -if ($args = web_service_wizard.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/soap-restful-ajax-calls/web-service-wizard/? permanent; +rewrite ^/revisions/current/docs/user-guide/getviewdata.htm /developers/documentation/scripting-apis/client-api/data-view-functions/getviewdata/? permanent; +if ($args = data_view_related_events.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/data-view-functions/data-view-related-events/? permanent; } -rewrite ^/revisions/current/docs/user-guide/web_service_wizard.htm /developers/documentation/scripting-apis/client-api/soap-restful-ajax-calls/web-service-wizard/? permanent; -if ($args = soap__restful_ajax_calls.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/soap-restful-ajax-calls/? permanent; +rewrite ^/revisions/current/docs/user-guide/data_view_related_events.htm /developers/documentation/scripting-apis/client-api/data-view-functions/data-view-related-events/? permanent; +if ($args = reloadview.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/data-view-functions/reloadview/? permanent; } -rewrite ^/revisions/current/docs/user-guide/soap__restful_ajax_calls.htm /developers/documentation/scripting-apis/client-api/soap-restful-ajax-calls/? permanent; -if ($args = tutorials__examples.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/tutorials-examples/? permanent; +rewrite ^/revisions/current/docs/user-guide/reloadview.htm /developers/documentation/scripting-apis/client-api/data-view-functions/reloadview/? permanent; +if ($args = getting_data_for_charts.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/data-view-functions/getting-data-for-charts/? permanent; } -rewrite ^/revisions/current/docs/user-guide/tutorials__examples.htm /developers/documentation/scripting-apis/client-api/tutorials-examples/? permanent; -if ($args = alert.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/useful-browser-functions/alert/? permanent; +rewrite ^/revisions/current/docs/user-guide/getting_data_for_charts.htm /developers/documentation/scripting-apis/client-api/data-view-functions/getting-data-for-charts/? permanent; +if ($args = resetview.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/data-view-functions/resetview/? permanent; } -rewrite ^/revisions/current/docs/user-guide/alert.htm /developers/documentation/scripting-apis/client-api/useful-browser-functions/alert/? permanent; -if ($args = navigator_object.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/useful-browser-functions/navigator-object/? permanent; +rewrite ^/revisions/current/docs/user-guide/resetview.htm /developers/documentation/scripting-apis/client-api/data-view-functions/resetview/? permanent; +if ($args = setting_a_view_filter.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/data-view-functions/setting-a-view-filter/? permanent; } -rewrite ^/revisions/current/docs/user-guide/navigator_object.htm /developers/documentation/scripting-apis/client-api/useful-browser-functions/navigator-object/? permanent; -if ($args = open.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/useful-browser-functions/open/? permanent; +rewrite ^/revisions/current/docs/user-guide/setting_a_view_filter.htm /developers/documentation/scripting-apis/client-api/data-view-functions/setting-a-view-filter/? permanent; +if ($args = setviewcallback.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/data-view-functions/setviewcallback/? permanent; } -rewrite ^/revisions/current/docs/user-guide/open.htm /developers/documentation/scripting-apis/client-api/useful-browser-functions/open/? permanent; -if ($args = pagexoffset__pageyoffset.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/useful-browser-functions/pagexoffset-pageyoffset/? permanent; +rewrite ^/revisions/current/docs/user-guide/setviewcallback.htm /developers/documentation/scripting-apis/client-api/data-view-functions/setviewcallback/? permanent; +if ($args = refgroup_by.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/refgroup-by/? permanent; } -rewrite ^/revisions/current/docs/user-guide/pagexoffset__pageyoffset.htm /developers/documentation/scripting-apis/client-api/useful-browser-functions/pagexoffset-pageyoffset/? permanent; -if ($args = screen_object.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/useful-browser-functions/screen-object/? permanent; +rewrite ^/revisions/current/docs/user-guide/refgroup_by.htm /developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/refgroup-by/? permanent; +if ($args = multi_series_filters.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/multi-series-filters/? permanent; } -rewrite ^/revisions/current/docs/user-guide/screen_object.htm /developers/documentation/scripting-apis/client-api/useful-browser-functions/screen-object/? permanent; -if ($args = scrollto.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/useful-browser-functions/scrollto/? permanent; +rewrite ^/revisions/current/docs/user-guide/multi_series_filters.htm /developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/multi-series-filters/? permanent; +if ($args = filtering_dates.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/filtering-dates/? permanent; } -rewrite ^/revisions/current/docs/user-guide/scrollto.htm /developers/documentation/scripting-apis/client-api/useful-browser-functions/scrollto/? permanent; -if ($args = setinterval__settimeout_et_al.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/useful-browser-functions/setinterval-settimeout-et-al/? permanent; +rewrite ^/revisions/current/docs/user-guide/filtering_dates.htm /developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/filtering-dates/? permanent; +if ($args = reforder_by.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/reforder-by/? permanent; } -rewrite ^/revisions/current/docs/user-guide/setinterval__settimeout_et_al.htm /developers/documentation/scripting-apis/client-api/useful-browser-functions/setinterval-settimeout-et-al/? permanent; -if ($args = window_object.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/useful-browser-functions/window-object/? permanent; +rewrite ^/revisions/current/docs/user-guide/reforder_by.htm /developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/reforder-by/? permanent; +if ($args = refdrill_filter.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/refdrill-filter/? permanent; } -rewrite ^/revisions/current/docs/user-guide/window_object.htm /developers/documentation/scripting-apis/client-api/useful-browser-functions/window-object/? permanent; -if ($args = useful_browser_functions.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/useful-browser-functions/? permanent; +rewrite ^/revisions/current/docs/user-guide/refdrill_filter.htm /developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/refdrill-filter/? permanent; +if ($args = filters.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/filters/? permanent; } -rewrite ^/revisions/current/docs/user-guide/useful_browser_functions.htm /developers/documentation/scripting-apis/client-api/useful-browser-functions/? permanent; -if ($args = assign.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/assign/? permanent; +rewrite ^/revisions/current/docs/user-guide/filters.htm /developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/filters/? permanent; +if ($args = modifying_data_widgets_with_sc.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/? permanent; } -rewrite ^/revisions/current/docs/user-guide/assign.htm /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/assign/? permanent; -if ($args = datagetstates.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/datagetstates/? permanent; +rewrite ^/revisions/current/docs/user-guide/modifying_data_widgets_with_sc.htm /developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/? permanent; +if ($args = enableview.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/data-view-functions/enableview/? permanent; } -rewrite ^/revisions/current/docs/user-guide/datagetstates.htm /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/datagetstates/? permanent; -if ($args = datagetvalues.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/datagetvalues/? permanent; +rewrite ^/revisions/current/docs/user-guide/enableview.htm /developers/documentation/scripting-apis/client-api/data-view-functions/enableview/? permanent; +if ($args = mysql__postegres__oracle_etc.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/data-view-functions/mysql-postgres-oracle-etc/? permanent; } -rewrite ^/revisions/current/docs/user-guide/datagetvalues.htm /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/datagetvalues/? permanent; -if ($args = datasetstates.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/datasetstates/? permanent; +rewrite ^/revisions/current/docs/user-guide/mysql__postegres__oracle_etc.htm /developers/documentation/scripting-apis/client-api/data-view-functions/mysql-postgres-oracle-etc/? permanent; +if ($args = drilldownbroadcast.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/data-view-functions/drilldownbroadcast/? permanent; } -rewrite ^/revisions/current/docs/user-guide/datasetstates.htm /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/datasetstates/? permanent; -if ($args = datasetvalues.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/datasetvalues/? permanent; +rewrite ^/revisions/current/docs/user-guide/drilldownbroadcast.htm /developers/documentation/scripting-apis/client-api/data-view-functions/drilldownbroadcast/? permanent; +if ($args = fetchdatapage.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/data-view-functions/fetchdatapage/? permanent; } -rewrite ^/revisions/current/docs/user-guide/datasetvalues.htm /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/datasetvalues/? permanent; -if ($args = enabled.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/enabled/? permanent; +rewrite ^/revisions/current/docs/user-guide/fetchdatapage.htm /developers/documentation/scripting-apis/client-api/data-view-functions/fetchdatapage/? permanent; +if ($args = refrefreshdata.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/data-view-functions/refrefreshdata/? permanent; } -rewrite ^/revisions/current/docs/user-guide/enabled.htm /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/enabled/? permanent; -if ($args = getdata.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/getdata/? permanent; +rewrite ^/revisions/current/docs/user-guide/refrefreshdata.htm /developers/documentation/scripting-apis/client-api/data-view-functions/refrefreshdata/? permanent; +if ($args = data_views.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/data-view-functions/? permanent; } -rewrite ^/revisions/current/docs/user-guide/getdata.htm /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/getdata/? permanent; -if ($args = advanced_google_maps_example.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/advanced-google-maps-example/? permanent; +rewrite ^/revisions/current/docs/user-guide/data_views.htm /developers/documentation/scripting-apis/client-api/data-view-functions/? permanent; +if ($args = getstage.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/workflow-functions/getstage/? permanent; } -rewrite ^/revisions/current/docs/user-guide/advanced_google_maps_example.htm /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/advanced-google-maps-example/? permanent; -if ($args = array_as_data_source_example.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/array-as-data-source-example/? permanent; +rewrite ^/revisions/current/docs/user-guide/getstage.htm /developers/documentation/scripting-apis/client-api/workflow-functions/getstage/? permanent; +if ($args = assigntorole.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/workflow-functions/assigntorole/? permanent; } -rewrite ^/revisions/current/docs/user-guide/array_as_data_source_example.htm /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/array-as-data-source-example/? permanent; -if ($args = audio__video_example.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/audio-video-example/? permanent; +rewrite ^/revisions/current/docs/user-guide/assigntorole.htm /developers/documentation/scripting-apis/client-api/workflow-functions/assigntorole/? permanent; +if ($args = assigninstance.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/workflow-functions/assigninstance/? permanent; } -rewrite ^/revisions/current/docs/user-guide/audio__video_example.htm /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/audio-video-example/? permanent; -if ($args = calendar_widget2.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/calendar-widget2/? permanent; +rewrite ^/revisions/current/docs/user-guide/assigninstance.htm /developers/documentation/scripting-apis/client-api/workflow-functions/assigninstance/? permanent; +if ($args = cancelassignments.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/workflow-functions/cancelassignments/? permanent; } -rewrite ^/revisions/current/docs/user-guide/calendar_widget2.htm /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/calendar-widget2/? permanent; -if ($args = complex_json_example.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/complex-json-example/? permanent; +rewrite ^/revisions/current/docs/user-guide/cancelassignments.htm /developers/documentation/scripting-apis/client-api/workflow-functions/cancelassignments/? permanent; +if ($args = notify.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/workflow-functions/notify/? permanent; } -rewrite ^/revisions/current/docs/user-guide/complex_json_example.htm /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/complex-json-example/? permanent; -if ($args = flot_charts2.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/flot-charts2/? permanent; +rewrite ^/revisions/current/docs/user-guide/notify.htm /developers/documentation/scripting-apis/client-api/workflow-functions/notify/? permanent; +if ($args = getassignedroles.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/workflow-functions/getassignedroles/? permanent; } -rewrite ^/revisions/current/docs/user-guide/flot_charts2.htm /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/flot-charts2/? permanent; -if ($args = listbox___dropdown_example.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/listbox--dropdown-example/? permanent; +rewrite ^/revisions/current/docs/user-guide/getassignedroles.htm /developers/documentation/scripting-apis/client-api/workflow-functions/getassignedroles/? permanent; +if ($args = unassignfromrole.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/workflow-functions/unassignfromrole/? permanent; } -rewrite ^/revisions/current/docs/user-guide/listbox___dropdown_example.htm /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/listbox--dropdown-example/? permanent; -if ($args = mobile_list_example.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/mobile-list-example/? permanent; +rewrite ^/revisions/current/docs/user-guide/unassignfromrole.htm /developers/documentation/scripting-apis/client-api/workflow-functions/unassignfromrole/? permanent; +if ($args = cancelnotificationsforinstance.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/workflow-functions/cancelnotificationsforinstance/? permanent; } -rewrite ^/revisions/current/docs/user-guide/mobile_list_example.htm /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/mobile-list-example/? permanent; -if ($args = mobiscroll_list2.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/mobiscroll-list2/? permanent; +rewrite ^/revisions/current/docs/user-guide/cancelnotificationsforinstance.htm /developers/documentation/scripting-apis/client-api/workflow-functions/cancelnotificationsforinstance/? permanent; +if ($args = setstage.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/workflow-functions/setstage/? permanent; } -rewrite ^/revisions/current/docs/user-guide/mobiscroll_list2.htm /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/mobiscroll-list2/? permanent; -if ($args = photoswipe_example.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/photoswipe-example/? permanent; +rewrite ^/revisions/current/docs/user-guide/setstage.htm /developers/documentation/scripting-apis/client-api/workflow-functions/setstage/? permanent; +if ($args = currentuserrole.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/workflow-functions/currentuserrole/? permanent; } -rewrite ^/revisions/current/docs/user-guide/photoswipe_example.htm /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/photoswipe-example/? permanent; -if ($args = populatewidget_wizard.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/populatewidget-wizard/? permanent; +rewrite ^/revisions/current/docs/user-guide/currentuserrole.htm /developers/documentation/scripting-apis/client-api/workflow-functions/currentuserrole/? permanent; +if ($args = workflow_functions.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/workflow-functions/? permanent; } -rewrite ^/revisions/current/docs/user-guide/populatewidget_wizard.htm /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/populatewidget-wizard/? permanent; -if ($args = repeater_container_example.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/repeater-container-example/? permanent; +rewrite ^/revisions/current/docs/user-guide/workflow_functions.htm /developers/documentation/scripting-apis/client-api/workflow-functions/? permanent; +if ($args = cookie.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/others/cookie/? permanent; } -rewrite ^/revisions/current/docs/user-guide/repeater_container_example.htm /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/repeater-container-example/? permanent; -if ($args = timeline_example.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/timeline-example/? permanent; +rewrite ^/revisions/current/docs/user-guide/cookie.htm /developers/documentation/scripting-apis/client-api/others/cookie/? permanent; +if ($args = others.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/others/? permanent; } -rewrite ^/revisions/current/docs/user-guide/timeline_example.htm /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/timeline-example/? permanent; -if ($args = zingcharts.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/zingcharts/? permanent; +rewrite ^/revisions/current/docs/user-guide/others.htm /developers/documentation/scripting-apis/client-api/others/? permanent; +if ($args = accessing_device_hardware__fea.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/accessing-device-hardware-fea/? permanent; } -rewrite ^/revisions/current/docs/user-guide/zingcharts.htm /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/zingcharts/? permanent; -if ($args = populatewidget.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/? permanent; +rewrite ^/revisions/current/docs/user-guide/accessing_device_hardware__fea.htm /developers/documentation/scripting-apis/client-api/accessing-device-hardware-fea/? permanent; +if ($args = navigator_object.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/useful-browser-functions/navigator-object/? permanent; } -rewrite ^/revisions/current/docs/user-guide/populatewidget.htm /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/? permanent; -if ($args = readonly.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/readonly/? permanent; +rewrite ^/revisions/current/docs/user-guide/navigator_object.htm /developers/documentation/scripting-apis/client-api/useful-browser-functions/navigator-object/? permanent; +if ($args = window_object.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/useful-browser-functions/window-object/? permanent; } -rewrite ^/revisions/current/docs/user-guide/readonly.htm /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/readonly/? permanent; -if ($args = refgetvalue.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/refgetvalue/? permanent; +rewrite ^/revisions/current/docs/user-guide/window_object.htm /developers/documentation/scripting-apis/client-api/useful-browser-functions/window-object/? permanent; +if ($args = open.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/useful-browser-functions/open/? permanent; } -rewrite ^/revisions/current/docs/user-guide/refgetvalue.htm /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/refgetvalue/? permanent; -if ($args = refsetvalue.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/refsetvalue/? permanent; +rewrite ^/revisions/current/docs/user-guide/open.htm /developers/documentation/scripting-apis/client-api/useful-browser-functions/open/? permanent; +if ($args = screen_object.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/useful-browser-functions/screen-object/? permanent; } -rewrite ^/revisions/current/docs/user-guide/refsetvalue.htm /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/refsetvalue/? permanent; -if ($args = setdata.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/setdata/? permanent; +rewrite ^/revisions/current/docs/user-guide/screen_object.htm /developers/documentation/scripting-apis/client-api/useful-browser-functions/screen-object/? permanent; +if ($args = setinterval__settimeout_et_al.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/useful-browser-functions/setinterval-settimeout-et-al/? permanent; } -rewrite ^/revisions/current/docs/user-guide/setdata.htm /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/setdata/? permanent; -if ($args = visible.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/visible/? permanent; +rewrite ^/revisions/current/docs/user-guide/setinterval__settimeout_et_al.htm /developers/documentation/scripting-apis/client-api/useful-browser-functions/setinterval-settimeout-et-al/? permanent; +if ($args = pagexoffset__pageyoffset.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/useful-browser-functions/pagexoffset-pageyoffset/? permanent; } -rewrite ^/revisions/current/docs/user-guide/visible.htm /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/visible/? permanent; -if ($args = data__state_extraction.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/? permanent; +rewrite ^/revisions/current/docs/user-guide/pagexoffset__pageyoffset.htm /developers/documentation/scripting-apis/client-api/useful-browser-functions/pagexoffset-pageyoffset/? permanent; +if ($args = alert.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/useful-browser-functions/alert/? permanent; } -rewrite ^/revisions/current/docs/user-guide/data__state_extraction.htm /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/? permanent; -if ($args = checkmandatory.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-functions/checkmandatory/? permanent; +rewrite ^/revisions/current/docs/user-guide/alert.htm /developers/documentation/scripting-apis/client-api/useful-browser-functions/alert/? permanent; +if ($args = scrollto.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/useful-browser-functions/scrollto/? permanent; } -rewrite ^/revisions/current/docs/user-guide/checkmandatory.htm /developers/documentation/scripting-apis/client-api/widget-functions/checkmandatory/? permanent; -if ($args = createwidget.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-functions/createwidget/? permanent; +rewrite ^/revisions/current/docs/user-guide/scrollto.htm /developers/documentation/scripting-apis/client-api/useful-browser-functions/scrollto/? permanent; +if ($args = useful_browser_functions.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/useful-browser-functions/? permanent; } -rewrite ^/revisions/current/docs/user-guide/createwidget.htm /developers/documentation/scripting-apis/client-api/widget-functions/createwidget/? permanent; -if ($args = deletewidget.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-functions/deletewidget/? permanent; +rewrite ^/revisions/current/docs/user-guide/useful_browser_functions.htm /developers/documentation/scripting-apis/client-api/useful-browser-functions/? permanent; +if ($args = advancedtoarray.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/conversion-functions/advancedtoarray/? permanent; } -rewrite ^/revisions/current/docs/user-guide/deletewidget.htm /developers/documentation/scripting-apis/client-api/widget-functions/deletewidget/? permanent; -if ($args = emptywidget.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-functions/emptywidget/? permanent; +rewrite ^/revisions/current/docs/user-guide/advancedtoarray.htm /developers/documentation/scripting-apis/client-api/conversion-functions/advancedtoarray/? permanent; +if ($args = json2xml.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/conversion-functions/json2xml/? permanent; } -rewrite ^/revisions/current/docs/user-guide/emptywidget.htm /developers/documentation/scripting-apis/client-api/widget-functions/emptywidget/? permanent; -if ($args = getparentwidget.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-functions/getparentwidget/? permanent; +rewrite ^/revisions/current/docs/user-guide/json2xml.htm /developers/documentation/scripting-apis/client-api/conversion-functions/json2xml/? permanent; +if ($args = date2db.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/conversion-functions/date2db/? permanent; } -rewrite ^/revisions/current/docs/user-guide/getparentwidget.htm /developers/documentation/scripting-apis/client-api/widget-functions/getparentwidget/? permanent; -if ($args = getproperty.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-functions/getproperty/? permanent; +rewrite ^/revisions/current/docs/user-guide/date2db.htm /developers/documentation/scripting-apis/client-api/conversion-functions/date2db/? permanent; +if ($args = filterarray.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/conversion-functions/filterarray/? permanent; } -rewrite ^/revisions/current/docs/user-guide/getproperty.htm /developers/documentation/scripting-apis/client-api/widget-functions/getproperty/? permanent; -if ($args = highlightwidgets.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-functions/highlightwidgets/? permanent; +rewrite ^/revisions/current/docs/user-guide/filterarray.htm /developers/documentation/scripting-apis/client-api/conversion-functions/filterarray/? permanent; +if ($args = json2text.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/conversion-functions/json2text/? permanent; } -rewrite ^/revisions/current/docs/user-guide/highlightwidgets.htm /developers/documentation/scripting-apis/client-api/widget-functions/highlightwidgets/? permanent; -if ($args = populatewidget2.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-functions/populatewidget2/? permanent; +rewrite ^/revisions/current/docs/user-guide/json2text.htm /developers/documentation/scripting-apis/client-api/conversion-functions/json2text/? permanent; +if ($args = text2json.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/conversion-functions/text2json/? permanent; } -rewrite ^/revisions/current/docs/user-guide/populatewidget2.htm /developers/documentation/scripting-apis/client-api/widget-functions/populatewidget2/? permanent; -if ($args = refreshdata.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-functions/refreshdata/? permanent; +rewrite ^/revisions/current/docs/user-guide/text2json.htm /developers/documentation/scripting-apis/client-api/conversion-functions/text2json/? permanent; +if ($args = xml2json.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/conversion-functions/xml2json/? permanent; } -rewrite ^/revisions/current/docs/user-guide/refreshdata.htm /developers/documentation/scripting-apis/client-api/widget-functions/refreshdata/? permanent; -if ($args = resetwidget.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-functions/resetwidget/? permanent; +rewrite ^/revisions/current/docs/user-guide/xml2json.htm /developers/documentation/scripting-apis/client-api/conversion-functions/xml2json/? permanent; +if ($args = arraytoadvanced.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/conversion-functions/arraytoadvanced/? permanent; } -rewrite ^/revisions/current/docs/user-guide/resetwidget.htm /developers/documentation/scripting-apis/client-api/widget-functions/resetwidget/? permanent; -if ($args = setfocus.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-functions/setfocus/? permanent; +rewrite ^/revisions/current/docs/user-guide/arraytoadvanced.htm /developers/documentation/scripting-apis/client-api/conversion-functions/arraytoadvanced/? permanent; +if ($args = conversion_functions.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/conversion-functions/? permanent; } -rewrite ^/revisions/current/docs/user-guide/setfocus.htm /developers/documentation/scripting-apis/client-api/widget-functions/setfocus/? permanent; -if ($args = setproperty.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-functions/setproperty/? permanent; +rewrite ^/revisions/current/docs/user-guide/conversion_functions.htm /developers/documentation/scripting-apis/client-api/conversion-functions/? permanent; +if ($args = translate.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/multi-language-apps/translate/? permanent; } -rewrite ^/revisions/current/docs/user-guide/setproperty.htm /developers/documentation/scripting-apis/client-api/widget-functions/setproperty/? permanent; -if ($args = unhighlightwidgets.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-functions/unhighlightwidgets/? permanent; +rewrite ^/revisions/current/docs/user-guide/translate.htm /developers/documentation/scripting-apis/client-api/multi-language-apps/translate/? permanent; +if ($args = language.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/multi-language-apps/language/? permanent; } -rewrite ^/revisions/current/docs/user-guide/unhighlightwidgets.htm /developers/documentation/scripting-apis/client-api/widget-functions/unhighlightwidgets/? permanent; -if ($args = w.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-functions/w/? permanent; +rewrite ^/revisions/current/docs/user-guide/language.htm /developers/documentation/scripting-apis/client-api/multi-language-apps/language/? permanent; +if ($args = multi_language_apps2.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/multi-language-apps/? permanent; } -rewrite ^/revisions/current/docs/user-guide/w.htm /developers/documentation/scripting-apis/client-api/widget-functions/w/? permanent; -if ($args = refwidget_data.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-functions/? permanent; +rewrite ^/revisions/current/docs/user-guide/multi_language_apps2.htm /developers/documentation/scripting-apis/client-api/multi-language-apps/? permanent; +if ($args = getinputparameter.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/getinputparameter/? permanent; } -rewrite ^/revisions/current/docs/user-guide/refwidget_data.htm /developers/documentation/scripting-apis/client-api/widget-functions/? permanent; -if ($args = getsectionstate.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/accordion/getsectionstate/? permanent; +rewrite ^/revisions/current/docs/user-guide/getinputparameter.htm /developers/documentation/scripting-apis/client-api/app-functions/getinputparameter/? permanent; +if ($args = confirm.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/confirm/? permanent; } -rewrite ^/revisions/current/docs/user-guide/getsectionstate.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/accordion/getsectionstate/? permanent; -if ($args = statesection.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/accordion/statesection/? permanent; +rewrite ^/revisions/current/docs/user-guide/confirm.htm /developers/documentation/scripting-apis/client-api/app-functions/confirm/? permanent; +if ($args = userparameterset.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/userparameterset/? permanent; } -rewrite ^/revisions/current/docs/user-guide/statesection.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/accordion/statesection/? permanent; -if ($args = accordion2.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/accordion/? permanent; +rewrite ^/revisions/current/docs/user-guide/userparameterset.htm /developers/documentation/scripting-apis/client-api/app-functions/userparameterset/? permanent; +if ($args = setappsnapshot.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/setappsnapshot/? permanent; } -rewrite ^/revisions/current/docs/user-guide/accordion2.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/accordion/? permanent; -if ($args = addcircle.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addcircle/? permanent; +rewrite ^/revisions/current/docs/user-guide/setappsnapshot.htm /developers/documentation/scripting-apis/client-api/app-functions/setappsnapshot/? permanent; +if ($args = debugdata.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/debugdata/? permanent; } -rewrite ^/revisions/current/docs/user-guide/addcircle.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addcircle/? permanent; -if ($args = addcurrentlocation.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addcurrentlocation/? permanent; +rewrite ^/revisions/current/docs/user-guide/debugdata.htm /developers/documentation/scripting-apis/client-api/app-functions/debugdata/? permanent; +if ($args = twirlything.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/twirlything/? permanent; } -rewrite ^/revisions/current/docs/user-guide/addcurrentlocation.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addcurrentlocation/? permanent; -if ($args = addmarker.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addmarker/? permanent; +rewrite ^/revisions/current/docs/user-guide/twirlything.htm /developers/documentation/scripting-apis/client-api/app-functions/twirlything/? permanent; +if ($args = showconfirm.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/showconfirm/? permanent; } -rewrite ^/revisions/current/docs/user-guide/addmarker.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addmarker/? permanent; -if ($args = addpolygon.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addpolygon/? permanent; +rewrite ^/revisions/current/docs/user-guide/showconfirm.htm /developers/documentation/scripting-apis/client-api/app-functions/showconfirm/? permanent; +if ($args = refalert.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/refalert/? permanent; } -rewrite ^/revisions/current/docs/user-guide/addpolygon.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addpolygon/? permanent; -if ($args = addpolyline.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addpolyline/? permanent; +rewrite ^/revisions/current/docs/user-guide/refalert.htm /developers/documentation/scripting-apis/client-api/app-functions/refalert/? permanent; + +if ($args = printapp.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/printapp/? permanent; } -rewrite ^/revisions/current/docs/user-guide/addpolyline.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addpolyline/? permanent; -if ($args = addrectangle.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addrectangle/? permanent; +rewrite ^/revisions/current/docs/user-guide/printapp.htm /developers/documentation/scripting-apis/client-api/app-functions/printapp/? permanent; +if ($args = showmessage.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/showmessage/? permanent; } -rewrite ^/revisions/current/docs/user-guide/addrectangle.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addrectangle/? permanent; -if ($args = clearmarkers.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/clearmarkers/? permanent; +rewrite ^/revisions/current/docs/user-guide/showmessage.htm /developers/documentation/scripting-apis/client-api/app-functions/showmessage/? permanent; +if ($args = isprinting.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/isprinting/? permanent; } -rewrite ^/revisions/current/docs/user-guide/clearmarkers.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/clearmarkers/? permanent; -if ($args = clearoverlays.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/clearoverlays/? permanent; +rewrite ^/revisions/current/docs/user-guide/isprinting.htm /developers/documentation/scripting-apis/client-api/app-functions/isprinting/? permanent; +if ($args = getinstanceurl.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/getinstanceurl/? permanent; } -rewrite ^/revisions/current/docs/user-guide/clearoverlays.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/clearoverlays/? permanent; -if ($args = fillcolor.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/fillcolor/? permanent; +rewrite ^/revisions/current/docs/user-guide/getinstanceurl.htm /developers/documentation/scripting-apis/client-api/app-functions/getinstanceurl/? permanent; +if ($args = debugproperties.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/debugproperties/? permanent; } -rewrite ^/revisions/current/docs/user-guide/fillcolor.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/fillcolor/? permanent; -if ($args = fillopacity.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/fillopacity/? permanent; +rewrite ^/revisions/current/docs/user-guide/debugproperties.htm /developers/documentation/scripting-apis/client-api/app-functions/debugproperties/? permanent; +if ($args = refreset.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/refreset/? permanent; } -rewrite ^/revisions/current/docs/user-guide/fillopacity.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/fillopacity/? permanent; -if ($args = fittooverlays.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/fittooverlays/? permanent; +rewrite ^/revisions/current/docs/user-guide/refreset.htm /developers/documentation/scripting-apis/client-api/app-functions/refreset/? permanent; +if ($args = mobilesms.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/mobilesms/? permanent; } -rewrite ^/revisions/current/docs/user-guide/fittooverlays.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/fittooverlays/? permanent; -if ($args = getaddress.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/getaddress/? permanent; +rewrite ^/revisions/current/docs/user-guide/mobilesms.htm /developers/documentation/scripting-apis/client-api/app-functions/mobilesms/? permanent; + +if ($args = setnetworktimeout.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/setnetworktimeout/? permanent; } -rewrite ^/revisions/current/docs/user-guide/getaddress.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/getaddress/? permanent; -if ($args = getcoord.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/getcoord/? permanent; +rewrite ^/revisions/current/docs/user-guide/setnetworktimeout.htm /developers/documentation/scripting-apis/client-api/app-functions/setnetworktimeout/? permanent; +if ($args = mobiledial.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/mobiledial/? permanent; } -rewrite ^/revisions/current/docs/user-guide/getcoord.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/getcoord/? permanent; -if ($args = getdirections.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/getdirections/? permanent; +rewrite ^/revisions/current/docs/user-guide/mobiledial.htm /developers/documentation/scripting-apis/client-api/app-functions/mobiledial/? permanent; +if ($args = getrunmode.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/getrunmode/? permanent; } -rewrite ^/revisions/current/docs/user-guide/getdirections.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/getdirections/? permanent; -if ($args = getoverlayobjbyidid.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/getoverlayobjbyidid/? permanent; +rewrite ^/revisions/current/docs/user-guide/getrunmode.htm /developers/documentation/scripting-apis/client-api/app-functions/getrunmode/? permanent; +if ($args = closeform.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/closeform/? permanent; } -rewrite ^/revisions/current/docs/user-guide/getoverlayobjbyidid.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/getoverlayobjbyidid/? permanent; -if ($args = getoverlays.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/getoverlays/? permanent; +rewrite ^/revisions/current/docs/user-guide/closeform.htm /developers/documentation/scripting-apis/client-api/app-functions/closeform/? permanent; +if ($args = gatrack.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/gatrack/? permanent; } -rewrite ^/revisions/current/docs/user-guide/getoverlays.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/getoverlays/? permanent; -if ($args = googlemap.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/googlemap/? permanent; +rewrite ^/revisions/current/docs/user-guide/gatrack.htm /developers/documentation/scripting-apis/client-api/app-functions/gatrack/? permanent; +if ($args = mobileemail.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/mobileemail/? permanent; } -rewrite ^/revisions/current/docs/user-guide/googlemap.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/googlemap/? permanent; -if ($args = hideoverlay.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/hideoverlay/? permanent; +rewrite ^/revisions/current/docs/user-guide/mobileemail.htm /developers/documentation/scripting-apis/client-api/app-functions/mobileemail/? permanent; +if ($args = debugoutput.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/debugoutput/? permanent; } -rewrite ^/revisions/current/docs/user-guide/hideoverlay.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/hideoverlay/? permanent; -if ($args = loadapi.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/loadapi/? permanent; +rewrite ^/revisions/current/docs/user-guide/debugoutput.htm /developers/documentation/scripting-apis/client-api/app-functions/debugoutput/? permanent; +if ($args = debugvalues.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/debugvalues/? permanent; } -rewrite ^/revisions/current/docs/user-guide/loadapi.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/loadapi/? permanent; -if ($args = mapstyles.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/mapstyles/? permanent; +rewrite ^/revisions/current/docs/user-guide/debugvalues.htm /developers/documentation/scripting-apis/client-api/app-functions/debugvalues/? permanent; +if ($args = isnativeapp.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/isnativeapp/? permanent; } -rewrite ^/revisions/current/docs/user-guide/mapstyles.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/mapstyles/? permanent; -if ($args = noscroll.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/noscroll/? permanent; +rewrite ^/revisions/current/docs/user-guide/isnativeapp.htm /developers/documentation/scripting-apis/client-api/app-functions/isnativeapp/? permanent; +if ($args = callservice.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/callservice/? permanent; } -rewrite ^/revisions/current/docs/user-guide/noscroll.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/noscroll/? permanent; -if ($args = removedirections.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/removedirections/? permanent; +rewrite ^/revisions/current/docs/user-guide/callservice.htm /developers/documentation/scripting-apis/client-api/app-functions/callservice/? permanent; +if ($args = populatewidget3.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/populatewidget3/? permanent; } -rewrite ^/revisions/current/docs/user-guide/removedirections.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/removedirections/? permanent; -if ($args = removeoverlay.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/removeoverlay/? permanent; +rewrite ^/revisions/current/docs/user-guide/populatewidget3.htm /developers/documentation/scripting-apis/client-api/app-functions/populatewidget3/? permanent; +if ($args = runeditor.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/runeditor/? permanent; } -rewrite ^/revisions/current/docs/user-guide/removeoverlay.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/removeoverlay/? permanent; -if ($args = setlanguage.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/setlanguage/? permanent; +rewrite ^/revisions/current/docs/user-guide/runeditor.htm /developers/documentation/scripting-apis/client-api/app-functions/runeditor/? permanent; +if ($args = getenvvalue.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/getenvvalue/? permanent; } -rewrite ^/revisions/current/docs/user-guide/setlanguage.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/setlanguage/? permanent; -if ($args = showmarker.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/showmarker/? permanent; +rewrite ^/revisions/current/docs/user-guide/getenvvalue.htm /developers/documentation/scripting-apis/client-api/app-functions/getenvvalue/? permanent; +if ($args = getappsnapshot.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/getappsnapshot/? permanent; } -rewrite ^/revisions/current/docs/user-guide/showmarker.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/showmarker/? permanent; -if ($args = showoverlayid.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/showoverlayid/? permanent; +rewrite ^/revisions/current/docs/user-guide/getappsnapshot.htm /developers/documentation/scripting-apis/client-api/app-functions/getappsnapshot/? permanent; + +if ($args = isnativeapponline.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/isnativeapponline/? permanent; } -rewrite ^/revisions/current/docs/user-guide/showoverlayid.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/showoverlayid/? permanent; -if ($args = strokecolor.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/strokecolor/? permanent; +rewrite ^/revisions/current/docs/user-guide/isnativeapponline.htm /developers/documentation/scripting-apis/client-api/app-functions/isnativeapponline/? permanent; +if ($args = userparameterget.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/userparameterget/? permanent; } -rewrite ^/revisions/current/docs/user-guide/strokecolor.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/strokecolor/? permanent; -if ($args = strokeopacity.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/strokeopacity/? permanent; +rewrite ^/revisions/current/docs/user-guide/userparameterget.htm /developers/documentation/scripting-apis/client-api/app-functions/userparameterget/? permanent; +if ($args = parentapp.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/parentapp/? permanent; } -rewrite ^/revisions/current/docs/user-guide/strokeopacity.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/strokeopacity/? permanent; -if ($args = strokeweight.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/strokeweight/? permanent; +rewrite ^/revisions/current/docs/user-guide/parentapp.htm /developers/documentation/scripting-apis/client-api/app-functions/parentapp/? permanent; +if ($args = showprompt.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/showprompt/? permanent; } -rewrite ^/revisions/current/docs/user-guide/strokeweight.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/strokeweight/? permanent; -if ($args = whereami.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/whereami/? permanent; +rewrite ^/revisions/current/docs/user-guide/showprompt.htm /developers/documentation/scripting-apis/client-api/app-functions/showprompt/? permanent; +if ($args = cacheimage.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/cacheimage/? permanent; } -rewrite ^/revisions/current/docs/user-guide/whereami.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/whereami/? permanent; -if ($args = advanced_maps.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/? permanent; +rewrite ^/revisions/current/docs/user-guide/cacheimage.htm /developers/documentation/scripting-apis/client-api/app-functions/cacheimage/? permanent; +if ($args = childapp.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/childapp/? permanent; } -rewrite ^/revisions/current/docs/user-guide/advanced_maps.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/? permanent; -if ($args = close.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/circular-menu/close/? permanent; +rewrite ^/revisions/current/docs/user-guide/childapp.htm /developers/documentation/scripting-apis/client-api/app-functions/childapp/? permanent; +if ($args = getacversion.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/getacversion/? permanent; } -rewrite ^/revisions/current/docs/user-guide/close.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/circular-menu/close/? permanent; -if ($args = open2.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/circular-menu/open2/? permanent; +rewrite ^/revisions/current/docs/user-guide/getacversion.htm /developers/documentation/scripting-apis/client-api/app-functions/getacversion/? permanent; + +if ($args = switchapp.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/switchapp/? permanent; } -rewrite ^/revisions/current/docs/user-guide/open2.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/circular-menu/open2/? permanent; -if ($args = circular_menu2.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/circular-menu/? permanent; +rewrite ^/revisions/current/docs/user-guide/switchapp.htm /developers/documentation/scripting-apis/client-api/app-functions/switchapp/? permanent; +if ($args = logout.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/logout/? permanent; } -rewrite ^/revisions/current/docs/user-guide/circular_menu2.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/circular-menu/? permanent; -if ($args = parent.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/general/parent/? permanent; +rewrite ^/revisions/current/docs/user-guide/logout.htm /developers/documentation/scripting-apis/client-api/app-functions/logout/? permanent; +if ($args = general.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/app-functions/? permanent; } -rewrite ^/revisions/current/docs/user-guide/parent.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/general/parent/? permanent; -if ($args = prop.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/general/prop/? permanent; +rewrite ^/revisions/current/docs/user-guide/general.htm /developers/documentation/scripting-apis/client-api/app-functions/? permanent; +if ($args = mobile_device_hardware__featur.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/mobile-device-hardware-featur/? permanent; } -rewrite ^/revisions/current/docs/user-guide/prop.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/general/prop/? permanent; -if ($args = traversechildren.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/general/traversechildren/? permanent; +rewrite ^/revisions/current/docs/user-guide/mobile_device_hardware__featur.htm /developers/documentation/scripting-apis/client-api/mobile-device-hardware-featur/? permanent; +if ($args = checkmandatory.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-functions/checkmandatory/? permanent; } -rewrite ^/revisions/current/docs/user-guide/traversechildren.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/general/traversechildren/? permanent; -if ($args = value.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/general/value/? permanent; +rewrite ^/revisions/current/docs/user-guide/checkmandatory.htm /developers/documentation/scripting-apis/client-api/widget-functions/checkmandatory/? permanent; +if ($args = refreshdata.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-functions/refreshdata/? permanent; } -rewrite ^/revisions/current/docs/user-guide/value.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/general/value/? permanent; -if ($args = general2.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/general/? permanent; +rewrite ^/revisions/current/docs/user-guide/refreshdata.htm /developers/documentation/scripting-apis/client-api/widget-functions/refreshdata/? permanent; +if ($args = setproperty.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-functions/setproperty/? permanent; } -rewrite ^/revisions/current/docs/user-guide/general2.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/general/? permanent; -if ($args = columnwidth.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/columnwidth/? permanent; +rewrite ^/revisions/current/docs/user-guide/setproperty.htm /developers/documentation/scripting-apis/client-api/widget-functions/setproperty/? permanent; +if ($args = populatewidget2.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-functions/populatewidget2/? permanent; } -rewrite ^/revisions/current/docs/user-guide/columnwidth.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/columnwidth/? permanent; -if ($args = getcurrentimage.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/getcurrentimage/? permanent; +rewrite ^/revisions/current/docs/user-guide/populatewidget2.htm /developers/documentation/scripting-apis/client-api/widget-functions/populatewidget2/? permanent; +if ($args = setfocus.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-functions/setfocus/? permanent; } -rewrite ^/revisions/current/docs/user-guide/getcurrentimage.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/getcurrentimage/? permanent; - -if ($args = getphotoswipeobject.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/getphotoswipeobject/? permanent; +rewrite ^/revisions/current/docs/user-guide/setfocus.htm /developers/documentation/scripting-apis/client-api/widget-functions/setfocus/? permanent; +if ($args = getproperty.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-functions/getproperty/? permanent; } -rewrite ^/revisions/current/docs/user-guide/getphotoswipeobject.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/getphotoswipeobject/? permanent; -if ($args = pswipepopulatewidget.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/pswipepopulatewidget/? permanent; +rewrite ^/revisions/current/docs/user-guide/getproperty.htm /developers/documentation/scripting-apis/client-api/widget-functions/getproperty/? permanent; +if ($args = getparentwidget.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-functions/getparentwidget/? permanent; } -rewrite ^/revisions/current/docs/user-guide/pswipepopulatewidget.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/pswipepopulatewidget/? permanent; -if ($args = showgallery.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/showgallery/? permanent; +rewrite ^/revisions/current/docs/user-guide/getparentwidget.htm /developers/documentation/scripting-apis/client-api/widget-functions/getparentwidget/? permanent; +if ($args = resetwidget.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-functions/resetwidget/? permanent; } -rewrite ^/revisions/current/docs/user-guide/showgallery.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/showgallery/? permanent; -if ($args = photoswiperef.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/? permanent; +rewrite ^/revisions/current/docs/user-guide/resetwidget.htm /developers/documentation/scripting-apis/client-api/widget-functions/resetwidget/? permanent; +if ($args = emptywidget.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-functions/emptywidget/? permanent; } -rewrite ^/revisions/current/docs/user-guide/photoswiperef.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/? permanent; -if ($args = children.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/children/? permanent; +rewrite ^/revisions/current/docs/user-guide/emptywidget.htm /developers/documentation/scripting-apis/client-api/widget-functions/emptywidget/? permanent; +if ($args = w.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-functions/w/? permanent; } -rewrite ^/revisions/current/docs/user-guide/children.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/children/? permanent; -if ($args = deleterow.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/deleterow/? permanent; +rewrite ^/revisions/current/docs/user-guide/w.htm /developers/documentation/scripting-apis/client-api/widget-functions/w/? permanent; +if ($args = deletewidget.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-functions/deletewidget/? permanent; } -rewrite ^/revisions/current/docs/user-guide/deleterow.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/deleterow/? permanent; -if ($args = deleterowbyid.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/deleterowbyid/? permanent; +rewrite ^/revisions/current/docs/user-guide/deletewidget.htm /developers/documentation/scripting-apis/client-api/widget-functions/deletewidget/? permanent; +if ($args = unhighlightwidgets.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-functions/unhighlightwidgets/? permanent; } -rewrite ^/revisions/current/docs/user-guide/deleterowbyid.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/deleterowbyid/? permanent; -if ($args = deleteselectedrows.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/deleteselectedrows/? permanent; +rewrite ^/revisions/current/docs/user-guide/unhighlightwidgets.htm /developers/documentation/scripting-apis/client-api/widget-functions/unhighlightwidgets/? permanent; +if ($args = highlightwidgets.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-functions/highlightwidgets/? permanent; } -rewrite ^/revisions/current/docs/user-guide/deleteselectedrows.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/deleteselectedrows/? permanent; -if ($args = drawnextpage.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/drawnextpage/? permanent; +rewrite ^/revisions/current/docs/user-guide/highlightwidgets.htm /developers/documentation/scripting-apis/client-api/widget-functions/highlightwidgets/? permanent; +if ($args = createwidget.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-functions/createwidget/? permanent; } -rewrite ^/revisions/current/docs/user-guide/drawnextpage.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/drawnextpage/? permanent; -if ($args = fetchdata.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/fetchdata/? permanent; +rewrite ^/revisions/current/docs/user-guide/createwidget.htm /developers/documentation/scripting-apis/client-api/widget-functions/createwidget/? permanent; +if ($args = refwidget_data.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-functions/? permanent; } -rewrite ^/revisions/current/docs/user-guide/fetchdata.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/fetchdata/? permanent; -if ($args = getrow.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/getrow/? permanent; +rewrite ^/revisions/current/docs/user-guide/refwidget_data.htm /developers/documentation/scripting-apis/client-api/widget-functions/? permanent; +if ($args = httprequest.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/soap-restful-ajax-calls/httprequest/? permanent; } -rewrite ^/revisions/current/docs/user-guide/getrow.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/getrow/? permanent; -if ($args = getselectedrow.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/getselectedrow/? permanent; +rewrite ^/revisions/current/docs/user-guide/httprequest.htm /developers/documentation/scripting-apis/client-api/soap-restful-ajax-calls/httprequest/? permanent; +if ($args = web_service_wizard.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/soap-restful-ajax-calls/web-service-wizard/? permanent; } -rewrite ^/revisions/current/docs/user-guide/getselectedrow.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/getselectedrow/? permanent; -if ($args = insertrow.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/insertrow/? permanent; +rewrite ^/revisions/current/docs/user-guide/web_service_wizard.htm /developers/documentation/scripting-apis/client-api/soap-restful-ajax-calls/web-service-wizard/? permanent; +if ($args = soaprequest.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/soap-restful-ajax-calls/soaprequest/? permanent; +} +rewrite ^/revisions/current/docs/user-guide/soaprequest.htm /developers/documentation/scripting-apis/client-api/soap-restful-ajax-calls/soaprequest/? permanent; +if ($args = soap__restful_ajax_calls.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/soap-restful-ajax-calls/? permanent; } -rewrite ^/revisions/current/docs/user-guide/insertrow.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/insertrow/? permanent; -if ($args = isalldatadrawn.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/isalldatadrawn/? permanent; +rewrite ^/revisions/current/docs/user-guide/soap__restful_ajax_calls.htm /developers/documentation/scripting-apis/client-api/soap-restful-ajax-calls/? permanent; +if ($args = mobile_list_example.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/mobile-list-example/? permanent; } -rewrite ^/revisions/current/docs/user-guide/isalldatadrawn.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/isalldatadrawn/? permanent; -if ($args = length.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/length/? permanent; +rewrite ^/revisions/current/docs/user-guide/mobile_list_example.htm /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/mobile-list-example/? permanent; +if ($args = photoswipe_example.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/photoswipe-example/? permanent; } -rewrite ^/revisions/current/docs/user-guide/length.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/length/? permanent; -if ($args = rowindex.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/rowindex/? permanent; +rewrite ^/revisions/current/docs/user-guide/photoswipe_example.htm /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/photoswipe-example/? permanent; +if ($args = calendar_widget2.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/calendar-widget2/? permanent; } -rewrite ^/revisions/current/docs/user-guide/rowindex.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/rowindex/? permanent; -if ($args = setselectedrow.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/setselectedrow/? permanent; +rewrite ^/revisions/current/docs/user-guide/calendar_widget2.htm /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/calendar-widget2/? permanent; +if ($args = listbox___dropdown_example.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/listbox--dropdown-example/? permanent; } -rewrite ^/revisions/current/docs/user-guide/setselectedrow.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/setselectedrow/? permanent; -if ($args = sum.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/sum/? permanent; +rewrite ^/revisions/current/docs/user-guide/listbox___dropdown_example.htm /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/listbox--dropdown-example/? permanent; +if ($args = populatewidget_wizard.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/populatewidget-wizard/? permanent; } -rewrite ^/revisions/current/docs/user-guide/sum.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/sum/? permanent; -if ($args = repeater__grid.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/? permanent; +rewrite ^/revisions/current/docs/user-guide/populatewidget_wizard.htm /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/populatewidget-wizard/? permanent; +if ($args = audio__video_example.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/audio-video-example/? permanent; } -rewrite ^/revisions/current/docs/user-guide/repeater__grid.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/? permanent; -if ($args = enabletab.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/tab/enabletab/? permanent; +rewrite ^/revisions/current/docs/user-guide/audio__video_example.htm /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/audio-video-example/? permanent; +if ($args = repeater_container_example.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/repeater-container-example/? permanent; } -rewrite ^/revisions/current/docs/user-guide/enabletab.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/tab/enabletab/? permanent; - -if ($args = selecttab.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/tab/selecttab/? permanent; +rewrite ^/revisions/current/docs/user-guide/repeater_container_example.htm /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/repeater-container-example/? permanent; +if ($args = complex_json_example.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/complex-json-example/? permanent; } -rewrite ^/revisions/current/docs/user-guide/selecttab.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/tab/selecttab/? permanent; -if ($args = visibletab.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/tab/visibletab/? permanent; +rewrite ^/revisions/current/docs/user-guide/complex_json_example.htm /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/complex-json-example/? permanent; +if ($args = mobiscroll_list2.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/mobiscroll-list2/? permanent; } -rewrite ^/revisions/current/docs/user-guide/visibletab.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/tab/visibletab/? permanent; -if ($args = getcurrenttabindex.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/tab/? permanent; +rewrite ^/revisions/current/docs/user-guide/mobiscroll_list2.htm /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/mobiscroll-list2/? permanent; +if ($args = timeline_example.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/timeline-example/? permanent; } -rewrite ^/revisions/current/docs/user-guide/getcurrenttabindex.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/tab/? permanent; -if ($args = eventstimeline.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/timeline/eventstimeline/? permanent; +rewrite ^/revisions/current/docs/user-guide/timeline_example.htm /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/timeline-example/? permanent; +if ($args = advanced_google_maps_example.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/advanced-google-maps-example/? permanent; } -rewrite ^/revisions/current/docs/user-guide/eventstimeline.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/timeline/eventstimeline/? permanent; -if ($args = fitdata.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/timeline/fitdata/? permanent; +rewrite ^/revisions/current/docs/user-guide/advanced_google_maps_example.htm /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/advanced-google-maps-example/? permanent; +if ($args = zingcharts.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/zingcharts/? permanent; } -rewrite ^/revisions/current/docs/user-guide/fitdata.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/timeline/fitdata/? permanent; -if ($args = scroll.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/timeline/scroll/? permanent; +rewrite ^/revisions/current/docs/user-guide/zingcharts.htm /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/zingcharts/? permanent; +if ($args = array_as_data_source_example.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/array-as-data-source-example/? permanent; } -rewrite ^/revisions/current/docs/user-guide/scroll.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/timeline/scroll/? permanent; -if ($args = tlscrollto.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/timeline/tlscrollto/? permanent; +rewrite ^/revisions/current/docs/user-guide/array_as_data_source_example.htm /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/array-as-data-source-example/? permanent; +if ($args = flot_charts2.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/flot-charts2/? permanent; } -rewrite ^/revisions/current/docs/user-guide/tlscrollto.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/timeline/tlscrollto/? permanent; -if ($args = timelineref.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/timeline/? permanent; +rewrite ^/revisions/current/docs/user-guide/flot_charts2.htm /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/flot-charts2/? permanent; +if ($args = populatewidget.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/? permanent; } -rewrite ^/revisions/current/docs/user-guide/timelineref.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/timeline/? permanent; -if ($args = clearmedia.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/clearmedia/? permanent; +rewrite ^/revisions/current/docs/user-guide/populatewidget.htm /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/? permanent; +if ($args = datasetvalues.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/datasetvalues/? permanent; } -rewrite ^/revisions/current/docs/user-guide/clearmedia.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/clearmedia/? permanent; -if ($args = clearvideo.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/clearvideo/? permanent; +rewrite ^/revisions/current/docs/user-guide/datasetvalues.htm /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/datasetvalues/? permanent; +if ($args = datagetvalues.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/datagetvalues/? permanent; } -rewrite ^/revisions/current/docs/user-guide/clearvideo.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/clearvideo/? permanent; -if ($args = controls.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/controls/? permanent; +rewrite ^/revisions/current/docs/user-guide/datagetvalues.htm /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/datagetvalues/? permanent; +if ($args = setdata.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/setdata/? permanent; } -rewrite ^/revisions/current/docs/user-guide/controls.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/controls/? permanent; -if ($args = currenttime.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/currenttime/? permanent; +rewrite ^/revisions/current/docs/user-guide/setdata.htm /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/setdata/? permanent; +if ($args = refsetvalue.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/refsetvalue/? permanent; } -rewrite ^/revisions/current/docs/user-guide/currenttime.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/currenttime/? permanent; -if ($args = duration.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/duration/? permanent; +rewrite ^/revisions/current/docs/user-guide/refsetvalue.htm /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/refsetvalue/? permanent; +if ($args = refgetvalue.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/refgetvalue/? permanent; } -rewrite ^/revisions/current/docs/user-guide/duration.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/duration/? permanent; -if ($args = enable.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/enable/? permanent; +rewrite ^/revisions/current/docs/user-guide/refgetvalue.htm /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/refgetvalue/? permanent; +if ($args = assign.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/assign/? permanent; } -rewrite ^/revisions/current/docs/user-guide/enable.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/enable/? permanent; -if ($args = getavailablequalitylevels.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/getavailablequalitylevels/? permanent; +rewrite ^/revisions/current/docs/user-guide/assign.htm /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/assign/? permanent; +if ($args = datasetstates.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/datasetstates/? permanent; } -rewrite ^/revisions/current/docs/user-guide/getavailablequalitylevels.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/getavailablequalitylevels/? permanent; -if ($args = getplaybackquality.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/getplaybackquality/? permanent; +rewrite ^/revisions/current/docs/user-guide/datasetstates.htm /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/datasetstates/? permanent; +if ($args = datagetstates.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/datagetstates/? permanent; } -rewrite ^/revisions/current/docs/user-guide/getplaybackquality.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/getplaybackquality/? permanent; -if ($args = getyoutubeplayer.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/getyoutubeplayer/? permanent; +rewrite ^/revisions/current/docs/user-guide/datagetstates.htm /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/datagetstates/? permanent; +if ($args = enabled.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/enabled/? permanent; } -rewrite ^/revisions/current/docs/user-guide/getyoutubeplayer.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/getyoutubeplayer/? permanent; -if ($args = isplayerready.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/isplayerready/? permanent; +rewrite ^/revisions/current/docs/user-guide/enabled.htm /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/enabled/? permanent; +if ($args = readonly.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/readonly/? permanent; } -rewrite ^/revisions/current/docs/user-guide/isplayerready.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/isplayerready/? permanent; -if ($args = load.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/load/? permanent; +rewrite ^/revisions/current/docs/user-guide/readonly.htm /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/readonly/? permanent; +if ($args = getdata.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/getdata/? permanent; } -rewrite ^/revisions/current/docs/user-guide/load.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/load/? permanent; -if ($args = loop.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/loop/? permanent; +rewrite ^/revisions/current/docs/user-guide/getdata.htm /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/getdata/? permanent; +if ($args = visible.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/visible/? permanent; } -rewrite ^/revisions/current/docs/user-guide/loop.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/loop/? permanent; -if ($args = muted.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/muted/? permanent; +rewrite ^/revisions/current/docs/user-guide/visible.htm /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/visible/? permanent; +if ($args = data__state_extraction.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/? permanent; } -rewrite ^/revisions/current/docs/user-guide/muted.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/muted/? permanent; -if ($args = pause.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/pause/? permanent; +rewrite ^/revisions/current/docs/user-guide/data__state_extraction.htm /developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/? permanent; +if ($args = functions_you_need_a_lot.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-api/? permanent; } -rewrite ^/revisions/current/docs/user-guide/pause.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/pause/? permanent; -if ($args = pauseothers.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/pauseothers/? permanent; +rewrite ^/revisions/current/docs/user-guide/functions_you_need_a_lot.htm /developers/documentation/scripting-apis/client-api/? permanent; +if ($args = dir.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/console-object/dir/? permanent; } -rewrite ^/revisions/current/docs/user-guide/pauseothers.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/pauseothers/? permanent; -if ($args = play.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/play/? permanent; +rewrite ^/revisions/current/docs/user-guide/dir.htm /developers/documentation/scripting-apis/server-side-api/console-object/dir/? permanent; +if ($args = log.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/console-object/log/? permanent; } -rewrite ^/revisions/current/docs/user-guide/play.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/play/? permanent; -if ($args = player.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/player/? permanent; +rewrite ^/revisions/current/docs/user-guide/log.htm /developers/documentation/scripting-apis/server-side-api/console-object/log/? permanent; +if ($args = console_object.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/console-object/? permanent; } -rewrite ^/revisions/current/docs/user-guide/player.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/player/? permanent; -if ($args = poster.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/poster/? permanent; +rewrite ^/revisions/current/docs/user-guide/console_object.htm /developers/documentation/scripting-apis/server-side-api/console-object/? permanent; + + + + + + + + +if ($args = loadresourcefolders.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/sys-object/resources-management/loadresourcefolders/? permanent; } -rewrite ^/revisions/current/docs/user-guide/poster.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/poster/? permanent; -if ($args = preload.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/preload/? permanent; +rewrite ^/revisions/current/docs/user-guide/loadresourcefolders.htm /developers/documentation/scripting-apis/server-side-api/sys-object/resources-management/loadresourcefolders/? permanent; +if ($args = getsharedresourcefolders.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/sys-object/resources-management/getsharedresourcefolders/? permanent; } -rewrite ^/revisions/current/docs/user-guide/preload.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/preload/? permanent; -if ($args = setplaybackquality.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/setplaybackquality/? permanent; +rewrite ^/revisions/current/docs/user-guide/getsharedresourcefolders.htm /developers/documentation/scripting-apis/server-side-api/sys-object/resources-management/getsharedresourcefolders/? permanent; +if ($args = getresources.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/sys-object/resources-management/getresources/? permanent; } -rewrite ^/revisions/current/docs/user-guide/setplaybackquality.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/setplaybackquality/? permanent; -if ($args = state.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/state/? permanent; +rewrite ^/revisions/current/docs/user-guide/getresources.htm /developers/documentation/scripting-apis/server-side-api/sys-object/resources-management/getresources/? permanent; +if ($args = getsharedresources.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/sys-object/resources-management/getsharedresources/? permanent; } -rewrite ^/revisions/current/docs/user-guide/state.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/state/? permanent; -if ($args = stop.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/stop/? permanent; +rewrite ^/revisions/current/docs/user-guide/getsharedresources.htm /developers/documentation/scripting-apis/server-side-api/sys-object/resources-management/getsharedresources/? permanent; +if ($args = resources_management.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/sys-object/resources-management/? permanent; } -rewrite ^/revisions/current/docs/user-guide/stop.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/stop/? permanent; -if ($args = vidpopulatewidget.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/vidpopulatewidget/? permanent; +rewrite ^/revisions/current/docs/user-guide/resources_management.htm /developers/documentation/scripting-apis/server-side-api/sys-object/resources-management/? permanent; +if ($args = createuser.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/sys-object/user-management/createuser/? permanent; } -rewrite ^/revisions/current/docs/user-guide/vidpopulatewidget.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/vidpopulatewidget/? permanent; -if ($args = volume.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/volume/? permanent; +rewrite ^/revisions/current/docs/user-guide/createuser.htm /developers/documentation/scripting-apis/server-side-api/sys-object/user-management/createuser/? permanent; +if ($args = deleteuser.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/sys-object/user-management/deleteuser/? permanent; } -rewrite ^/revisions/current/docs/user-guide/volume.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/volume/? permanent; -if ($args = video__audio_widget.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/? permanent; +rewrite ^/revisions/current/docs/user-guide/deleteuser.htm /developers/documentation/scripting-apis/server-side-api/sys-object/user-management/deleteuser/? permanent; +if ($args = setuserpassword.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/sys-object/user-management/setuserpassword/? permanent; } -rewrite ^/revisions/current/docs/user-guide/video__audio_widget.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/? permanent; -if ($args = getzingchartid.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/zing-chart/getzingchartid/? permanent; +rewrite ^/revisions/current/docs/user-guide/setuserpassword.htm /developers/documentation/scripting-apis/server-side-api/sys-object/user-management/setuserpassword/? permanent; +if ($args = getuserbyid.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/sys-object/user-management/getuserbyid/? permanent; } -rewrite ^/revisions/current/docs/user-guide/getzingchartid.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/zing-chart/getzingchartid/? permanent; -if ($args = zing_chart.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/zing-chart/? permanent; +rewrite ^/revisions/current/docs/user-guide/getuserbyid.htm /developers/documentation/scripting-apis/server-side-api/sys-object/user-management/getuserbyid/? permanent; +if ($args = getmemberof.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/sys-object/user-management/getmemberof/? permanent; } -rewrite ^/revisions/current/docs/user-guide/zing_chart.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/zing-chart/? permanent; -if ($args = widget_object_functions.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/widget-object-functions/? permanent; +rewrite ^/revisions/current/docs/user-guide/getmemberof.htm /developers/documentation/scripting-apis/server-side-api/sys-object/user-management/getmemberof/? permanent; +if ($args = loaduserslist.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/sys-object/user-management/loaduserslist/? permanent; } -rewrite ^/revisions/current/docs/user-guide/widget_object_functions.htm /developers/documentation/scripting-apis/client-api/widget-object-functions/? permanent; -if ($args = assigninstance.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/workflow-functions/assigninstance/? permanent; +rewrite ^/revisions/current/docs/user-guide/loaduserslist.htm /developers/documentation/scripting-apis/server-side-api/sys-object/user-management/loaduserslist/? permanent; +if ($args = saveuser.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/sys-object/user-management/saveuser/? permanent; } -rewrite ^/revisions/current/docs/user-guide/assigninstance.htm /developers/documentation/scripting-apis/client-api/workflow-functions/assigninstance/? permanent; -if ($args = assigntorole.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/workflow-functions/assigntorole/? permanent; +rewrite ^/revisions/current/docs/user-guide/saveuser.htm /developers/documentation/scripting-apis/server-side-api/sys-object/user-management/saveuser/? permanent; +if ($args = checkowneruserrights_parameter.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/sys-object/user-management/checkowneruserrights-parameter/? permanent; } -rewrite ^/revisions/current/docs/user-guide/assigntorole.htm /developers/documentation/scripting-apis/client-api/workflow-functions/assigntorole/? permanent; -if ($args = cancelassignments.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/workflow-functions/cancelassignments/? permanent; +rewrite ^/revisions/current/docs/user-guide/checkowneruserrights_parameter.htm /developers/documentation/scripting-apis/server-side-api/sys-object/user-management/checkowneruserrights-parameter/? permanent; +if ($args = user_management.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/sys-object/user-management/? permanent; } -rewrite ^/revisions/current/docs/user-guide/cancelassignments.htm /developers/documentation/scripting-apis/client-api/workflow-functions/cancelassignments/? permanent; -if ($args = cancelnotificationsforinstance.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/workflow-functions/cancelnotificationsforinstance/? permanent; +rewrite ^/revisions/current/docs/user-guide/user_management.htm /developers/documentation/scripting-apis/server-side-api/sys-object/user-management/? permanent; +if ($args = getsharedappsuserslist.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/sys-object/app-management/getsharedappsuserslist/? permanent; } -rewrite ^/revisions/current/docs/user-guide/cancelnotificationsforinstance.htm /developers/documentation/scripting-apis/client-api/workflow-functions/cancelnotificationsforinstance/? permanent; -if ($args = currentuserrole.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/workflow-functions/currentuserrole/? permanent; +rewrite ^/revisions/current/docs/user-guide/getsharedappsuserslist.htm /developers/documentation/scripting-apis/server-side-api/sys-object/app-management/getsharedappsuserslist/? permanent; +if ($args = getappsfolderslist.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/sys-object/app-management/getappsfolderslist/? permanent; } -rewrite ^/revisions/current/docs/user-guide/currentuserrole.htm /developers/documentation/scripting-apis/client-api/workflow-functions/currentuserrole/? permanent; -if ($args = getassignedroles.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/workflow-functions/getassignedroles/? permanent; +rewrite ^/revisions/current/docs/user-guide/getappsfolderslist.htm /developers/documentation/scripting-apis/server-side-api/sys-object/app-management/getappsfolderslist/? permanent; +if ($args = getsharedappsfolderslist.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/sys-object/app-management/getsharedappsfolderslist/? permanent; } -rewrite ^/revisions/current/docs/user-guide/getassignedroles.htm /developers/documentation/scripting-apis/client-api/workflow-functions/getassignedroles/? permanent; -if ($args = getstage.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/workflow-functions/getstage/? permanent; +rewrite ^/revisions/current/docs/user-guide/getsharedappsfolderslist.htm /developers/documentation/scripting-apis/server-side-api/sys-object/app-management/getsharedappsfolderslist/? permanent; +if ($args = getappslist.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/sys-object/app-management/getappslist/? permanent; } -rewrite ^/revisions/current/docs/user-guide/getstage.htm /developers/documentation/scripting-apis/client-api/workflow-functions/getstage/? permanent; -if ($args = notify.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/workflow-functions/notify/? permanent; +rewrite ^/revisions/current/docs/user-guide/getappslist.htm /developers/documentation/scripting-apis/server-side-api/sys-object/app-management/getappslist/? permanent; +if ($args = getsharedappsitemslist.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/sys-object/app-management/getsharedappsitemslist/? permanent; } -rewrite ^/revisions/current/docs/user-guide/notify.htm /developers/documentation/scripting-apis/client-api/workflow-functions/notify/? permanent; -if ($args = setstage.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/workflow-functions/setstage/? permanent; +rewrite ^/revisions/current/docs/user-guide/getsharedappsitemslist.htm /developers/documentation/scripting-apis/server-side-api/sys-object/app-management/getsharedappsitemslist/? permanent; +if ($args = app_management.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/sys-object/app-management/? permanent; } -rewrite ^/revisions/current/docs/user-guide/setstage.htm /developers/documentation/scripting-apis/client-api/workflow-functions/setstage/? permanent; -if ($args = unassignfromrole.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/workflow-functions/unassignfromrole/? permanent; +rewrite ^/revisions/current/docs/user-guide/app_management.htm /developers/documentation/scripting-apis/server-side-api/sys-object/app-management/? permanent; +if ($args = loadqueryfolders.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/sys-object/queries-management/loadqueryfolders/? permanent; } -rewrite ^/revisions/current/docs/user-guide/unassignfromrole.htm /developers/documentation/scripting-apis/client-api/workflow-functions/unassignfromrole/? permanent; -if ($args = workflow_functions.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/workflow-functions/? permanent; +rewrite ^/revisions/current/docs/user-guide/loadqueryfolders.htm /developers/documentation/scripting-apis/server-side-api/sys-object/queries-management/loadqueryfolders/? permanent; +if ($args = getsharedqueryfolders.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/sys-object/queries-management/getsharedqueryfolders/? permanent; } -rewrite ^/revisions/current/docs/user-guide/workflow_functions.htm /developers/documentation/scripting-apis/client-api/workflow-functions/? permanent; -if ($args = functions_you_need_a_lot.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-api/? permanent; +rewrite ^/revisions/current/docs/user-guide/getsharedqueryfolders.htm /developers/documentation/scripting-apis/server-side-api/sys-object/queries-management/getsharedqueryfolders/? permanent; +if ($args = getsharedqueries.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/sys-object/queries-management/getsharedqueries/? permanent; } -rewrite ^/revisions/current/docs/user-guide/functions_you_need_a_lot.htm /developers/documentation/scripting-apis/client-api/? permanent; -if ($args = chrome.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/chrome/? permanent; +rewrite ^/revisions/current/docs/user-guide/getsharedqueries.htm /developers/documentation/scripting-apis/server-side-api/sys-object/queries-management/getsharedqueries/? permanent; +if ($args = getqueries.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/sys-object/queries-management/getqueries/? permanent; } -rewrite ^/revisions/current/docs/user-guide/chrome.htm /developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/chrome/? permanent; -if ($args = debdebug_message.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/debdebug-message/? permanent; +rewrite ^/revisions/current/docs/user-guide/getqueries.htm /developers/documentation/scripting-apis/server-side-api/sys-object/queries-management/getqueries/? permanent; +if ($args = queries_management.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/sys-object/queries-management/? permanent; } -rewrite ^/revisions/current/docs/user-guide/debdebug_message.htm /developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/debdebug-message/? permanent; -if ($args = debug_support_functions.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/debug-support-functions/? permanent; +rewrite ^/revisions/current/docs/user-guide/queries_management.htm /developers/documentation/scripting-apis/server-side-api/sys-object/queries-management/? permanent; +if ($args = getgroupslist.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/sys-object/group-management/getgroupslist/? permanent; } -rewrite ^/revisions/current/docs/user-guide/debug_support_functions.htm /developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/debug-support-functions/? permanent; -if ($args = firefox.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/firefox/? permanent; +rewrite ^/revisions/current/docs/user-guide/getgroupslist.htm /developers/documentation/scripting-apis/server-side-api/sys-object/group-management/getgroupslist/? permanent; +if ($args = getgroupmembers.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/sys-object/group-management/getgroupmembers/? permanent; } -rewrite ^/revisions/current/docs/user-guide/firefox.htm /developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/firefox/? permanent; -if ($args = native_apps.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/native-apps/? permanent; +rewrite ^/revisions/current/docs/user-guide/getgroupmembers.htm /developers/documentation/scripting-apis/server-side-api/sys-object/group-management/getgroupmembers/? permanent; +if ($args = addtogroup.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/sys-object/group-management/addtogroup/? permanent; } -rewrite ^/revisions/current/docs/user-guide/native_apps.htm /developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/native-apps/? permanent; -if ($args = safari.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/safari/? permanent; +rewrite ^/revisions/current/docs/user-guide/addtogroup.htm /developers/documentation/scripting-apis/server-side-api/sys-object/group-management/addtogroup/? permanent; +if ($args = removefromgroup.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/sys-object/group-management/removefromgroup/? permanent; } -rewrite ^/revisions/current/docs/user-guide/safari.htm /developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/safari/? permanent; -if ($args = the_debugger_command.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/the-debugger-command/? permanent; +rewrite ^/revisions/current/docs/user-guide/removefromgroup.htm /developers/documentation/scripting-apis/server-side-api/sys-object/group-management/removefromgroup/? permanent; +if ($args = getgroupbyid.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/sys-object/group-management/getgroupbyid/? permanent; } -rewrite ^/revisions/current/docs/user-guide/the_debugger_command.htm /developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/the-debugger-command/? permanent; -if ($args = viewing_complex_widget_content.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/viewing-complex-widget-content/? permanent; +rewrite ^/revisions/current/docs/user-guide/getgroupbyid.htm /developers/documentation/scripting-apis/server-side-api/sys-object/group-management/getgroupbyid/? permanent; +if ($args = deletegroup.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/sys-object/group-management/deletegroup/? permanent; } -rewrite ^/revisions/current/docs/user-guide/viewing_complex_widget_content.htm /developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/viewing-complex-widget-content/? permanent; -if ($args = viewing_widget_properties.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/viewing-widget-properties/? permanent; +rewrite ^/revisions/current/docs/user-guide/deletegroup.htm /developers/documentation/scripting-apis/server-side-api/sys-object/group-management/deletegroup/? permanent; +if ($args = updategroup.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/sys-object/group-management/updategroup/? permanent; } -rewrite ^/revisions/current/docs/user-guide/viewing_widget_properties.htm /developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/viewing-widget-properties/? permanent; -if ($args = viewing_widget_values.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/viewing-widget-values/? permanent; +rewrite ^/revisions/current/docs/user-guide/updategroup.htm /developers/documentation/scripting-apis/server-side-api/sys-object/group-management/updategroup/? permanent; +if ($args = creategroup.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/sys-object/group-management/creategroup/? permanent; } -rewrite ^/revisions/current/docs/user-guide/viewing_widget_values.htm /developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/viewing-widget-values/? permanent; -if ($args = debugging_overview.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/? permanent; +rewrite ^/revisions/current/docs/user-guide/creategroup.htm /developers/documentation/scripting-apis/server-side-api/sys-object/group-management/creategroup/? permanent; +if ($args = group_management.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/sys-object/group-management/? permanent; } -rewrite ^/revisions/current/docs/user-guide/debugging_overview.htm /developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/? permanent; -if ($args = try__catch.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/error-handling/try-catch/? permanent; +rewrite ^/revisions/current/docs/user-guide/group_management.htm /developers/documentation/scripting-apis/server-side-api/sys-object/group-management/? permanent; +if ($args = sys_object.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/sys-object/? permanent; } -rewrite ^/revisions/current/docs/user-guide/try__catch.htm /developers/documentation/scripting-apis/client-scripting-overview/error-handling/try-catch/? permanent; -if ($args = your_own_error_handler.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/error-handling/your-own-error-handler/? permanent; +rewrite ^/revisions/current/docs/user-guide/sys_object.htm /developers/documentation/scripting-apis/server-side-api/sys-object/? permanent; +if ($args = web_service_wizard2.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/web-service-wizard2/? permanent; } -rewrite ^/revisions/current/docs/user-guide/your_own_error_handler.htm /developers/documentation/scripting-apis/client-scripting-overview/error-handling/your-own-error-handler/? permanent; -if ($args = scripterror_handling.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/error-handling/? permanent; +rewrite ^/revisions/current/docs/user-guide/web_service_wizard2.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/web-service-wizard2/? permanent; +if ($args = soaprequest2.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/soaprequest2/? permanent; } -rewrite ^/revisions/current/docs/user-guide/scripterror_handling.htm /developers/documentation/scripting-apis/client-scripting-overview/error-handling/? permanent; -if ($args = network_availability_handling.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/network-availability-handling/? permanent; +rewrite ^/revisions/current/docs/user-guide/soaprequest2.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/soaprequest2/? permanent; +if ($args = httprequest2.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/httprequest2/? permanent; } -rewrite ^/revisions/current/docs/user-guide/network_availability_handling.htm /developers/documentation/scripting-apis/client-scripting-overview/network-availability-handling/? permanent; -if ($args = populating_charts_from_script.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/populating-charts-from-script/? permanent; +rewrite ^/revisions/current/docs/user-guide/httprequest2.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/httprequest2/? permanent; + +if ($args = httprequestadv.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/httprequestadv/? permanent; } -rewrite ^/revisions/current/docs/user-guide/populating_charts_from_script.htm /developers/documentation/scripting-apis/client-scripting-overview/populating-charts-from-script/? permanent; -if ($args = public_shared_scripts.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/public-shared-scripts/? permanent; +rewrite ^/revisions/current/docs/user-guide/httprequestadv.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/httprequestadv/? permanent; + +if ($args = networktimeout.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/networktimeout/? permanent; } -rewrite ^/revisions/current/docs/user-guide/public_shared_scripts.htm /developers/documentation/scripting-apis/client-scripting-overview/public-shared-scripts/? permanent; -if ($args = calling_a_soap_web_service_dir.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/calling-a-soap-web-service-dir/? permanent; +rewrite ^/revisions/current/docs/user-guide/networktimeout.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/networktimeout/? permanent; +if ($args = web_service_calls.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/? permanent; } -rewrite ^/revisions/current/docs/user-guide/calling_a_soap_web_service_dir.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/calling-a-soap-web-service-dir/? permanent; -if ($args = calling_web_services.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/calling-web-services/? permanent; +rewrite ^/revisions/current/docs/user-guide/web_service_calls.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/? permanent; +if ($args = setsessionobject.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/security/setsessionobject/? permanent; } -rewrite ^/revisions/current/docs/user-guide/calling_web_services.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/calling-web-services/? permanent; -if ($args = conditional_jump_to_a_page.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/conditional-jump-to-a-page/? permanent; +rewrite ^/revisions/current/docs/user-guide/setsessionobject.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/security/setsessionobject/? permanent; +if ($args = getowneruser.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/security/getowneruser/? permanent; } -rewrite ^/revisions/current/docs/user-guide/conditional_jump_to_a_page.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/conditional-jump-to-a-page/? permanent; -if ($args = crossdomain_issues.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/crossdomain-issues/? permanent; +rewrite ^/revisions/current/docs/user-guide/getowneruser.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/security/getowneruser/? permanent; +if ($args = getsessionobject.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/security/getsessionobject/? permanent; } -rewrite ^/revisions/current/docs/user-guide/crossdomain_issues.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/crossdomain-issues/? permanent; -if ($args = displaying_warnings_and_messag.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/displaying-warnings-and-messag/? permanent; +rewrite ^/revisions/current/docs/user-guide/getsessionobject.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/security/getsessionobject/? permanent; +if ($args = deletesessionobject.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/security/deletesessionobject/? permanent; } -rewrite ^/revisions/current/docs/user-guide/displaying_warnings_and_messag.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/displaying-warnings-and-messag/? permanent; -if ($args = exampledebugging.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/exampledebugging/? permanent; +rewrite ^/revisions/current/docs/user-guide/deletesessionobject.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/security/deletesessionobject/? permanent; +if ($args = getloggeduser.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/security/getloggeduser/? permanent; } -rewrite ^/revisions/current/docs/user-guide/exampledebugging.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/exampledebugging/? permanent; -if ($args = extending_the_ac_dom_to_sim.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/extending-the-ac-dom-to-sim/? permanent; +rewrite ^/revisions/current/docs/user-guide/getloggeduser.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/security/getloggeduser/? permanent; +if ($args = security.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/security/? permanent; } -rewrite ^/revisions/current/docs/user-guide/extending_the_ac_dom_to_sim.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/extending-the-ac-dom-to-sim/? permanent; -if ($args = getting_a_confirmation_respons.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/getting-a-confirmation-respons/? permanent; +rewrite ^/revisions/current/docs/user-guide/security.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/security/? permanent; +if ($args = payment_parameters2.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/credit-card-payments/payment-parameters2/? permanent; } -rewrite ^/revisions/current/docs/user-guide/getting_a_confirmation_respons.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/getting-a-confirmation-respons/? permanent; -if ($args = populating_widgets_with_data_a.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/populating-widgets-with-data-a/? permanent; +rewrite ^/revisions/current/docs/user-guide/payment_parameters2.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/credit-card-payments/payment-parameters2/? permanent; +if ($args = payment.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/credit-card-payments/payment/? permanent; } -rewrite ^/revisions/current/docs/user-guide/populating_widgets_with_data_a.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/populating-widgets-with-data-a/? permanent; -if ($args = reading_and_writing_widget_dat.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/reading-and-writing-widget-dat/? permanent; +rewrite ^/revisions/current/docs/user-guide/payment.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/credit-card-payments/payment/? permanent; +if ($args = zoozstartcheckout.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/credit-card-payments/zoozstartcheckout/? permanent; } -rewrite ^/revisions/current/docs/user-guide/reading_and_writing_widget_dat.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/reading-and-writing-widget-dat/? permanent; -if ($args = validations.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/validations/? permanent; +rewrite ^/revisions/current/docs/user-guide/zoozstartcheckout.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/credit-card-payments/zoozstartcheckout/? permanent; +if ($args = validate.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/credit-card-payments/validate/? permanent; } -rewrite ^/revisions/current/docs/user-guide/validations.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/validations/? permanent; -if ($args = example_scripts.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/? permanent; +rewrite ^/revisions/current/docs/user-guide/validate.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/credit-card-payments/validate/? permanent; +if ($args = credit_card_payments2.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/credit-card-payments/? permanent; } -rewrite ^/revisions/current/docs/user-guide/example_scripts.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/? permanent; -if ($args = adding_widget_effects.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/adding-widget-effects/? permanent; +rewrite ^/revisions/current/docs/user-guide/credit_card_payments2.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/credit-card-payments/? permanent; +if ($args = oauthrequest.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/oauth/oauthrequest/? permanent; } -rewrite ^/revisions/current/docs/user-guide/adding_widget_effects.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/adding-widget-effects/? permanent; -if ($args = app_switching.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/app-switching/? permanent; +rewrite ^/revisions/current/docs/user-guide/oauthrequest.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/oauth/oauthrequest/? permanent; +if ($args = oauth4.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/oauth/? permanent; } -rewrite ^/revisions/current/docs/user-guide/app_switching.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/app-switching/? permanent; -if ($args = date_handling.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/date-handling/? permanent; +rewrite ^/revisions/current/docs/user-guide/oauth4.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/oauth/? permanent; +if ($args = lastinsertid.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/database/lastinsertid/? permanent; } -rewrite ^/revisions/current/docs/user-guide/date_handling.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/date-handling/? permanent; -if ($args = extending_the_ac_dom.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/extending-the-ac-dom/? permanent; +rewrite ^/revisions/current/docs/user-guide/lastinsertid.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/database/lastinsertid/? permanent; +if ($args = getconnection.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/database/getconnection/? permanent; } -rewrite ^/revisions/current/docs/user-guide/extending_the_ac_dom.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/extending-the-ac-dom/? permanent; -if ($args = loading_and_saving_instance_da.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/loading-and-saving-instance-da/? permanent; +rewrite ^/revisions/current/docs/user-guide/getconnection.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/database/getconnection/? permanent; +if ($args = getviewdata2.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/database/getviewdata2/? permanent; } -rewrite ^/revisions/current/docs/user-guide/loading_and_saving_instance_da.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/loading-and-saving-instance-da/? permanent; -if ($args = the_widget_object.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/the-widget-object/? permanent; +rewrite ^/revisions/current/docs/user-guide/getviewdata2.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/database/getviewdata2/? permanent; +if ($args = getconnectionbyname.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/database/getconnectionbyname/? permanent; } -rewrite ^/revisions/current/docs/user-guide/the_widget_object.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/the-widget-object/? permanent; -if ($args = important_little_details.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/? permanent; +rewrite ^/revisions/current/docs/user-guide/getconnectionbyname.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/database/getconnectionbyname/? permanent; +if ($args = update.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/database/update/? permanent; } -rewrite ^/revisions/current/docs/user-guide/important_little_details.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/? permanent; -if ($args = a_typical_javascript_function.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/a-typical-javascript-function/? permanent; +rewrite ^/revisions/current/docs/user-guide/update.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/database/update/? permanent; +if ($args = commit.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/database/commit/? permanent; } -rewrite ^/revisions/current/docs/user-guide/a_typical_javascript_function.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/a-typical-javascript-function/? permanent; -if ($args = for_those_who_know_javascript_.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/for-those-who-know-javascript/? permanent; +rewrite ^/revisions/current/docs/user-guide/commit.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/database/commit/? permanent; +if ($args = exec.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/database/exec/? permanent; } -rewrite ^/revisions/current/docs/user-guide/for_those_who_know_javascript_.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/for-those-who-know-javascript/? permanent; -if ($args = how_swirl_javascript_is_tied_i.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/how-swirl-javascript-is-tied-i/? permanent; +rewrite ^/revisions/current/docs/user-guide/exec.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/database/exec/? permanent; +if ($args = getsql.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/getsql/? permanent; } -rewrite ^/revisions/current/docs/user-guide/how_swirl_javascript_is_tied_i.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/how-swirl-javascript-is-tied-i/? permanent; -if ($args = switching_between_code_and_lay.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/switching-between-code-and-lay/? permanent; +rewrite ^/revisions/current/docs/user-guide/getsql.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/getsql/? permanent; +if ($args = select.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select/? permanent; } -rewrite ^/revisions/current/docs/user-guide/switching_between_code_and_lay.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/switching-between-code-and-lay/? permanent; -if ($args = using_borwser_objects.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/using-borwser-objects/? permanent; +rewrite ^/revisions/current/docs/user-guide/select.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select/? permanent; +if ($args = select_from.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-from/? permanent; } -rewrite ^/revisions/current/docs/user-guide/using_borwser_objects.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/using-borwser-objects/? permanent; -if ($args = where_are_the_events_.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/where-are-the-events/? permanent; +rewrite ^/revisions/current/docs/user-guide/select_from.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-from/? permanent; +if ($args = orwhere.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/orwhere/? permanent; } -rewrite ^/revisions/current/docs/user-guide/where_are_the_events_.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/where-are-the-events/? permanent; -if ($args = writing_user_defined_functions.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/writing-user-defined-functions/? permanent; +rewrite ^/revisions/current/docs/user-guide/orwhere.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/orwhere/? permanent; +if ($args = select_limit.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-limit/? permanent; } -rewrite ^/revisions/current/docs/user-guide/writing_user_defined_functions.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/writing-user-defined-functions/? permanent; -if ($args = introduction.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/? permanent; +rewrite ^/revisions/current/docs/user-guide/select_limit.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-limit/? permanent; +if ($args = select_group.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-group/? permanent; } -rewrite ^/revisions/current/docs/user-guide/introduction.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/? permanent; -if ($args = code_explorer.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/the-code-editor/code-explorer/? permanent; +rewrite ^/revisions/current/docs/user-guide/select_group.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-group/? permanent; +if ($args = select_where.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-where/? permanent; } -rewrite ^/revisions/current/docs/user-guide/code_explorer.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/the-code-editor/code-explorer/? permanent; -if ($args = code_higlighting.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/the-code-editor/code-higlighting/? permanent; +rewrite ^/revisions/current/docs/user-guide/select_where.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-where/? permanent; +if ($args = select_order.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-order/? permanent; } -rewrite ^/revisions/current/docs/user-guide/code_higlighting.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/the-code-editor/code-higlighting/? permanent; -if ($args = search___replace.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/the-code-editor/search--replace/? permanent; +rewrite ^/revisions/current/docs/user-guide/select_order.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-order/? permanent; +if ($args = select_join.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-join/? permanent; } -rewrite ^/revisions/current/docs/user-guide/search___replace.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/the-code-editor/search--replace/? permanent; -if ($args = syntax_errors.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/the-code-editor/syntax-errors/? permanent; +rewrite ^/revisions/current/docs/user-guide/select_join.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-join/? permanent; +if ($args = select_handling.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/? permanent; } -rewrite ^/revisions/current/docs/user-guide/syntax_errors.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/the-code-editor/syntax-errors/? permanent; -if ($args = the_code_editor.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/the-code-editor/? permanent; +rewrite ^/revisions/current/docs/user-guide/select_handling.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/? permanent; +if ($args = delete.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/database/delete/? permanent; } -rewrite ^/revisions/current/docs/user-guide/the_code_editor.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/the-code-editor/? permanent; -if ($args = getdata_versus_getvalue_and_se.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/getdata-versus-getvalue-and-se/? permanent; +rewrite ^/revisions/current/docs/user-guide/delete.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/database/delete/? permanent; +if ($args = rollback.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/database/rollback/? permanent; } -rewrite ^/revisions/current/docs/user-guide/getdata_versus_getvalue_and_se.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/getdata-versus-getvalue-and-se/? permanent; -if ($args = repeater_containers_are_specia.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/repeater-containers-are-specia/? permanent; +rewrite ^/revisions/current/docs/user-guide/rollback.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/database/rollback/? permanent; +if ($args = insert.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/database/insert/? permanent; } -rewrite ^/revisions/current/docs/user-guide/repeater_containers_are_specia.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/repeater-containers-are-specia/? permanent; -if ($args = storing_widget_data_in_a_datab.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/storing-widget-data-in-a-datab/? permanent; +rewrite ^/revisions/current/docs/user-guide/insert.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/database/insert/? permanent; +if ($args = quote.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/database/quote/? permanent; } -rewrite ^/revisions/current/docs/user-guide/storing_widget_data_in_a_datab.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/storing-widget-data-in-a-datab/? permanent; -if ($args = the_assign_helper_function_.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/the-assign-helper-function/? permanent; +rewrite ^/revisions/current/docs/user-guide/quote.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/database/quote/? permanent; +if ($args = quoteinto.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/database/quoteinto/? permanent; } -rewrite ^/revisions/current/docs/user-guide/the_assign_helper_function_.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/the-assign-helper-function/? permanent; -if ($args = context_menu2.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/context-menu2/? permanent; +rewrite ^/revisions/current/docs/user-guide/quoteinto.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/database/quoteinto/? permanent; +if ($args = begintransaction.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/database/begintransaction/? permanent; } -rewrite ^/revisions/current/docs/user-guide/context_menu2.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/context-menu2/? permanent; -if ($args = lists__dropdowns.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/lists-dropdowns/? permanent; +rewrite ^/revisions/current/docs/user-guide/begintransaction.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/database/begintransaction/? permanent; +if ($args = database.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/database/? permanent; } -rewrite ^/revisions/current/docs/user-guide/lists__dropdowns.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/lists-dropdowns/? permanent; -if ($args = mobile_list.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/mobile-list/? permanent; +rewrite ^/revisions/current/docs/user-guide/database.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/database/? permanent; +if ($args = xml2obj.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/xml2obj/? permanent; } -rewrite ^/revisions/current/docs/user-guide/mobile_list.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/mobile-list/? permanent; -if ($args = wdgetcontentsimple_widgets.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/wdgetcontentsimple-widgets/? permanent; +rewrite ^/revisions/current/docs/user-guide/xml2obj.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/xml2obj/? permanent; +if ($args = checkcryptblowfish.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/checkcryptblowfish/? permanent; } -rewrite ^/revisions/current/docs/user-guide/wdgetcontentsimple_widgets.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/wdgetcontentsimple-widgets/? permanent; -if ($args = widgetcontentgrids__repeater_containers.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/widgetcontentgrids-repeater-containers/? permanent; +rewrite ^/revisions/current/docs/user-guide/checkcryptblowfish.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/checkcryptblowfish/? permanent; +if ($args = obj2json.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/obj2json/? permanent; } -rewrite ^/revisions/current/docs/user-guide/widgetcontentgrids__repeater_containers.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/widgetcontentgrids-repeater-containers/? permanent; -if ($args = widgetcontentrepeater_containers.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/widgetcontentrepeater-containers/? permanent; +rewrite ^/revisions/current/docs/user-guide/obj2json.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/obj2json/? permanent; +if ($args = getlatesterror.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/getlatesterror/? permanent; } -rewrite ^/revisions/current/docs/user-guide/widgetcontentrepeater_containers.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/widgetcontentrepeater-containers/? permanent; -if ($args = reading_and_writing_complex_wi.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/? permanent; +rewrite ^/revisions/current/docs/user-guide/getlatesterror.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/getlatesterror/? permanent; +if ($args = obj2xml.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/obj2xml/? permanent; } -rewrite ^/revisions/current/docs/user-guide/reading_and_writing_complex_wi.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/? permanent; -if ($args = dates.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/dates/? permanent; +rewrite ^/revisions/current/docs/user-guide/obj2xml.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/obj2xml/? permanent; +if ($args = id.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/id/? permanent; } -rewrite ^/revisions/current/docs/user-guide/dates.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/dates/? permanent; -if ($args = grids__repeater_containers.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/grids-repeater-containers/? permanent; +rewrite ^/revisions/current/docs/user-guide/id.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/id/? permanent; +if ($args = getuuid.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/getuuid/? permanent; } -rewrite ^/revisions/current/docs/user-guide/grids__repeater_containers.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/grids-repeater-containers/? permanent; -if ($args = lists__dropdown_widgets.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/lists-dropdown-widgets/? permanent; +rewrite ^/revisions/current/docs/user-guide/getuuid.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/getuuid/? permanent; +if ($args = sendemail2.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/sendemail2/? permanent; } -rewrite ^/revisions/current/docs/user-guide/lists__dropdown_widgets.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/lists-dropdown-widgets/? permanent; -if ($args = repeater_containers.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/repeater-containers/? permanent; +rewrite ^/revisions/current/docs/user-guide/sendemail2.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/sendemail2/? permanent; +if ($args = getloggeduser2.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/getloggeduser2/? permanent; } -rewrite ^/revisions/current/docs/user-guide/repeater_containers.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/repeater-containers/? permanent; -if ($args = widgetsimple_widgets.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/widgetsimple-widgets/? permanent; +rewrite ^/revisions/current/docs/user-guide/getloggeduser2.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/getloggeduser2/? permanent; +if ($args = setuserparameter.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/setuserparameter/? permanent; } -rewrite ^/revisions/current/docs/user-guide/widgetsimple_widgets.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/widgetsimple-widgets/? permanent; -if ($args = json__listboxes_and_grids.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/? permanent; +rewrite ^/revisions/current/docs/user-guide/setuserparameter.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/setuserparameter/? permanent; +if ($args = cryptblowfish.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/cryptblowfish/? permanent; } -rewrite ^/revisions/current/docs/user-guide/json__listboxes_and_grids.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/? permanent; -if ($args = widgetpopulatewidget.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widgetpopulatewidget/? permanent; +rewrite ^/revisions/current/docs/user-guide/cryptblowfish.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/cryptblowfish/? permanent; +if ($args = getuserparameter.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/getuserparameter/? permanent; } -rewrite ^/revisions/current/docs/user-guide/widgetpopulatewidget.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widgetpopulatewidget/? permanent; -if ($args = reading_and_writing_app_data.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/? permanent; +rewrite ^/revisions/current/docs/user-guide/getuserparameter.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/getuserparameter/? permanent; +if ($args = md5.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/md5/? permanent; } -rewrite ^/revisions/current/docs/user-guide/reading_and_writing_app_data.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/? permanent; -if ($args = scripting_with_javascript.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/? permanent; +rewrite ^/revisions/current/docs/user-guide/md5.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/md5/? permanent; +if ($args = appid.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/appid/? permanent; } -rewrite ^/revisions/current/docs/user-guide/scripting_with_javascript.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/? permanent; -if ($args = scripting_overview.htm) { - rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/? permanent; +rewrite ^/revisions/current/docs/user-guide/appid.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/appid/? permanent; +if ($args = json2obj.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/json2obj/? permanent; +} +rewrite ^/revisions/current/docs/user-guide/json2obj.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/json2obj/? permanent; +if ($args = sleep.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/sleep/? permanent; } -rewrite ^/revisions/current/docs/user-guide/scripting_overview.htm /developers/documentation/scripting-apis/client-scripting-overview/? permanent; - -if ($args = dir.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/console-object/dir/? permanent; +rewrite ^/revisions/current/docs/user-guide/sleep.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/sleep/? permanent; +if ($args = appname.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/appname/? permanent; } -rewrite ^/revisions/current/docs/user-guide/dir.htm /developers/documentation/scripting-apis/server-side-api/console-object/dir/? permanent; -if ($args = log.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/console-object/log/? permanent; +rewrite ^/revisions/current/docs/user-guide/appname.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/appname/? permanent; +if ($args = miscellaneous.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/? permanent; } -rewrite ^/revisions/current/docs/user-guide/log.htm /developers/documentation/scripting-apis/server-side-api/console-object/log/? permanent; -if ($args = console_object.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/console-object/? permanent; +rewrite ^/revisions/current/docs/user-guide/miscellaneous.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/? permanent; +if ($args = data_preparation.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/data-preparation/? permanent; } -rewrite ^/revisions/current/docs/user-guide/console_object.htm /developers/documentation/scripting-apis/server-side-api/console-object/? permanent; - - - - - - - - -if ($args = objectcreate.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/parse-object/objectcreate/? permanent; +rewrite ^/revisions/current/docs/user-guide/data_preparation.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/data-preparation/? permanent; +if ($args = app_object.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/? permanent; } -rewrite ^/revisions/current/docs/user-guide/objectcreate.htm /developers/documentation/scripting-apis/server-side-api/parse-object/objectcreate/? permanent; +rewrite ^/revisions/current/docs/user-guide/app_object.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/? permanent; +if ($args = objectread.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/parse-object/objectread/? permanent; +} +rewrite ^/revisions/current/docs/user-guide/objectread.htm /developers/documentation/scripting-apis/server-side-api/parse-object/objectread/? permanent; if ($args = objectdelete.htm) { rewrite ^ /developers/documentation/scripting-apis/server-side-api/parse-object/objectdelete/? permanent; } @@ -4103,10 +4071,10 @@ if ($args = objectquery.htm) { rewrite ^ /developers/documentation/scripting-apis/server-side-api/parse-object/objectquery/? permanent; } rewrite ^/revisions/current/docs/user-guide/objectquery.htm /developers/documentation/scripting-apis/server-side-api/parse-object/objectquery/? permanent; -if ($args = objectread.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/parse-object/objectread/? permanent; +if ($args = objectcreate.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/parse-object/objectcreate/? permanent; } -rewrite ^/revisions/current/docs/user-guide/objectread.htm /developers/documentation/scripting-apis/server-side-api/parse-object/objectread/? permanent; +rewrite ^/revisions/current/docs/user-guide/objectcreate.htm /developers/documentation/scripting-apis/server-side-api/parse-object/objectcreate/? permanent; if ($args = objectupdate.htm) { rewrite ^ /developers/documentation/scripting-apis/server-side-api/parse-object/objectupdate/? permanent; } @@ -4115,465 +4083,497 @@ if ($args = parse2.htm) { rewrite ^ /developers/documentation/scripting-apis/server-side-api/parse-object/? permanent; } rewrite ^/revisions/current/docs/user-guide/parse2.htm /developers/documentation/scripting-apis/server-side-api/parse-object/? permanent; -if ($args = payment_parameters2.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/credit-card-payments/payment-parameters2/? permanent; +if ($args = server_side_api.htm) { + rewrite ^ /developers/documentation/scripting-apis/server-side-api/? permanent; } -rewrite ^/revisions/current/docs/user-guide/payment_parameters2.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/credit-card-payments/payment-parameters2/? permanent; -if ($args = payment.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/credit-card-payments/payment/? permanent; +rewrite ^/revisions/current/docs/user-guide/server_side_api.htm /developers/documentation/scripting-apis/server-side-api/? permanent; + +if ($args = search___replace.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/the-code-editor/search--replace/? permanent; } -rewrite ^/revisions/current/docs/user-guide/payment.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/credit-card-payments/payment/? permanent; -if ($args = validate.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/credit-card-payments/validate/? permanent; +rewrite ^/revisions/current/docs/user-guide/search___replace.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/the-code-editor/search--replace/? permanent; +if ($args = code_higlighting.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/the-code-editor/code-higlighting/? permanent; } -rewrite ^/revisions/current/docs/user-guide/validate.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/credit-card-payments/validate/? permanent; -if ($args = zoozstartcheckout.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/credit-card-payments/zoozstartcheckout/? permanent; +rewrite ^/revisions/current/docs/user-guide/code_higlighting.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/the-code-editor/code-higlighting/? permanent; +if ($args = syntax_errors.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/the-code-editor/syntax-errors/? permanent; } -rewrite ^/revisions/current/docs/user-guide/zoozstartcheckout.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/credit-card-payments/zoozstartcheckout/? permanent; -if ($args = credit_card_payments2.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/credit-card-payments/? permanent; +rewrite ^/revisions/current/docs/user-guide/syntax_errors.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/the-code-editor/syntax-errors/? permanent; +if ($args = code_explorer.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/the-code-editor/code-explorer/? permanent; } -rewrite ^/revisions/current/docs/user-guide/credit_card_payments2.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/credit-card-payments/? permanent; -if ($args = data_preparation.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/data-preparation/? permanent; +rewrite ^/revisions/current/docs/user-guide/code_explorer.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/the-code-editor/code-explorer/? permanent; +if ($args = the_code_editor.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/the-code-editor/? permanent; } -rewrite ^/revisions/current/docs/user-guide/data_preparation.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/data-preparation/? permanent; -if ($args = begintransaction.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/database/begintransaction/? permanent; +rewrite ^/revisions/current/docs/user-guide/the_code_editor.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/the-code-editor/? permanent; +if ($args = date_handling.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/date-handling/? permanent; } -rewrite ^/revisions/current/docs/user-guide/begintransaction.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/database/begintransaction/? permanent; -if ($args = commit.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/database/commit/? permanent; +rewrite ^/revisions/current/docs/user-guide/date_handling.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/date-handling/? permanent; +if ($args = loading_and_saving_instance_da.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/loading-and-saving-instance-da/? permanent; } -rewrite ^/revisions/current/docs/user-guide/commit.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/database/commit/? permanent; -if ($args = delete.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/database/delete/? permanent; +rewrite ^/revisions/current/docs/user-guide/loading_and_saving_instance_da.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/loading-and-saving-instance-da/? permanent; +if ($args = extending_the_ac_dom.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/extending-the-ac-dom/? permanent; } -rewrite ^/revisions/current/docs/user-guide/delete.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/database/delete/? permanent; -if ($args = exec.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/database/exec/? permanent; +rewrite ^/revisions/current/docs/user-guide/extending_the_ac_dom.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/extending-the-ac-dom/? permanent; +if ($args = the_widget_object.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/the-widget-object/? permanent; } -rewrite ^/revisions/current/docs/user-guide/exec.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/database/exec/? permanent; -if ($args = getconnection.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/database/getconnection/? permanent; +rewrite ^/revisions/current/docs/user-guide/the_widget_object.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/the-widget-object/? permanent; +if ($args = app_switching.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/app-switching/? permanent; } -rewrite ^/revisions/current/docs/user-guide/getconnection.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/database/getconnection/? permanent; -if ($args = getconnectionbyname.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/database/getconnectionbyname/? permanent; +rewrite ^/revisions/current/docs/user-guide/app_switching.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/app-switching/? permanent; +if ($args = adding_widget_effects.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/adding-widget-effects/? permanent; } -rewrite ^/revisions/current/docs/user-guide/getconnectionbyname.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/database/getconnectionbyname/? permanent; -if ($args = getviewdata2.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/database/getviewdata2/? permanent; +rewrite ^/revisions/current/docs/user-guide/adding_widget_effects.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/adding-widget-effects/? permanent; +if ($args = important_little_details.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/? permanent; } -rewrite ^/revisions/current/docs/user-guide/getviewdata2.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/database/getviewdata2/? permanent; -if ($args = insert.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/database/insert/? permanent; +rewrite ^/revisions/current/docs/user-guide/important_little_details.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/? permanent; +if ($args = writing_user_defined_functions.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/writing-user-defined-functions/? permanent; } -rewrite ^/revisions/current/docs/user-guide/insert.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/database/insert/? permanent; -if ($args = lastinsertid.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/database/lastinsertid/? permanent; +rewrite ^/revisions/current/docs/user-guide/writing_user_defined_functions.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/writing-user-defined-functions/? permanent; +if ($args = using_borwser_objects.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/using-borwser-objects/? permanent; } -rewrite ^/revisions/current/docs/user-guide/lastinsertid.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/database/lastinsertid/? permanent; -if ($args = quote.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/database/quote/? permanent; +rewrite ^/revisions/current/docs/user-guide/using_borwser_objects.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/using-borwser-objects/? permanent; +if ($args = where_are_the_events_.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/where-are-the-events/? permanent; } -rewrite ^/revisions/current/docs/user-guide/quote.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/database/quote/? permanent; -if ($args = quoteinto.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/database/quoteinto/? permanent; +rewrite ^/revisions/current/docs/user-guide/where_are_the_events_.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/where-are-the-events/? permanent; +if ($args = how_swirl_javascript_is_tied_i.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/how-swirl-javascript-is-tied-i/? permanent; } -rewrite ^/revisions/current/docs/user-guide/quoteinto.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/database/quoteinto/? permanent; -if ($args = rollback.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/database/rollback/? permanent; +rewrite ^/revisions/current/docs/user-guide/how_swirl_javascript_is_tied_i.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/how-swirl-javascript-is-tied-i/? permanent; +if ($args = a_typical_javascript_function.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/a-typical-javascript-function/? permanent; } -rewrite ^/revisions/current/docs/user-guide/rollback.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/database/rollback/? permanent; -if ($args = getsql.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/getsql/? permanent; +rewrite ^/revisions/current/docs/user-guide/a_typical_javascript_function.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/a-typical-javascript-function/? permanent; +if ($args = switching_between_code_and_lay.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/switching-between-code-and-lay/? permanent; } -rewrite ^/revisions/current/docs/user-guide/getsql.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/getsql/? permanent; -if ($args = orwhere.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/orwhere/? permanent; +rewrite ^/revisions/current/docs/user-guide/switching_between_code_and_lay.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/switching-between-code-and-lay/? permanent; +if ($args = for_those_who_know_javascript_.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/for-those-who-know-javascript/? permanent; } -rewrite ^/revisions/current/docs/user-guide/orwhere.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/orwhere/? permanent; -if ($args = select_from.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-from/? permanent; +rewrite ^/revisions/current/docs/user-guide/for_those_who_know_javascript_.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/for-those-who-know-javascript/? permanent; +if ($args = introduction.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/? permanent; } -rewrite ^/revisions/current/docs/user-guide/select_from.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-from/? permanent; -if ($args = select_group.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-group/? permanent; +rewrite ^/revisions/current/docs/user-guide/introduction.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/? permanent; +if ($args = widgetpopulatewidget.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widgetpopulatewidget/? permanent; } -rewrite ^/revisions/current/docs/user-guide/select_group.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-group/? permanent; -if ($args = select_join.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-join/? permanent; +rewrite ^/revisions/current/docs/user-guide/widgetpopulatewidget.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widgetpopulatewidget/? permanent; +if ($args = getdata_versus_getvalue_and_se.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/getdata-versus-getvalue-and-se/? permanent; } -rewrite ^/revisions/current/docs/user-guide/select_join.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-join/? permanent; -if ($args = select_limit.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-limit/? permanent; +rewrite ^/revisions/current/docs/user-guide/getdata_versus_getvalue_and_se.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/getdata-versus-getvalue-and-se/? permanent; +if ($args = lists__dropdown_widgets.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/lists-dropdown-widgets/? permanent; } -rewrite ^/revisions/current/docs/user-guide/select_limit.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-limit/? permanent; -if ($args = select_order.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-order/? permanent; +rewrite ^/revisions/current/docs/user-guide/lists__dropdown_widgets.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/lists-dropdown-widgets/? permanent; +if ($args = grids__repeater_containers.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/grids-repeater-containers/? permanent; } -rewrite ^/revisions/current/docs/user-guide/select_order.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-order/? permanent; -if ($args = select_where.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-where/? permanent; +rewrite ^/revisions/current/docs/user-guide/grids__repeater_containers.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/grids-repeater-containers/? permanent; +if ($args = repeater_containers.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/repeater-containers/? permanent; } -rewrite ^/revisions/current/docs/user-guide/select_where.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-where/? permanent; -if ($args = select.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select/? permanent; +rewrite ^/revisions/current/docs/user-guide/repeater_containers.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/repeater-containers/? permanent; +if ($args = dates.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/dates/? permanent; } -rewrite ^/revisions/current/docs/user-guide/select.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select/? permanent; -if ($args = select_handling.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/? permanent; +rewrite ^/revisions/current/docs/user-guide/dates.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/dates/? permanent; +if ($args = widgetsimple_widgets.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/widgetsimple-widgets/? permanent; } -rewrite ^/revisions/current/docs/user-guide/select_handling.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/? permanent; -if ($args = update.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/database/update/? permanent; +rewrite ^/revisions/current/docs/user-guide/widgetsimple_widgets.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/widgetsimple-widgets/? permanent; +if ($args = json__listboxes_and_grids.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/? permanent; } -rewrite ^/revisions/current/docs/user-guide/update.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/database/update/? permanent; -if ($args = database.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/database/? permanent; +rewrite ^/revisions/current/docs/user-guide/json__listboxes_and_grids.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/? permanent; +if ($args = widgetcontentrepeater_containers.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/widgetcontentrepeater-containers/? permanent; } -rewrite ^/revisions/current/docs/user-guide/database.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/database/? permanent; -if ($args = appid.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/appid/? permanent; +rewrite ^/revisions/current/docs/user-guide/widgetcontentrepeater_containers.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/widgetcontentrepeater-containers/? permanent; +if ($args = context_menu2.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/context-menu2/? permanent; } -rewrite ^/revisions/current/docs/user-guide/appid.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/appid/? permanent; -if ($args = appname.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/appname/? permanent; +rewrite ^/revisions/current/docs/user-guide/context_menu2.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/context-menu2/? permanent; +if ($args = wdgetcontentsimple_widgets.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/wdgetcontentsimple-widgets/? permanent; +} +rewrite ^/revisions/current/docs/user-guide/wdgetcontentsimple_widgets.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/wdgetcontentsimple-widgets/? permanent; +if ($args = mobile_list.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/mobile-list/? permanent; +} +rewrite ^/revisions/current/docs/user-guide/mobile_list.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/mobile-list/? permanent; +if ($args = lists__dropdowns.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/lists-dropdowns/? permanent; +} +rewrite ^/revisions/current/docs/user-guide/lists__dropdowns.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/lists-dropdowns/? permanent; +if ($args = widgetcontentgrids__repeater_containers.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/widgetcontentgrids-repeater-containers/? permanent; +} +rewrite ^/revisions/current/docs/user-guide/widgetcontentgrids__repeater_containers.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/widgetcontentgrids-repeater-containers/? permanent; +if ($args = reading_and_writing_complex_wi.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/? permanent; +} +rewrite ^/revisions/current/docs/user-guide/reading_and_writing_complex_wi.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/? permanent; +if ($args = the_assign_helper_function_.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/the-assign-helper-function/? permanent; } -rewrite ^/revisions/current/docs/user-guide/appname.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/appname/? permanent; -if ($args = checkcryptblowfish.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/checkcryptblowfish/? permanent; +rewrite ^/revisions/current/docs/user-guide/the_assign_helper_function_.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/the-assign-helper-function/? permanent; +if ($args = repeater_containers_are_specia.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/repeater-containers-are-specia/? permanent; } -rewrite ^/revisions/current/docs/user-guide/checkcryptblowfish.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/checkcryptblowfish/? permanent; -if ($args = cryptblowfish.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/cryptblowfish/? permanent; +rewrite ^/revisions/current/docs/user-guide/repeater_containers_are_specia.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/repeater-containers-are-specia/? permanent; +if ($args = storing_widget_data_in_a_datab.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/storing-widget-data-in-a-datab/? permanent; } -rewrite ^/revisions/current/docs/user-guide/cryptblowfish.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/cryptblowfish/? permanent; -if ($args = getlatesterror.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/getlatesterror/? permanent; +rewrite ^/revisions/current/docs/user-guide/storing_widget_data_in_a_datab.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/storing-widget-data-in-a-datab/? permanent; +if ($args = reading_and_writing_app_data.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/? permanent; } -rewrite ^/revisions/current/docs/user-guide/getlatesterror.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/getlatesterror/? permanent; -if ($args = getloggeduser2.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/getloggeduser2/? permanent; +rewrite ^/revisions/current/docs/user-guide/reading_and_writing_app_data.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/? permanent; +if ($args = calling_web_services.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/calling-web-services/? permanent; } -rewrite ^/revisions/current/docs/user-guide/getloggeduser2.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/getloggeduser2/? permanent; -if ($args = getuserparameter.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/getuserparameter/? permanent; +rewrite ^/revisions/current/docs/user-guide/calling_web_services.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/calling-web-services/? permanent; +if ($args = getting_a_confirmation_respons.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/getting-a-confirmation-respons/? permanent; } -rewrite ^/revisions/current/docs/user-guide/getuserparameter.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/getuserparameter/? permanent; -if ($args = getuuid.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/getuuid/? permanent; +rewrite ^/revisions/current/docs/user-guide/getting_a_confirmation_respons.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/getting-a-confirmation-respons/? permanent; +if ($args = crossdomain_issues.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/crossdomain-issues/? permanent; } -rewrite ^/revisions/current/docs/user-guide/getuuid.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/getuuid/? permanent; -if ($args = id.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/id/? permanent; +rewrite ^/revisions/current/docs/user-guide/crossdomain_issues.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/crossdomain-issues/? permanent; +if ($args = exampledebugging.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/exampledebugging/? permanent; } -rewrite ^/revisions/current/docs/user-guide/id.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/id/? permanent; -if ($args = json2obj.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/json2obj/? permanent; +rewrite ^/revisions/current/docs/user-guide/exampledebugging.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/exampledebugging/? permanent; +if ($args = displaying_warnings_and_messag.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/displaying-warnings-and-messag/? permanent; } -rewrite ^/revisions/current/docs/user-guide/json2obj.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/json2obj/? permanent; -if ($args = md5.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/md5/? permanent; +rewrite ^/revisions/current/docs/user-guide/displaying_warnings_and_messag.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/displaying-warnings-and-messag/? permanent; +if ($args = calling_a_soap_web_service_dir.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/calling-a-soap-web-service-dir/? permanent; } -rewrite ^/revisions/current/docs/user-guide/md5.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/md5/? permanent; -if ($args = obj2json.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/obj2json/? permanent; +rewrite ^/revisions/current/docs/user-guide/calling_a_soap_web_service_dir.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/calling-a-soap-web-service-dir/? permanent; +if ($args = validations.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/validations/? permanent; } -rewrite ^/revisions/current/docs/user-guide/obj2json.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/obj2json/? permanent; -if ($args = obj2xml.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/obj2xml/? permanent; +rewrite ^/revisions/current/docs/user-guide/validations.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/validations/? permanent; +if ($args = extending_the_ac_dom_to_sim.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/extending-the-ac-dom-to-sim/? permanent; } -rewrite ^/revisions/current/docs/user-guide/obj2xml.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/obj2xml/? permanent; -if ($args = sendemail2.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/sendemail2/? permanent; +rewrite ^/revisions/current/docs/user-guide/extending_the_ac_dom_to_sim.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/extending-the-ac-dom-to-sim/? permanent; +if ($args = reading_and_writing_widget_dat.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/reading-and-writing-widget-dat/? permanent; } -rewrite ^/revisions/current/docs/user-guide/sendemail2.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/sendemail2/? permanent; -if ($args = setuserparameter.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/setuserparameter/? permanent; +rewrite ^/revisions/current/docs/user-guide/reading_and_writing_widget_dat.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/reading-and-writing-widget-dat/? permanent; +if ($args = conditional_jump_to_a_page.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/conditional-jump-to-a-page/? permanent; } -rewrite ^/revisions/current/docs/user-guide/setuserparameter.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/setuserparameter/? permanent; -if ($args = sleep.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/sleep/? permanent; +rewrite ^/revisions/current/docs/user-guide/conditional_jump_to_a_page.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/conditional-jump-to-a-page/? permanent; +if ($args = populating_widgets_with_data_a.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/populating-widgets-with-data-a/? permanent; } -rewrite ^/revisions/current/docs/user-guide/sleep.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/sleep/? permanent; -if ($args = xml2obj.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/xml2obj/? permanent; +rewrite ^/revisions/current/docs/user-guide/populating_widgets_with_data_a.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/populating-widgets-with-data-a/? permanent; +if ($args = example_scripts.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/? permanent; } -rewrite ^/revisions/current/docs/user-guide/xml2obj.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/xml2obj/? permanent; -if ($args = miscellaneous.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/? permanent; +rewrite ^/revisions/current/docs/user-guide/example_scripts.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/? permanent; +if ($args = scripting_with_javascript.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/? permanent; } -rewrite ^/revisions/current/docs/user-guide/miscellaneous.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/? permanent; -if ($args = oauthrequest.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/oauth/oauthrequest/? permanent; +rewrite ^/revisions/current/docs/user-guide/scripting_with_javascript.htm /developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/? permanent; +if ($args = firefox.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/firefox/? permanent; } -rewrite ^/revisions/current/docs/user-guide/oauthrequest.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/oauth/oauthrequest/? permanent; -if ($args = oauth4.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/oauth/? permanent; +rewrite ^/revisions/current/docs/user-guide/firefox.htm /developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/firefox/? permanent; +if ($args = viewing_widget_values.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/viewing-widget-values/? permanent; } -rewrite ^/revisions/current/docs/user-guide/oauth4.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/oauth/? permanent; -if ($args = deletesessionobject.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/security/deletesessionobject/? permanent; +rewrite ^/revisions/current/docs/user-guide/viewing_widget_values.htm /developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/viewing-widget-values/? permanent; +if ($args = viewing_widget_properties.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/viewing-widget-properties/? permanent; } -rewrite ^/revisions/current/docs/user-guide/deletesessionobject.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/security/deletesessionobject/? permanent; -if ($args = getloggeduser.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/security/getloggeduser/? permanent; +rewrite ^/revisions/current/docs/user-guide/viewing_widget_properties.htm /developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/viewing-widget-properties/? permanent; +if ($args = debdebug_message.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/debdebug-message/? permanent; } -rewrite ^/revisions/current/docs/user-guide/getloggeduser.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/security/getloggeduser/? permanent; -if ($args = getowneruser.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/security/getowneruser/? permanent; +rewrite ^/revisions/current/docs/user-guide/debdebug_message.htm /developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/debdebug-message/? permanent; +if ($args = native_apps.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/native-apps/? permanent; } -rewrite ^/revisions/current/docs/user-guide/getowneruser.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/security/getowneruser/? permanent; -if ($args = getsessionobject.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/security/getsessionobject/? permanent; +rewrite ^/revisions/current/docs/user-guide/native_apps.htm /developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/native-apps/? permanent; +if ($args = chrome.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/chrome/? permanent; } -rewrite ^/revisions/current/docs/user-guide/getsessionobject.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/security/getsessionobject/? permanent; -if ($args = setsessionobject.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/security/setsessionobject/? permanent; +rewrite ^/revisions/current/docs/user-guide/chrome.htm /developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/chrome/? permanent; +if ($args = debug_support_functions.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/debug-support-functions/? permanent; } -rewrite ^/revisions/current/docs/user-guide/setsessionobject.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/security/setsessionobject/? permanent; -if ($args = security.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/security/? permanent; +rewrite ^/revisions/current/docs/user-guide/debug_support_functions.htm /developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/debug-support-functions/? permanent; +if ($args = viewing_complex_widget_content.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/viewing-complex-widget-content/? permanent; } -rewrite ^/revisions/current/docs/user-guide/security.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/security/? permanent; - -if ($args = httprequest2.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/httprequest2/? permanent; +rewrite ^/revisions/current/docs/user-guide/viewing_complex_widget_content.htm /developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/viewing-complex-widget-content/? permanent; +if ($args = the_debugger_command.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/the-debugger-command/? permanent; } -rewrite ^/revisions/current/docs/user-guide/httprequest2.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/httprequest2/? permanent; -if ($args = httprequestadv.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/httprequestadv/? permanent; +rewrite ^/revisions/current/docs/user-guide/the_debugger_command.htm /developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/the-debugger-command/? permanent; +if ($args = safari.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/safari/? permanent; } -rewrite ^/revisions/current/docs/user-guide/httprequestadv.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/httprequestadv/? permanent; -if ($args = networktimeout.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/networktimeout/? permanent; +rewrite ^/revisions/current/docs/user-guide/safari.htm /developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/safari/? permanent; +if ($args = debugging_overview.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/? permanent; } -rewrite ^/revisions/current/docs/user-guide/networktimeout.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/networktimeout/? permanent; - -if ($args = soaprequest2.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/soaprequest2/? permanent; +rewrite ^/revisions/current/docs/user-guide/debugging_overview.htm /developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/? permanent; +if ($args = populating_charts_from_script.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/populating-charts-from-script/? permanent; } -rewrite ^/revisions/current/docs/user-guide/soaprequest2.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/soaprequest2/? permanent; -if ($args = web_service_wizard2.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/web-service-wizard2/? permanent; +rewrite ^/revisions/current/docs/user-guide/populating_charts_from_script.htm /developers/documentation/scripting-apis/client-scripting-overview/populating-charts-from-script/? permanent; +if ($args = public_shared_scripts.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/public-shared-scripts/? permanent; } -rewrite ^/revisions/current/docs/user-guide/web_service_wizard2.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/web-service-wizard2/? permanent; -if ($args = web_service_calls.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/? permanent; +rewrite ^/revisions/current/docs/user-guide/public_shared_scripts.htm /developers/documentation/scripting-apis/client-scripting-overview/public-shared-scripts/? permanent; +if ($args = your_own_error_handler.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/error-handling/your-own-error-handler/? permanent; } -rewrite ^/revisions/current/docs/user-guide/web_service_calls.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/? permanent; -if ($args = app_object.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/ssj-object/? permanent; +rewrite ^/revisions/current/docs/user-guide/your_own_error_handler.htm /developers/documentation/scripting-apis/client-scripting-overview/error-handling/your-own-error-handler/? permanent; +if ($args = try__catch.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/error-handling/try-catch/? permanent; } -rewrite ^/revisions/current/docs/user-guide/app_object.htm /developers/documentation/scripting-apis/server-side-api/ssj-object/? permanent; -if ($args = getappsfolderslist.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/sys-object/app-management/getappsfolderslist/? permanent; +rewrite ^/revisions/current/docs/user-guide/try__catch.htm /developers/documentation/scripting-apis/client-scripting-overview/error-handling/try-catch/? permanent; +if ($args = scripterror_handling.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/error-handling/? permanent; } -rewrite ^/revisions/current/docs/user-guide/getappsfolderslist.htm /developers/documentation/scripting-apis/server-side-api/sys-object/app-management/getappsfolderslist/? permanent; -if ($args = getappslist.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/sys-object/app-management/getappslist/? permanent; +rewrite ^/revisions/current/docs/user-guide/scripterror_handling.htm /developers/documentation/scripting-apis/client-scripting-overview/error-handling/? permanent; +if ($args = network_availability_handling.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/network-availability-handling/? permanent; } -rewrite ^/revisions/current/docs/user-guide/getappslist.htm /developers/documentation/scripting-apis/server-side-api/sys-object/app-management/getappslist/? permanent; -if ($args = getsharedappsfolderslist.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/sys-object/app-management/getsharedappsfolderslist/? permanent; +rewrite ^/revisions/current/docs/user-guide/network_availability_handling.htm /developers/documentation/scripting-apis/client-scripting-overview/network-availability-handling/? permanent; +if ($args = scripting_overview.htm) { + rewrite ^ /developers/documentation/scripting-apis/client-scripting-overview/? permanent; } -rewrite ^/revisions/current/docs/user-guide/getsharedappsfolderslist.htm /developers/documentation/scripting-apis/server-side-api/sys-object/app-management/getsharedappsfolderslist/? permanent; -if ($args = getsharedappsitemslist.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/sys-object/app-management/getsharedappsitemslist/? permanent; +rewrite ^/revisions/current/docs/user-guide/scripting_overview.htm /developers/documentation/scripting-apis/client-scripting-overview/? permanent; +if ($args = scripting__apis.htm) { + rewrite ^ /developers/documentation/scripting-apis/? permanent; } -rewrite ^/revisions/current/docs/user-guide/getsharedappsitemslist.htm /developers/documentation/scripting-apis/server-side-api/sys-object/app-management/getsharedappsitemslist/? permanent; -if ($args = getsharedappsuserslist.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/sys-object/app-management/getsharedappsuserslist/? permanent; +rewrite ^/revisions/current/docs/user-guide/scripting__apis.htm /developers/documentation/scripting-apis/? permanent; + + + + + + + + + +if ($args = data_view_binding.htm) { + rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/data-view-binding/? permanent; } -rewrite ^/revisions/current/docs/user-guide/getsharedappsuserslist.htm /developers/documentation/scripting-apis/server-side-api/sys-object/app-management/getsharedappsuserslist/? permanent; -if ($args = app_management.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/sys-object/app-management/? permanent; +rewrite ^/revisions/current/docs/user-guide/data_view_binding.htm /developers/documentation/extending-ac/adding-your-own-widgets/data-view-binding/? permanent; +if ($args = prerequisite_skills.htm) { + rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/prerequisite-skills/? permanent; } -rewrite ^/revisions/current/docs/user-guide/app_management.htm /developers/documentation/scripting-apis/server-side-api/sys-object/app-management/? permanent; -if ($args = addtogroup.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/sys-object/group-management/addtogroup/? permanent; +rewrite ^/revisions/current/docs/user-guide/prerequisite_skills.htm /developers/documentation/extending-ac/adding-your-own-widgets/prerequisite-skills/? permanent; +if ($args = registering_your_widget_within.htm) { + rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/registering-your-widget/? permanent; } -rewrite ^/revisions/current/docs/user-guide/addtogroup.htm /developers/documentation/scripting-apis/server-side-api/sys-object/group-management/addtogroup/? permanent; -if ($args = creategroup.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/sys-object/group-management/creategroup/? permanent; +rewrite ^/revisions/current/docs/user-guide/registering_your_widget_within.htm /developers/documentation/extending-ac/adding-your-own-widgets/registering-your-widget/? permanent; +if ($args = standard_property_types.htm) { + rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/standard-property-types/? permanent; } -rewrite ^/revisions/current/docs/user-guide/creategroup.htm /developers/documentation/scripting-apis/server-side-api/sys-object/group-management/creategroup/? permanent; -if ($args = deletegroup.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/sys-object/group-management/deletegroup/? permanent; +rewrite ^/revisions/current/docs/user-guide/standard_property_types.htm /developers/documentation/extending-ac/adding-your-own-widgets/standard-property-types/? permanent; +if ($args = widgets_on_github.htm) { + rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/widgets-on-github/? permanent; } -rewrite ^/revisions/current/docs/user-guide/deletegroup.htm /developers/documentation/scripting-apis/server-side-api/sys-object/group-management/deletegroup/? permanent; -if ($args = getgroupbyid.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/sys-object/group-management/getgroupbyid/? permanent; +rewrite ^/revisions/current/docs/user-guide/widgets_on_github.htm /developers/documentation/extending-ac/adding-your-own-widgets/widgets-on-github/? permanent; +if ($args = important_callbacks__hooks.htm) { + rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/layout-framework/important-callbacks-hooks/? permanent; } -rewrite ^/revisions/current/docs/user-guide/getgroupbyid.htm /developers/documentation/scripting-apis/server-side-api/sys-object/group-management/getgroupbyid/? permanent; -if ($args = getgroupmembers.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/sys-object/group-management/getgroupmembers/? permanent; +rewrite ^/revisions/current/docs/user-guide/important_callbacks__hooks.htm /developers/documentation/extending-ac/adding-your-own-widgets/layout-framework/important-callbacks-hooks/? permanent; +if ($args = layout_types_overview.htm) { + rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/layout-framework/layout-types-overview/? permanent; } -rewrite ^/revisions/current/docs/user-guide/getgroupmembers.htm /developers/documentation/scripting-apis/server-side-api/sys-object/group-management/getgroupmembers/? permanent; -if ($args = getgroupslist.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/sys-object/group-management/getgroupslist/? permanent; +rewrite ^/revisions/current/docs/user-guide/layout_types_overview.htm /developers/documentation/extending-ac/adding-your-own-widgets/layout-framework/layout-types-overview/? permanent; +if ($args = layout_framework.htm) { + rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/layout-framework/? permanent; } -rewrite ^/revisions/current/docs/user-guide/getgroupslist.htm /developers/documentation/scripting-apis/server-side-api/sys-object/group-management/getgroupslist/? permanent; -if ($args = removefromgroup.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/sys-object/group-management/removefromgroup/? permanent; +rewrite ^/revisions/current/docs/user-guide/layout_framework.htm /developers/documentation/extending-ac/adding-your-own-widgets/layout-framework/? permanent; +if ($args = exp_1__setvalue.htm) { + rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-1-setvalue/? permanent; } -rewrite ^/revisions/current/docs/user-guide/removefromgroup.htm /developers/documentation/scripting-apis/server-side-api/sys-object/group-management/removefromgroup/? permanent; -if ($args = updategroup.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/sys-object/group-management/updategroup/? permanent; +rewrite ^/revisions/current/docs/user-guide/exp_1__setvalue.htm /developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-1-setvalue/? permanent; +if ($args = custom_property_without_dialog.htm) { + rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/custom-property-without-dialog/? permanent; } -rewrite ^/revisions/current/docs/user-guide/updategroup.htm /developers/documentation/scripting-apis/server-side-api/sys-object/group-management/updategroup/? permanent; -if ($args = group_management.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/sys-object/group-management/? permanent; +rewrite ^/revisions/current/docs/user-guide/custom_property_without_dialog.htm /developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/custom-property-without-dialog/? permanent; +if ($args = exp_4__the_dialog_code.htm) { + rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-4-the-dialog-code/? permanent; } -rewrite ^/revisions/current/docs/user-guide/group_management.htm /developers/documentation/scripting-apis/server-side-api/sys-object/group-management/? permanent; -if ($args = getqueries.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/sys-object/queries-management/getqueries/? permanent; +rewrite ^/revisions/current/docs/user-guide/exp_4__the_dialog_code.htm /developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-4-the-dialog-code/? permanent; +if ($args = exp_6__this_collectvalue.htm) { + rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-6-this-collectvalue/? permanent; } -rewrite ^/revisions/current/docs/user-guide/getqueries.htm /developers/documentation/scripting-apis/server-side-api/sys-object/queries-management/getqueries/? permanent; -if ($args = getsharedqueries.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/sys-object/queries-management/getsharedqueries/? permanent; +rewrite ^/revisions/current/docs/user-guide/exp_6__this_collectvalue.htm /developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-6-this-collectvalue/? permanent; +if ($args = file_and_ac_resource_dialog.htm) { + rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/using-ac-dialogs-in-your-dialogs/file-and-ac-resource-dialog/? permanent; } -rewrite ^/revisions/current/docs/user-guide/getsharedqueries.htm /developers/documentation/scripting-apis/server-side-api/sys-object/queries-management/getsharedqueries/? permanent; -if ($args = getsharedqueryfolders.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/sys-object/queries-management/getsharedqueryfolders/? permanent; +rewrite ^/revisions/current/docs/user-guide/file_and_ac_resource_dialog.htm /developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/using-ac-dialogs-in-your-dialogs/file-and-ac-resource-dialog/? permanent; +if ($args = color_picker2.htm) { + rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/using-ac-dialogs-in-your-dialogs/color-picker2/? permanent; } -rewrite ^/revisions/current/docs/user-guide/getsharedqueryfolders.htm /developers/documentation/scripting-apis/server-side-api/sys-object/queries-management/getsharedqueryfolders/? permanent; -if ($args = loadqueryfolders.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/sys-object/queries-management/loadqueryfolders/? permanent; +rewrite ^/revisions/current/docs/user-guide/color_picker2.htm /developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/using-ac-dialogs-in-your-dialogs/color-picker2/? permanent; +if ($args = using_ac_dialogs_in_your_dialo.htm) { + rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/using-ac-dialogs-in-your-dialogs/? permanent; } -rewrite ^/revisions/current/docs/user-guide/loadqueryfolders.htm /developers/documentation/scripting-apis/server-side-api/sys-object/queries-management/loadqueryfolders/? permanent; -if ($args = queries_management.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/sys-object/queries-management/? permanent; +rewrite ^/revisions/current/docs/user-guide/using_ac_dialogs_in_your_dialo.htm /developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/using-ac-dialogs-in-your-dialogs/? permanent; +if ($args = the_html_template.htm) { + rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/the-html-template/? permanent; } -rewrite ^/revisions/current/docs/user-guide/queries_management.htm /developers/documentation/scripting-apis/server-side-api/sys-object/queries-management/? permanent; -if ($args = getresources.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/sys-object/resources-management/getresources/? permanent; +rewrite ^/revisions/current/docs/user-guide/the_html_template.htm /developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/the-html-template/? permanent; +if ($args = exp_3__binding_dialog_buttons.htm) { + rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-3-binding-dialog-buttons/? permanent; } -rewrite ^/revisions/current/docs/user-guide/getresources.htm /developers/documentation/scripting-apis/server-side-api/sys-object/resources-management/getresources/? permanent; -if ($args = getsharedresourcefolders.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/sys-object/resources-management/getsharedresourcefolders/? permanent; +rewrite ^/revisions/current/docs/user-guide/exp_3__binding_dialog_buttons.htm /developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-3-binding-dialog-buttons/? permanent; +if ($args = where_to_put_the_custom_proper.htm) { + rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/where-to-put-the-custom-proper/? permanent; } -rewrite ^/revisions/current/docs/user-guide/getsharedresourcefolders.htm /developers/documentation/scripting-apis/server-side-api/sys-object/resources-management/getsharedresourcefolders/? permanent; -if ($args = getsharedresources.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/sys-object/resources-management/getsharedresources/? permanent; +rewrite ^/revisions/current/docs/user-guide/where_to_put_the_custom_proper.htm /developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/where-to-put-the-custom-proper/? permanent; +if ($args = the_full_dialog_code_example.htm) { + rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/the-full-dialog-code-example/? permanent; } -rewrite ^/revisions/current/docs/user-guide/getsharedresources.htm /developers/documentation/scripting-apis/server-side-api/sys-object/resources-management/getsharedresources/? permanent; -if ($args = loadresourcefolders.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/sys-object/resources-management/loadresourcefolders/? permanent; +rewrite ^/revisions/current/docs/user-guide/the_full_dialog_code_example.htm /developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/the-full-dialog-code-example/? permanent; +if ($args = exp_2__this_edit.htm) { + rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-2-this-edit/? permanent; } -rewrite ^/revisions/current/docs/user-guide/loadresourcefolders.htm /developers/documentation/scripting-apis/server-side-api/sys-object/resources-management/loadresourcefolders/? permanent; -if ($args = resources_management.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/sys-object/resources-management/? permanent; +rewrite ^/revisions/current/docs/user-guide/exp_2__this_edit.htm /developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-2-this-edit/? permanent; +if ($args = custompropertywithcustomdialog.htm) { + rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/custompropertywithcustomdialog/? permanent; } -rewrite ^/revisions/current/docs/user-guide/resources_management.htm /developers/documentation/scripting-apis/server-side-api/sys-object/resources-management/? permanent; -if ($args = checkowneruserrights_parameter.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/sys-object/user-management/checkowneruserrights-parameter/? permanent; +rewrite ^/revisions/current/docs/user-guide/custompropertywithcustomdialog.htm /developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/custompropertywithcustomdialog/? permanent; +if ($args = exp_5__this_validatevalue.htm) { + rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-5-this-validatevalue/? permanent; } -rewrite ^/revisions/current/docs/user-guide/checkowneruserrights_parameter.htm /developers/documentation/scripting-apis/server-side-api/sys-object/user-management/checkowneruserrights-parameter/? permanent; -if ($args = createuser.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/sys-object/user-management/createuser/? permanent; +rewrite ^/revisions/current/docs/user-guide/exp_5__this_validatevalue.htm /developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-5-this-validatevalue/? permanent; +if ($args = the_skeleton.htm) { + rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/the-skeleton/? permanent; } -rewrite ^/revisions/current/docs/user-guide/createuser.htm /developers/documentation/scripting-apis/server-side-api/sys-object/user-management/createuser/? permanent; -if ($args = deleteuser.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/sys-object/user-management/deleteuser/? permanent; +rewrite ^/revisions/current/docs/user-guide/the_skeleton.htm /developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/the-skeleton/? permanent; +if ($args = custom_property_dialogs.htm) { + rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/? permanent; } -rewrite ^/revisions/current/docs/user-guide/deleteuser.htm /developers/documentation/scripting-apis/server-side-api/sys-object/user-management/deleteuser/? permanent; -if ($args = getmemberof.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/sys-object/user-management/getmemberof/? permanent; +rewrite ^/revisions/current/docs/user-guide/custom_property_dialogs.htm /developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/? permanent; +if ($args = hellow_world.htm) { + rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/hellow-world/? permanent; } -rewrite ^/revisions/current/docs/user-guide/getmemberof.htm /developers/documentation/scripting-apis/server-side-api/sys-object/user-management/getmemberof/? permanent; -if ($args = getuserbyid.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/sys-object/user-management/getuserbyid/? permanent; +rewrite ^/revisions/current/docs/user-guide/hellow_world.htm /developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/hellow-world/? permanent; +if ($args = reacting_to_size_changes.htm) { + rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/reacting-to-size-changes/? permanent; } -rewrite ^/revisions/current/docs/user-guide/getuserbyid.htm /developers/documentation/scripting-apis/server-side-api/sys-object/user-management/getuserbyid/? permanent; -if ($args = loaduserslist.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/sys-object/user-management/loaduserslist/? permanent; +rewrite ^/revisions/current/docs/user-guide/reacting_to_size_changes.htm /developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/reacting-to-size-changes/? permanent; +if ($args = defining_properties.htm) { + rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/defining-properties/? permanent; } -rewrite ^/revisions/current/docs/user-guide/loaduserslist.htm /developers/documentation/scripting-apis/server-side-api/sys-object/user-management/loaduserslist/? permanent; -if ($args = saveuser.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/sys-object/user-management/saveuser/? permanent; +rewrite ^/revisions/current/docs/user-guide/defining_properties.htm /developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/defining-properties/? permanent; +if ($args = extendevents.htm) { + rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/extendevents/? permanent; } -rewrite ^/revisions/current/docs/user-guide/saveuser.htm /developers/documentation/scripting-apis/server-side-api/sys-object/user-management/saveuser/? permanent; -if ($args = setuserpassword.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/sys-object/user-management/setuserpassword/? permanent; +rewrite ^/revisions/current/docs/user-guide/extendevents.htm /developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/extendevents/? permanent; +if ($args = widget_drawing.htm) { + rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/widget-drawing/? permanent; } -rewrite ^/revisions/current/docs/user-guide/setuserpassword.htm /developers/documentation/scripting-apis/server-side-api/sys-object/user-management/setuserpassword/? permanent; -if ($args = user_management.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/sys-object/user-management/? permanent; +rewrite ^/revisions/current/docs/user-guide/widget_drawing.htm /developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/widget-drawing/? permanent; +if ($args = constructor.htm) { + rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/constructor/? permanent; } -rewrite ^/revisions/current/docs/user-guide/user_management.htm /developers/documentation/scripting-apis/server-side-api/sys-object/user-management/? permanent; -if ($args = sys_object.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/sys-object/? permanent; +rewrite ^/revisions/current/docs/user-guide/constructor.htm /developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/constructor/? permanent; +if ($args = default_values.htm) { + rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/default-values/? permanent; } -rewrite ^/revisions/current/docs/user-guide/sys_object.htm /developers/documentation/scripting-apis/server-side-api/sys-object/? permanent; -if ($args = server_side_api.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-api/? permanent; +rewrite ^/revisions/current/docs/user-guide/default_values.htm /developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/default-values/? permanent; +if ($args = modifying_properties.htm) { + rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/modifying-properties/? permanent; } -rewrite ^/revisions/current/docs/user-guide/server_side_api.htm /developers/documentation/scripting-apis/server-side-api/? permanent; -if ($args = calling_ssj_methods.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-scripting-overview/calling-ssj-methods/? permanent; +rewrite ^/revisions/current/docs/user-guide/modifying_properties.htm /developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/modifying-properties/? permanent; +if ($args = size_properties.htm) { + rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/size-properties/? permanent; } -rewrite ^/revisions/current/docs/user-guide/calling_ssj_methods.htm /developers/documentation/scripting-apis/server-side-scripting-overview/calling-ssj-methods/? permanent; -if ($args = database_handling_with_ssj.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-scripting-overview/database-handling-with-ssj/? permanent; +rewrite ^/revisions/current/docs/user-guide/size_properties.htm /developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/size-properties/? permanent; +if ($args = language_constants.htm) { + rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/language-constants/? permanent; } -rewrite ^/revisions/current/docs/user-guide/database_handling_with_ssj.htm /developers/documentation/scripting-apis/server-side-scripting-overview/database-handling-with-ssj/? permanent; -if ($args = debugging2.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-scripting-overview/debugging2/? permanent; +rewrite ^/revisions/current/docs/user-guide/language_constants.htm /developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/language-constants/? permanent; +if ($args = anatomy_of_a_widget.htm) { + rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/? permanent; } -rewrite ^/revisions/current/docs/user-guide/debugging2.htm /developers/documentation/scripting-apis/server-side-scripting-overview/debugging2/? permanent; -if ($args = including_public_server_side_s.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-scripting-overview/including-public-server-side-s/? permanent; +rewrite ^/revisions/current/docs/user-guide/anatomy_of_a_widget.htm /developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/? permanent; +if ($args = adding_new_widget_to_container.htm) { + rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/containers/adding-new-widget-to-container/? permanent; } -rewrite ^/revisions/current/docs/user-guide/including_public_server_side_s.htm /developers/documentation/scripting-apis/server-side-scripting-overview/including-public-server-side-s/? permanent; -if ($args = on_app_load.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/on-app-load/? permanent; +rewrite ^/revisions/current/docs/user-guide/adding_new_widget_to_container.htm /developers/documentation/extending-ac/adding-your-own-widgets/containers/adding-new-widget-to-container/? permanent; +if ($args = drawing_children.htm) { + rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/containers/drawing-children/? permanent; } -rewrite ^/revisions/current/docs/user-guide/on_app_load.htm /developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/on-app-load/? permanent; -if ($args = on_instance_create.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/on-instance-create/? permanent; +rewrite ^/revisions/current/docs/user-guide/drawing_children.htm /developers/documentation/extending-ac/adding-your-own-widgets/containers/drawing-children/? permanent; +if ($args = how_children_inherit_container.htm) { + rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/containers/how-children-inherit-container/? permanent; } -rewrite ^/revisions/current/docs/user-guide/on_instance_create.htm /developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/on-instance-create/? permanent; -if ($args = on_instance_load.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/on-instance-load/? permanent; +rewrite ^/revisions/current/docs/user-guide/how_children_inherit_container.htm /developers/documentation/extending-ac/adding-your-own-widgets/containers/how-children-inherit-container/? permanent; +if ($args = extendcontainers.htm) { + rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/containers/? permanent; } -rewrite ^/revisions/current/docs/user-guide/on_instance_load.htm /developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/on-instance-load/? permanent; -if ($args = on_instance_save.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/on-instance-save/? permanent; +rewrite ^/revisions/current/docs/user-guide/extendcontainers.htm /developers/documentation/extending-ac/adding-your-own-widgets/containers/? permanent; +if ($args = adding_your_own_widget_to_ac.htm) { + rewrite ^ /developers/documentation/extending-ac/adding-your-own-widgets/? permanent; } -rewrite ^/revisions/current/docs/user-guide/on_instance_save.htm /developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/on-instance-save/? permanent; -if ($args = on_user_login.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/on-user-login/? permanent; +rewrite ^/revisions/current/docs/user-guide/adding_your_own_widget_to_ac.htm /developers/documentation/extending-ac/adding-your-own-widgets/? permanent; +if ($args = starting_ac_in_safe_mode.htm) { + rewrite ^ /developers/documentation/extending-ac/overview/starting-ac-in-safe-mode/? permanent; } -rewrite ^/revisions/current/docs/user-guide/on_user_login.htm /developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/on-user-login/? permanent; -if ($args = the_user_object.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/the-user-object/? permanent; +rewrite ^/revisions/current/docs/user-guide/starting_ac_in_safe_mode.htm /developers/documentation/extending-ac/overview/starting-ac-in-safe-mode/? permanent; +if ($args = phase_i_of_development.htm) { + rewrite ^ /developers/documentation/extending-ac/overview/phase-i-of-development/? permanent; } -rewrite ^/revisions/current/docs/user-guide/the_user_object.htm /developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/the-user-object/? permanent; -if ($args = ssj_events.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/? permanent; +rewrite ^/revisions/current/docs/user-guide/phase_i_of_development.htm /developers/documentation/extending-ac/overview/phase-i-of-development/? permanent; +if ($args = who_has_access_to_my_widget_.htm) { + rewrite ^ /developers/documentation/extending-ac/overview/who-has-access-to-my-widget/? permanent; } -rewrite ^/revisions/current/docs/user-guide/ssj_events.htm /developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/? permanent; -if ($args = ssj_user_defined_methods.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-scripting-overview/ssj-user-defined-methods/? permanent; +rewrite ^/revisions/current/docs/user-guide/who_has_access_to_my_widget_.htm /developers/documentation/extending-ac/overview/who-has-access-to-my-widget/? permanent; +if ($args = creating_a_new_widget.htm) { + rewrite ^ /developers/documentation/extending-ac/overview/creating-a-new-widget/? permanent; } -rewrite ^/revisions/current/docs/user-guide/ssj_user_defined_methods.htm /developers/documentation/scripting-apis/server-side-scripting-overview/ssj-user-defined-methods/? permanent; -if ($args = where_to_write_ssj_scripts.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-scripting-overview/where-to-write-ssj-scripts/? permanent; +rewrite ^/revisions/current/docs/user-guide/creating_a_new_widget.htm /developers/documentation/extending-ac/overview/creating-a-new-widget/? permanent; +if ($args = refresh_ac_after_changes.htm) { + rewrite ^ /developers/documentation/extending-ac/overview/refresh-ac-after-changes/? permanent; } -rewrite ^/revisions/current/docs/user-guide/where_to_write_ssj_scripts.htm /developers/documentation/scripting-apis/server-side-scripting-overview/where-to-write-ssj-scripts/? permanent; -if ($args = writing_secure_code.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-scripting-overview/writing-secure-code/? permanent; +rewrite ^/revisions/current/docs/user-guide/refresh_ac_after_changes.htm /developers/documentation/extending-ac/overview/refresh-ac-after-changes/? permanent; +if ($args = css.htm) { + rewrite ^ /developers/documentation/extending-ac/overview/css/? permanent; } -rewrite ^/revisions/current/docs/user-guide/writing_secure_code.htm /developers/documentation/scripting-apis/server-side-scripting-overview/writing-secure-code/? permanent; -if ($args = server_side_scripting.htm) { - rewrite ^ /developers/documentation/scripting-apis/server-side-scripting-overview/? permanent; +rewrite ^/revisions/current/docs/user-guide/css.htm /developers/documentation/extending-ac/overview/css/? permanent; +if ($args = phase_ii___production_ready.htm) { + rewrite ^ /developers/documentation/extending-ac/overview/phase-ii--production-ready/? permanent; } -rewrite ^/revisions/current/docs/user-guide/server_side_scripting.htm /developers/documentation/scripting-apis/server-side-scripting-overview/? permanent; -if ($args = scripting__apis.htm) { - rewrite ^ /developers/documentation/scripting-apis/? permanent; +rewrite ^/revisions/current/docs/user-guide/phase_ii___production_ready.htm /developers/documentation/extending-ac/overview/phase-ii--production-ready/? permanent; +if ($args = ways_to_develop_new_widgets_in.htm) { + rewrite ^ /developers/documentation/extending-ac/overview/? permanent; +} +rewrite ^/revisions/current/docs/user-guide/ways_to_develop_new_widgets_in.htm /developers/documentation/extending-ac/overview/? permanent; +if ($args = developer_guide.htm) { + rewrite ^ /developers/documentation/extending-ac/? permanent; } -rewrite ^/revisions/current/docs/user-guide/scripting__apis.htm /developers/documentation/scripting-apis/? permanent; \ No newline at end of file +rewrite ^/revisions/current/docs/user-guide/developer_guide.htm /developers/documentation/extending-ac/? permanent; \ No newline at end of file diff --git a/build/e/210113chp/index.html b/build/e/210113chp/index.html index 482f575862..23a3428fd8 100644 --- a/build/e/210113chp/index.html +++ b/build/e/210113chp/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/e/210113chp/index.html.gz b/build/e/210113chp/index.html.gz index 2e9f054eb8..d615e92a14 100644 Binary files a/build/e/210113chp/index.html.gz and b/build/e/210113chp/index.html.gz differ diff --git a/build/get-started/index.html b/build/get-started/index.html index 54415c7431..5ea9c2e0a2 100644 --- a/build/get-started/index.html +++ b/build/get-started/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/get-started/index.html.gz b/build/get-started/index.html.gz index 4854907bbe..ca6bad13c4 100644 Binary files a/build/get-started/index.html.gz and b/build/get-started/index.html.gz differ diff --git a/build/got-started/index.html b/build/got-started/index.html index ada7026b64..a3d4b20868 100644 --- a/build/got-started/index.html +++ b/build/got-started/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/got-started/index.html.gz b/build/got-started/index.html.gz index 997366dcc1..29268ed946 100644 Binary files a/build/got-started/index.html.gz and b/build/got-started/index.html.gz differ diff --git a/build/img/crafted-logo-c8978f2c.png b/build/img/crafted-logo-c8978f2c.png new file mode 100644 index 0000000000..a27d84d96c Binary files /dev/null and b/build/img/crafted-logo-c8978f2c.png differ diff --git a/build/index.html b/build/index.html index c444af0c6d..9a4f5cb7d8 100644 --- a/build/index.html +++ b/build/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/index.html.gz b/build/index.html.gz index aa8dbd4ba7..c3a9d70f33 100644 Binary files a/build/index.html.gz and b/build/index.html.gz differ diff --git a/build/js/cheatsheet-61fd5305.js.gz b/build/js/cheatsheet-61fd5305.js.gz index 9cfa125fd5..9116241bd3 100644 Binary files a/build/js/cheatsheet-61fd5305.js.gz and b/build/js/cheatsheet-61fd5305.js.gz differ diff --git a/build/js/cws-77fe5a68.js.gz b/build/js/cws-77fe5a68.js.gz index 6ad7433f8c..189fee3e87 100644 Binary files a/build/js/cws-77fe5a68.js.gz and b/build/js/cws-77fe5a68.js.gz differ diff --git a/build/js/cws_signup_dialog-dac6284d.js.gz b/build/js/cws_signup_dialog-dac6284d.js.gz index 5dd92a1800..3fff0eb3b2 100644 Binary files a/build/js/cws_signup_dialog-dac6284d.js.gz and b/build/js/cws_signup_dialog-dac6284d.js.gz differ diff --git a/build/js/doc_search/base-461d2d41.js.gz b/build/js/doc_search/base-461d2d41.js.gz index 16c797f9e0..3cb975e3cb 100644 Binary files a/build/js/doc_search/base-461d2d41.js.gz and b/build/js/doc_search/base-461d2d41.js.gz differ diff --git a/build/js/doc_search/doc_search.json b/build/js/doc_search/doc_search.json index e89c45b454..4780a30c24 100644 --- a/build/js/doc_search/doc_search.json +++ b/build/js/doc_search/doc_search.json @@ -1 +1 @@ -{"pages":[{"t":"Apps developed in Application Craft","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-apps/","b":["AC Mobile Build & PhoneGap","AC Mobile Build"]},{"t":"AdMob","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/ad-mob/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins"]},{"t":"Adding your own Plugins","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/adding-your-own-plugins/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins"]},{"t":"close","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/events/close4/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","Child Browser","Events"]},{"t":"locationChange","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/events/locationchange/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","Child Browser","Events"]},{"t":"openExternal","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/events/openexternal2/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","Child Browser","Events"]},{"t":"Events","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/events/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","Child Browser"]},{"t":"close()","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/methods/close3/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","Child Browser","Methods"]},{"t":"openExternal()","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/methods/openexternal/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","Child Browser","Methods"]},{"t":"showWebPage()","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/methods/showwebpage/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","Child Browser","Methods"]},{"t":"Methods","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/methods/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","Child Browser"]},{"t":"Child Browser","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins"]},{"t":"Local Notification","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/local-notification/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins"]},{"t":"MailTo Plugin","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/mailto-plugin/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins"]},{"t":"Scandit Free","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/scandit-free/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins"]},{"t":"close","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/close2/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","SQLite Plugin","Methods"]},{"t":"del","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/del/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","SQLite Plugin","Methods"]},{"t":"executeSQL","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/executesql/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","SQLite Plugin","Methods"]},{"t":"insert","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/insert2/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","SQLite Plugin","Methods"]},{"t":"open","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/open3/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","SQLite Plugin","Methods"]},{"t":"query","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/query/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","SQLite Plugin","Methods"]},{"t":"remove","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/remove/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","SQLite Plugin","Methods"]},{"t":"transaction","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/transaction/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","SQLite Plugin","Methods"]},{"t":"update","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/update2/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","SQLite Plugin","Methods"]},{"t":"Methods","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","SQLite Plugin"]},{"t":"SQLite Plugin","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins"]},{"t":"Location API","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/apis/xtify-location-api/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","Xtify Push Notifications","Other APIs"]},{"t":"Notification API","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/apis/xtify-notification-api/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","Xtify Push Notifications","Other APIs"]},{"t":"Tag API","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/apis/xtify-tag-api/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","Xtify Push Notifications","Other APIs"]},{"t":"Other APIs","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/apis/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","Xtify Push Notifications"]},{"t":"Application Key","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/android/xtify-android-application-key-ac/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","Xtify Push Notifications","Configuration Steps","Android"]},{"t":"Xtify Portal","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/android/xtify-android-portal-setup/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","Xtify Push Notifications","Configuration Steps","Android"]},{"t":"Do a test build","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/android/xtify-android-test-build/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","Xtify Push Notifications","Configuration Steps","Android"]},{"t":"Android","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/android/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","Xtify Push Notifications","Configuration Steps"]},{"t":"Application Key","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/iOS/xtify-ios-application-key-ac/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","Xtify Push Notifications","Configuration Steps","iOS"]},{"t":"Xtify Portal","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/iOS/xtify-ios-portal-setup/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","Xtify Push Notifications","Configuration Steps","iOS"]},{"t":"Create a Push Certificate for iOS","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/iOS/xtify-ios-push-certificate/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","Xtify Push Notifications","Configuration Steps","iOS"]},{"t":"Do a test build","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/iOS/xtify-ios-test-build/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","Xtify Push Notifications","Configuration Steps","iOS"]},{"t":"iOS","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/iOS/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","Xtify Push Notifications","Configuration Steps"]},{"t":"Configuration Steps","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","Xtify Push Notifications"]},{"t":"AC Built Apps","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-ac-built-apps/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","Xtify Push Notifications"]},{"t":"Add Registration Code to your app","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-add-reg-code/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","Xtify Push Notifications"]},{"t":"Back End Systems","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-backend-systems/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","Xtify Push Notifications"]},{"t":"Complete Example App","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-example-app/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","Xtify Push Notifications"]},{"t":"Non-AC built Apps","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-non-ac-apps/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","Xtify Push Notifications"]},{"t":"Overview","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-overview/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","Xtify Push Notifications"]},{"t":"Send a Notification","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-push-message/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","Xtify Push Notifications"]},{"t":"Rich Notifications","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-rich/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","Xtify Push Notifications"]},{"t":"Technical Support","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-support/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","Xtify Push Notifications"]},{"t":"Debugging","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/your-app/xtify-app-debugging/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","Xtify Push Notifications","Your Push App"]},{"t":"Testing on your desktop","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/your-app/xtify-app-testing/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","Xtify Push Notifications","Your Push App"]},{"t":"A Basic Push App","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/your-app/xtify-basic-app/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","Xtify Push Notifications","Your Push App"]},{"t":"Your Push App","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/your-app/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","Xtify Push Notifications"]},{"t":"Xtify Push Notifications","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins"]},{"t":"ZXing Bar Code Scanner","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/zxing-bar-code-scanner/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins"]},{"t":"AC Build Plugins","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/","b":["AC Mobile Build & PhoneGap","AC Mobile Build"]},{"t":"Building Your Apps","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/automatic-building/","b":["AC Mobile Build & PhoneGap","AC Mobile Build"]},{"t":"Build Error Messages","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/build-error-messages/","b":["AC Mobile Build & PhoneGap","AC Mobile Build"]},{"t":"Build Errors","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/build-errors/","b":["AC Mobile Build & PhoneGap","AC Mobile Build"]},{"t":"Deploy your Native Apps","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/deploy-your-native-apps/","b":["AC Mobile Build & PhoneGap","AC Mobile Build"]},{"t":"Apps developed outside Application Craft","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/external-html5cssjs-apps/","b":["AC Mobile Build & PhoneGap","AC Mobile Build"]},{"t":"AC Mobile Build","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/","b":["AC Mobile Build & PhoneGap"]},{"t":"Debugging","u":"/developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/acmb-debugging/","b":["AC Mobile Build & PhoneGap","Apps Developed with Application Craft"]},{"t":"PhoneGap Options","u":"/developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/enabling-device-features/","b":["AC Mobile Build & PhoneGap","Apps Developed with Application Craft"]},{"t":"Mobile Widgets and Layout","u":"/developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/mobile-widgets-and-layout/","b":["AC Mobile Build & PhoneGap","Apps Developed with Application Craft"]},{"t":"PhoneGap API Functions","u":"/developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/phonegap-functions/","b":["AC Mobile Build & PhoneGap","Apps Developed with Application Craft"]},{"t":"Device Events","u":"/developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/phonegap-specific-events/","b":["AC Mobile Build & PhoneGap","Apps Developed with Application Craft"]},{"t":"Splash Screen and Icon","u":"/developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/splash-screen-and-icon/","b":["AC Mobile Build & PhoneGap","Apps Developed with Application Craft"]},{"t":"Apps Developed with Application Craft","u":"/developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/","b":["AC Mobile Build & PhoneGap"]},{"t":"Debug Development Certificates","u":"/developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/debug-development-certificates/","b":["AC Mobile Build & PhoneGap","Certificates","Manual Certificate Generation","Android Certificates"]},{"t":"Generating Codesigning Certificates","u":"/developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/generating-codesigning-certici/","b":["AC Mobile Build & PhoneGap","Certificates","Manual Certificate Generation","Android Certificates"]},{"t":"Google Play Signup","u":"/developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/google-play/","b":["AC Mobile Build & PhoneGap","Certificates","Manual Certificate Generation","Android Certificates"]},{"t":"Publishing Android Apps on Play","u":"/developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/publishing-android-apps-on-pla/","b":["AC Mobile Build & PhoneGap","Certificates","Manual Certificate Generation","Android Certificates"]},{"t":"Selling Android Apps","u":"/developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/selling-android-apps/","b":["AC Mobile Build & PhoneGap","Certificates","Manual Certificate Generation","Android Certificates"]},{"t":"Android Certificates","u":"/developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/","b":["AC Mobile Build & PhoneGap","Certificates","Manual Certificate Generation"]},{"t":"Creating an Apple Developer Account","u":"/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/apple-accounts/creating-an-apple-developer-ac/","b":["AC Mobile Build & PhoneGap","Certificates","Manual Certificate Generation","iOS Keys and Certificates","Do It Yourself Guide","Apple Accounts"]},{"t":"iOS Enterprise Program","u":"/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/apple-accounts/creating-an-apple-enterprise-a/","b":["AC Mobile Build & PhoneGap","Certificates","Manual Certificate Generation","iOS Keys and Certificates","Do It Yourself Guide","Apple Accounts"]},{"t":"iOS University Program","u":"/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/apple-accounts/ios-university-program/","b":["AC Mobile Build & PhoneGap","Certificates","Manual Certificate Generation","iOS Keys and Certificates","Do It Yourself Guide","Apple Accounts"]},{"t":"Apple Accounts","u":"/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/apple-accounts/","b":["AC Mobile Build & PhoneGap","Certificates","Manual Certificate Generation","iOS Keys and Certificates","Do It Yourself Guide"]},{"t":"Building your Apps","u":"/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/building-your-apps/","b":["AC Mobile Build & PhoneGap","Certificates","Manual Certificate Generation","iOS Keys and Certificates","Do It Yourself Guide"]},{"t":"Application Loader","u":"/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/publishing-your-ios-app/app-uploader/","b":["AC Mobile Build & PhoneGap","Certificates","Manual Certificate Generation","iOS Keys and Certificates","Do It Yourself Guide","Publishing your iOS App"]},{"t":"iTunes Connect","u":"/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/publishing-your-ios-app/itunes-connect/","b":["AC Mobile Build & PhoneGap","Certificates","Manual Certificate Generation","iOS Keys and Certificates","Do It Yourself Guide","Publishing your iOS App"]},{"t":"Publishing your iOS App","u":"/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/publishing-your-ios-app/","b":["AC Mobile Build & PhoneGap","Certificates","Manual Certificate Generation","iOS Keys and Certificates","Do It Yourself Guide"]},{"t":"Add Devices","u":"/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/add-devices/","b":["AC Mobile Build & PhoneGap","Certificates","Manual Certificate Generation","iOS Keys and Certificates","Do It Yourself Guide","Setting up for development"]},{"t":"Create Development Certificate","u":"/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/certificates/","b":["AC Mobile Build & PhoneGap","Certificates","Manual Certificate Generation","iOS Keys and Certificates","Do It Yourself Guide","Setting up for development"]},{"t":"Create a Provisioning Profile","u":"/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/create-a-provisioning-profile/","b":["AC Mobile Build & PhoneGap","Certificates","Manual Certificate Generation","iOS Keys and Certificates","Do It Yourself Guide","Setting up for development"]},{"t":"Create an App ID","u":"/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/create-an-app-id/","b":["AC Mobile Build & PhoneGap","Certificates","Manual Certificate Generation","iOS Keys and Certificates","Do It Yourself Guide","Setting up for development"]},{"t":"Generating a P12 Certificate","u":"/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/generating-a-p12-certificate/","b":["AC Mobile Build & PhoneGap","Certificates","Manual Certificate Generation","iOS Keys and Certificates","Do It Yourself Guide","Setting up for development"]},{"t":"Sign in","u":"/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/sign-in2/","b":["AC Mobile Build & PhoneGap","Certificates","Manual Certificate Generation","iOS Keys and Certificates","Do It Yourself Guide","Setting up for development"]},{"t":"Setting up for development","u":"/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/","b":["AC Mobile Build & PhoneGap","Certificates","Manual Certificate Generation","iOS Keys and Certificates","Do It Yourself Guide"]},{"t":"Distribution Certificate and P12","u":"/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-distribution/distrbution-certificate-and-p1/","b":["AC Mobile Build & PhoneGap","Certificates","Manual Certificate Generation","iOS Keys and Certificates","Do It Yourself Guide","Setting up for Distribution"]},{"t":"Distribution Profile","u":"/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-distribution/distribution-profile/","b":["AC Mobile Build & PhoneGap","Certificates","Manual Certificate Generation","iOS Keys and Certificates","Do It Yourself Guide","Setting up for Distribution"]},{"t":"Setting up for Distribution","u":"/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-distribution/","b":["AC Mobile Build & PhoneGap","Certificates","Manual Certificate Generation","iOS Keys and Certificates","Do It Yourself Guide"]},{"t":"Do It Yourself Guide","u":"/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/","b":["AC Mobile Build & PhoneGap","Certificates","Manual Certificate Generation","iOS Keys and Certificates"]},{"t":"iOS Assist Service","u":"/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/i-havent-got-a-mac/","b":["AC Mobile Build & PhoneGap","Certificates","Manual Certificate Generation","iOS Keys and Certificates"]},{"t":"iOS Keys and Certificates","u":"/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/","b":["AC Mobile Build & PhoneGap","Certificates","Manual Certificate Generation"]},{"t":"Manual Certificate Generation","u":"/developers/documentation/ac-mobile-build-phonegap/certificates/manual/","b":["AC Mobile Build & PhoneGap","Certificates"]},{"t":"Android Certificate Generation","u":"/developers/documentation/ac-mobile-build-phonegap/certificates/wizard/certgen-android/","b":["AC Mobile Build & PhoneGap","Certificates","AC Certificate Generator"]},{"t":"iOS Certificate Generation","u":"/developers/documentation/ac-mobile-build-phonegap/certificates/wizard/certgen-ios/","b":["AC Mobile Build & PhoneGap","Certificates","AC Certificate Generator"]},{"t":"AC Certificate Generator","u":"/developers/documentation/ac-mobile-build-phonegap/certificates/wizard/","b":["AC Mobile Build & PhoneGap","Certificates"]},{"t":"Certificates","u":"/developers/documentation/ac-mobile-build-phonegap/certificates/","b":["AC Mobile Build & PhoneGap"]},{"t":"Debugging Native Apps","u":"/developers/documentation/ac-mobile-build-phonegap/debugging-native-apps/","b":["AC Mobile Build & PhoneGap"]},{"t":"PhoneGap Direct","u":"/developers/documentation/ac-mobile-build-phonegap/phonegap-direct/","b":["AC Mobile Build & PhoneGap"]},{"t":"Building your Apps","u":"/developers/documentation/ac-mobile-build-phonegap/phonegapbuild/building-the-native-apps/","b":["AC Mobile Build & PhoneGap","PhoneGap:Build"]},{"t":"Deploying your Native Apps","u":"/developers/documentation/ac-mobile-build-phonegap/phonegapbuild/deploying-your-native-apps/","b":["AC Mobile Build & PhoneGap","PhoneGap:Build"]},{"t":"Key Management","u":"/developers/documentation/ac-mobile-build-phonegap/phonegapbuild/key-management/","b":["AC Mobile Build & PhoneGap","PhoneGap:Build"]},{"t":"Manual Building","u":"/developers/documentation/ac-mobile-build-phonegap/phonegapbuild/manual-building/","b":["AC Mobile Build & PhoneGap","PhoneGap:Build"]},{"t":"PhoneGap:Build","u":"/developers/documentation/ac-mobile-build-phonegap/phonegapbuild/","b":["AC Mobile Build & PhoneGap"]},{"t":"AC Mobile Build & PhoneGap","u":"/developers/documentation/ac-mobile-build-phonegap/","b":[""]},{"t":"Constructor / Destructor","u":"/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/constructor/","b":["Extending AC","Adding your own Widgets","Anatomy of a Basic Widget"]},{"t":"Default Property Values","u":"/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/default-values/","b":["Extending AC","Adding your own Widgets","Anatomy of a Basic Widget"]},{"t":"Defining Properties","u":"/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/defining-properties/","b":["Extending AC","Adding your own Widgets","Anatomy of a Basic Widget"]},{"t":"Events","u":"/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/extendevents/","b":["Extending AC","Adding your own Widgets","Anatomy of a Basic Widget"]},{"t":"Hello World","u":"/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/hellow-world/","b":["Extending AC","Adding your own Widgets","Anatomy of a Basic Widget"]},{"t":"Language Constants","u":"/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/language-constants/","b":["Extending AC","Adding your own Widgets","Anatomy of a Basic Widget"]},{"t":"Modifying Properties","u":"/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/modifying-properties/","b":["Extending AC","Adding your own Widgets","Anatomy of a Basic Widget"]},{"t":"Reacting to Size Changes","u":"/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/reacting-to-size-changes/","b":["Extending AC","Adding your own Widgets","Anatomy of a Basic Widget"]},{"t":"Size Properties","u":"/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/size-properties/","b":["Extending AC","Adding your own Widgets","Anatomy of a Basic Widget"]},{"t":"Widget Drawing","u":"/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/widget-drawing/","b":["Extending AC","Adding your own Widgets","Anatomy of a Basic Widget"]},{"t":"Anatomy of a Basic Widget","u":"/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/","b":["Extending AC","Adding your own Widgets"]},{"t":"Adding New Widget to Container","u":"/developers/documentation/extending-ac/adding-your-own-widgets/containers/adding-new-widget-to-container/","b":["Extending AC","Adding your own Widgets","Containers"]},{"t":"Drawing Children","u":"/developers/documentation/extending-ac/adding-your-own-widgets/containers/drawing-children/","b":["Extending AC","Adding your own Widgets","Containers"]},{"t":"How Children Inherit Container States","u":"/developers/documentation/extending-ac/adding-your-own-widgets/containers/how-children-inherit-container/","b":["Extending AC","Adding your own Widgets","Containers"]},{"t":"Containers","u":"/developers/documentation/extending-ac/adding-your-own-widgets/containers/","b":["Extending AC","Adding your own Widgets"]},{"t":"Custom Property Without Dialog","u":"/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/custom-property-without-dialog/","b":["Extending AC","Adding your own Widgets","Custom Properties & Dialogs"]},{"t":"Custom Property With Custom Dialog","u":"/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/custompropertywithcustomdialog/","b":["Extending AC","Adding your own Widgets","Custom Properties & Dialogs"]},{"t":"EXP 1 : this.setValue","u":"/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-1-setvalue/","b":["Extending AC","Adding your own Widgets","Custom Properties & Dialogs"]},{"t":"EXP 2 : this.edit","u":"/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-2-this-edit/","b":["Extending AC","Adding your own Widgets","Custom Properties & Dialogs"]},{"t":"EXP 3 : binding dialog buttons","u":"/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-3-binding-dialog-buttons/","b":["Extending AC","Adding your own Widgets","Custom Properties & Dialogs"]},{"t":"EXP 4 : the dialog code","u":"/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-4-the-dialog-code/","b":["Extending AC","Adding your own Widgets","Custom Properties & Dialogs"]},{"t":"EXP 5 : this.validateValue","u":"/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-5-this-validatevalue/","b":["Extending AC","Adding your own Widgets","Custom Properties & Dialogs"]},{"t":"EXP 6 : this.collectValue","u":"/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-6-this-collectvalue/","b":["Extending AC","Adding your own Widgets","Custom Properties & Dialogs"]},{"t":"Custom Dialog Code Example","u":"/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/the-full-dialog-code-example/","b":["Extending AC","Adding your own Widgets","Custom Properties & Dialogs"]},{"t":"The HTML Template","u":"/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/the-html-template/","b":["Extending AC","Adding your own Widgets","Custom Properties & Dialogs"]},{"t":"The Skeleton","u":"/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/the-skeleton/","b":["Extending AC","Adding your own Widgets","Custom Properties & Dialogs"]},{"t":"Color Picker","u":"/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/using-ac-dialogs-in-your-dialogs/color-picker2/","b":["Extending AC","Adding your own Widgets","Custom Properties & Dialogs","Using AC Dialogs in Your Dialogs"]},{"t":"File and AC Resource Dialog","u":"/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/using-ac-dialogs-in-your-dialogs/file-and-ac-resource-dialog/","b":["Extending AC","Adding your own Widgets","Custom Properties & Dialogs","Using AC Dialogs in Your Dialogs"]},{"t":"Using AC Dialogs in Your Dialogs","u":"/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/using-ac-dialogs-in-your-dialogs/","b":["Extending AC","Adding your own Widgets","Custom Properties & Dialogs"]},{"t":"Where to put the Custom Property code","u":"/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/where-to-put-the-custom-proper/","b":["Extending AC","Adding your own Widgets","Custom Properties & Dialogs"]},{"t":"Custom Properties & Dialogs","u":"/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/","b":["Extending AC","Adding your own Widgets"]},{"t":"Data View Binding","u":"/developers/documentation/extending-ac/adding-your-own-widgets/data-view-binding/","b":["Extending AC","Adding your own Widgets"]},{"t":"Important Callbacks & Hooks","u":"/developers/documentation/extending-ac/adding-your-own-widgets/layout-framework/important-callbacks-hooks/","b":["Extending AC","Adding your own Widgets","Layout Framework"]},{"t":"Layout Types Overview","u":"/developers/documentation/extending-ac/adding-your-own-widgets/layout-framework/layout-types-overview/","b":["Extending AC","Adding your own Widgets","Layout Framework"]},{"t":"Layout Framework","u":"/developers/documentation/extending-ac/adding-your-own-widgets/layout-framework/","b":["Extending AC","Adding your own Widgets"]},{"t":"Prerequisite Skills","u":"/developers/documentation/extending-ac/adding-your-own-widgets/prerequisite-skills/","b":["Extending AC","Adding your own Widgets"]},{"t":"Registering your Widget","u":"/developers/documentation/extending-ac/adding-your-own-widgets/registering-your-widget/","b":["Extending AC","Adding your own Widgets"]},{"t":"Standard Property Types","u":"/developers/documentation/extending-ac/adding-your-own-widgets/standard-property-types/","b":["Extending AC","Adding your own Widgets"]},{"t":"Widgets on GitHub","u":"/developers/documentation/extending-ac/adding-your-own-widgets/widgets-on-github/","b":["Extending AC","Adding your own Widgets"]},{"t":"Adding your own Widgets","u":"/developers/documentation/extending-ac/adding-your-own-widgets/","b":["Extending AC"]},{"t":"Creating a New Widget","u":"/developers/documentation/extending-ac/overview/creating-a-new-widget/","b":["Extending AC","Overview"]},{"t":"CSS","u":"/developers/documentation/extending-ac/overview/css/","b":["Extending AC","Overview"]},{"t":"Phase I - Development","u":"/developers/documentation/extending-ac/overview/phase-i-of-development/","b":["Extending AC","Overview"]},{"t":"Phase II - Production Ready","u":"/developers/documentation/extending-ac/overview/phase-ii--production-ready/","b":["Extending AC","Overview"]},{"t":"Refresh AC after Changes","u":"/developers/documentation/extending-ac/overview/refresh-ac-after-changes/","b":["Extending AC","Overview"]},{"t":"Starting AC in Safe Mode","u":"/developers/documentation/extending-ac/overview/starting-ac-in-safe-mode/","b":["Extending AC","Overview"]},{"t":"Who Has Access To My Widget?","u":"/developers/documentation/extending-ac/overview/who-has-access-to-my-widget/","b":["Extending AC","Overview"]},{"t":"Overview","u":"/developers/documentation/extending-ac/overview/","b":["Extending AC"]},{"t":"Extending AC","u":"/developers/documentation/extending-ac/","b":[""]},{"t":"1. Accessing your account","u":"/developers/documentation/my-first-app/accessing-your-account/","b":["My First App"]},{"t":"4. Adding Widgets","u":"/developers/documentation/my-first-app/adding-widgets/","b":["My First App"]},{"t":"6. Assigning names to widgets","u":"/developers/documentation/my-first-app/assigning-field-names/","b":["My First App"]},{"t":"5. Changing Properties","u":"/developers/documentation/my-first-app/changing-properties/","b":["My First App"]},{"t":"2. Creating a new App","u":"/developers/documentation/my-first-app/creating-a-new-app/","b":["My First App"]},{"t":"7. Creating Events","u":"/developers/documentation/my-first-app/creating-events/","b":["My First App"]},{"t":"3. Editing your App in the IDE","u":"/developers/documentation/my-first-app/editing-your-app/","b":["My First App"]},{"t":"8. Previewing, running, deploying","u":"/developers/documentation/my-first-app/running-your-app/","b":["My First App"]},{"t":"9. Some titbits to finish with","u":"/developers/documentation/my-first-app/some-titbits-to-finish-with/","b":["My First App"]},{"t":"My First App","u":"/developers/documentation/my-first-app/","b":[""]},{"t":"Cancel Subscription","u":"/developers/documentation/product-guide/account-management/cancel-subscription/","b":["Product Guide","Account Management"]},{"t":"Change Password","u":"/developers/documentation/product-guide/account-management/change-password/","b":["Product Guide","Account Management"]},{"t":"Close Account","u":"/developers/documentation/product-guide/account-management/close-account/","b":["Product Guide","Account Management"]},{"t":"Notifications","u":"/developers/documentation/product-guide/account-management/notifications/","b":["Product Guide","Account Management"]},{"t":"Quick Start Menu","u":"/developers/documentation/product-guide/account-management/quick-start-menu/","b":["Product Guide","Account Management"]},{"t":"Upgrade Subscriptions","u":"/developers/documentation/product-guide/account-management/upgrade-subscription/","b":["Product Guide","Account Management"]},{"t":"Account Management","u":"/developers/documentation/product-guide/account-management/","b":["Product Guide"]},{"t":"Accessing External Data via Web Services","u":"/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/accessing-external-data-via-we/","b":["Product Guide","Advanced Features","Accessing Data in other Apps, Databases and APIs"]},{"t":"Accessing Queries from Apps","u":"/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/accessing-queries-from-apps/","b":["Product Guide","Advanced Features","Accessing Data in other Apps, Databases and APIs"]},{"t":"Connections","u":"/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/advconnections/","b":["Product Guide","Advanced Features","Accessing Data in other Apps, Databases and APIs"]},{"t":"Queries","u":"/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/advqueries/","b":["Product Guide","Advanced Features","Accessing Data in other Apps, Databases and APIs"]},{"t":"Charting","u":"/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/charting/","b":["Product Guide","Advanced Features","Accessing Data in other Apps, Databases and APIs"]},{"t":"Drill Down","u":"/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/drill-down/","b":["Product Guide","Advanced Features","Accessing Data in other Apps, Databases and APIs"]},{"t":"Grids, Repeater & Data Containers","u":"/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/grids-and-repeater-containers/","b":["Product Guide","Advanced Features","Accessing Data in other Apps, Databases and APIs"]},{"t":"How to Store Data","u":"/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/how-to-store-data/","b":["Product Guide","Advanced Features","Accessing Data in other Apps, Databases and APIs"]},{"t":"Integration Agents","u":"/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/integration-agents/","b":["Product Guide","Advanced Features","Accessing Data in other Apps, Databases and APIs"]},{"t":"Relational Apps","u":"/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/relational-apps/","b":["Product Guide","Advanced Features","Accessing Data in other Apps, Databases and APIs"]},{"t":"The Data Properties","u":"/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/the-data-properties/","b":["Product Guide","Advanced Features","Accessing Data in other Apps, Databases and APIs"]},{"t":"Writing to other Apps (CRUD)","u":"/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/writing-to-other-apps-crud/","b":["Product Guide","Advanced Features","Accessing Data in other Apps, Databases and APIs"]},{"t":"Accessing Data in other Apps, Databases and APIs","u":"/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/","b":["Product Guide","Advanced Features"]},{"t":"Accessing User Data in/from other Apps","u":"/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/accessing-user-data-in-other-a/","b":["Product Guide","Advanced Features","Authentication for Your Apps"]},{"t":"Checking that a Settings Record Exists","u":"/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/checking-that-a-settings-recor/","b":["Product Guide","Advanced Features","Authentication for Your Apps","Adding a Settings Page"]},{"t":"Copying the Standard Authentication Fields","u":"/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/copying-the-standard-authentic/","b":["Product Guide","Advanced Features","Authentication for Your Apps","Adding a Settings Page"]},{"t":"Creating a User Parameter Group","u":"/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/creating-a-user-parameter-grou/","b":["Product Guide","Advanced Features","Authentication for Your Apps","Adding a Settings Page"]},{"t":"Setting the Widget Storage","u":"/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/setting-the-widget-storage/","b":["Product Guide","Advanced Features","Authentication for Your Apps","Adding a Settings Page"]},{"t":"Switching from Main App to Settings and back","u":"/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/switching-from-main-app-to-set/","b":["Product Guide","Advanced Features","Authentication for Your Apps","Adding a Settings Page"]},{"t":"Adding a Settings Page","u":"/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/","b":["Product Guide","Advanced Features","Authentication for Your Apps"]},{"t":"Captcha","u":"/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/captcha/","b":["Product Guide","Advanced Features","Authentication for Your Apps"]},{"t":"Complete Code Including Settings","u":"/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/complete-code-including-settin/","b":["Product Guide","Advanced Features","Authentication for Your Apps"]},{"t":"Correct App Permissions for Authentication","u":"/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/correct-app-permissions-for-au/","b":["Product Guide","Advanced Features","Authentication for Your Apps"]},{"t":"No code so far","u":"/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/no-code-so-far/","b":["Product Guide","Advanced Features","Authentication for Your Apps"]},{"t":"Password","u":"/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/password/","b":["Product Guide","Advanced Features","Authentication for Your Apps"]},{"t":"Sign In","u":"/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/sign-in/","b":["Product Guide","Advanced Features","Authentication for Your Apps"]},{"t":"Sign Up","u":"/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/sign-up/","b":["Product Guide","Advanced Features","Authentication for Your Apps"]},{"t":"The Main App","u":"/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/the-main-app/","b":["Product Guide","Advanced Features","Authentication for Your Apps"]},{"t":"Dedicated Authentication App Strategy","u":"/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/typical-authentication-strategies/dedicated-authentication-app-s/","b":["Product Guide","Advanced Features","Authentication for Your Apps","Typical Authentication Strategies"]},{"t":"Everything in One Strategy","u":"/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/typical-authentication-strategies/everything-in-one-strategy/","b":["Product Guide","Advanced Features","Authentication for Your Apps","Typical Authentication Strategies"]},{"t":"Using one Login App for all Apps","u":"/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/typical-authentication-strategies/using-on-login-app-for-all-app/","b":["Product Guide","Advanced Features","Authentication for Your Apps","Typical Authentication Strategies"]},{"t":"Typical Authentication Strategies","u":"/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/typical-authentication-strategies/","b":["Product Guide","Advanced Features","Authentication for Your Apps"]},{"t":"Authentication for Your Apps","u":"/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/","b":["Product Guide","Advanced Features"]},{"t":"Be Secure!","u":"/developers/documentation/product-guide/advanced-features/credit-card-payment-processing/be-secure/","b":["Product Guide","Advanced Features","Credit Card Payment Processing"]},{"t":"Client Side Code","u":"/developers/documentation/product-guide/advanced-features/credit-card-payment-processing/client-side-code/","b":["Product Guide","Advanced Features","Credit Card Payment Processing"]},{"t":"Payment Parameters","u":"/developers/documentation/product-guide/advanced-features/credit-card-payment-processing/payment-parameters/","b":["Product Guide","Advanced Features","Credit Card Payment Processing"]},{"t":"Process Overview","u":"/developers/documentation/product-guide/advanced-features/credit-card-payment-processing/process-overview/","b":["Product Guide","Advanced Features","Credit Card Payment Processing"]},{"t":"Sandbox (test) Mode","u":"/developers/documentation/product-guide/advanced-features/credit-card-payment-processing/sandbox-test-mode/","b":["Product Guide","Advanced Features","Credit Card Payment Processing"]},{"t":"Server Side Code","u":"/developers/documentation/product-guide/advanced-features/credit-card-payment-processing/server-side-code/","b":["Product Guide","Advanced Features","Credit Card Payment Processing"]},{"t":"Credit Card Payment Processing","u":"/developers/documentation/product-guide/advanced-features/credit-card-payment-processing/","b":["Product Guide","Advanced Features"]},{"t":"CSS files","u":"/developers/documentation/product-guide/advanced-features/custom-css-classes/css-files/","b":["Product Guide","Advanced Features","Custom CSS Classes"]},{"t":"Custom Class Property","u":"/developers/documentation/product-guide/advanced-features/custom-css-classes/custom-class/","b":["Product Guide","Advanced Features","Custom CSS Classes"]},{"t":"Custom CSS Classes","u":"/developers/documentation/product-guide/advanced-features/custom-css-classes/","b":["Product Guide","Advanced Features"]},{"t":"Must Read Chart Reference","u":"/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/chart-reference/","b":["Product Guide","Advanced Features","Data Integration, Reporting & Dashboards"]},{"t":"Anatomy of a View","u":"/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/anatomy-of-a-view/","b":["Product Guide","Advanced Features","Data Integration, Reporting & Dashboards","Data Section Properties"]},{"t":"Auto Load","u":"/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/auto-load/","b":["Product Guide","Advanced Features","Data Integration, Reporting & Dashboards","Data Section Properties"]},{"t":"Broadcast","u":"/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/broadcast/","b":["Product Guide","Advanced Features","Data Integration, Reporting & Dashboards","Data Section Properties"]},{"t":"Configuring the App to Access Queries","u":"/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/configuring-the-app-to-access/","b":["Product Guide","Advanced Features","Data Integration, Reporting & Dashboards","Data Section Properties"]},{"t":"Drill Filter","u":"/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/drill-filter/","b":["Product Guide","Advanced Features","Data Integration, Reporting & Dashboards","Data Section Properties"]},{"t":"Drill Type","u":"/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/drill-type/","b":["Product Guide","Advanced Features","Data Integration, Reporting & Dashboards","Data Section Properties"]},{"t":"Charts","u":"/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/fieldscharts/","b":["Product Guide","Advanced Features","Data Integration, Reporting & Dashboards","Data Section Properties","Fields"]},{"t":"Gauges","u":"/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/fieldsgauges/","b":["Product Guide","Advanced Features","Data Integration, Reporting & Dashboards","Data Section Properties","Fields"]},{"t":"Grids","u":"/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/grids/","b":["Product Guide","Advanced Features","Data Integration, Reporting & Dashboards","Data Section Properties","Fields"]},{"t":"List & Dropdowns","u":"/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/list-dropdowns/","b":["Product Guide","Advanced Features","Data Integration, Reporting & Dashboards","Data Section Properties","Fields"]},{"t":"Radio Buttons, Checkboxes and Groups","u":"/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/radio-buttons-checkboxes-and/","b":["Product Guide","Advanced Features","Data Integration, Reporting & Dashboards","Data Section Properties","Fields"]},{"t":"Repeater & Data Containers","u":"/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/repeater-data-containers/","b":["Product Guide","Advanced Features","Data Integration, Reporting & Dashboards","Data Section Properties","Fields"]},{"t":"Single Field Widgets","u":"/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/typical-scenarios/","b":["Product Guide","Advanced Features","Data Integration, Reporting & Dashboards","Data Section Properties","Fields"]},{"t":"Fields","u":"/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/","b":["Product Guide","Advanced Features","Data Integration, Reporting & Dashboards","Data Section Properties"]},{"t":"Group By","u":"/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fiieldsgroup-by/","b":["Product Guide","Advanced Features","Data Integration, Reporting & Dashboards","Data Section Properties"]},{"t":"Filter","u":"/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/filter/","b":["Product Guide","Advanced Features","Data Integration, Reporting & Dashboards","Data Section Properties"]},{"t":"Listen","u":"/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/listen/","b":["Product Guide","Advanced Features","Data Integration, Reporting & Dashboards","Data Section Properties"]},{"t":"Order By","u":"/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/order-by/","b":["Product Guide","Advanced Features","Data Integration, Reporting & Dashboards","Data Section Properties"]},{"t":"Reset Filter","u":"/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/reset-filter/","b":["Product Guide","Advanced Features","Data Integration, Reporting & Dashboards","Data Section Properties"]},{"t":"The Expression Editor","u":"/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/the-expression-editor/","b":["Product Guide","Advanced Features","Data Integration, Reporting & Dashboards","Data Section Properties"]},{"t":"Using Automatic Property Settings","u":"/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/using-automatic-property-setti/","b":["Product Guide","Advanced Features","Data Integration, Reporting & Dashboards","Data Section Properties"]},{"t":"View","u":"/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/view/","b":["Product Guide","Advanced Features","Data Integration, Reporting & Dashboards","Data Section Properties"]},{"t":"Data Section Properties","u":"/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/","b":["Product Guide","Advanced Features","Data Integration, Reporting & Dashboards"]},{"t":"Drilling Down","u":"/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/drilling-down/","b":["Product Guide","Advanced Features","Data Integration, Reporting & Dashboards"]},{"t":"Application Craft Data Graphs","u":"/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/importing-and-exporting-data/","b":["Product Guide","Advanced Features","Data Integration, Reporting & Dashboards"]},{"t":"Data Sources","u":"/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/key-concepts/","b":["Product Guide","Advanced Features","Data Integration, Reporting & Dashboards"]},{"t":"Populating Charts from Javascript","u":"/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/populating-charts-from-javascr/","b":["Product Guide","Advanced Features","Data Integration, Reporting & Dashboards"]},{"t":"Reporting Widgets","u":"/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/reporting-widgets/","b":["Product Guide","Advanced Features","Data Integration, Reporting & Dashboards"]},{"t":"Using the same Query Multiple Times in an App","u":"/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/using-the-same-query-multiple/","b":["Product Guide","Advanced Features","Data Integration, Reporting & Dashboards"]},{"t":"View Filtering","u":"/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/view-filtering/","b":["Product Guide","Advanced Features","Data Integration, Reporting & Dashboards"]},{"t":"Data Integration, Reporting & Dashboards","u":"/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/","b":["Product Guide","Advanced Features"]},{"t":"Accessing Data Lists from Apps","u":"/developers/documentation/product-guide/advanced-features/data-lists-management/accessing-data-lists-from-apps/","b":["Product Guide","Advanced Features","Data Lists Management"]},{"t":"Creating a Data List Query","u":"/developers/documentation/product-guide/advanced-features/data-lists-management/creating-a-data-list-query/","b":["Product Guide","Advanced Features","Data Lists Management"]},{"t":"Creating a Data List","u":"/developers/documentation/product-guide/advanced-features/data-lists-management/creating-a-data-list/","b":["Product Guide","Advanced Features","Data Lists Management"]},{"t":"Editing a Data List","u":"/developers/documentation/product-guide/advanced-features/data-lists-management/editing-a-data-list/","b":["Product Guide","Advanced Features","Data Lists Management"]},{"t":"sys.getListResource()","u":"/developers/documentation/product-guide/advanced-features/data-lists-management/sys-getlistresource/","b":["Product Guide","Advanced Features","Data Lists Management"]},{"t":"Data Lists Management","u":"/developers/documentation/product-guide/advanced-features/data-lists-management/","b":["Product Guide","Advanced Features"]},{"t":"AC Storage or Your Own Backend","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/ac-storage-or-your-own-backend/","b":["Product Guide","Advanced Features","Data Storage & Management"]},{"t":"CRUD - Create Read Update Delete","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/crud--create-read-update-dele/","b":["Product Guide","Advanced Features","Data Storage & Management"]},{"t":"CRUD & Filtering","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/crud-filtering/","b":["Product Guide","Advanced Features","Data Storage & Management","CRUD in Detail","Using AC App Storage"]},{"t":"CRUD on Local Instances","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/crud-on-local-instances/","b":["Product Guide","Advanced Features","Data Storage & Management","CRUD in Detail","Using AC App Storage"]},{"t":"CRUD Permissions","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/crud-permissions/","b":["Product Guide","Advanced Features","Data Storage & Management","CRUD in Detail","Using AC App Storage"]},{"t":"Example CRUD Calls","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/example-crud-calls/","b":["Product Guide","Advanced Features","Data Storage & Management","CRUD in Detail","Using AC App Storage"]},{"t":"How CRUD works","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/how-crud-works/","b":["Product Guide","Advanced Features","Data Storage & Management","CRUD in Detail","Using AC App Storage"]},{"t":"JOINed App Queries","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/joined-app-queries/","b":["Product Guide","Advanced Features","Data Storage & Management","CRUD in Detail","Using AC App Storage"]},{"t":"Setting up Grids To Edit Foreign Data","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/setting-up-grids-to-edit-forei/","b":["Product Guide","Advanced Features","Data Storage & Management","CRUD in Detail","Using AC App Storage"]},{"t":"Synopsis of Foreign CRUD Operations","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/synopsis/","b":["Product Guide","Advanced Features","Data Storage & Management","CRUD in Detail","Using AC App Storage"]},{"t":"Using AC App Storage","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/","b":["Product Guide","Advanced Features","Data Storage & Management","CRUD in Detail"]},{"t":"CRUD on External Databases","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/crud-on-external-databases/","b":["Product Guide","Advanced Features","Data Storage & Management","CRUD in Detail","Using External Databases"]},{"t":"Example CRUD calls","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/example-crud-calls2/","b":["Product Guide","Advanced Features","Data Storage & Management","CRUD in Detail","Using External Databases"]},{"t":"How CRUD works for External Databases","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/how-crud-works-for-external-da/","b":["Product Guide","Advanced Features","Data Storage & Management","CRUD in Detail","Using External Databases"]},{"t":"Permissions","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/permissions/","b":["Product Guide","Advanced Features","Data Storage & Management","CRUD in Detail","Using External Databases"]},{"t":"Synopsis of CRUD Operations on External Databases","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/synopsis-of-crud-operations-on/","b":["Product Guide","Advanced Features","Data Storage & Management","CRUD in Detail","Using External Databases"]},{"t":"Using External Databases","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/","b":["Product Guide","Advanced Features","Data Storage & Management","CRUD in Detail"]},{"t":"CRUD in Detail","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/","b":["Product Guide","Advanced Features","Data Storage & Management"]},{"t":"App Instances","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/dataapp-instances/","b":["Product Guide","Advanced Features","Data Storage & Management"]},{"t":"Core Database (CDB)","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/how-is-data-stored/core-database/","b":["Product Guide","Advanced Features","Data Storage & Management","How is Data Stored"]},{"t":"Reporting Database (RDB)","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/how-is-data-stored/reporting-database-rdb/","b":["Product Guide","Advanced Features","Data Storage & Management","How is Data Stored"]},{"t":"How is Data Stored","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/how-is-data-stored/","b":["Product Guide","Advanced Features","Data Storage & Management"]},{"t":"Instance (CDB) Data","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/how-to-report-on-app-data/to-use-cdb-or-rdb-data/instance-cdb-data/","b":["Product Guide","Advanced Features","Data Storage & Management","How to Report on App Data","To Use CDB or RDB Data"]},{"t":"Reporting (RDB) Data","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/how-to-report-on-app-data/to-use-cdb-or-rdb-data/reporting-rdb-data/","b":["Product Guide","Advanced Features","Data Storage & Management","How to Report on App Data","To Use CDB or RDB Data"]},{"t":"To Use CDB or RDB Data","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/how-to-report-on-app-data/to-use-cdb-or-rdb-data/","b":["Product Guide","Advanced Features","Data Storage & Management","How to Report on App Data"]},{"t":"How to Report on App Data","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/how-to-report-on-app-data/","b":["Product Guide","Advanced Features","Data Storage & Management"]},{"t":"Relational Apps & Instance Linking","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/instance-linking/","b":["Product Guide","Advanced Features","Data Storage & Management"]},{"t":"Instance Names","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/instance-names/","b":["Product Guide","Advanced Features","Data Storage & Management"]},{"t":"Automatically Created Relationships","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/instance-relationships-in-detail/automatically-created-relation/","b":["Product Guide","Advanced Features","Data Storage & Management","Instance Relationships in Detail"]},{"t":"Defining the Relationship","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/instance-relationships-in-detail/defining-the-relationship/","b":["Product Guide","Advanced Features","Data Storage & Management","Instance Relationships in Detail"]},{"t":"Manually Created Relationships","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/instance-relationships-in-detail/manually-created-relationships/","b":["Product Guide","Advanced Features","Data Storage & Management","Instance Relationships in Detail"]},{"t":"Queries Involving Related Apps","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/instance-relationships-in-detail/queries-involving-related-apps/","b":["Product Guide","Advanced Features","Data Storage & Management","Instance Relationships in Detail"]},{"t":"Instance Relationships in Detail","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/instance-relationships-in-detail/","b":["Product Guide","Advanced Features","Data Storage & Management"]},{"t":"Planning a Larger Application","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/look-before-you-leap/","b":["Product Guide","Advanced Features","Data Storage & Management"]},{"t":"Configuring your App for Data Storage","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/configuring-your-app-for-data/","b":["Product Guide","Advanced Features","Data Storage & Management","Standard Storage Procedures"]},{"t":"Instance Handling with Javascript","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-javascr/","b":["Product Guide","Advanced Features","Data Storage & Management","Standard Storage Procedures","Submitting an Instance"]},{"t":"On Pre Submit","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-submit-button/what-happens-after-the-instance-is-saved/using-application-craft-events/on-pre-submit/","b":["Product Guide","Advanced Features","Data Storage & Management","Standard Storage Procedures","Submitting an Instance","Instance Handling with Submit Button","What happens after the Instance is saved?","Using Application Craft Events"]},{"t":"On Submitted","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-submit-button/what-happens-after-the-instance-is-saved/using-application-craft-events/on-submitted/","b":["Product Guide","Advanced Features","Data Storage & Management","Standard Storage Procedures","Submitting an Instance","Instance Handling with Submit Button","What happens after the Instance is saved?","Using Application Craft Events"]},{"t":"Using Application Craft Events","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-submit-button/what-happens-after-the-instance-is-saved/using-application-craft-events/","b":["Product Guide","Advanced Features","Data Storage & Management","Standard Storage Procedures","Submitting an Instance","Instance Handling with Submit Button","What happens after the Instance is saved?"]},{"t":"What happens after the Instance is saved?","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-submit-button/what-happens-after-the-instance-is-saved/","b":["Product Guide","Advanced Features","Data Storage & Management","Standard Storage Procedures","Submitting an Instance","Instance Handling with Submit Button"]},{"t":"Instance Handling with Submit Button","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-submit-button/","b":["Product Guide","Advanced Features","Data Storage & Management","Standard Storage Procedures","Submitting an Instance"]},{"t":"Submitting an Instance","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/","b":["Product Guide","Advanced Features","Data Storage & Management","Standard Storage Procedures"]},{"t":"Standard Storage Procedures","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/","b":["Product Guide","Advanced Features","Data Storage & Management"]},{"t":"Violation Callbacks","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/uniqueness-and-integrity/violation-callbacks/","b":["Product Guide","Advanced Features","Data Storage & Management","Uniqueness and Integrity"]},{"t":"Violation Highlighting","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/uniqueness-and-integrity/violation-highlighting/","b":["Product Guide","Advanced Features","Data Storage & Management","Uniqueness and Integrity"]},{"t":"Violation Messages","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/uniqueness-and-integrity/violation-messages/","b":["Product Guide","Advanced Features","Data Storage & Management","Uniqueness and Integrity"]},{"t":"Violation of Integrity Handling","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/uniqueness-and-integrity/violation-of-integrity-handlin/","b":["Product Guide","Advanced Features","Data Storage & Management","Uniqueness and Integrity"]},{"t":"Uniqueness and Integrity","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/uniqueness-and-integrity/","b":["Product Guide","Advanced Features","Data Storage & Management"]},{"t":"Data Storage & Management","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/","b":["Product Guide","Advanced Features"]},{"t":"Granting Access to an App","u":"/developers/documentation/product-guide/advanced-features/deploying-embedding-apps/granting-access-to-an-app/","b":["Product Guide","Advanced Features","Deploying & Embedding Apps"]},{"t":"How to deploy Apps to your own server","u":"/developers/documentation/product-guide/advanced-features/deploying-embedding-apps/how-to-deploy-apps-to-your-own/","b":["Product Guide","Advanced Features","Deploying & Embedding Apps"]},{"t":"How to display in new window","u":"/developers/documentation/product-guide/advanced-features/deploying-embedding-apps/how-to-display-in-new-window/","b":["Product Guide","Advanced Features","Deploying & Embedding Apps"]},{"t":"How to Embed","u":"/developers/documentation/product-guide/advanced-features/deploying-embedding-apps/how-to-embed/","b":["Product Guide","Advanced Features","Deploying & Embedding Apps"]},{"t":"Deploying & Embedding Apps","u":"/developers/documentation/product-guide/advanced-features/deploying-embedding-apps/","b":["Product Guide","Advanced Features"]},{"t":"Communication between Parent / Child Apps","u":"/developers/documentation/product-guide/advanced-features/embedding-apps-within-apps/communication-between-parent/","b":["Product Guide","Advanced Features","Embedding Apps within Apps"]},{"t":"Session Management & Authentication","u":"/developers/documentation/product-guide/advanced-features/embedding-apps-within-apps/session-management/","b":["Product Guide","Advanced Features","Embedding Apps within Apps"]},{"t":"Embedding Apps within Apps","u":"/developers/documentation/product-guide/advanced-features/embedding-apps-within-apps/","b":["Product Guide","Advanced Features"]},{"t":"app.gaTrack()","u":"/developers/documentation/product-guide/advanced-features/google-analytics/app-gatrack/","b":["Product Guide","Advanced Features","Google Analytics"]},{"t":"Google Analytics ID Override Property","u":"/developers/documentation/product-guide/advanced-features/google-analytics/google-analytics-id-override-p/","b":["Product Guide","Advanced Features","Google Analytics"]},{"t":"Page Based Tracking Code","u":"/developers/documentation/product-guide/advanced-features/google-analytics/page-based-tracking-code/","b":["Product Guide","Advanced Features","Google Analytics"]},{"t":"System Wide Google Analytics ID","u":"/developers/documentation/product-guide/advanced-features/google-analytics/system-wide-google-analytics-i/","b":["Product Guide","Advanced Features","Google Analytics"]},{"t":"Google Analytics","u":"/developers/documentation/product-guide/advanced-features/google-analytics/","b":["Product Guide","Advanced Features"]},{"t":"The AC-Intercom.io API","u":"/developers/documentation/product-guide/advanced-features/intercom/iio-ac-api/","b":["Product Guide","Advanced Features","User Engagement with Intercom.io"]},{"t":"API Reference","u":"/developers/documentation/product-guide/advanced-features/intercom/iio-api-ref/","b":["Product Guide","Advanced Features","User Engagement with Intercom.io"]},{"t":"Sample App","u":"/developers/documentation/product-guide/advanced-features/intercom/iio-example-app/","b":["Product Guide","Advanced Features","User Engagement with Intercom.io"]},{"t":"Getting Started","u":"/developers/documentation/product-guide/advanced-features/intercom/iio-getting-started/","b":["Product Guide","Advanced Features","User Engagement with Intercom.io"]},{"t":"User Engagement with Intercom.io","u":"/developers/documentation/product-guide/advanced-features/intercom/","b":["Product Guide","Advanced Features"]},{"t":"Permissioning","u":"/developers/documentation/product-guide/advanced-features/logging-support/permissioning/","b":["Product Guide","Advanced Features","Logging Support"]},{"t":"Reading from a Log","u":"/developers/documentation/product-guide/advanced-features/logging-support/reading-from-a-log/","b":["Product Guide","Advanced Features","Logging Support"]},{"t":"Reading from All Logs at Once","u":"/developers/documentation/product-guide/advanced-features/logging-support/reading-from-all-logs-at-once/","b":["Product Guide","Advanced Features","Logging Support"]},{"t":"Writing to the Log","u":"/developers/documentation/product-guide/advanced-features/logging-support/writing-to-the-log/","b":["Product Guide","Advanced Features","Logging Support"]},{"t":"Logging Support","u":"/developers/documentation/product-guide/advanced-features/logging-support/","b":["Product Guide","Advanced Features"]},{"t":"Adding One or More Languages","u":"/developers/documentation/product-guide/advanced-features/multi-language-apps/adding-one-or-more-languages/","b":["Product Guide","Advanced Features","Multi Language Apps"]},{"t":"Auto Translation","u":"/developers/documentation/product-guide/advanced-features/multi-language-apps/auto-translation/","b":["Product Guide","Advanced Features","Multi Language Apps"]},{"t":"Auto vs. Manual Language Switching","u":"/developers/documentation/product-guide/advanced-features/multi-language-apps/auto-vs-manual-language-switc/","b":["Product Guide","Advanced Features","Multi Language Apps"]},{"t":"Relevant API Methods","u":"/developers/documentation/product-guide/advanced-features/multi-language-apps/relevant-api-methods/","b":["Product Guide","Advanced Features","Multi Language Apps"]},{"t":"Setting for Auto Language Detection at Run Time","u":"/developers/documentation/product-guide/advanced-features/multi-language-apps/setting-for-auto-language-dete/","b":["Product Guide","Advanced Features","Multi Language Apps"]},{"t":"Switching Languages in the IDE","u":"/developers/documentation/product-guide/advanced-features/multi-language-apps/switching-languages-in-the-ide/","b":["Product Guide","Advanced Features","Multi Language Apps"]},{"t":"Language Tokens","u":"/developers/documentation/product-guide/advanced-features/multi-language-apps/tokens/","b":["Product Guide","Advanced Features","Multi Language Apps"]},{"t":"Multi Language Apps","u":"/developers/documentation/product-guide/advanced-features/multi-language-apps/","b":["Product Guide","Advanced Features"]},{"t":"Dropbox","u":"/developers/documentation/product-guide/advanced-features/oauth/app-key-and-app-secret/dropbox/","b":["Product Guide","Advanced Features","OAuth","App Key and App Secret"]},{"t":"Facebook","u":"/developers/documentation/product-guide/advanced-features/oauth/app-key-and-app-secret/facebook/","b":["Product Guide","Advanced Features","OAuth","App Key and App Secret"]},{"t":"Twitter","u":"/developers/documentation/product-guide/advanced-features/oauth/app-key-and-app-secret/twitter/","b":["Product Guide","Advanced Features","OAuth","App Key and App Secret"]},{"t":"App Key and App Secret","u":"/developers/documentation/product-guide/advanced-features/oauth/app-key-and-app-secret/","b":["Product Guide","Advanced Features","OAuth"]},{"t":"Making an API call","u":"/developers/documentation/product-guide/advanced-features/oauth/code-sample/oauth-api-call/","b":["Product Guide","Advanced Features","OAuth","Skeleton Code Sample"]},{"t":"Authentication","u":"/developers/documentation/product-guide/advanced-features/oauth/code-sample/oauth-authentication/","b":["Product Guide","Advanced Features","OAuth","Skeleton Code Sample"]},{"t":"Skeleton Code Sample","u":"/developers/documentation/product-guide/advanced-features/oauth/code-sample/","b":["Product Guide","Advanced Features","OAuth"]},{"t":"Process Overview","u":"/developers/documentation/product-guide/advanced-features/oauth/oauth-process-overview/","b":["Product Guide","Advanced Features","OAuth"]},{"t":"OAuth","u":"/developers/documentation/product-guide/advanced-features/oauth/","b":["Product Guide","Advanced Features"]},{"t":"CRUD Functions","u":"/developers/documentation/product-guide/advanced-features/parse/objects/parse-crud-helpers/","b":["Product Guide","Advanced Features","Parse.com Support","Objects"]},{"t":"Helper Functions","u":"/developers/documentation/product-guide/advanced-features/parse/objects/parse-object-helper-overview/","b":["Product Guide","Advanced Features","Parse.com Support","Objects"]},{"t":"Setting up in Parse.com","u":"/developers/documentation/product-guide/advanced-features/parse/objects/parse-object-setup/","b":["Product Guide","Advanced Features","Parse.com Support","Objects"]},{"t":"Queries","u":"/developers/documentation/product-guide/advanced-features/parse/objects/parse-queries/","b":["Product Guide","Advanced Features","Parse.com Support","Objects"]},{"t":"Relational Queries","u":"/developers/documentation/product-guide/advanced-features/parse/objects/parse-relational-queries/","b":["Product Guide","Advanced Features","Parse.com Support","Objects"]},{"t":"Objects","u":"/developers/documentation/product-guide/advanced-features/parse/objects/","b":["Product Guide","Advanced Features","Parse.com Support"]},{"t":"AC App Properties","u":"/developers/documentation/product-guide/advanced-features/parse/parse-ac-properties/","b":["Product Guide","Advanced Features","Parse.com Support"]},{"t":"Calling Parse.com Directly","u":"/developers/documentation/product-guide/advanced-features/parse/parse-direct-calls/","b":["Product Guide","Advanced Features","Parse.com Support"]},{"t":"Error Handling","u":"/developers/documentation/product-guide/advanced-features/parse/parse-errors/","b":["Product Guide","Advanced Features","Parse.com Support"]},{"t":"Getting Ready","u":"/developers/documentation/product-guide/advanced-features/parse/parse-getting-ready/","b":["Product Guide","Advanced Features","Parse.com Support"]},{"t":"Parse.com Support","u":"/developers/documentation/product-guide/advanced-features/parse/","b":["Product Guide","Advanced Features"]},{"t":"Passing data to Apps in the querystring","u":"/developers/documentation/product-guide/advanced-features/passing-parameters-into-apps/passing-data-to-apps-in-the-qu/","b":["Product Guide","Advanced Features","Passing Parameters into Apps"]},{"t":"Passing in data with Embedded Apps and Javascript","u":"/developers/documentation/product-guide/advanced-features/passing-parameters-into-apps/passing-in-data-with-embedded/","b":["Product Guide","Advanced Features","Passing Parameters into Apps"]},{"t":"Reading querystring parameters in your App","u":"/developers/documentation/product-guide/advanced-features/passing-parameters-into-apps/reading-querystring-parameters/","b":["Product Guide","Advanced Features","Passing Parameters into Apps"]},{"t":"User Parameter Groups","u":"/developers/documentation/product-guide/advanced-features/passing-parameters-into-apps/user-parameter-groups/","b":["Product Guide","Advanced Features","Passing Parameters into Apps"]},{"t":"Passing Parameters into Apps","u":"/developers/documentation/product-guide/advanced-features/passing-parameters-into-apps/","b":["Product Guide","Advanced Features"]},{"t":"Beta Limitations & Considerations","u":"/developers/documentation/product-guide/advanced-features/printing/beta-limitations/","b":["Product Guide","Advanced Features","Printing"]},{"t":"Printing Current Instance Data","u":"/developers/documentation/product-guide/advanced-features/printing/printing-current-instance-data/","b":["Product Guide","Advanced Features","Printing"]},{"t":"Printing Examples","u":"/developers/documentation/product-guide/advanced-features/printing/printing-examples/","b":["Product Guide","Advanced Features","Printing"]},{"t":"Printing Strategies","u":"/developers/documentation/product-guide/advanced-features/printing/printing-strategies/","b":["Product Guide","Advanced Features","Printing"]},{"t":"Printing","u":"/developers/documentation/product-guide/advanced-features/printing/","b":["Product Guide","Advanced Features"]},{"t":"Advertising","u":"/developers/documentation/product-guide/advanced-features/pro-account-advertising/","b":["Product Guide","Advanced Features"]},{"t":"Debugging","u":"/developers/documentation/product-guide/advanced-features/testing-apps/debugging/","b":["Product Guide","Advanced Features","Testing Apps"]},{"t":"Preview App","u":"/developers/documentation/product-guide/advanced-features/testing-apps/preview-app/","b":["Product Guide","Advanced Features","Testing Apps"]},{"t":"Run in Live Mode","u":"/developers/documentation/product-guide/advanced-features/testing-apps/run-in-live-mode/","b":["Product Guide","Advanced Features","Testing Apps"]},{"t":"Testing Apps","u":"/developers/documentation/product-guide/advanced-features/testing-apps/","b":["Product Guide","Advanced Features"]},{"t":"Display Hourglass Over","u":"/developers/documentation/product-guide/advanced-features/twirly-thing-hourglass/display-hourglass-over/","b":["Product Guide","Advanced Features","Twirly Thing/Hourglass"]},{"t":"Twirly Thing","u":"/developers/documentation/product-guide/advanced-features/twirly-thing-hourglass/twirly-thing/","b":["Product Guide","Advanced Features","Twirly Thing/Hourglass"]},{"t":"Twirly Thing/Hourglass","u":"/developers/documentation/product-guide/advanced-features/twirly-thing-hourglass/","b":["Product Guide","Advanced Features"]},{"t":"Viewing Assignments in Apps","u":"/developers/documentation/product-guide/advanced-features/workflow/accessing-assignments-in-queri/","b":["Product Guide","Advanced Features","Workflow"]},{"t":"Attention Levels","u":"/developers/documentation/product-guide/advanced-features/workflow/attention-levels/","b":["Product Guide","Advanced Features","Workflow"]},{"t":"Coding It All Up","u":"/developers/documentation/product-guide/advanced-features/workflow/coding-it-all-up/","b":["Product Guide","Advanced Features","Workflow"]},{"t":"Notifications","u":"/developers/documentation/product-guide/advanced-features/workflow/notification-server/","b":["Product Guide","Advanced Features","Workflow"]},{"t":"Roles & Stages","u":"/developers/documentation/product-guide/advanced-features/workflow/roles-stages/","b":["Product Guide","Advanced Features","Workflow"]},{"t":"Server Side Rules","u":"/developers/documentation/product-guide/advanced-features/workflow/server-side-rules/","b":["Product Guide","Advanced Features","Workflow"]},{"t":"Viewing Assignments in the Console","u":"/developers/documentation/product-guide/advanced-features/workflow/viewing-your-assignments/","b":["Product Guide","Advanced Features","Workflow"]},{"t":"Viewing Notifications in the Console","u":"/developers/documentation/product-guide/advanced-features/workflow/viewing-your-notifications/","b":["Product Guide","Advanced Features","Workflow"]},{"t":"Workflow Diagram","u":"/developers/documentation/product-guide/advanced-features/workflow/workflow-diagram/","b":["Product Guide","Advanced Features","Workflow"]},{"t":"Workflow","u":"/developers/documentation/product-guide/advanced-features/workflow/","b":["Product Guide","Advanced Features"]},{"t":"Push Notifications","u":"/developers/documentation/product-guide/advanced-features/xpush/","b":["Product Guide","Advanced Features"]},{"t":"Advanced Features","u":"/developers/documentation/product-guide/advanced-features/","b":["Product Guide"]},{"t":"Adding Data from Data Views","u":"/developers/documentation/product-guide/advanced-important-widgets/calendar-widget/adding-data-from-data-views/","b":["Product Guide","Advanced & Important Widgets","Calendar Widget"]},{"t":"Adding Data from Javascript","u":"/developers/documentation/product-guide/advanced-important-widgets/calendar-widget/adding-data-from-javascript/","b":["Product Guide","Advanced & Important Widgets","Calendar Widget"]},{"t":"Events","u":"/developers/documentation/product-guide/advanced-important-widgets/calendar-widget/property-method-and-event-summary/calendarevents/","b":["Product Guide","Advanced & Important Widgets","Calendar Widget","Property, Method and Event Summary"]},{"t":"Methods","u":"/developers/documentation/product-guide/advanced-important-widgets/calendar-widget/property-method-and-event-summary/calendarmethods/","b":["Product Guide","Advanced & Important Widgets","Calendar Widget","Property, Method and Event Summary"]},{"t":"Properties","u":"/developers/documentation/product-guide/advanced-important-widgets/calendar-widget/property-method-and-event-summary/calendarproperties/","b":["Product Guide","Advanced & Important Widgets","Calendar Widget","Property, Method and Event Summary"]},{"t":"Property, Method and Event Summary","u":"/developers/documentation/product-guide/advanced-important-widgets/calendar-widget/property-method-and-event-summary/","b":["Product Guide","Advanced & Important Widgets","Calendar Widget"]},{"t":"Calendar Widget","u":"/developers/documentation/product-guide/advanced-important-widgets/calendar-widget/","b":["Product Guide","Advanced & Important Widgets"]},{"t":"Events","u":"/developers/documentation/product-guide/advanced-important-widgets/circle-menu-widget/property-method-and-event-summary/events/","b":["Product Guide","Advanced & Important Widgets","Circle Menu Widget","Property, Method and Event Summary"]},{"t":"Methods","u":"/developers/documentation/product-guide/advanced-important-widgets/circle-menu-widget/property-method-and-event-summary/methods/","b":["Product Guide","Advanced & Important Widgets","Circle Menu Widget","Property, Method and Event Summary"]},{"t":"Properties","u":"/developers/documentation/product-guide/advanced-important-widgets/circle-menu-widget/property-method-and-event-summary/properties/","b":["Product Guide","Advanced & Important Widgets","Circle Menu Widget","Property, Method and Event Summary"]},{"t":"Property, Method and Event Summary","u":"/developers/documentation/product-guide/advanced-important-widgets/circle-menu-widget/property-method-and-event-summary/","b":["Product Guide","Advanced & Important Widgets","Circle Menu Widget"]},{"t":"Circle Menu Widget","u":"/developers/documentation/product-guide/advanced-important-widgets/circle-menu-widget/","b":["Product Guide","Advanced & Important Widgets"]},{"t":"Credit Card Payments","u":"/developers/documentation/product-guide/advanced-important-widgets/credit-card-payments/","b":["Product Guide","Advanced & Important Widgets"]},{"t":"Advanced - Accessing the Google Object","u":"/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/advanced--accessing-the-googl/","b":["Product Guide","Advanced & Important Widgets","Google V3 Maps Widget"]},{"t":"Data Integration with the Maps Widget","u":"/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/data-integration-with-the-maps/","b":["Product Guide","Advanced & Important Widgets","Google V3 Maps Widget"]},{"t":"Getting a Coordinate from an Address","u":"/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/getting-a-coordinate-from-an-a/","b":["Product Guide","Advanced & Important Widgets","Google V3 Maps Widget"]},{"t":"Getting an Address from a Coordinate","u":"/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/getting-an-address-from-a-coor/","b":["Product Guide","Advanced & Important Widgets","Google V3 Maps Widget"]},{"t":"Getting Directions","u":"/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/getting-directions/","b":["Product Guide","Advanced & Important Widgets","Google V3 Maps Widget"]},{"t":"Google Adsense","u":"/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/googleadsense/","b":["Product Guide","Advanced & Important Widgets","Google V3 Maps Widget"]},{"t":"Map Controls","u":"/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/map-controls/","b":["Product Guide","Advanced & Important Widgets","Google V3 Maps Widget"]},{"t":"Map Styles","u":"/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/map-styles/","b":["Product Guide","Advanced & Important Widgets","Google V3 Maps Widget"]},{"t":"Events","u":"/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/property-event-method-summary/gmapevents/","b":["Product Guide","Advanced & Important Widgets","Google V3 Maps Widget","Property, Event, Method Summary"]},{"t":"Methods","u":"/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/property-event-method-summary/methods/","b":["Product Guide","Advanced & Important Widgets","Google V3 Maps Widget","Property, Event, Method Summary"]},{"t":"Widget Properties","u":"/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/property-event-method-summary/widget-properties/","b":["Product Guide","Advanced & Important Widgets","Google V3 Maps Widget","Property, Event, Method Summary"]},{"t":"Property, Event, Method Summary","u":"/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/property-event-method-summary/","b":["Product Guide","Advanced & Important Widgets","Google V3 Maps Widget"]},{"t":"Using getData() and setData()","u":"/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/using-getdata-and-setdata/","b":["Product Guide","Advanced & Important Widgets","Google V3 Maps Widget"]},{"t":"Using getValue() and setValue()","u":"/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/using-getvalue-and-setvalue/","b":["Product Guide","Advanced & Important Widgets","Google V3 Maps Widget"]},{"t":"Using populateWidget()","u":"/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/using-populatewidget/","b":["Product Guide","Advanced & Important Widgets","Google V3 Maps Widget"]},{"t":"Circles","u":"/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/circles/","b":["Product Guide","Advanced & Important Widgets","Google V3 Maps Widget","Working with Overlays"]},{"t":"Identifying Overlays for OnClick","u":"/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/identifying-overlays-for-oncli/","b":["Product Guide","Advanced & Important Widgets","Google V3 Maps Widget","Working with Overlays"]},{"t":"Markers and Popup Windows","u":"/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/markers-and-popup-windows/","b":["Product Guide","Advanced & Important Widgets","Google V3 Maps Widget","Working with Overlays"]},{"t":"Polygons","u":"/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/polygons/","b":["Product Guide","Advanced & Important Widgets","Google V3 Maps Widget","Working with Overlays"]},{"t":"Polylines","u":"/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/polylines/","b":["Product Guide","Advanced & Important Widgets","Google V3 Maps Widget","Working with Overlays"]},{"t":"Rectangles","u":"/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/rectangles/","b":["Product Guide","Advanced & Important Widgets","Google V3 Maps Widget","Working with Overlays"]},{"t":"Removing Overlays","u":"/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/removing-overlays/","b":["Product Guide","Advanced & Important Widgets","Google V3 Maps Widget","Working with Overlays"]},{"t":"Using getOverlays()","u":"/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/using-getoverlays/","b":["Product Guide","Advanced & Important Widgets","Google V3 Maps Widget","Working with Overlays"]},{"t":"Working with Overlays","u":"/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/","b":["Product Guide","Advanced & Important Widgets","Google V3 Maps Widget"]},{"t":"Google V3 Maps Widget","u":"/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/","b":["Product Guide","Advanced & Important Widgets"]},{"t":"Emoticons","u":"/developers/documentation/product-guide/advanced-important-widgets/image-maps-and-emoticons/emoticons/","b":["Product Guide","Advanced & Important Widgets","Image Maps and Emoticons"]},{"t":"Image Maps","u":"/developers/documentation/product-guide/advanced-important-widgets/image-maps-and-emoticons/image-maps/","b":["Product Guide","Advanced & Important Widgets","Image Maps and Emoticons"]},{"t":"Image Maps and Emoticons","u":"/developers/documentation/product-guide/advanced-important-widgets/image-maps-and-emoticons/","b":["Product Guide","Advanced & Important Widgets"]},{"t":"Large and Small Mobile Buttons","u":"/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/large-and-small-mobile-buttons/","b":["Product Guide","Advanced & Important Widgets","Important Mobile Widgets"]},{"t":"Changing Color of Selected Item","u":"/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-list-widget/changing-color-of-selected-ite/","b":["Product Guide","Advanced & Important Widgets","Important Mobile Widgets","Mobile List Widget"]},{"t":"Font Formatting of List Content","u":"/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-list-widget/font-formatting-of-list-conten/","b":["Product Guide","Advanced & Important Widgets","Important Mobile Widgets","Mobile List Widget"]},{"t":"List Items Dialog","u":"/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-list-widget/list-items-dialog/","b":["Product Guide","Advanced & Important Widgets","Important Mobile Widgets","Mobile List Widget"]},{"t":"Populating from Code","u":"/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-list-widget/populating-from-code/","b":["Product Guide","Advanced & Important Widgets","Important Mobile Widgets","Mobile List Widget"]},{"t":"Mobile List Widget","u":"/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-list-widget/","b":["Product Guide","Advanced & Important Widgets","Important Mobile Widgets"]},{"t":"Mobile Navigation Bar","u":"/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-navigation-toolbar/","b":["Product Guide","Advanced & Important Widgets","Important Mobile Widgets"]},{"t":"Mobile Toolbar","u":"/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-toolbar/","b":["Product Guide","Advanced & Important Widgets","Important Mobile Widgets"]},{"t":"Important Mobile Widgets","u":"/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/","b":["Product Guide","Advanced & Important Widgets"]},{"t":"Adding Images by Data View","u":"/developers/documentation/product-guide/advanced-important-widgets/photoswipe/adding-images-by-data-view/","b":["Product Guide","Advanced & Important Widgets","Photoswipe"]},{"t":"Adding Images by Dialog","u":"/developers/documentation/product-guide/advanced-important-widgets/photoswipe/adding-images-by-dialog/","b":["Product Guide","Advanced & Important Widgets","Photoswipe"]},{"t":"Adding Images from Javascript","u":"/developers/documentation/product-guide/advanced-important-widgets/photoswipe/adding-images-from-javascript/","b":["Product Guide","Advanced & Important Widgets","Photoswipe"]},{"t":"Events","u":"/developers/documentation/product-guide/advanced-important-widgets/photoswipe/property-methods-event-summary/pswipeevents/","b":["Product Guide","Advanced & Important Widgets","Photoswipe","Property, Methods, Event Summary"]},{"t":"Methods","u":"/developers/documentation/product-guide/advanced-important-widgets/photoswipe/property-methods-event-summary/pswipemethods/","b":["Product Guide","Advanced & Important Widgets","Photoswipe","Property, Methods, Event Summary"]},{"t":"Properties","u":"/developers/documentation/product-guide/advanced-important-widgets/photoswipe/property-methods-event-summary/pswipeproperties/","b":["Product Guide","Advanced & Important Widgets","Photoswipe","Property, Methods, Event Summary"]},{"t":"Property, Methods, Event Summary","u":"/developers/documentation/product-guide/advanced-important-widgets/photoswipe/property-methods-event-summary/","b":["Product Guide","Advanced & Important Widgets","Photoswipe"]},{"t":"Photoswipe","u":"/developers/documentation/product-guide/advanced-important-widgets/photoswipe/","b":["Product Guide","Advanced & Important Widgets"]},{"t":"Panel Containers","u":"/developers/documentation/product-guide/advanced-important-widgets/power-widgets/data-containers/","b":["Product Guide","Advanced & Important Widgets","Power Widgets"]},{"t":"Grids","u":"/developers/documentation/product-guide/advanced-important-widgets/power-widgets/powergrids/","b":["Product Guide","Advanced & Important Widgets","Power Widgets"]},{"t":"Accessing Live Widget Data from Scripts","u":"/developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/accessing-live-widget-data-fro/","b":["Product Guide","Advanced & Important Widgets","Power Widgets","Repeater Containers"]},{"t":"API Methods","u":"/developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/api-methods/","b":["Product Guide","Advanced & Important Widgets","Power Widgets","Repeater Containers"]},{"t":"Creating the Repeater","u":"/developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/creating-the-repeater/","b":["Product Guide","Advanced & Important Widgets","Power Widgets","Repeater Containers"]},{"t":"Data Population & Paging","u":"/developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/data-paging/","b":["Product Guide","Advanced & Important Widgets","Power Widgets","Repeater Containers"]},{"t":"Speed Considerations","u":"/developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/speed-considerations/","b":["Product Guide","Advanced & Important Widgets","Power Widgets","Repeater Containers"]},{"t":"Repeater Containers","u":"/developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/","b":["Product Guide","Advanced & Important Widgets","Power Widgets"]},{"t":"Power Widgets","u":"/developers/documentation/product-guide/advanced-important-widgets/power-widgets/","b":["Product Guide","Advanced & Important Widgets"]},{"t":"Events","u":"/developers/documentation/product-guide/advanced-important-widgets/scandit-widget/property-method-and-event-summary/events2-3/","b":["Product Guide","Advanced & Important Widgets","Scandit Widget","Property, Method and Event Summary"]},{"t":"Methods","u":"/developers/documentation/product-guide/advanced-important-widgets/scandit-widget/property-method-and-event-summary/methods2-3/","b":["Product Guide","Advanced & Important Widgets","Scandit Widget","Property, Method and Event Summary"]},{"t":"Properties","u":"/developers/documentation/product-guide/advanced-important-widgets/scandit-widget/property-method-and-event-summary/properties3-3/","b":["Product Guide","Advanced & Important Widgets","Scandit Widget","Property, Method and Event Summary"]},{"t":"Property, Method and Event Summary","u":"/developers/documentation/product-guide/advanced-important-widgets/scandit-widget/property-method-and-event-summary/","b":["Product Guide","Advanced & Important Widgets","Scandit Widget"]},{"t":"Scandit Widget","u":"/developers/documentation/product-guide/advanced-important-widgets/scandit-widget/","b":["Product Guide","Advanced & Important Widgets"]},{"t":"Properties","u":"/developers/documentation/product-guide/advanced-important-widgets/share-this-widget/properties2/","b":["Product Guide","Advanced & Important Widgets","Share This Widget"]},{"t":"Share This Widget","u":"/developers/documentation/product-guide/advanced-important-widgets/share-this-widget/","b":["Product Guide","Advanced & Important Widgets"]},{"t":"Properties","u":"/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/property-methods-event-summary/properties/","b":["Product Guide","Advanced & Important Widgets","Video & Audio Widgets","Property, Methods, Event Summary"]},{"t":"Events","u":"/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/property-methods-event-summary/videvents/","b":["Product Guide","Advanced & Important Widgets","Video & Audio Widgets","Property, Methods, Event Summary"]},{"t":"Methods","u":"/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/property-methods-event-summary/vidmethods/","b":["Product Guide","Advanced & Important Widgets","Video & Audio Widgets","Property, Methods, Event Summary"]},{"t":"Property, Methods, Event Summary","u":"/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/property-methods-event-summary/","b":["Product Guide","Advanced & Important Widgets","Video & Audio Widgets"]},{"t":"Source","u":"/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/sources/","b":["Product Guide","Advanced & Important Widgets","Video & Audio Widgets"]},{"t":"Supported Browsers","u":"/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/supported-browsers/","b":["Product Guide","Advanced & Important Widgets","Video & Audio Widgets"]},{"t":"Video Controls","u":"/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/video-controls/","b":["Product Guide","Advanced & Important Widgets","Video & Audio Widgets"]},{"t":"Video & Audio Widgets","u":"/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/","b":["Product Guide","Advanced & Important Widgets"]},{"t":"Fitting All Data In Available Display","u":"/developers/documentation/product-guide/advanced-important-widgets/working-with-the-timeline-widget/fitting-all-data-in-available/","b":["Product Guide","Advanced & Important Widgets","Working with the Timeline Widget"]},{"t":"Populating the Widget","u":"/developers/documentation/product-guide/advanced-important-widgets/working-with-the-timeline-widget/populating-the-widget/","b":["Product Guide","Advanced & Important Widgets","Working with the Timeline Widget"]},{"t":"Zooming, Panning & Scaling","u":"/developers/documentation/product-guide/advanced-important-widgets/working-with-the-timeline-widget/zooming/","b":["Product Guide","Advanced & Important Widgets","Working with the Timeline Widget"]},{"t":"Working with the Timeline Widget","u":"/developers/documentation/product-guide/advanced-important-widgets/working-with-the-timeline-widget/","b":["Product Guide","Advanced & Important Widgets"]},{"t":"Adding Data from Data Views","u":"/developers/documentation/product-guide/advanced-important-widgets/zing-charts/adding-data-from-data-views2/","b":["Product Guide","Advanced & Important Widgets","Zing Charts"]},{"t":"Adding Data from Javascript","u":"/developers/documentation/product-guide/advanced-important-widgets/zing-charts/adding-data-from-javascript2/","b":["Product Guide","Advanced & Important Widgets","Zing Charts"]},{"t":"Full Settings wizard dialog","u":"/developers/documentation/product-guide/advanced-important-widgets/zing-charts/configuring-your-chart/full-settings-wizard-dialog/","b":["Product Guide","Advanced & Important Widgets","Zing Charts","Configuring your Chart"]},{"t":"fullSettings() javascript method","u":"/developers/documentation/product-guide/advanced-important-widgets/zing-charts/configuring-your-chart/fullsettings-javascript-method/","b":["Product Guide","Advanced & Important Widgets","Zing Charts","Configuring your Chart"]},{"t":"Configuring your Chart","u":"/developers/documentation/product-guide/advanced-important-widgets/zing-charts/configuring-your-chart/","b":["Product Guide","Advanced & Important Widgets","Zing Charts"]},{"t":"Events","u":"/developers/documentation/product-guide/advanced-important-widgets/zing-charts/events3/","b":["Product Guide","Advanced & Important Widgets","Zing Charts"]},{"t":"Events","u":"/developers/documentation/product-guide/advanced-important-widgets/zing-charts/property-method-and-event-summary/events2/","b":["Product Guide","Advanced & Important Widgets","Zing Charts","Property, Method and Event Summary"]},{"t":"Methods","u":"/developers/documentation/product-guide/advanced-important-widgets/zing-charts/property-method-and-event-summary/methods2/","b":["Product Guide","Advanced & Important Widgets","Zing Charts","Property, Method and Event Summary"]},{"t":"Properties","u":"/developers/documentation/product-guide/advanced-important-widgets/zing-charts/property-method-and-event-summary/properties3/","b":["Product Guide","Advanced & Important Widgets","Zing Charts","Property, Method and Event Summary"]},{"t":"Property, Method and Event Summary","u":"/developers/documentation/product-guide/advanced-important-widgets/zing-charts/property-method-and-event-summary/","b":["Product Guide","Advanced & Important Widgets","Zing Charts"]},{"t":"Using the Zingchart API","u":"/developers/documentation/product-guide/advanced-important-widgets/zing-charts/using-zing-charts-api/","b":["Product Guide","Advanced & Important Widgets","Zing Charts"]},{"t":"Zing Charts","u":"/developers/documentation/product-guide/advanced-important-widgets/zing-charts/","b":["Product Guide","Advanced & Important Widgets"]},{"t":"Advanced & Important Widgets","u":"/developers/documentation/product-guide/advanced-important-widgets/","b":["Product Guide"]},{"t":"Adding Audio & Video","u":"/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/adding-audio-video/","b":["Product Guide","Content and App Layout","Editing and Laying Out - Reference"]},{"t":"Clipboard","u":"/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/clipboard/","b":["Product Guide","Content and App Layout","Editing and Laying Out - Reference"]},{"t":"Drag Alignment","u":"/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/drag-alignment/","b":["Product Guide","Content and App Layout","Editing and Laying Out - Reference"]},{"t":"Equal Distribution","u":"/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/equal-distribution/","b":["Product Guide","Content and App Layout","Editing and Laying Out - Reference"]},{"t":"Equal Sizing","u":"/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/equal-sizing/","b":["Product Guide","Content and App Layout","Editing and Laying Out - Reference"]},{"t":"Equal Spacing","u":"/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/equal-spacing/","b":["Product Guide","Content and App Layout","Editing and Laying Out - Reference"]},{"t":"Widget Layer / Z-Order","u":"/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/layer--z-order/","b":["Product Guide","Content and App Layout","Editing and Laying Out - Reference"]},{"t":"Menus and Navigation","u":"/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/menus-and-navigation/","b":["Product Guide","Content and App Layout","Editing and Laying Out - Reference"]},{"t":"Must Read Layout Tips and Tricks","u":"/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/must-read-layout-tips-and-tric/","b":["Product Guide","Content and App Layout","Editing and Laying Out - Reference"]},{"t":"Page Order","u":"/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/page-order/","b":["Product Guide","Content and App Layout","Editing and Laying Out - Reference"]},{"t":"Referencing Documents & Files","u":"/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/referencing-documents-files/","b":["Product Guide","Content and App Layout","Editing and Laying Out - Reference"]},{"t":"Repeating Widgets Across Multiple Pages","u":"/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/repeating-widgets-across-multi/","b":["Product Guide","Content and App Layout","Editing and Laying Out - Reference"]},{"t":"Reverting to Theme Style","u":"/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/reverting-to-theme-style/","b":["Product Guide","Content and App Layout","Editing and Laying Out - Reference"]},{"t":"Selection & Multi Selection","u":"/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/selection-multi-selection/","b":["Product Guide","Content and App Layout","Editing and Laying Out - Reference"]},{"t":"Showing container outlines","u":"/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/showing-container-outlines/","b":["Product Guide","Content and App Layout","Editing and Laying Out - Reference"]},{"t":"Snap to Grid","u":"/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/snap-to-grid/","b":["Product Guide","Content and App Layout","Editing and Laying Out - Reference"]},{"t":"Tab Order","u":"/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/tab-order/","b":["Product Guide","Content and App Layout","Editing and Laying Out - Reference"]},{"t":"The Widget Explorer","u":"/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/the-widget-explorer/","b":["Product Guide","Content and App Layout","Editing and Laying Out - Reference"]},{"t":"Undo & Redo","u":"/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/undo-redo/","b":["Product Guide","Content and App Layout","Editing and Laying Out - Reference"]},{"t":"Widget Alignment","u":"/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/widget-alignment-distribution/","b":["Product Guide","Content and App Layout","Editing and Laying Out - Reference"]},{"t":"Anchoring","u":"/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/widget-anchoring/","b":["Product Guide","Content and App Layout","Editing and Laying Out - Reference"]},{"t":"Widget Grouping","u":"/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/widget-grouping/","b":["Product Guide","Content and App Layout","Editing and Laying Out - Reference"]},{"t":"Working with Images","u":"/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/working-with-images/","b":["Product Guide","Content and App Layout","Editing and Laying Out - Reference"]},{"t":"Editing and Laying Out - Reference","u":"/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/","b":["Product Guide","Content and App Layout"]},{"t":"Creating a New Content App","u":"/developers/documentation/product-guide/content-and-app-layout/introduction/creating-a-new-content-app/","b":["Product Guide","Content and App Layout","Introduction"]},{"t":"Designer Screen","u":"/developers/documentation/product-guide/content-and-app-layout/introduction/designer-screen/","b":["Product Guide","Content and App Layout","Introduction"]},{"t":"Managing Images","u":"/developers/documentation/product-guide/content-and-app-layout/introduction/managing-images/","b":["Product Guide","Content and App Layout","Introduction"]},{"t":"Mobile Widgets","u":"/developers/documentation/product-guide/content-and-app-layout/introduction/mobile-widgets/","b":["Product Guide","Content and App Layout","Introduction"]},{"t":"Pages","u":"/developers/documentation/product-guide/content-and-app-layout/introduction/pagesintro/","b":["Product Guide","Content and App Layout","Introduction"]},{"t":"Setting a Margin","u":"/developers/documentation/product-guide/content-and-app-layout/introduction/setting-a-margin/","b":["Product Guide","Content and App Layout","Introduction"]},{"t":"Table Widget","u":"/developers/documentation/product-guide/content-and-app-layout/introduction/table-widget/","b":["Product Guide","Content and App Layout","Introduction"]},{"t":"Style Management","u":"/developers/documentation/product-guide/content-and-app-layout/introduction/themes-styles/style-management/","b":["Product Guide","Content and App Layout","Introduction","Themes & Styles"]},{"t":"Theme Management","u":"/developers/documentation/product-guide/content-and-app-layout/introduction/themes-styles/themesmanage/","b":["Product Guide","Content and App Layout","Introduction","Themes & Styles"]},{"t":"Themes & Styles","u":"/developers/documentation/product-guide/content-and-app-layout/introduction/themes-styles/","b":["Product Guide","Content and App Layout","Introduction"]},{"t":"Understanding Widgets","u":"/developers/documentation/product-guide/content-and-app-layout/introduction/understanding-widgets/","b":["Product Guide","Content and App Layout","Introduction"]},{"t":"Working with Blocks of Text","u":"/developers/documentation/product-guide/content-and-app-layout/introduction/working-with-blocks-of-text/","b":["Product Guide","Content and App Layout","Introduction"]},{"t":"Introduction","u":"/developers/documentation/product-guide/content-and-app-layout/introduction/","b":["Product Guide","Content and App Layout"]},{"t":"Absolute and Relative Layout","u":"/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/absolute-and-relative-layout/","b":["Product Guide","Content and App Layout","Responsive / Adaptive / Fluid Design"]},{"t":"Adaptive Layout Event","u":"/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/adaptive-layout-event/","b":["Product Guide","Content and App Layout","Responsive / Adaptive / Fluid Design"]},{"t":"Adaptive Layout Rule Definition","u":"/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/adaptive-layout-rule-definitio/","b":["Product Guide","Content and App Layout","Responsive / Adaptive / Fluid Design"]},{"t":"Adaptive Layout Overview","u":"/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/adaptive-layout-rules/","b":["Product Guide","Content and App Layout","Responsive / Adaptive / Fluid Design"]},{"t":"Aligning Widgets Inside Containers","u":"/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/aligning-widgets-inside-contai/","b":["Product Guide","Content and App Layout","Responsive / Adaptive / Fluid Design"]},{"t":"Container Outlines","u":"/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/container-outlines/","b":["Product Guide","Content and App Layout","Responsive / Adaptive / Fluid Design"]},{"t":"Margins","u":"/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/margins/","b":["Product Guide","Content and App Layout","Responsive / Adaptive / Fluid Design"]},{"t":"Resize Events","u":"/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/resize-events/","b":["Product Guide","Content and App Layout","Responsive / Adaptive / Fluid Design"]},{"t":"Right Click Parent Container Selection","u":"/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/right-click-parent-container-s/","b":["Product Guide","Content and App Layout","Responsive / Adaptive / Fluid Design"]},{"t":"Right Click Width Settings","u":"/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/right-click-width-settings/","b":["Product Guide","Content and App Layout","Responsive / Adaptive / Fluid Design"]},{"t":"'Sizes' Property Dialog","u":"/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/sizes-property-dialog/","b":["Product Guide","Content and App Layout","Responsive / Adaptive / Fluid Design"]},{"t":"Understanding Containers","u":"/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/understanding-containers/","b":["Product Guide","Content and App Layout","Responsive / Adaptive / Fluid Design"]},{"t":"Responsive / Adaptive / Fluid Design","u":"/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/","b":["Product Guide","Content and App Layout"]},{"t":"Content and App Layout","u":"/developers/documentation/product-guide/content-and-app-layout/","b":["Product Guide"]},{"t":"Cookie Storage","u":"/developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/cookie-storage/","b":["Product Guide","Data Storage","Mobile & Client Side Data Storage"]},{"t":"Local Storage","u":"/developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/local-storage-example/","b":["Product Guide","Data Storage","Mobile & Client Side Data Storage"]},{"t":"Our Recommendations","u":"/developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/our-recommendation/","b":["Product Guide","Data Storage","Mobile & Client Side Data Storage"]},{"t":"SQLite","u":"/developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/sqlite/","b":["Product Guide","Data Storage","Mobile & Client Side Data Storage"]},{"t":"WebSQL","u":"/developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/websql-sqlite/","b":["Product Guide","Data Storage","Mobile & Client Side Data Storage"]},{"t":"Mobile & Client Side Data Storage","u":"/developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/","b":["Product Guide","Data Storage"]},{"t":"Client Side Javascript","u":"/developers/documentation/product-guide/data-storage/server-side-data-storage/a-simple-example/client-side-javascript/","b":["Product Guide","Data Storage","Server Side Data Storage","A Simple Example"]},{"t":"Create the Example Database","u":"/developers/documentation/product-guide/data-storage/server-side-data-storage/a-simple-example/create-the-example-database/","b":["Product Guide","Data Storage","Server Side Data Storage","A Simple Example"]},{"t":"Server Side Javascript","u":"/developers/documentation/product-guide/data-storage/server-side-data-storage/a-simple-example/server-side-javascript/","b":["Product Guide","Data Storage","Server Side Data Storage","A Simple Example"]},{"t":"A Simple Example","u":"/developers/documentation/product-guide/data-storage/server-side-data-storage/a-simple-example/","b":["Product Guide","Data Storage","Server Side Data Storage"]},{"t":"Callbacks to your Client Scripts","u":"/developers/documentation/product-guide/data-storage/server-side-data-storage/callbacks-to-your-client-scrip/","b":["Product Guide","Data Storage","Server Side Data Storage"]},{"t":"Error Handling","u":"/developers/documentation/product-guide/data-storage/server-side-data-storage/error-handling/","b":["Product Guide","Data Storage","Server Side Data Storage"]},{"t":"Exposing your SSJ DB handlers to other systems","u":"/developers/documentation/product-guide/data-storage/server-side-data-storage/exposing-your-ssj-db-handlers/","b":["Product Guide","Data Storage","Server Side Data Storage"]},{"t":"Getting Widget Data into an Object","u":"/developers/documentation/product-guide/data-storage/server-side-data-storage/getting-widget-data-into-an-ob/","b":["Product Guide","Data Storage","Server Side Data Storage"]},{"t":"Functions and Complex Expressions","u":"/developers/documentation/product-guide/data-storage/server-side-data-storage/handling-sql-expressions/","b":["Product Guide","Data Storage","Server Side Data Storage"]},{"t":"Important Points Before you Start","u":"/developers/documentation/product-guide/data-storage/server-side-data-storage/important-points-before-you-st/","b":["Product Guide","Data Storage","Server Side Data Storage"]},{"t":"MUST READ: Security and SQL Injection","u":"/developers/documentation/product-guide/data-storage/server-side-data-storage/security-and-sql-injection/","b":["Product Guide","Data Storage","Server Side Data Storage"]},{"t":"Server Side Data Storage","u":"/developers/documentation/product-guide/data-storage/server-side-data-storage/","b":["Product Guide","Data Storage"]},{"t":"Data Storage","u":"/developers/documentation/product-guide/data-storage/","b":["Product Guide"]},{"t":"Adaptive (Fluid) Layouts","u":"/developers/documentation/product-guide/mobile-apps-sites/adaptive-or-fluid-layouts/","b":["Product Guide","Mobile Apps & Sites"]},{"t":"Advanced Mobile Widgets","u":"/developers/documentation/product-guide/mobile-apps-sites/advanced-mobile-widgets/","b":["Product Guide","Mobile Apps & Sites"]},{"t":"Formatting Mobile Content","u":"/developers/documentation/product-guide/mobile-apps-sites/formatting-mobile-content/","b":["Product Guide","Mobile Apps & Sites"]},{"t":"Icon Management","u":"/developers/documentation/product-guide/mobile-apps-sites/icon-management/","b":["Product Guide","Mobile Apps & Sites"]},{"t":"Mobile Widgets","u":"/developers/documentation/product-guide/mobile-apps-sites/mappsmobile-widgets/","b":["Product Guide","Mobile Apps & Sites"]},{"t":"Mobile Themes","u":"/developers/documentation/product-guide/mobile-apps-sites/mobile-themes/","b":["Product Guide","Mobile Apps & Sites"]},{"t":"Transition Mode","u":"/developers/documentation/product-guide/mobile-apps-sites/mobile-transition-mode/","b":["Product Guide","Mobile Apps & Sites"]},{"t":"Standard Mobile Widgets","u":"/developers/documentation/product-guide/mobile-apps-sites/other-mobile-widgets/","b":["Product Guide","Mobile Apps & Sites"]},{"t":"Page Transition Effects","u":"/developers/documentation/product-guide/mobile-apps-sites/page-transition-effects/","b":["Product Guide","Mobile Apps & Sites"]},{"t":"Splash Image Management","u":"/developers/documentation/product-guide/mobile-apps-sites/splash-image-management/","b":["Product Guide","Mobile Apps & Sites"]},{"t":"Mobile Apps & Sites","u":"/developers/documentation/product-guide/mobile-apps-sites/","b":["Product Guide"]},{"t":"Signing In, Accounts and Users","u":"/developers/documentation/product-guide/signing-in-accounts-and-users/","b":["Product Guide"]},{"t":"Apps","u":"/developers/documentation/product-guide/the-console/console-tabs/applications/","b":["Product Guide","The Console","Console Tabs"]},{"t":"Configuring a Connection","u":"/developers/documentation/product-guide/the-console/console-tabs/connections/configuring-a-connection/","b":["Product Guide","The Console","Console Tabs","Connections"]},{"t":"Sharing Connections","u":"/developers/documentation/product-guide/the-console/console-tabs/connections/sharing-connections/","b":["Product Guide","The Console","Console Tabs","Connections"]},{"t":"Connections","u":"/developers/documentation/product-guide/the-console/console-tabs/connections/","b":["Product Guide","The Console","Console Tabs"]},{"t":"Google Analytics Parameters","u":"/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/google-analytics-parameters/","b":["Product Guide","The Console","Console Tabs","More","Account Variables"]},{"t":"Google Maps","u":"/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/google-maps/","b":["Product Guide","The Console","Console Tabs","More","Account Variables"]},{"t":"PhoneGap Parameters","u":"/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/phonegap-parameters/","b":["Product Guide","The Console","Console Tabs","More","Account Variables"]},{"t":"Adding your SMTP Parameters","u":"/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/smtp-parameters/adding-your-smtp-parameters/","b":["Product Guide","The Console","Console Tabs","More","Account Variables","SMTP Parameters"]},{"t":"SMTP Parameters","u":"/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/smtp-parameters/","b":["Product Guide","The Console","Console Tabs","More","Account Variables"]},{"t":"System Parameters Configuration","u":"/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/system-parameters/system-parameters-configuratio/","b":["Product Guide","The Console","Console Tabs","More","Account Variables","System Parameters"]},{"t":"System Parameters","u":"/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/system-parameters/","b":["Product Guide","The Console","Console Tabs","More","Account Variables"]},{"t":"Reading User Parameters from an App","u":"/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/user-parameters/accessing-user-parameters-from/","b":["Product Guide","The Console","Console Tabs","More","Account Variables","User Parameters"]},{"t":"Adding a new User Parameter Group","u":"/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/user-parameters/adding-a-new-user-parameter-gr/","b":["Product Guide","The Console","Console Tabs","More","Account Variables","User Parameters"]},{"t":"Configuring Group parameters","u":"/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/user-parameters/configuring-group-parameters/","b":["Product Guide","The Console","Console Tabs","More","Account Variables","User Parameters"]},{"t":"Setting User Parameters from an App","u":"/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/user-parameters/setting-user-parameters-from-a/","b":["Product Guide","The Console","Console Tabs","More","Account Variables","User Parameters"]},{"t":"User Parameters","u":"/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/user-parameters/","b":["Product Guide","The Console","Console Tabs","More","Account Variables"]},{"t":"Account Variables","u":"/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/","b":["Product Guide","The Console","Console Tabs","More"]},{"t":"My User Variables","u":"/developers/documentation/product-guide/the-console/console-tabs/more/my-details/","b":["Product Guide","The Console","Console Tabs","More"]},{"t":"Notifiers","u":"/developers/documentation/product-guide/the-console/console-tabs/more/notifiers/","b":["Product Guide","The Console","Console Tabs","More"]},{"t":"Groups","u":"/developers/documentation/product-guide/the-console/console-tabs/more/users-groups/groups/","b":["Product Guide","The Console","Console Tabs","More","Users & Groups"]},{"t":"Users","u":"/developers/documentation/product-guide/the-console/console-tabs/more/users-groups/users/","b":["Product Guide","The Console","Console Tabs","More","Users & Groups"]},{"t":"Users & Groups","u":"/developers/documentation/product-guide/the-console/console-tabs/more/users-groups/","b":["Product Guide","The Console","Console Tabs","More"]},{"t":"Adding a 3rd Party Widget","u":"/developers/documentation/product-guide/the-console/console-tabs/more/widgets/adding-a-3rd-party-widget/","b":["Product Guide","The Console","Console Tabs","More","Widgets"]},{"t":"Adding a Native AC Widget","u":"/developers/documentation/product-guide/the-console/console-tabs/more/widgets/adding-a-native-ac-widget/","b":["Product Guide","The Console","Console Tabs","More","Widgets"]},{"t":"Widgets","u":"/developers/documentation/product-guide/the-console/console-tabs/more/widgets/","b":["Product Guide","The Console","Console Tabs","More"]},{"t":"More","u":"/developers/documentation/product-guide/the-console/console-tabs/more/","b":["Product Guide","The Console","Console Tabs"]},{"t":"Input & Output Field Configuration","u":"/developers/documentation/product-guide/the-console/console-tabs/queries/query-wizard/input-output-field-configurat/","b":["Product Guide","The Console","Console Tabs","Queries","Query Wizard"]},{"t":"Join Configuration","u":"/developers/documentation/product-guide/the-console/console-tabs/queries/query-wizard/join-configuration/","b":["Product Guide","The Console","Console Tabs","Queries","Query Wizard"]},{"t":"Query Test","u":"/developers/documentation/product-guide/the-console/console-tabs/queries/query-wizard/query-test/","b":["Product Guide","The Console","Console Tabs","Queries","Query Wizard"]},{"t":"Table Selection","u":"/developers/documentation/product-guide/the-console/console-tabs/queries/query-wizard/table-selection/","b":["Product Guide","The Console","Console Tabs","Queries","Query Wizard"]},{"t":"Query Wizard","u":"/developers/documentation/product-guide/the-console/console-tabs/queries/query-wizard/","b":["Product Guide","The Console","Console Tabs","Queries"]},{"t":"Queries","u":"/developers/documentation/product-guide/the-console/console-tabs/queries/","b":["Product Guide","The Console","Console Tabs"]},{"t":"Resources","u":"/developers/documentation/product-guide/the-console/console-tabs/resources/","b":["Product Guide","The Console","Console Tabs"]},{"t":"Themes","u":"/developers/documentation/product-guide/the-console/console-tabs/themes-overview/","b":["Product Guide","The Console","Console Tabs"]},{"t":"Console Tabs","u":"/developers/documentation/product-guide/the-console/console-tabs/","b":["Product Guide","The Console"]},{"t":"General Screen Behavior","u":"/developers/documentation/product-guide/the-console/general-screen-behavior/","b":["Product Guide","The Console"]},{"t":"Export","u":"/developers/documentation/product-guide/the-console/import-export/export/","b":["Product Guide","The Console","Import/Export"]},{"t":"Import","u":"/developers/documentation/product-guide/the-console/import-export/import/","b":["Product Guide","The Console","Import/Export"]},{"t":"Import/Export","u":"/developers/documentation/product-guide/the-console/import-export/","b":["Product Guide","The Console"]},{"t":"Private, Shared and Public Folders","u":"/developers/documentation/product-guide/the-console/private-shared-and-public-fol/","b":["Product Guide","The Console"]},{"t":"Sharing","u":"/developers/documentation/product-guide/the-console/sharing/","b":["Product Guide","The Console"]},{"t":"Versions","u":"/developers/documentation/product-guide/the-console/versions/","b":["Product Guide","The Console"]},{"t":"The Console","u":"/developers/documentation/product-guide/the-console/","b":["Product Guide"]},{"t":"Advanced Menu","u":"/developers/documentation/product-guide/widget-properties-events/advanced/advanced-menu/","b":["Product Guide","Widget Properties & Events","Advanced"]},{"t":"Advertising","u":"/developers/documentation/product-guide/widget-properties-events/advanced/advertising1/","b":["Product Guide","Widget Properties & Events","Advanced"]},{"t":"Reset Filter","u":"/developers/documentation/product-guide/widget-properties-events/advanced/advreset-filter/","b":["Product Guide","Widget Properties & Events","Advanced"]},{"t":"Audio","u":"/developers/documentation/product-guide/widget-properties-events/advanced/audio/","b":["Product Guide","Widget Properties & Events","Advanced"]},{"t":"Calendar","u":"/developers/documentation/product-guide/widget-properties-events/advanced/calendar/","b":["Product Guide","Widget Properties & Events","Advanced"]},{"t":"Embed App","u":"/developers/documentation/product-guide/widget-properties-events/advanced/embed-app/","b":["Product Guide","Widget Properties & Events","Advanced"]},{"t":"File Upload","u":"/developers/documentation/product-guide/widget-properties-events/advanced/file-upload/","b":["Product Guide","Widget Properties & Events","Advanced"]},{"t":"Flot Charts","u":"/developers/documentation/product-guide/widget-properties-events/advanced/flot-charts/","b":["Product Guide","Widget Properties & Events","Advanced"]},{"t":"Google Maps Advanced","u":"/developers/documentation/product-guide/widget-properties-events/advanced/google-maps-advanced/","b":["Product Guide","Widget Properties & Events","Advanced"]},{"t":"Grid","u":"/developers/documentation/product-guide/widget-properties-events/advanced/grid/","b":["Product Guide","Widget Properties & Events","Advanced"]},{"t":"HTML5 Audio","u":"/developers/documentation/product-guide/widget-properties-events/advanced/html5-audio/","b":["Product Guide","Widget Properties & Events","Advanced"]},{"t":"HTML5 Video","u":"/developers/documentation/product-guide/widget-properties-events/advanced/html5-video/","b":["Product Guide","Widget Properties & Events","Advanced"]},{"t":"jPlayer","u":"/developers/documentation/product-guide/widget-properties-events/advanced/jplayer/","b":["Product Guide","Widget Properties & Events","Advanced"]},{"t":"Mask Edit","u":"/developers/documentation/product-guide/widget-properties-events/advanced/mask-edit/","b":["Product Guide","Widget Properties & Events","Advanced"]},{"t":"Photoswipe","u":"/developers/documentation/product-guide/widget-properties-events/advanced/photoswipe/","b":["Product Guide","Widget Properties & Events","Advanced"]},{"t":"Search","u":"/developers/documentation/product-guide/widget-properties-events/advanced/search/","b":["Product Guide","Widget Properties & Events","Advanced"]},{"t":"Sliders","u":"/developers/documentation/product-guide/widget-properties-events/advanced/sliders/","b":["Product Guide","Widget Properties & Events","Advanced"]},{"t":"Timeline","u":"/developers/documentation/product-guide/widget-properties-events/advanced/timeline/","b":["Product Guide","Widget Properties & Events","Advanced"]},{"t":"Video","u":"/developers/documentation/product-guide/widget-properties-events/advanced/video/","b":["Product Guide","Widget Properties & Events","Advanced"]},{"t":"YouTube","u":"/developers/documentation/product-guide/widget-properties-events/advanced/youtube/","b":["Product Guide","Widget Properties & Events","Advanced"]},{"t":"Advanced","u":"/developers/documentation/product-guide/widget-properties-events/advanced/","b":["Product Guide","Widget Properties & Events"]},{"t":"App Properties","u":"/developers/documentation/product-guide/widget-properties-events/app-properties/","b":["Product Guide","Widget Properties & Events"]},{"t":"Captcha","u":"/developers/documentation/product-guide/widget-properties-events/authentication/authcaptcha/","b":["Product Guide","Widget Properties & Events","Authentication"]},{"t":"Password","u":"/developers/documentation/product-guide/widget-properties-events/authentication/authpassword/","b":["Product Guide","Widget Properties & Events","Authentication"]},{"t":"Sign In","u":"/developers/documentation/product-guide/widget-properties-events/authentication/authsign-in/","b":["Product Guide","Widget Properties & Events","Authentication"]},{"t":"Sign Up","u":"/developers/documentation/product-guide/widget-properties-events/authentication/authsign-up/","b":["Product Guide","Widget Properties & Events","Authentication"]},{"t":"Authentication","u":"/developers/documentation/product-guide/widget-properties-events/authentication/","b":["Product Guide","Widget Properties & Events"]},{"t":"Circle Menu","u":"/developers/documentation/product-guide/widget-properties-events/beta/circle-menu/","b":["Product Guide","Widget Properties & Events","Beta"]},{"t":"Context Menu","u":"/developers/documentation/product-guide/widget-properties-events/beta/context-menu/","b":["Product Guide","Widget Properties & Events","Beta"]},{"t":"jPlayer","u":"/developers/documentation/product-guide/widget-properties-events/beta/jplayer/","b":["Product Guide","Widget Properties & Events","Beta"]},{"t":"Scandit Button","u":"/developers/documentation/product-guide/widget-properties-events/beta/scandit-button/","b":["Product Guide","Widget Properties & Events","Beta"]},{"t":"Share This","u":"/developers/documentation/product-guide/widget-properties-events/beta/share-this/","b":["Product Guide","Widget Properties & Events","Beta"]},{"t":"Zingchart","u":"/developers/documentation/product-guide/widget-properties-events/beta/zingchart/","b":["Product Guide","Widget Properties & Events","Beta"]},{"t":"Beta","u":"/developers/documentation/product-guide/widget-properties-events/beta/","b":["Product Guide","Widget Properties & Events"]},{"t":"Action Button","u":"/developers/documentation/product-guide/widget-properties-events/common/action-button/","b":["Product Guide","Widget Properties & Events","Common"]},{"t":"Alpha Numeric","u":"/developers/documentation/product-guide/widget-properties-events/common/alpha-numeric/","b":["Product Guide","Widget Properties & Events","Common"]},{"t":"Checkbox","u":"/developers/documentation/product-guide/widget-properties-events/common/checkbox/","b":["Product Guide","Widget Properties & Events","Common"]},{"t":"Color Picker","u":"/developers/documentation/product-guide/widget-properties-events/common/color-picker/","b":["Product Guide","Widget Properties & Events","Common"]},{"t":"Date Picker","u":"/developers/documentation/product-guide/widget-properties-events/common/date-picker/","b":["Product Guide","Widget Properties & Events","Common"]},{"t":"Dropdown List","u":"/developers/documentation/product-guide/widget-properties-events/common/dropdown-list/","b":["Product Guide","Widget Properties & Events","Common"]},{"t":"Fancy Button","u":"/developers/documentation/product-guide/widget-properties-events/common/fancy-button/","b":["Product Guide","Widget Properties & Events","Common"]},{"t":"HTML","u":"/developers/documentation/product-guide/widget-properties-events/common/html2/","b":["Product Guide","Widget Properties & Events","Common"]},{"t":"Image","u":"/developers/documentation/product-guide/widget-properties-events/common/image/","b":["Product Guide","Widget Properties & Events","Common"]},{"t":"Label","u":"/developers/documentation/product-guide/widget-properties-events/common/label/","b":["Product Guide","Widget Properties & Events","Common"]},{"t":"Listbox","u":"/developers/documentation/product-guide/widget-properties-events/common/listbox/","b":["Product Guide","Widget Properties & Events","Common"]},{"t":"Numeric","u":"/developers/documentation/product-guide/widget-properties-events/common/numeric/","b":["Product Guide","Widget Properties & Events","Common"]},{"t":"QR Code","u":"/developers/documentation/product-guide/widget-properties-events/common/qr-code/","b":["Product Guide","Widget Properties & Events","Common"]},{"t":"Radio Button","u":"/developers/documentation/product-guide/widget-properties-events/common/radio-button/","b":["Product Guide","Widget Properties & Events","Common"]},{"t":"Rich Text","u":"/developers/documentation/product-guide/widget-properties-events/common/rich-text/","b":["Product Guide","Widget Properties & Events","Common"]},{"t":"Shape","u":"/developers/documentation/product-guide/widget-properties-events/common/shape/","b":["Product Guide","Widget Properties & Events","Common"]},{"t":"Text Area","u":"/developers/documentation/product-guide/widget-properties-events/common/text-area/","b":["Product Guide","Widget Properties & Events","Common"]},{"t":"Text","u":"/developers/documentation/product-guide/widget-properties-events/common/text/","b":["Product Guide","Widget Properties & Events","Common"]},{"t":"Upload Button","u":"/developers/documentation/product-guide/widget-properties-events/common/upload-button2/","b":["Product Guide","Widget Properties & Events","Common"]},{"t":"Common","u":"/developers/documentation/product-guide/widget-properties-events/common/","b":["Product Guide","Widget Properties & Events"]},{"t":"Accordion","u":"/developers/documentation/product-guide/widget-properties-events/containers/accordion/","b":["Product Guide","Widget Properties & Events","Containers"]},{"t":"Data Container","u":"/developers/documentation/product-guide/widget-properties-events/containers/data-container/","b":["Product Guide","Widget Properties & Events","Containers"]},{"t":"iFrame","u":"/developers/documentation/product-guide/widget-properties-events/containers/iframe/","b":["Product Guide","Widget Properties & Events","Containers"]},{"t":"Page Button","u":"/developers/documentation/product-guide/widget-properties-events/containers/page-button/","b":["Product Guide","Widget Properties & Events","Containers"]},{"t":"Panel","u":"/developers/documentation/product-guide/widget-properties-events/containers/panel/","b":["Product Guide","Widget Properties & Events","Containers"]},{"t":"Repeater","u":"/developers/documentation/product-guide/widget-properties-events/containers/repeater/","b":["Product Guide","Widget Properties & Events","Containers"]},{"t":"Tab","u":"/developers/documentation/product-guide/widget-properties-events/containers/tab/","b":["Product Guide","Widget Properties & Events","Containers"]},{"t":"Table Container","u":"/developers/documentation/product-guide/widget-properties-events/containers/table-containerprop/","b":["Product Guide","Widget Properties & Events","Containers"]},{"t":"Containers","u":"/developers/documentation/product-guide/widget-properties-events/containers/","b":["Product Guide","Widget Properties & Events"]},{"t":"Deprecated","u":"/developers/documentation/product-guide/widget-properties-events/deprecated/","b":["Product Guide","Widget Properties & Events"]},{"t":"Accessing Events","u":"/developers/documentation/product-guide/widget-properties-events/events/accessing-events/","b":["Product Guide","Widget Properties & Events","Events"]},{"t":"Auth Events","u":"/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/auth-events/","b":["Product Guide","Widget Properties & Events","Events","Event Reference List"]},{"t":"Data Events","u":"/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/data-events/","b":["Product Guide","Widget Properties & Events","Events","Event Reference List"]},{"t":"General Events","u":"/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/general-events/","b":["Product Guide","Widget Properties & Events","Events","Event Reference List"]},{"t":"Internationalization App Events","u":"/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/internationalization-app-event/","b":["Product Guide","Widget Properties & Events","Events","Event Reference List"]},{"t":"Key Events","u":"/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/key-events/","b":["Product Guide","Widget Properties & Events","Events","Event Reference List"]},{"t":"Mobile Native App Events","u":"/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/mobile-native-app-events/","b":["Product Guide","Widget Properties & Events","Events","Event Reference List"]},{"t":"Mouse Events","u":"/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/mouse-events/","b":["Product Guide","Widget Properties & Events","Events","Event Reference List"]},{"t":"Event Reference List","u":"/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/","b":["Product Guide","Widget Properties & Events","Events"]},{"t":"Events","u":"/developers/documentation/product-guide/widget-properties-events/events/","b":["Product Guide","Widget Properties & Events"]},{"t":"Auth Button","u":"/developers/documentation/product-guide/widget-properties-events/mobile/auth-button/","b":["Product Guide","Widget Properties & Events","Mobile"]},{"t":"Checkbox Group","u":"/developers/documentation/product-guide/widget-properties-events/mobile/checkbox-group/","b":["Product Guide","Widget Properties & Events","Mobile"]},{"t":"Collapsible","u":"/developers/documentation/product-guide/widget-properties-events/mobile/collapsible/","b":["Product Guide","Widget Properties & Events","Mobile"]},{"t":"Flip Toggle Switch","u":"/developers/documentation/product-guide/widget-properties-events/mobile/flip-toggle-switch/","b":["Product Guide","Widget Properties & Events","Mobile"]},{"t":"List","u":"/developers/documentation/product-guide/widget-properties-events/mobile/list/","b":["Product Guide","Widget Properties & Events","Mobile"]},{"t":"Action Button","u":"/developers/documentation/product-guide/widget-properties-events/mobile/mobaction-button/","b":["Product Guide","Widget Properties & Events","Mobile"]},{"t":"Checkbox","u":"/developers/documentation/product-guide/widget-properties-events/mobile/mobcheckbox/","b":["Product Guide","Widget Properties & Events","Mobile"]},{"t":"Mobiscroll List","u":"/developers/documentation/product-guide/widget-properties-events/mobile/mobiscroll-list/","b":["Product Guide","Widget Properties & Events","Mobile"]},{"t":"Mobiscroll Date","u":"/developers/documentation/product-guide/widget-properties-events/mobile/mobiscroll/","b":["Product Guide","Widget Properties & Events","Mobile"]},{"t":"Label","u":"/developers/documentation/product-guide/widget-properties-events/mobile/moblabel/","b":["Product Guide","Widget Properties & Events","Mobile"]},{"t":"Search","u":"/developers/documentation/product-guide/widget-properties-events/mobile/mobsearch/","b":["Product Guide","Widget Properties & Events","Mobile"]},{"t":"Text Area","u":"/developers/documentation/product-guide/widget-properties-events/mobile/mobtext-area/","b":["Product Guide","Widget Properties & Events","Mobile"]},{"t":"Text","u":"/developers/documentation/product-guide/widget-properties-events/mobile/mobtext/","b":["Product Guide","Widget Properties & Events","Mobile"]},{"t":"NavBar","u":"/developers/documentation/product-guide/widget-properties-events/mobile/navbar/","b":["Product Guide","Widget Properties & Events","Mobile"]},{"t":"Popup Dropdown","u":"/developers/documentation/product-guide/widget-properties-events/mobile/popup-dropdown/","b":["Product Guide","Widget Properties & Events","Mobile"]},{"t":"Popup Listbox","u":"/developers/documentation/product-guide/widget-properties-events/mobile/popup-listbox/","b":["Product Guide","Widget Properties & Events","Mobile"]},{"t":"Radio Buttons Group","u":"/developers/documentation/product-guide/widget-properties-events/mobile/radiobuttonsgroup/","b":["Product Guide","Widget Properties & Events","Mobile"]},{"t":"Slider","u":"/developers/documentation/product-guide/widget-properties-events/mobile/slider/","b":["Product Guide","Widget Properties & Events","Mobile"]},{"t":"Toolbar","u":"/developers/documentation/product-guide/widget-properties-events/mobile/toolbar/","b":["Product Guide","Widget Properties & Events","Mobile"]},{"t":"Upload Button","u":"/developers/documentation/product-guide/widget-properties-events/mobile/upload-button/","b":["Product Guide","Widget Properties & Events","Mobile"]},{"t":"Mobile","u":"/developers/documentation/product-guide/widget-properties-events/mobile/","b":["Product Guide","Widget Properties & Events"]},{"t":"Page Properties","u":"/developers/documentation/product-guide/widget-properties-events/page-properties/","b":["Product Guide","Widget Properties & Events"]},{"t":"Prefilling List and Grids","u":"/developers/documentation/product-guide/widget-properties-events/prefill/","b":["Product Guide","Widget Properties & Events"]},{"t":"Widget Properties & Events","u":"/developers/documentation/product-guide/widget-properties-events/","b":["Product Guide"]},{"t":"Product Guide","u":"/developers/documentation/product-guide/","b":[""]},{"t":"Accessing Device Hardware & Features","u":"/developers/documentation/scripting-apis/client-api/accessing-device-hardware-fea/","b":["Scripting & APIs","Client API"]},{"t":"cacheImage()","u":"/developers/documentation/scripting-apis/client-api/app-functions/cacheimage/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"callSSJ()","u":"/developers/documentation/scripting-apis/client-api/app-functions/callservice/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"childApp()","u":"/developers/documentation/scripting-apis/client-api/app-functions/childapp/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"closeForm()","u":"/developers/documentation/scripting-apis/client-api/app-functions/closeform/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"confirm()","u":"/developers/documentation/scripting-apis/client-api/app-functions/confirm/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"debugData()","u":"/developers/documentation/scripting-apis/client-api/app-functions/debugdata/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"debugOutput()","u":"/developers/documentation/scripting-apis/client-api/app-functions/debugoutput/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"debugProperties()","u":"/developers/documentation/scripting-apis/client-api/app-functions/debugproperties/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"debugValues()","u":"/developers/documentation/scripting-apis/client-api/app-functions/debugvalues/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"gaTrack()","u":"/developers/documentation/scripting-apis/client-api/app-functions/gatrack/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"getACVersion()","u":"/developers/documentation/scripting-apis/client-api/app-functions/getacversion/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"getAppSnapshot()","u":"/developers/documentation/scripting-apis/client-api/app-functions/getappsnapshot/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"getEnvValue()","u":"/developers/documentation/scripting-apis/client-api/app-functions/getenvvalue/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"getInputParameters()","u":"/developers/documentation/scripting-apis/client-api/app-functions/getinputparameter/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"getInstanceURL()","u":"/developers/documentation/scripting-apis/client-api/app-functions/getinstanceurl/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"getPlatform()","u":"/developers/documentation/scripting-apis/client-api/app-functions/getplatform/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"getPlatformInfo()","u":"/developers/documentation/scripting-apis/client-api/app-functions/getplatforminfo/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"getRunMode()","u":"/developers/documentation/scripting-apis/client-api/app-functions/getrunmode/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"isNativeApp()","u":"/developers/documentation/scripting-apis/client-api/app-functions/isnativeapp/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"isNativeAppOnline()","u":"/developers/documentation/scripting-apis/client-api/app-functions/isnativeapponline/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"isPrinting()","u":"/developers/documentation/scripting-apis/client-api/app-functions/isprinting/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"jGrowl()","u":"/developers/documentation/scripting-apis/client-api/app-functions/jgrowl/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"logout()","u":"/developers/documentation/scripting-apis/client-api/app-functions/logout/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"mobileDial()","u":"/developers/documentation/scripting-apis/client-api/app-functions/mobiledial/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"mobileEmail()","u":"/developers/documentation/scripting-apis/client-api/app-functions/mobileemail/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"mobileSMS()","u":"/developers/documentation/scripting-apis/client-api/app-functions/mobilesms/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"parentApp()","u":"/developers/documentation/scripting-apis/client-api/app-functions/parentapp/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"populateWidget()","u":"/developers/documentation/scripting-apis/client-api/app-functions/populatewidget3/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"printApp()","u":"/developers/documentation/scripting-apis/client-api/app-functions/printapp/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"alert()","u":"/developers/documentation/scripting-apis/client-api/app-functions/refalert/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"reset()","u":"/developers/documentation/scripting-apis/client-api/app-functions/refreset/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"runEditor()","u":"/developers/documentation/scripting-apis/client-api/app-functions/runeditor/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"setAppSnapshot()","u":"/developers/documentation/scripting-apis/client-api/app-functions/setappsnapshot/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"networkTimeout()","u":"/developers/documentation/scripting-apis/client-api/app-functions/setnetworktimeout/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"showConfirm()","u":"/developers/documentation/scripting-apis/client-api/app-functions/showconfirm/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"showMessage()","u":"/developers/documentation/scripting-apis/client-api/app-functions/showmessage/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"showPrompt()","u":"/developers/documentation/scripting-apis/client-api/app-functions/showprompt/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"switchApp()","u":"/developers/documentation/scripting-apis/client-api/app-functions/switchapp/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"twirlyThing()","u":"/developers/documentation/scripting-apis/client-api/app-functions/twirlything/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"uploadFile()","u":"/developers/documentation/scripting-apis/client-api/app-functions/uploadfile/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"userParameterGet()","u":"/developers/documentation/scripting-apis/client-api/app-functions/userparameterget/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"userParameterSet()","u":"/developers/documentation/scripting-apis/client-api/app-functions/userparameterset/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"App Functions","u":"/developers/documentation/scripting-apis/client-api/app-functions/","b":["Scripting & APIs","Client API"]},{"t":"OBJ2ARRAY()","u":"/developers/documentation/scripting-apis/client-api/conversion-functions/advancedtoarray/","b":["Scripting & APIs","Client API","Conversion Functions"]},{"t":"ARRAY2OBJ()","u":"/developers/documentation/scripting-apis/client-api/conversion-functions/arraytoadvanced/","b":["Scripting & APIs","Client API","Conversion Functions"]},{"t":"DATE2DB()","u":"/developers/documentation/scripting-apis/client-api/conversion-functions/date2db/","b":["Scripting & APIs","Client API","Conversion Functions"]},{"t":"filterArray()","u":"/developers/documentation/scripting-apis/client-api/conversion-functions/filterarray/","b":["Scripting & APIs","Client API","Conversion Functions"]},{"t":"OBJ2JSON()","u":"/developers/documentation/scripting-apis/client-api/conversion-functions/json2text/","b":["Scripting & APIs","Client API","Conversion Functions"]},{"t":"OBJ2XML()","u":"/developers/documentation/scripting-apis/client-api/conversion-functions/json2xml/","b":["Scripting & APIs","Client API","Conversion Functions"]},{"t":"JSON2OBJ()","u":"/developers/documentation/scripting-apis/client-api/conversion-functions/text2json/","b":["Scripting & APIs","Client API","Conversion Functions"]},{"t":"XML2OBJ()","u":"/developers/documentation/scripting-apis/client-api/conversion-functions/xml2json/","b":["Scripting & APIs","Client API","Conversion Functions"]},{"t":"Conversion Functions","u":"/developers/documentation/scripting-apis/client-api/conversion-functions/","b":["Scripting & APIs","Client API"]},{"t":"Data View Related Events","u":"/developers/documentation/scripting-apis/client-api/data-view-functions/data-view-related-events/","b":["Scripting & APIs","Client API","Data View Functions"]},{"t":"drillDownBroadcast()","u":"/developers/documentation/scripting-apis/client-api/data-view-functions/drilldownbroadcast/","b":["Scripting & APIs","Client API","Data View Functions"]},{"t":"enableView()","u":"/developers/documentation/scripting-apis/client-api/data-view-functions/enableview/","b":["Scripting & APIs","Client API","Data View Functions"]},{"t":"fetchDataPage()","u":"/developers/documentation/scripting-apis/client-api/data-view-functions/fetchdatapage/","b":["Scripting & APIs","Client API","Data View Functions"]},{"t":"Getting data for Charts","u":"/developers/documentation/scripting-apis/client-api/data-view-functions/getting-data-for-charts/","b":["Scripting & APIs","Client API","Data View Functions"]},{"t":"getViewData()","u":"/developers/documentation/scripting-apis/client-api/data-view-functions/getviewdata/","b":["Scripting & APIs","Client API","Data View Functions"]},{"t":"Filtering Dates","u":"/developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/filtering-dates/","b":["Scripting & APIs","Client API","Data View Functions","Modifying Data Widgets with Scripts"]},{"t":"Filters","u":"/developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/filters/","b":["Scripting & APIs","Client API","Data View Functions","Modifying Data Widgets with Scripts"]},{"t":"Multi Series Filters","u":"/developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/multi-series-filters/","b":["Scripting & APIs","Client API","Data View Functions","Modifying Data Widgets with Scripts"]},{"t":"Drill Filter","u":"/developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/refdrill-filter/","b":["Scripting & APIs","Client API","Data View Functions","Modifying Data Widgets with Scripts"]},{"t":"Group By","u":"/developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/refgroup-by/","b":["Scripting & APIs","Client API","Data View Functions","Modifying Data Widgets with Scripts"]},{"t":"Order By","u":"/developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/reforder-by/","b":["Scripting & APIs","Client API","Data View Functions","Modifying Data Widgets with Scripts"]},{"t":"Modifying Data Widgets with Scripts","u":"/developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/","b":["Scripting & APIs","Client API","Data View Functions"]},{"t":"MySQL, Postgres, Oracle etc.","u":"/developers/documentation/scripting-apis/client-api/data-view-functions/mysql-postgres-oracle-etc/","b":["Scripting & APIs","Client API","Data View Functions"]},{"t":"refreshData()","u":"/developers/documentation/scripting-apis/client-api/data-view-functions/refrefreshdata/","b":["Scripting & APIs","Client API","Data View Functions"]},{"t":"reloadView()","u":"/developers/documentation/scripting-apis/client-api/data-view-functions/reloadview/","b":["Scripting & APIs","Client API","Data View Functions"]},{"t":"resetView()","u":"/developers/documentation/scripting-apis/client-api/data-view-functions/resetview/","b":["Scripting & APIs","Client API","Data View Functions"]},{"t":"Setting a View Filter","u":"/developers/documentation/scripting-apis/client-api/data-view-functions/setting-a-view-filter/","b":["Scripting & APIs","Client API","Data View Functions"]},{"t":"bindViewData()","u":"/developers/documentation/scripting-apis/client-api/data-view-functions/setviewcallback/","b":["Scripting & APIs","Client API","Data View Functions"]},{"t":"Data View Functions","u":"/developers/documentation/scripting-apis/client-api/data-view-functions/","b":["Scripting & APIs","Client API"]},{"t":"dtAdd()","u":"/developers/documentation/scripting-apis/client-api/date-time-management-functions/dtadd/","b":["Scripting & APIs","Client API","Date & Time Management Functions"]},{"t":"dtAdjust()","u":"/developers/documentation/scripting-apis/client-api/date-time-management-functions/dtadjust/","b":["Scripting & APIs","Client API","Date & Time Management Functions"]},{"t":"dtDateToString()","u":"/developers/documentation/scripting-apis/client-api/date-time-management-functions/dtdatetostring/","b":["Scripting & APIs","Client API","Date & Time Management Functions"]},{"t":"dtDifference()","u":"/developers/documentation/scripting-apis/client-api/date-time-management-functions/dtdifference/","b":["Scripting & APIs","Client API","Date & Time Management Functions"]},{"t":"dtNewDate()","u":"/developers/documentation/scripting-apis/client-api/date-time-management-functions/dtnewdate/","b":["Scripting & APIs","Client API","Date & Time Management Functions"]},{"t":"instanceGetRTZ()","u":"/developers/documentation/scripting-apis/client-api/date-time-management-functions/instancegetrtz/","b":["Scripting & APIs","Client API","Date & Time Management Functions"]},{"t":"instanceSetRTZ()","u":"/developers/documentation/scripting-apis/client-api/date-time-management-functions/instancesetrtz/","b":["Scripting & APIs","Client API","Date & Time Management Functions"]},{"t":"Date & Time Management Functions","u":"/developers/documentation/scripting-apis/client-api/date-time-management-functions/","b":["Scripting & APIs","Client API"]},{"t":"clearGlobalData()","u":"/developers/documentation/scripting-apis/client-api/global-data-pool-functions/clearglobaldata/","b":["Scripting & APIs","Client API","Global Data Pool Functions"]},{"t":"getGlobalData()","u":"/developers/documentation/scripting-apis/client-api/global-data-pool-functions/getglobaldata/","b":["Scripting & APIs","Client API","Global Data Pool Functions"]},{"t":"setGlobalData()","u":"/developers/documentation/scripting-apis/client-api/global-data-pool-functions/setglobaldata/","b":["Scripting & APIs","Client API","Global Data Pool Functions"]},{"t":"Global Data Pool Functions","u":"/developers/documentation/scripting-apis/client-api/global-data-pool-functions/","b":["Scripting & APIs","Client API"]},{"t":"dataGetAllWithIds()","u":"/developers/documentation/scripting-apis/client-api/instance-data-functions/datagetallwithids/","b":["Scripting & APIs","Client API","Instance Data Functions"]},{"t":"getInstanceData()","u":"/developers/documentation/scripting-apis/client-api/instance-data-functions/getinstancedata/","b":["Scripting & APIs","Client API","Instance Data Functions"]},{"t":"instanceCreate()","u":"/developers/documentation/scripting-apis/client-api/instance-data-functions/instancecreate/","b":["Scripting & APIs","Client API","Instance Data Functions"]},{"t":"instanceDelete()","u":"/developers/documentation/scripting-apis/client-api/instance-data-functions/instancedelete/","b":["Scripting & APIs","Client API","Instance Data Functions"]},{"t":"instanceLoad()","u":"/developers/documentation/scripting-apis/client-api/instance-data-functions/instanceload/","b":["Scripting & APIs","Client API","Instance Data Functions"]},{"t":"instanceNew()","u":"/developers/documentation/scripting-apis/client-api/instance-data-functions/instancenew/","b":["Scripting & APIs","Client API","Instance Data Functions"]},{"t":"instanceUpdate()","u":"/developers/documentation/scripting-apis/client-api/instance-data-functions/instancesave/","b":["Scripting & APIs","Client API","Instance Data Functions"]},{"t":"instanceSetRelationship()","u":"/developers/documentation/scripting-apis/client-api/instance-data-functions/instancesetrelationship/","b":["Scripting & APIs","Client API","Instance Data Functions"]},{"t":"instanceSync()","u":"/developers/documentation/scripting-apis/client-api/instance-data-functions/instancesync/","b":["Scripting & APIs","Client API","Instance Data Functions"]},{"t":"instanceXxxx() callback functions","u":"/developers/documentation/scripting-apis/client-api/instance-data-functions/instancexxxx-callback-function/","b":["Scripting & APIs","Client API","Instance Data Functions"]},{"t":"setInstanceData()","u":"/developers/documentation/scripting-apis/client-api/instance-data-functions/setinstancedata/","b":["Scripting & APIs","Client API","Instance Data Functions"]},{"t":"Instance Data Functions","u":"/developers/documentation/scripting-apis/client-api/instance-data-functions/","b":["Scripting & APIs","Client API"]},{"t":"Mobile Device Hardware & Features","u":"/developers/documentation/scripting-apis/client-api/mobile-device-hardware-featur/","b":["Scripting & APIs","Client API"]},{"t":"language()","u":"/developers/documentation/scripting-apis/client-api/multi-language-apps/language/","b":["Scripting & APIs","Client API","Multi Language Apps"]},{"t":"translate()","u":"/developers/documentation/scripting-apis/client-api/multi-language-apps/translate/","b":["Scripting & APIs","Client API","Multi Language Apps"]},{"t":"Multi Language Apps","u":"/developers/documentation/scripting-apis/client-api/multi-language-apps/","b":["Scripting & APIs","Client API"]},{"t":"oAuthSignin()","u":"/developers/documentation/scripting-apis/client-api/oauth/oauthsignin/","b":["Scripting & APIs","Client API","OAuth"]},{"t":"OAuth","u":"/developers/documentation/scripting-apis/client-api/oauth/","b":["Scripting & APIs","Client API"]},{"t":"error object","u":"/developers/documentation/scripting-apis/client-api/objects-titbits/error-object/","b":["Scripting & APIs","Client API","Objects & Titbits"]},{"t":"Filter Object","u":"/developers/documentation/scripting-apis/client-api/objects-titbits/filter-object/","b":["Scripting & APIs","Client API","Objects & Titbits"]},{"t":"_widget","u":"/developers/documentation/scripting-apis/client-api/objects-titbits/ref-widget/","b":["Scripting & APIs","Client API","Objects & Titbits"]},{"t":"result object for instanceXxxx() callbacks","u":"/developers/documentation/scripting-apis/client-api/objects-titbits/result-object-for-instancexxxx/","b":["Scripting & APIs","Client API","Objects & Titbits"]},{"t":"Rows Object","u":"/developers/documentation/scripting-apis/client-api/objects-titbits/rows-object/","b":["Scripting & APIs","Client API","Objects & Titbits"]},{"t":"status object for instanceXxxx() functions","u":"/developers/documentation/scripting-apis/client-api/objects-titbits/status-object-for-instancexxxx/","b":["Scripting & APIs","Client API","Objects & Titbits"]},{"t":"Widget Effects","u":"/developers/documentation/scripting-apis/client-api/objects-titbits/widget-effects/","b":["Scripting & APIs","Client API","Objects & Titbits"]},{"t":"Widget List Parameters","u":"/developers/documentation/scripting-apis/client-api/objects-titbits/widget-list-parameters/","b":["Scripting & APIs","Client API","Objects & Titbits"]},{"t":"Widget Object","u":"/developers/documentation/scripting-apis/client-api/objects-titbits/widget-object/","b":["Scripting & APIs","Client API","Objects & Titbits"]},{"t":"Objects & Titbits","u":"/developers/documentation/scripting-apis/client-api/objects-titbits/","b":["Scripting & APIs","Client API"]},{"t":"cookie()","u":"/developers/documentation/scripting-apis/client-api/others/cookie/","b":["Scripting & APIs","Client API","Others"]},{"t":"Others","u":"/developers/documentation/scripting-apis/client-api/others/","b":["Scripting & APIs","Client API"]},{"t":"closePagePopup()","u":"/developers/documentation/scripting-apis/client-api/page-functions/closepagepopup/","b":["Scripting & APIs","Client API","Page Functions"]},{"t":"currentPage()","u":"/developers/documentation/scripting-apis/client-api/page-functions/currentpage/","b":["Scripting & APIs","Client API","Page Functions"]},{"t":"Page Transitions","u":"/developers/documentation/scripting-apis/client-api/page-functions/page-transitions/","b":["Scripting & APIs","Client API","Page Functions"]},{"t":"pageBack()","u":"/developers/documentation/scripting-apis/client-api/page-functions/pageback/","b":["Scripting & APIs","Client API","Page Functions"]},{"t":"pageCalling()","u":"/developers/documentation/scripting-apis/client-api/page-functions/pagecalling/","b":["Scripting & APIs","Client API","Page Functions"]},{"t":"pageJump()","u":"/developers/documentation/scripting-apis/client-api/page-functions/pagejump/","b":["Scripting & APIs","Client API","Page Functions"]},{"t":"pageNext()","u":"/developers/documentation/scripting-apis/client-api/page-functions/pagenext/","b":["Scripting & APIs","Client API","Page Functions"]},{"t":"pagePrevious()","u":"/developers/documentation/scripting-apis/client-api/page-functions/pageprevious/","b":["Scripting & APIs","Client API","Page Functions"]},{"t":"showPagePopup()","u":"/developers/documentation/scripting-apis/client-api/page-functions/showpagepopup/","b":["Scripting & APIs","Client API","Page Functions"]},{"t":"Page Functions","u":"/developers/documentation/scripting-apis/client-api/page-functions/","b":["Scripting & APIs","Client API"]},{"t":"httpRequest()","u":"/developers/documentation/scripting-apis/client-api/soap-restful-ajax-calls/httprequest/","b":["Scripting & APIs","Client API","SOAP & RESTful AJAX Calls"]},{"t":"soapRequest()","u":"/developers/documentation/scripting-apis/client-api/soap-restful-ajax-calls/soaprequest/","b":["Scripting & APIs","Client API","SOAP & RESTful AJAX Calls"]},{"t":"Wizard","u":"/developers/documentation/scripting-apis/client-api/soap-restful-ajax-calls/web-service-wizard/","b":["Scripting & APIs","Client API","SOAP & RESTful AJAX Calls"]},{"t":"SOAP & RESTful AJAX Calls","u":"/developers/documentation/scripting-apis/client-api/soap-restful-ajax-calls/","b":["Scripting & APIs","Client API"]},{"t":"Training Videos","u":"/developers/documentation/scripting-apis/client-api/tutorials-examples/","b":["Scripting & APIs","Client API"]},{"t":"alert(), confirm()","u":"/developers/documentation/scripting-apis/client-api/useful-browser-functions/alert/","b":["Scripting & APIs","Client API","Useful Browser Functions"]},{"t":"navigator object","u":"/developers/documentation/scripting-apis/client-api/useful-browser-functions/navigator-object/","b":["Scripting & APIs","Client API","Useful Browser Functions"]},{"t":"open()","u":"/developers/documentation/scripting-apis/client-api/useful-browser-functions/open/","b":["Scripting & APIs","Client API","Useful Browser Functions"]},{"t":"pageXOffset(), pageYOffset()","u":"/developers/documentation/scripting-apis/client-api/useful-browser-functions/pagexoffset-pageyoffset/","b":["Scripting & APIs","Client API","Useful Browser Functions"]},{"t":"screen object","u":"/developers/documentation/scripting-apis/client-api/useful-browser-functions/screen-object/","b":["Scripting & APIs","Client API","Useful Browser Functions"]},{"t":"scrollTo(), scrollBy()","u":"/developers/documentation/scripting-apis/client-api/useful-browser-functions/scrollto/","b":["Scripting & APIs","Client API","Useful Browser Functions"]},{"t":"setInterval(), setTimeout()","u":"/developers/documentation/scripting-apis/client-api/useful-browser-functions/setinterval-settimeout-et-al/","b":["Scripting & APIs","Client API","Useful Browser Functions"]},{"t":"window object","u":"/developers/documentation/scripting-apis/client-api/useful-browser-functions/window-object/","b":["Scripting & APIs","Client API","Useful Browser Functions"]},{"t":"Useful Browser Functions","u":"/developers/documentation/scripting-apis/client-api/useful-browser-functions/","b":["Scripting & APIs","Client API"]},{"t":"assign()","u":"/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/assign/","b":["Scripting & APIs","Client API","Widget Data & State Manipulation"]},{"t":"dataGetStates()","u":"/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/datagetstates/","b":["Scripting & APIs","Client API","Widget Data & State Manipulation"]},{"t":"dataGetValues()","u":"/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/datagetvalues/","b":["Scripting & APIs","Client API","Widget Data & State Manipulation"]},{"t":"dataSetStates()","u":"/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/datasetstates/","b":["Scripting & APIs","Client API","Widget Data & State Manipulation"]},{"t":"dataSetValues()","u":"/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/datasetvalues/","b":["Scripting & APIs","Client API","Widget Data & State Manipulation"]},{"t":"enabled()","u":"/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/enabled/","b":["Scripting & APIs","Client API","Widget Data & State Manipulation"]},{"t":"getData()","u":"/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/getdata/","b":["Scripting & APIs","Client API","Widget Data & State Manipulation"]},{"t":"Advanced Google Maps Example","u":"/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/advanced-google-maps-example/","b":["Scripting & APIs","Client API","Widget Data & State Manipulation","populateWidget()"]},{"t":"Array as Data Source Example","u":"/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/array-as-data-source-example/","b":["Scripting & APIs","Client API","Widget Data & State Manipulation","populateWidget()"]},{"t":"Video Example","u":"/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/audio-video-example/","b":["Scripting & APIs","Client API","Widget Data & State Manipulation","populateWidget()"]},{"t":"Calendar Widget","u":"/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/calendar-widget2/","b":["Scripting & APIs","Client API","Widget Data & State Manipulation","populateWidget()"]},{"t":"Complex JSON Examples","u":"/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/complex-json-example/","b":["Scripting & APIs","Client API","Widget Data & State Manipulation","populateWidget()"]},{"t":"Flot Charts","u":"/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/flot-charts2/","b":["Scripting & APIs","Client API","Widget Data & State Manipulation","populateWidget()"]},{"t":"ListBoxes, Dropdowns and Context Menu Examples","u":"/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/listbox--dropdown-example/","b":["Scripting & APIs","Client API","Widget Data & State Manipulation","populateWidget()"]},{"t":"Mobile List Example","u":"/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/mobile-list-example/","b":["Scripting & APIs","Client API","Widget Data & State Manipulation","populateWidget()"]},{"t":"Mobiscroll List","u":"/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/mobiscroll-list2/","b":["Scripting & APIs","Client API","Widget Data & State Manipulation","populateWidget()"]},{"t":"Photoswipe Example","u":"/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/photoswipe-example/","b":["Scripting & APIs","Client API","Widget Data & State Manipulation","populateWidget()"]},{"t":"Populate Widget Map Wizard","u":"/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/populatewidget-wizard/","b":["Scripting & APIs","Client API","Widget Data & State Manipulation","populateWidget()"]},{"t":"Repeater Container Example","u":"/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/repeater-container-example/","b":["Scripting & APIs","Client API","Widget Data & State Manipulation","populateWidget()"]},{"t":"Timeline Example","u":"/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/timeline-example/","b":["Scripting & APIs","Client API","Widget Data & State Manipulation","populateWidget()"]},{"t":"Zing Charts","u":"/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/zingcharts/","b":["Scripting & APIs","Client API","Widget Data & State Manipulation","populateWidget()"]},{"t":"populateWidget()","u":"/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/","b":["Scripting & APIs","Client API","Widget Data & State Manipulation"]},{"t":"readOnly()","u":"/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/readonly/","b":["Scripting & APIs","Client API","Widget Data & State Manipulation"]},{"t":"getValue()","u":"/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/refgetvalue/","b":["Scripting & APIs","Client API","Widget Data & State Manipulation"]},{"t":"setValue()","u":"/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/refsetvalue/","b":["Scripting & APIs","Client API","Widget Data & State Manipulation"]},{"t":"setData()","u":"/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/setdata/","b":["Scripting & APIs","Client API","Widget Data & State Manipulation"]},{"t":"visible()","u":"/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/visible/","b":["Scripting & APIs","Client API","Widget Data & State Manipulation"]},{"t":"Widget Data & State Manipulation","u":"/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/","b":["Scripting & APIs","Client API"]},{"t":"checkMandatory()","u":"/developers/documentation/scripting-apis/client-api/widget-functions/checkmandatory/","b":["Scripting & APIs","Client API","Widget Functions"]},{"t":"createWidget()","u":"/developers/documentation/scripting-apis/client-api/widget-functions/createwidget/","b":["Scripting & APIs","Client API","Widget Functions"]},{"t":"deleteWidget()","u":"/developers/documentation/scripting-apis/client-api/widget-functions/deletewidget/","b":["Scripting & APIs","Client API","Widget Functions"]},{"t":"emptyWidget()","u":"/developers/documentation/scripting-apis/client-api/widget-functions/emptywidget/","b":["Scripting & APIs","Client API","Widget Functions"]},{"t":"getParent()","u":"/developers/documentation/scripting-apis/client-api/widget-functions/getparentwidget/","b":["Scripting & APIs","Client API","Widget Functions"]},{"t":"getProperty()","u":"/developers/documentation/scripting-apis/client-api/widget-functions/getproperty/","b":["Scripting & APIs","Client API","Widget Functions"]},{"t":"highlightWidgets()","u":"/developers/documentation/scripting-apis/client-api/widget-functions/highlightwidgets/","b":["Scripting & APIs","Client API","Widget Functions"]},{"t":"populateWidget()","u":"/developers/documentation/scripting-apis/client-api/widget-functions/populatewidget2/","b":["Scripting & APIs","Client API","Widget Functions"]},{"t":"refreshData()","u":"/developers/documentation/scripting-apis/client-api/widget-functions/refreshdata/","b":["Scripting & APIs","Client API","Widget Functions"]},{"t":"resetWidget()","u":"/developers/documentation/scripting-apis/client-api/widget-functions/resetwidget/","b":["Scripting & APIs","Client API","Widget Functions"]},{"t":"setFocus()","u":"/developers/documentation/scripting-apis/client-api/widget-functions/setfocus/","b":["Scripting & APIs","Client API","Widget Functions"]},{"t":"setProperty()","u":"/developers/documentation/scripting-apis/client-api/widget-functions/setproperty/","b":["Scripting & APIs","Client API","Widget Functions"]},{"t":"unhighlightWidgets()","u":"/developers/documentation/scripting-apis/client-api/widget-functions/unhighlightwidgets/","b":["Scripting & APIs","Client API","Widget Functions"]},{"t":"w()","u":"/developers/documentation/scripting-apis/client-api/widget-functions/w/","b":["Scripting & APIs","Client API","Widget Functions"]},{"t":"Widget Functions","u":"/developers/documentation/scripting-apis/client-api/widget-functions/","b":["Scripting & APIs","Client API"]},{"t":"getSectionState()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/accordion/getsectionstate/","b":["Scripting & APIs","Client API","Widget Object Functions","Accordion"]},{"t":"setSectionState()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/accordion/statesection/","b":["Scripting & APIs","Client API","Widget Object Functions","Accordion"]},{"t":"Accordion","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/accordion/","b":["Scripting & APIs","Client API","Widget Object Functions"]},{"t":"addCircle()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addcircle/","b":["Scripting & APIs","Client API","Widget Object Functions","Advanced Maps"]},{"t":"addCurrentLocation()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addcurrentlocation/","b":["Scripting & APIs","Client API","Widget Object Functions","Advanced Maps"]},{"t":"addMarker()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addmarker/","b":["Scripting & APIs","Client API","Widget Object Functions","Advanced Maps"]},{"t":"addPolygon()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addpolygon/","b":["Scripting & APIs","Client API","Widget Object Functions","Advanced Maps"]},{"t":"addPolyline()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addpolyline/","b":["Scripting & APIs","Client API","Widget Object Functions","Advanced Maps"]},{"t":"addRectangle()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addrectangle/","b":["Scripting & APIs","Client API","Widget Object Functions","Advanced Maps"]},{"t":"clearMarkers()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/clearmarkers/","b":["Scripting & APIs","Client API","Widget Object Functions","Advanced Maps"]},{"t":"clearOverlays()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/clearoverlays/","b":["Scripting & APIs","Client API","Widget Object Functions","Advanced Maps"]},{"t":"fillColor()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/fillcolor/","b":["Scripting & APIs","Client API","Widget Object Functions","Advanced Maps"]},{"t":"fillOpacity()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/fillopacity/","b":["Scripting & APIs","Client API","Widget Object Functions","Advanced Maps"]},{"t":"fitToOverlays()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/fittooverlays/","b":["Scripting & APIs","Client API","Widget Object Functions","Advanced Maps"]},{"t":"getAddress()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/getaddress/","b":["Scripting & APIs","Client API","Widget Object Functions","Advanced Maps"]},{"t":"getCoord()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/getcoord/","b":["Scripting & APIs","Client API","Widget Object Functions","Advanced Maps"]},{"t":"getDirections()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/getdirections/","b":["Scripting & APIs","Client API","Widget Object Functions","Advanced Maps"]},{"t":"getOverlayObjById()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/getoverlayobjbyidid/","b":["Scripting & APIs","Client API","Widget Object Functions","Advanced Maps"]},{"t":"getOverlays()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/getoverlays/","b":["Scripting & APIs","Client API","Widget Object Functions","Advanced Maps"]},{"t":"googleMap()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/googlemap/","b":["Scripting & APIs","Client API","Widget Object Functions","Advanced Maps"]},{"t":"hideOverlay()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/hideoverlay/","b":["Scripting & APIs","Client API","Widget Object Functions","Advanced Maps"]},{"t":"loadApi()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/loadapi/","b":["Scripting & APIs","Client API","Widget Object Functions","Advanced Maps"]},{"t":"mapStyles()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/mapstyles/","b":["Scripting & APIs","Client API","Widget Object Functions","Advanced Maps"]},{"t":"noScroll()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/noscroll/","b":["Scripting & APIs","Client API","Widget Object Functions","Advanced Maps"]},{"t":"removeDirections()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/removedirections/","b":["Scripting & APIs","Client API","Widget Object Functions","Advanced Maps"]},{"t":"removeOverlay()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/removeoverlay/","b":["Scripting & APIs","Client API","Widget Object Functions","Advanced Maps"]},{"t":"setLanguage()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/setlanguage/","b":["Scripting & APIs","Client API","Widget Object Functions","Advanced Maps"]},{"t":"showMarker()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/showmarker/","b":["Scripting & APIs","Client API","Widget Object Functions","Advanced Maps"]},{"t":"showOverlay()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/showoverlayid/","b":["Scripting & APIs","Client API","Widget Object Functions","Advanced Maps"]},{"t":"strokeColor()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/strokecolor/","b":["Scripting & APIs","Client API","Widget Object Functions","Advanced Maps"]},{"t":"strokeOpacity()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/strokeopacity/","b":["Scripting & APIs","Client API","Widget Object Functions","Advanced Maps"]},{"t":"strokeWeight()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/strokeweight/","b":["Scripting & APIs","Client API","Widget Object Functions","Advanced Maps"]},{"t":"whereAmI()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/whereami/","b":["Scripting & APIs","Client API","Widget Object Functions","Advanced Maps"]},{"t":"Advanced Maps","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/","b":["Scripting & APIs","Client API","Widget Object Functions"]},{"t":"close()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/circular-menu/close/","b":["Scripting & APIs","Client API","Widget Object Functions","Circular Menu"]},{"t":"open()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/circular-menu/open2/","b":["Scripting & APIs","Client API","Widget Object Functions","Circular Menu"]},{"t":"Circular Menu","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/circular-menu/","b":["Scripting & APIs","Client API","Widget Object Functions"]},{"t":"parent()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/general/parent/","b":["Scripting & APIs","Client API","Widget Object Functions","General"]},{"t":"prop()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/general/prop/","b":["Scripting & APIs","Client API","Widget Object Functions","General"]},{"t":"traverseChildren()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/general/traversechildren/","b":["Scripting & APIs","Client API","Widget Object Functions","General"]},{"t":"value()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/general/value/","b":["Scripting & APIs","Client API","Widget Object Functions","General"]},{"t":"General","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/general/","b":["Scripting & APIs","Client API","Widget Object Functions"]},{"t":"columnWidth()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/columnwidth/","b":["Scripting & APIs","Client API","Widget Object Functions","Photoswipe"]},{"t":"getCurrentImage()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/getcurrentimage/","b":["Scripting & APIs","Client API","Widget Object Functions","Photoswipe"]},{"t":"getCurrentImageIndex()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/getcurrentimageindex/","b":["Scripting & APIs","Client API","Widget Object Functions"]},{"t":"getPhotoswipeObject()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/getphotoswipeobject/","b":["Scripting & APIs","Client API","Widget Object Functions","Photoswipe"]},{"t":"populateWidget()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/pswipepopulatewidget/","b":["Scripting & APIs","Client API","Widget Object Functions","Photoswipe"]},{"t":"showGallery()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/showgallery/","b":["Scripting & APIs","Client API","Widget Object Functions","Photoswipe"]},{"t":"Photoswipe","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/","b":["Scripting & APIs","Client API","Widget Object Functions"]},{"t":"search()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/children/","b":["Scripting & APIs","Client API","Widget Object Functions","Repeater & Grid"]},{"t":"deleteRow()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/deleterow/","b":["Scripting & APIs","Client API","Widget Object Functions","Repeater & Grid"]},{"t":"deleteRowById()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/deleterowbyid/","b":["Scripting & APIs","Client API","Widget Object Functions","Repeater & Grid"]},{"t":"deleteSelectedRows()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/deleteselectedrows/","b":["Scripting & APIs","Client API","Widget Object Functions","Repeater & Grid"]},{"t":"drawNextPage()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/drawnextpage/","b":["Scripting & APIs","Client API","Widget Object Functions","Repeater & Grid"]},{"t":"fetchDataPage()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/fetchdata/","b":["Scripting & APIs","Client API","Widget Object Functions","Repeater & Grid"]},{"t":"getRow()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/getrow/","b":["Scripting & APIs","Client API","Widget Object Functions","Repeater & Grid"]},{"t":"getSelectedRow()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/getselectedrow/","b":["Scripting & APIs","Client API","Widget Object Functions","Repeater & Grid"]},{"t":"insertRow()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/insertrow/","b":["Scripting & APIs","Client API","Widget Object Functions","Repeater & Grid"]},{"t":"isAllDataDrawn()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/isalldatadrawn/","b":["Scripting & APIs","Client API","Widget Object Functions","Repeater & Grid"]},{"t":"rowCount()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/length/","b":["Scripting & APIs","Client API","Widget Object Functions","Repeater & Grid"]},{"t":"rowIndex()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/rowindex/","b":["Scripting & APIs","Client API","Widget Object Functions"]},{"t":"setSelectedRow()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/setselectedrow/","b":["Scripting & APIs","Client API","Widget Object Functions","Repeater & Grid"]},{"t":"sum()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/sum/","b":["Scripting & APIs","Client API","Widget Object Functions","Repeater & Grid"]},{"t":"Repeater & Grid","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/","b":["Scripting & APIs","Client API","Widget Object Functions"]},{"t":"enableTab()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/tab/enabletab/","b":["Scripting & APIs","Client API","Widget Object Functions","Tab"]},{"t":"getCurrentTabIndex()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/tab/getcurrenttabindex/","b":["Scripting & APIs","Client API","Widget Object Functions"]},{"t":"selectTab()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/tab/selecttab/","b":["Scripting & APIs","Client API","Widget Object Functions","Tab"]},{"t":"visibleTab()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/tab/visibletab/","b":["Scripting & APIs","Client API","Widget Object Functions","Tab"]},{"t":"Tab","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/tab/","b":["Scripting & APIs","Client API","Widget Object Functions"]},{"t":"Events","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/timeline/eventstimeline/","b":["Scripting & APIs","Client API","Widget Object Functions","Timeline"]},{"t":"fitData()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/timeline/fitdata/","b":["Scripting & APIs","Client API","Widget Object Functions","Timeline"]},{"t":"scroll()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/timeline/scroll/","b":["Scripting & APIs","Client API","Widget Object Functions","Timeline"]},{"t":"scrollTo()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/timeline/tlscrollto/","b":["Scripting & APIs","Client API","Widget Object Functions","Timeline"]},{"t":"Timeline","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/timeline/","b":["Scripting & APIs","Client API","Widget Object Functions"]},{"t":"clearMedia()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/clearmedia/","b":["Scripting & APIs","Client API","Widget Object Functions","Video, Audio, YouTube & jPlayer Widget"]},{"t":"clearVideo()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/clearvideo/","b":["Scripting & APIs","Client API","Widget Object Functions","Video, Audio, YouTube & jPlayer Widget"]},{"t":"controls()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/controls/","b":["Scripting & APIs","Client API","Widget Object Functions","Video, Audio, YouTube & jPlayer Widget"]},{"t":"currentTime()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/currenttime/","b":["Scripting & APIs","Client API","Widget Object Functions","Video, Audio, YouTube & jPlayer Widget"]},{"t":"duration()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/duration/","b":["Scripting & APIs","Client API","Widget Object Functions","Video, Audio, YouTube & jPlayer Widget"]},{"t":"enable()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/enable/","b":["Scripting & APIs","Client API","Widget Object Functions","Video, Audio, YouTube & jPlayer Widget"]},{"t":"getAvailableQualityLevels()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/getavailablequalitylevels/","b":["Scripting & APIs","Client API","Widget Object Functions","Video, Audio, YouTube & jPlayer Widget"]},{"t":"getPlaybackQuality()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/getplaybackquality/","b":["Scripting & APIs","Client API","Widget Object Functions","Video, Audio, YouTube & jPlayer Widget"]},{"t":"getYoutubePlayer()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/getyoutubeplayer/","b":["Scripting & APIs","Client API","Widget Object Functions","Video, Audio, YouTube & jPlayer Widget"]},{"t":"isPlayerReady()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/isplayerready/","b":["Scripting & APIs","Client API","Widget Object Functions","Video, Audio, YouTube & jPlayer Widget"]},{"t":"load()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/load/","b":["Scripting & APIs","Client API","Widget Object Functions","Video, Audio, YouTube & jPlayer Widget"]},{"t":"loop()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/loop/","b":["Scripting & APIs","Client API","Widget Object Functions","Video, Audio, YouTube & jPlayer Widget"]},{"t":"muted()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/muted/","b":["Scripting & APIs","Client API","Widget Object Functions","Video, Audio, YouTube & jPlayer Widget"]},{"t":"pause()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/pause/","b":["Scripting & APIs","Client API","Widget Object Functions","Video, Audio, YouTube & jPlayer Widget"]},{"t":"pauseOthers()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/pauseothers/","b":["Scripting & APIs","Client API","Widget Object Functions","Video, Audio, YouTube & jPlayer Widget"]},{"t":"play()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/play/","b":["Scripting & APIs","Client API","Widget Object Functions","Video, Audio, YouTube & jPlayer Widget"]},{"t":"player()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/player/","b":["Scripting & APIs","Client API","Widget Object Functions","Video, Audio, YouTube & jPlayer Widget"]},{"t":"poster()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/poster/","b":["Scripting & APIs","Client API","Widget Object Functions","Video, Audio, YouTube & jPlayer Widget"]},{"t":"preload()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/preload/","b":["Scripting & APIs","Client API","Widget Object Functions","Video, Audio, YouTube & jPlayer Widget"]},{"t":"setPlaybackQuality()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/setplaybackquality/","b":["Scripting & APIs","Client API","Widget Object Functions","Video, Audio, YouTube & jPlayer Widget"]},{"t":"state()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/state/","b":["Scripting & APIs","Client API","Widget Object Functions","Video, Audio, YouTube & jPlayer Widget"]},{"t":"stop()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/stop/","b":["Scripting & APIs","Client API","Widget Object Functions","Video, Audio, YouTube & jPlayer Widget"]},{"t":"populateWidget()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/vidpopulatewidget/","b":["Scripting & APIs","Client API","Widget Object Functions","Video, Audio, YouTube & jPlayer Widget"]},{"t":"volume()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/volume/","b":["Scripting & APIs","Client API","Widget Object Functions","Video, Audio, YouTube & jPlayer Widget"]},{"t":"Video, Audio, YouTube & jPlayer Widget","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/","b":["Scripting & APIs","Client API","Widget Object Functions"]},{"t":"getZingChartId()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/zing-chart/getzingchartid/","b":["Scripting & APIs","Client API","Widget Object Functions","Zing Chart"]},{"t":"Zing Chart","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/zing-chart/","b":["Scripting & APIs","Client API","Widget Object Functions"]},{"t":"Widget Object Functions","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/","b":["Scripting & APIs","Client API"]},{"t":"assignInstance()","u":"/developers/documentation/scripting-apis/client-api/workflow-functions/assigninstance/","b":["Scripting & APIs","Client API","Workflow Functions"]},{"t":"assignToRole()","u":"/developers/documentation/scripting-apis/client-api/workflow-functions/assigntorole/","b":["Scripting & APIs","Client API","Workflow Functions"]},{"t":"cancelAssignments()","u":"/developers/documentation/scripting-apis/client-api/workflow-functions/cancelassignments/","b":["Scripting & APIs","Client API","Workflow Functions"]},{"t":"cancelNotifications()","u":"/developers/documentation/scripting-apis/client-api/workflow-functions/cancelnotificationsforinstance/","b":["Scripting & APIs","Client API","Workflow Functions"]},{"t":"currentUserRole()","u":"/developers/documentation/scripting-apis/client-api/workflow-functions/currentuserrole/","b":["Scripting & APIs","Client API","Workflow Functions"]},{"t":"getAssignedRoles()","u":"/developers/documentation/scripting-apis/client-api/workflow-functions/getassignedroles/","b":["Scripting & APIs","Client API","Workflow Functions"]},{"t":"getStage()","u":"/developers/documentation/scripting-apis/client-api/workflow-functions/getstage/","b":["Scripting & APIs","Client API","Workflow Functions"]},{"t":"notify()","u":"/developers/documentation/scripting-apis/client-api/workflow-functions/notify/","b":["Scripting & APIs","Client API","Workflow Functions"]},{"t":"setStage()","u":"/developers/documentation/scripting-apis/client-api/workflow-functions/setstage/","b":["Scripting & APIs","Client API","Workflow Functions"]},{"t":"unassignFromRole()","u":"/developers/documentation/scripting-apis/client-api/workflow-functions/unassignfromrole/","b":["Scripting & APIs","Client API","Workflow Functions"]},{"t":"Workflow Functions","u":"/developers/documentation/scripting-apis/client-api/workflow-functions/","b":["Scripting & APIs","Client API"]},{"t":"Client API","u":"/developers/documentation/scripting-apis/client-api/","b":["Scripting & APIs"]},{"t":"Chrome","u":"/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/chrome/","b":["Scripting & APIs","Client Scripting Overview","Debugging AC Scripts"]},{"t":"Debug Message","u":"/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/debdebug-message/","b":["Scripting & APIs","Client Scripting Overview","Debugging AC Scripts"]},{"t":"Debug Support Functions","u":"/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/debug-support-functions/","b":["Scripting & APIs","Client Scripting Overview","Debugging AC Scripts"]},{"t":"Firefox","u":"/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/firefox/","b":["Scripting & APIs","Client Scripting Overview","Debugging AC Scripts"]},{"t":"Native Apps","u":"/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/native-apps/","b":["Scripting & APIs","Client Scripting Overview","Debugging AC Scripts"]},{"t":"Safari","u":"/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/safari/","b":["Scripting & APIs","Client Scripting Overview","Debugging AC Scripts"]},{"t":"The 'debugger' Command","u":"/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/the-debugger-command/","b":["Scripting & APIs","Client Scripting Overview","Debugging AC Scripts"]},{"t":"Viewing Complex Widget Content","u":"/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/viewing-complex-widget-content/","b":["Scripting & APIs","Client Scripting Overview","Debugging AC Scripts"]},{"t":"Viewing Widget Properties","u":"/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/viewing-widget-properties/","b":["Scripting & APIs","Client Scripting Overview","Debugging AC Scripts"]},{"t":"Viewing Widget Values","u":"/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/viewing-widget-values/","b":["Scripting & APIs","Client Scripting Overview","Debugging AC Scripts"]},{"t":"Debugging AC Scripts","u":"/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/","b":["Scripting & APIs","Client Scripting Overview"]},{"t":"Try & Catch","u":"/developers/documentation/scripting-apis/client-scripting-overview/error-handling/try-catch/","b":["Scripting & APIs","Client Scripting Overview","Error Handling"]},{"t":"Your Own Error Handler","u":"/developers/documentation/scripting-apis/client-scripting-overview/error-handling/your-own-error-handler/","b":["Scripting & APIs","Client Scripting Overview","Error Handling"]},{"t":"Error Handling","u":"/developers/documentation/scripting-apis/client-scripting-overview/error-handling/","b":["Scripting & APIs","Client Scripting Overview"]},{"t":"Network Availability Handling","u":"/developers/documentation/scripting-apis/client-scripting-overview/network-availability-handling/","b":["Scripting & APIs","Client Scripting Overview"]},{"t":"Populating Charts from Script","u":"/developers/documentation/scripting-apis/client-scripting-overview/populating-charts-from-script/","b":["Scripting & APIs","Client Scripting Overview"]},{"t":"Public Shared Scripts","u":"/developers/documentation/scripting-apis/client-scripting-overview/public-shared-scripts/","b":["Scripting & APIs","Client Scripting Overview"]},{"t":"Calling a SOAP & RESTful Web Services","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/calling-a-soap-web-service-dir/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Common Usage Examples"]},{"t":"Calling Web Service APIs","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/calling-web-services/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Common Usage Examples"]},{"t":"Conditional Jump to a Page","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/conditional-jump-to-a-page/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Common Usage Examples"]},{"t":"Crossdomain Handling","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/crossdomain-issues/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Common Usage Examples"]},{"t":"Displaying warnings and messages","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/displaying-warnings-and-messag/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Common Usage Examples"]},{"t":"Debugging","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/exampledebugging/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Common Usage Examples"]},{"t":"Extending the AC Client API","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/extending-the-ac-dom-to-sim/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Common Usage Examples"]},{"t":"Getting a confirmation response from the Respondent","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/getting-a-confirmation-respons/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Common Usage Examples"]},{"t":"Populating Widgets with Data Arrays","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/populating-widgets-with-data-a/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Common Usage Examples"]},{"t":"Reading and Writing Widget Data","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/reading-and-writing-widget-dat/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Common Usage Examples"]},{"t":"Validations","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/validations/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Common Usage Examples"]},{"t":"Common Usage Examples","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript"]},{"t":"Adding Widget Effects","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/adding-widget-effects/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Important Details"]},{"t":"App Switching","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/app-switching/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Important Details"]},{"t":"Date Handling","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/date-handling/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Important Details"]},{"t":"Extending the Client API","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/extending-the-ac-dom/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Important Details"]},{"t":"Loading and Saving Instance Data","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/loading-and-saving-instance-da/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Important Details"]},{"t":"The Widget Object","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/the-widget-object/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Important Details"]},{"t":"Important Details","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript"]},{"t":"A typical Javascript function","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/a-typical-javascript-function/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Introduction"]},{"t":"For those who know Javascript already","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/for-those-who-know-javascript/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Introduction"]},{"t":"How Application Craft Javascript is tied into AC","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/how-swirl-javascript-is-tied-i/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Introduction"]},{"t":"Switching between Code and Layout modes","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/switching-between-code-and-lay/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Introduction"]},{"t":"Using Browser Objects","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/using-borwser-objects/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Introduction"]},{"t":"Where are the Events?","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/where-are-the-events/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Introduction"]},{"t":"Writing User Defined Functions","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/writing-user-defined-functions/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Introduction"]},{"t":"Introduction","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript"]},{"t":"Code Explorer","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/the-code-editor/code-explorer/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","The Code Editor"]},{"t":"Code Editor Color Schemes","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/the-code-editor/code-higlighting/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","The Code Editor"]},{"t":"Search / Replace","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/the-code-editor/search--replace/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","The Code Editor"]},{"t":"Syntax Errors","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/the-code-editor/syntax-errors/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","The Code Editor"]},{"t":"The Code Editor","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/the-code-editor/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript"]},{"t":"getData() versus getValue() and setDate() versus setValue()","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/getdata-versus-getvalue-and-se/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Widget Reading & Writing"]},{"t":"Repeater Containers and Grids are special","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/repeater-containers-are-specia/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Widget Reading & Writing"]},{"t":"Storing Widget Data in a Database","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/storing-widget-data-in-a-datab/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Widget Reading & Writing"]},{"t":"The assign() helper function","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/the-assign-helper-function/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Widget Reading & Writing"]},{"t":"Context Menu","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/context-menu2/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Widget Reading & Writing","Widget Content : Reading and Writing"]},{"t":"Lists & Dropdowns","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/lists-dropdowns/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Widget Reading & Writing","Widget Content : Reading and Writing"]},{"t":"Mobile List & Navbar","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/mobile-list/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Widget Reading & Writing","Widget Content : Reading and Writing"]},{"t":"Simple Widgets","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/wdgetcontentsimple-widgets/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Widget Reading & Writing","Widget Content : Reading and Writing"]},{"t":"Grids","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/widgetcontentgrids-repeater-containers/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Widget Reading & Writing","Widget Content : Reading and Writing"]},{"t":"Repeater Containers","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/widgetcontentrepeater-containers/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Widget Reading & Writing","Widget Content : Reading and Writing"]},{"t":"Widget Content : Reading and Writing","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Widget Reading & Writing"]},{"t":"Dates","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/dates/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Widget Reading & Writing","Widget Values : Reading & Writing User Entered Data"]},{"t":"Grids","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/grids-repeater-containers/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Widget Reading & Writing","Widget Values : Reading & Writing User Entered Data"]},{"t":"Lists, Dropdowns, Context Menu & Mobiscroll List","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/lists-dropdown-widgets/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Widget Reading & Writing","Widget Values : Reading & Writing User Entered Data"]},{"t":"Repeater Containers","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/repeater-containers/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Widget Reading & Writing","Widget Values : Reading & Writing User Entered Data"]},{"t":"Simple Widgets","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/widgetsimple-widgets/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Widget Reading & Writing","Widget Values : Reading & Writing User Entered Data"]},{"t":"Widget Values : Reading & Writing User Entered Data","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Widget Reading & Writing"]},{"t":"populateWidget()","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widgetpopulatewidget/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Widget Reading & Writing"]},{"t":"Widget Reading & Writing","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript"]},{"t":"Scripting with Javascript","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/","b":["Scripting & APIs","Client Scripting Overview"]},{"t":"Client Scripting Overview","u":"/developers/documentation/scripting-apis/client-scripting-overview/","b":["Scripting & APIs"]},{"t":"Debugging","u":"/developers/documentation/scripting-apis/debugging/","b":["Scripting & APIs"]},{"t":"dir()","u":"/developers/documentation/scripting-apis/server-side-api/console-object/dir/","b":["Scripting & APIs","Server Side API","console object"]},{"t":"log()","u":"/developers/documentation/scripting-apis/server-side-api/console-object/log/","b":["Scripting & APIs","Server Side API","console object"]},{"t":"console object","u":"/developers/documentation/scripting-apis/server-side-api/console-object/","b":["Scripting & APIs","Server Side API"]},{"t":"dropbox.accountInfo()","u":"/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxacinfo/","b":["Scripting & APIs","Server Side API","DropBox"]},{"t":"dropbox.create()","u":"/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxcreate/","b":["Scripting & APIs","Server Side API","DropBox"]},{"t":"dropbox.delete()","u":"/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxdelete/","b":["Scripting & APIs","Server Side API","DropBox"]},{"t":"dropbox.media()","u":"/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxmedia/","b":["Scripting & APIs","Server Side API","DropBox"]},{"t":"dropbox.metaData()","u":"/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxmetadata/","b":["Scripting & APIs","Server Side API","DropBox"]},{"t":"dropbox.move()","u":"/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxmove/","b":["Scripting & APIs","Server Side API","DropBox"]},{"t":"dropbox.search()","u":"/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxsearch/","b":["Scripting & APIs","Server Side API","DropBox"]},{"t":"dropbox.upload()","u":"/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxupload/","b":["Scripting & APIs","Server Side API","DropBox"]},{"t":"DropBox","u":"/developers/documentation/scripting-apis/server-side-api/dropbox-object/","b":["Scripting & APIs","Server Side API"]},{"t":"parse.objects.create()","u":"/developers/documentation/scripting-apis/server-side-api/parse-object/objectcreate/","b":["Scripting & APIs","Server Side API","Parse"]},{"t":"parse.objects.delete()","u":"/developers/documentation/scripting-apis/server-side-api/parse-object/objectdelete/","b":["Scripting & APIs","Server Side API","Parse"]},{"t":"parse.objects.query()","u":"/developers/documentation/scripting-apis/server-side-api/parse-object/objectquery/","b":["Scripting & APIs","Server Side API","Parse"]},{"t":"parse.objects.read()","u":"/developers/documentation/scripting-apis/server-side-api/parse-object/objectread/","b":["Scripting & APIs","Server Side API","Parse"]},{"t":"parse.objects.update()","u":"/developers/documentation/scripting-apis/server-side-api/parse-object/objectupdate/","b":["Scripting & APIs","Server Side API","Parse"]},{"t":"Parse","u":"/developers/documentation/scripting-apis/server-side-api/parse-object/","b":["Scripting & APIs","Server Side API"]},{"t":"Payment Parameters","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/credit-card-payments/payment-parameters2/","b":["Scripting & APIs","Server Side API","ssj object","Credit Card Payments"]},{"t":"zooz.payment()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/credit-card-payments/payment/","b":["Scripting & APIs","Server Side API","ssj object","Credit Card Payments"]},{"t":"zooz.validate()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/credit-card-payments/validate/","b":["Scripting & APIs","Server Side API","ssj object","Credit Card Payments"]},{"t":"zoozStartCheckout()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/credit-card-payments/zoozstartcheckout/","b":["Scripting & APIs","Server Side API","ssj object","Credit Card Payments"]},{"t":"Credit Card Payments","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/credit-card-payments/","b":["Scripting & APIs","Server Side API","ssj object"]},{"t":"Data Preparation","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/data-preparation/","b":["Scripting & APIs","Server Side API","ssj object"]},{"t":"beginTransaction()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/database/begintransaction/","b":["Scripting & APIs","Server Side API","ssj object","Database"]},{"t":"commit()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/database/commit/","b":["Scripting & APIs","Server Side API","ssj object","Database"]},{"t":"delete()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/database/delete/","b":["Scripting & APIs","Server Side API","ssj object","Database"]},{"t":"exec()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/database/exec/","b":["Scripting & APIs","Server Side API","ssj object","Database"]},{"t":"getConnection()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/database/getconnection/","b":["Scripting & APIs","Server Side API","ssj object","Database"]},{"t":"getConnectionByName()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/database/getconnectionbyname/","b":["Scripting & APIs","Server Side API","ssj object","Database"]},{"t":"getViewData()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/database/getviewdata2/","b":["Scripting & APIs","Server Side API","ssj object","Database"]},{"t":"insert()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/database/insert/","b":["Scripting & APIs","Server Side API","ssj object","Database"]},{"t":"lastInsertId()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/database/lastinsertid/","b":["Scripting & APIs","Server Side API","ssj object","Database"]},{"t":"quote()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/database/quote/","b":["Scripting & APIs","Server Side API","ssj object","Database"]},{"t":"quoteInto()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/database/quoteinto/","b":["Scripting & APIs","Server Side API","ssj object","Database"]},{"t":"rollback()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/database/rollback/","b":["Scripting & APIs","Server Side API","ssj object","Database"]},{"t":"getSql()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/getsql/","b":["Scripting & APIs","Server Side API","ssj object","Database","Select Handling"]},{"t":"select().orWhere()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/orwhere/","b":["Scripting & APIs","Server Side API","ssj object","Database","Select Handling"]},{"t":"select().from()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-from/","b":["Scripting & APIs","Server Side API","ssj object","Database","Select Handling"]},{"t":"select().group()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-group/","b":["Scripting & APIs","Server Side API","ssj object","Database","Select Handling"]},{"t":"select().join()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-join/","b":["Scripting & APIs","Server Side API","ssj object","Database","Select Handling"]},{"t":"select().limit()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-limit/","b":["Scripting & APIs","Server Side API","ssj object","Database","Select Handling"]},{"t":"select().order()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-order/","b":["Scripting & APIs","Server Side API","ssj object","Database","Select Handling"]},{"t":"select().where()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-where/","b":["Scripting & APIs","Server Side API","ssj object","Database","Select Handling"]},{"t":"select()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select/","b":["Scripting & APIs","Server Side API","ssj object","Database","Select Handling"]},{"t":"Select Handling","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/","b":["Scripting & APIs","Server Side API","ssj object","Database"]},{"t":"update()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/database/update/","b":["Scripting & APIs","Server Side API","ssj object","Database"]},{"t":"Database","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/database/","b":["Scripting & APIs","Server Side API","ssj object"]},{"t":"appId()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/appid/","b":["Scripting & APIs","Server Side API","ssj object","Miscellaneous"]},{"t":"appName()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/appname/","b":["Scripting & APIs","Server Side API","ssj object","Miscellaneous"]},{"t":"checkHash()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/checkcryptblowfish/","b":["Scripting & APIs","Server Side API","ssj object","Miscellaneous"]},{"t":"hash()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/cryptblowfish/","b":["Scripting & APIs","Server Side API","ssj object","Miscellaneous"]},{"t":"getLatestError()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/getlatesterror/","b":["Scripting & APIs","Server Side API","ssj object","Miscellaneous"]},{"t":"getLoggedUser()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/getloggeduser2/","b":["Scripting & APIs","Server Side API","ssj object","Miscellaneous"]},{"t":"getUserParameter()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/getuserparameter/","b":["Scripting & APIs","Server Side API","ssj object","Miscellaneous"]},{"t":"getUUID()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/getuuid/","b":["Scripting & APIs","Server Side API","ssj object","Miscellaneous"]},{"t":"id()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/id/","b":["Scripting & APIs","Server Side API","ssj object","Miscellaneous"]},{"t":"JSON2OBJ","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/json2obj/","b":["Scripting & APIs","Server Side API","ssj object","Miscellaneous"]},{"t":"md5()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/md5/","b":["Scripting & APIs","Server Side API","ssj object","Miscellaneous"]},{"t":"OBJ2JSON","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/obj2json/","b":["Scripting & APIs","Server Side API","ssj object","Miscellaneous"]},{"t":"OBJ2XML","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/obj2xml/","b":["Scripting & APIs","Server Side API","ssj object","Miscellaneous"]},{"t":"sendEmail()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/sendemail2/","b":["Scripting & APIs","Server Side API","ssj object","Miscellaneous"]},{"t":"setUserParameter()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/setuserparameter/","b":["Scripting & APIs","Server Side API","ssj object","Miscellaneous"]},{"t":"sleep()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/sleep/","b":["Scripting & APIs","Server Side API","ssj object","Miscellaneous"]},{"t":"XML2OBJ","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/xml2obj/","b":["Scripting & APIs","Server Side API","ssj object","Miscellaneous"]},{"t":"Miscellaneous","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/","b":["Scripting & APIs","Server Side API","ssj object"]},{"t":"oAuthRequest()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/oauth/oauthrequest/","b":["Scripting & APIs","Server Side API","ssj object","OAuth"]},{"t":"OAuth","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/oauth/","b":["Scripting & APIs","Server Side API","ssj object"]},{"t":"deleteSessionObject()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/security/deletesessionobject/","b":["Scripting & APIs","Server Side API","ssj object","Security"]},{"t":"getLoggedUser()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/security/getloggeduser/","b":["Scripting & APIs","Server Side API","ssj object","Security"]},{"t":"getOwnerUser()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/security/getowneruser/","b":["Scripting & APIs","Server Side API","ssj object","Security"]},{"t":"getSessionObject()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/security/getsessionobject/","b":["Scripting & APIs","Server Side API","ssj object","Security"]},{"t":"setSessionObject()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/security/setsessionobject/","b":["Scripting & APIs","Server Side API","ssj object","Security"]},{"t":"Security","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/security/","b":["Scripting & APIs","Server Side API","ssj object"]},{"t":"buildHttpStr()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/buildhttpstr/","b":["Scripting & APIs","Server Side API","ssj object","Web Service Calls"]},{"t":"httpRequest()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/httprequest2/","b":["Scripting & APIs","Server Side API","ssj object","Web Service Calls"]},{"t":"httpRequestAdv()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/httprequestadv/","b":["Scripting & APIs","Server Side API","ssj object","Web Service Calls"]},{"t":"networkTimeout()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/networktimeout/","b":["Scripting & APIs","Server Side API","ssj object","Web Service Calls"]},{"t":"parseHttpStr()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/parsehttpstr/","b":["Scripting & APIs","Server Side API","ssj object","Web Service Calls"]},{"t":"soapRequest()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/soaprequest2/","b":["Scripting & APIs","Server Side API","ssj object","Web Service Calls"]},{"t":"Wizard","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/web-service-wizard2/","b":["Scripting & APIs","Server Side API","ssj object","Web Service Calls"]},{"t":"Web Service Calls","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/","b":["Scripting & APIs","Server Side API","ssj object"]},{"t":"ssj object","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/","b":["Scripting & APIs","Server Side API"]},{"t":"getAppsFoldersList()","u":"/developers/documentation/scripting-apis/server-side-api/sys-object/app-management/getappsfolderslist/","b":["Scripting & APIs","Server Side API","sys object","App Management"]},{"t":"getAppsList()","u":"/developers/documentation/scripting-apis/server-side-api/sys-object/app-management/getappslist/","b":["Scripting & APIs","Server Side API","sys object","App Management"]},{"t":"getSharedAppsFoldersList()","u":"/developers/documentation/scripting-apis/server-side-api/sys-object/app-management/getsharedappsfolderslist/","b":["Scripting & APIs","Server Side API","sys object","App Management"]},{"t":"getSharedAppsItemsList()","u":"/developers/documentation/scripting-apis/server-side-api/sys-object/app-management/getsharedappsitemslist/","b":["Scripting & APIs","Server Side API","sys object","App Management"]},{"t":"getSharedAppsUsersList()","u":"/developers/documentation/scripting-apis/server-side-api/sys-object/app-management/getsharedappsuserslist/","b":["Scripting & APIs","Server Side API","sys object","App Management"]},{"t":"App Management","u":"/developers/documentation/scripting-apis/server-side-api/sys-object/app-management/","b":["Scripting & APIs","Server Side API","sys object"]},{"t":"addToGroup()","u":"/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/addtogroup/","b":["Scripting & APIs","Server Side API","sys object","Group Management"]},{"t":"createGroup()","u":"/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/creategroup/","b":["Scripting & APIs","Server Side API","sys object","Group Management"]},{"t":"deleteGroup()","u":"/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/deletegroup/","b":["Scripting & APIs","Server Side API","sys object","Group Management"]},{"t":"getGroupById()","u":"/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/getgroupbyid/","b":["Scripting & APIs","Server Side API","sys object","Group Management"]},{"t":"getGroupMembers()","u":"/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/getgroupmembers/","b":["Scripting & APIs","Server Side API","sys object","Group Management"]},{"t":"getGroupsList()","u":"/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/getgroupslist/","b":["Scripting & APIs","Server Side API","sys object","Group Management"]},{"t":"removeFromGroup()","u":"/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/removefromgroup/","b":["Scripting & APIs","Server Side API","sys object","Group Management"]},{"t":"updateGroup()","u":"/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/updategroup/","b":["Scripting & APIs","Server Side API","sys object","Group Management"]},{"t":"Group Management","u":"/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/","b":["Scripting & APIs","Server Side API","sys object"]},{"t":"getQueries()","u":"/developers/documentation/scripting-apis/server-side-api/sys-object/queries-management/getqueries/","b":["Scripting & APIs","Server Side API","sys object","Queries Management"]},{"t":"getSharedQueries()","u":"/developers/documentation/scripting-apis/server-side-api/sys-object/queries-management/getsharedqueries/","b":["Scripting & APIs","Server Side API","sys object","Queries Management"]},{"t":"getSharedQueryFolders()","u":"/developers/documentation/scripting-apis/server-side-api/sys-object/queries-management/getsharedqueryfolders/","b":["Scripting & APIs","Server Side API","sys object","Queries Management"]},{"t":"loadQueryFolders()","u":"/developers/documentation/scripting-apis/server-side-api/sys-object/queries-management/loadqueryfolders/","b":["Scripting & APIs","Server Side API","sys object","Queries Management"]},{"t":"Queries Management","u":"/developers/documentation/scripting-apis/server-side-api/sys-object/queries-management/","b":["Scripting & APIs","Server Side API","sys object"]},{"t":"getResources()","u":"/developers/documentation/scripting-apis/server-side-api/sys-object/resources-management/getresources/","b":["Scripting & APIs","Server Side API","sys object","Resources Management"]},{"t":"getSharedResourceFolders()","u":"/developers/documentation/scripting-apis/server-side-api/sys-object/resources-management/getsharedresourcefolders/","b":["Scripting & APIs","Server Side API","sys object","Resources Management"]},{"t":"getSharedResources()","u":"/developers/documentation/scripting-apis/server-side-api/sys-object/resources-management/getsharedresources/","b":["Scripting & APIs","Server Side API","sys object","Resources Management"]},{"t":"loadResourceFolders()","u":"/developers/documentation/scripting-apis/server-side-api/sys-object/resources-management/loadresourcefolders/","b":["Scripting & APIs","Server Side API","sys object","Resources Management"]},{"t":"Resources Management","u":"/developers/documentation/scripting-apis/server-side-api/sys-object/resources-management/","b":["Scripting & APIs","Server Side API","sys object"]},{"t":"checkOwnerUserRights parameter","u":"/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/checkowneruserrights-parameter/","b":["Scripting & APIs","Server Side API","sys object","User Management"]},{"t":"createUser()","u":"/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/createuser/","b":["Scripting & APIs","Server Side API","sys object","User Management"]},{"t":"deleteUser()","u":"/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/deleteuser/","b":["Scripting & APIs","Server Side API","sys object","User Management"]},{"t":"getMemberOf()","u":"/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/getmemberof/","b":["Scripting & APIs","Server Side API","sys object","User Management"]},{"t":"getUserById()","u":"/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/getuserbyid/","b":["Scripting & APIs","Server Side API","sys object","User Management"]},{"t":"getUsersList()","u":"/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/loaduserslist/","b":["Scripting & APIs","Server Side API","sys object","User Management"]},{"t":"saveUser()","u":"/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/saveuser/","b":["Scripting & APIs","Server Side API","sys object","User Management"]},{"t":"setUserPassword()","u":"/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/setuserpassword/","b":["Scripting & APIs","Server Side API","sys object","User Management"]},{"t":"User Management","u":"/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/","b":["Scripting & APIs","Server Side API","sys object"]},{"t":"sys object","u":"/developers/documentation/scripting-apis/server-side-api/sys-object/","b":["Scripting & APIs","Server Side API"]},{"t":"Server Side API","u":"/developers/documentation/scripting-apis/server-side-api/","b":["Scripting & APIs"]},{"t":"Calling SSJ Methods","u":"/developers/documentation/scripting-apis/server-side-scripting-overview/calling-ssj-methods/","b":["Scripting & APIs","Server Side Scripting Overview"]},{"t":"Database Handling with SSJ","u":"/developers/documentation/scripting-apis/server-side-scripting-overview/database-handling-with-ssj/","b":["Scripting & APIs","Server Side Scripting Overview"]},{"t":"Debugging","u":"/developers/documentation/scripting-apis/server-side-scripting-overview/debugging2/","b":["Scripting & APIs","Server Side Scripting Overview"]},{"t":"Including Public Server Side Scripts","u":"/developers/documentation/scripting-apis/server-side-scripting-overview/including-public-server-side-s/","b":["Scripting & APIs","Server Side Scripting Overview"]},{"t":"On App Load","u":"/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/on-app-load/","b":["Scripting & APIs","Server Side Scripting Overview","SSJ Events"]},{"t":"On Instance Create","u":"/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/on-instance-create/","b":["Scripting & APIs","Server Side Scripting Overview","SSJ Events"]},{"t":"On Instance Load","u":"/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/on-instance-load/","b":["Scripting & APIs","Server Side Scripting Overview","SSJ Events"]},{"t":"On Instance Save","u":"/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/on-instance-save/","b":["Scripting & APIs","Server Side Scripting Overview","SSJ Events"]},{"t":"On User Login","u":"/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/on-user-login/","b":["Scripting & APIs","Server Side Scripting Overview","SSJ Events"]},{"t":"The 'user' object","u":"/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/the-user-object/","b":["Scripting & APIs","Server Side Scripting Overview","SSJ Events"]},{"t":"SSJ Events","u":"/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/","b":["Scripting & APIs","Server Side Scripting Overview"]},{"t":"Defining SSJ Methods","u":"/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-user-defined-methods/","b":["Scripting & APIs","Server Side Scripting Overview"]},{"t":"Where to Write SSJ Scripts","u":"/developers/documentation/scripting-apis/server-side-scripting-overview/where-to-write-ssj-scripts/","b":["Scripting & APIs","Server Side Scripting Overview"]},{"t":"Writing Secure Code","u":"/developers/documentation/scripting-apis/server-side-scripting-overview/writing-secure-code/","b":["Scripting & APIs","Server Side Scripting Overview"]},{"t":"Server Side Scripting Overview","u":"/developers/documentation/scripting-apis/server-side-scripting-overview/","b":["Scripting & APIs"]},{"t":"Scripting & APIs","u":"/developers/documentation/scripting-apis/","b":[""]}]} \ No newline at end of file +{"pages":[{"t":"Debugging Native Apps","u":"/developers/documentation/ac-mobile-build-phonegap/debugging-native-apps/","b":["AC Mobile Build & PhoneGap"]},{"t":"Android Certificate Generation","u":"/developers/documentation/ac-mobile-build-phonegap/certificates/wizard/certgen-android/","b":["AC Mobile Build & PhoneGap","Certificates","AC Certificate Generator"]},{"t":"iOS Certificate Generation","u":"/developers/documentation/ac-mobile-build-phonegap/certificates/wizard/certgen-ios/","b":["AC Mobile Build & PhoneGap","Certificates","AC Certificate Generator"]},{"t":"AC Certificate Generator","u":"/developers/documentation/ac-mobile-build-phonegap/certificates/wizard/","b":["AC Mobile Build & PhoneGap","Certificates"]},{"t":"Publishing Android Apps on Play","u":"/developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/publishing-android-apps-on-pla/","b":["AC Mobile Build & PhoneGap","Certificates","Manual Certificate Generation","Android Certificates"]},{"t":"Selling Android Apps","u":"/developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/selling-android-apps/","b":["AC Mobile Build & PhoneGap","Certificates","Manual Certificate Generation","Android Certificates"]},{"t":"Generating Codesigning Certificates","u":"/developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/generating-codesigning-certici/","b":["AC Mobile Build & PhoneGap","Certificates","Manual Certificate Generation","Android Certificates"]},{"t":"Google Play Signup","u":"/developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/google-play/","b":["AC Mobile Build & PhoneGap","Certificates","Manual Certificate Generation","Android Certificates"]},{"t":"Debug Development Certificates","u":"/developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/debug-development-certificates/","b":["AC Mobile Build & PhoneGap","Certificates","Manual Certificate Generation","Android Certificates"]},{"t":"Android Certificates","u":"/developers/documentation/ac-mobile-build-phonegap/certificates/manual/android-certificates/","b":["AC Mobile Build & PhoneGap","Certificates","Manual Certificate Generation"]},{"t":"iOS Assist Service","u":"/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/i-havent-got-a-mac/","b":["AC Mobile Build & PhoneGap","Certificates","Manual Certificate Generation","iOS Keys and Certificates"]},{"t":"Create a Provisioning Profile","u":"/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/create-a-provisioning-profile/","b":["AC Mobile Build & PhoneGap","Certificates","Manual Certificate Generation","iOS Keys and Certificates","Do It Yourself Guide","Setting up for development"]},{"t":"Generating a P12 Certificate","u":"/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/generating-a-p12-certificate/","b":["AC Mobile Build & PhoneGap","Certificates","Manual Certificate Generation","iOS Keys and Certificates","Do It Yourself Guide","Setting up for development"]},{"t":"Add Devices","u":"/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/add-devices/","b":["AC Mobile Build & PhoneGap","Certificates","Manual Certificate Generation","iOS Keys and Certificates","Do It Yourself Guide","Setting up for development"]},{"t":"Create an App ID","u":"/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/create-an-app-id/","b":["AC Mobile Build & PhoneGap","Certificates","Manual Certificate Generation","iOS Keys and Certificates","Do It Yourself Guide","Setting up for development"]},{"t":"Create Development Certificate","u":"/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/certificates/","b":["AC Mobile Build & PhoneGap","Certificates","Manual Certificate Generation","iOS Keys and Certificates","Do It Yourself Guide","Setting up for development"]},{"t":"Sign in","u":"/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/sign-in2/","b":["AC Mobile Build & PhoneGap","Certificates","Manual Certificate Generation","iOS Keys and Certificates","Do It Yourself Guide","Setting up for development"]},{"t":"Setting up for development","u":"/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-development/","b":["AC Mobile Build & PhoneGap","Certificates","Manual Certificate Generation","iOS Keys and Certificates","Do It Yourself Guide"]},{"t":"Building your Apps","u":"/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/building-your-apps/","b":["AC Mobile Build & PhoneGap","Certificates","Manual Certificate Generation","iOS Keys and Certificates","Do It Yourself Guide"]},{"t":"iTunes Connect","u":"/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/publishing-your-ios-app/itunes-connect/","b":["AC Mobile Build & PhoneGap","Certificates","Manual Certificate Generation","iOS Keys and Certificates","Do It Yourself Guide","Publishing your iOS App"]},{"t":"Application Loader","u":"/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/publishing-your-ios-app/app-uploader/","b":["AC Mobile Build & PhoneGap","Certificates","Manual Certificate Generation","iOS Keys and Certificates","Do It Yourself Guide","Publishing your iOS App"]},{"t":"Publishing your iOS App","u":"/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/publishing-your-ios-app/","b":["AC Mobile Build & PhoneGap","Certificates","Manual Certificate Generation","iOS Keys and Certificates","Do It Yourself Guide"]},{"t":"Distribution Profile","u":"/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-distribution/distribution-profile/","b":["AC Mobile Build & PhoneGap","Certificates","Manual Certificate Generation","iOS Keys and Certificates","Do It Yourself Guide","Setting up for Distribution"]},{"t":"Distribution Certificate and P12","u":"/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-distribution/distrbution-certificate-and-p1/","b":["AC Mobile Build & PhoneGap","Certificates","Manual Certificate Generation","iOS Keys and Certificates","Do It Yourself Guide","Setting up for Distribution"]},{"t":"Setting up for Distribution","u":"/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/setting-up-for-distribution/","b":["AC Mobile Build & PhoneGap","Certificates","Manual Certificate Generation","iOS Keys and Certificates","Do It Yourself Guide"]},{"t":"iOS University Program","u":"/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/apple-accounts/ios-university-program/","b":["AC Mobile Build & PhoneGap","Certificates","Manual Certificate Generation","iOS Keys and Certificates","Do It Yourself Guide","Apple Accounts"]},{"t":"iOS Enterprise Program","u":"/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/apple-accounts/creating-an-apple-enterprise-a/","b":["AC Mobile Build & PhoneGap","Certificates","Manual Certificate Generation","iOS Keys and Certificates","Do It Yourself Guide","Apple Accounts"]},{"t":"Creating an Apple Developer Account","u":"/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/apple-accounts/creating-an-apple-developer-ac/","b":["AC Mobile Build & PhoneGap","Certificates","Manual Certificate Generation","iOS Keys and Certificates","Do It Yourself Guide","Apple Accounts"]},{"t":"Apple Accounts","u":"/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/apple-accounts/","b":["AC Mobile Build & PhoneGap","Certificates","Manual Certificate Generation","iOS Keys and Certificates","Do It Yourself Guide"]},{"t":"Do It Yourself Guide","u":"/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/do-it-yourself-guide/","b":["AC Mobile Build & PhoneGap","Certificates","Manual Certificate Generation","iOS Keys and Certificates"]},{"t":"iOS Keys and Certificates","u":"/developers/documentation/ac-mobile-build-phonegap/certificates/manual/ios-keys-and-certificates/","b":["AC Mobile Build & PhoneGap","Certificates","Manual Certificate Generation"]},{"t":"Manual Certificate Generation","u":"/developers/documentation/ac-mobile-build-phonegap/certificates/manual/","b":["AC Mobile Build & PhoneGap","Certificates"]},{"t":"Certificates","u":"/developers/documentation/ac-mobile-build-phonegap/certificates/","b":["AC Mobile Build & PhoneGap"]},{"t":"PhoneGap Options","u":"/developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/enabling-device-features/","b":["AC Mobile Build & PhoneGap","Apps Developed with Application Craft"]},{"t":"Splash Screen and Icon","u":"/developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/splash-screen-and-icon/","b":["AC Mobile Build & PhoneGap","Apps Developed with Application Craft"]},{"t":"Device Events","u":"/developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/phonegap-specific-events/","b":["AC Mobile Build & PhoneGap","Apps Developed with Application Craft"]},{"t":"Debugging","u":"/developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/acmb-debugging/","b":["AC Mobile Build & PhoneGap","Apps Developed with Application Craft"]},{"t":"PhoneGap API Functions","u":"/developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/phonegap-functions/","b":["AC Mobile Build & PhoneGap","Apps Developed with Application Craft"]},{"t":"Mobile Widgets and Layout","u":"/developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/mobile-widgets-and-layout/","b":["AC Mobile Build & PhoneGap","Apps Developed with Application Craft"]},{"t":"Apps Developed with Application Craft","u":"/developers/documentation/ac-mobile-build-phonegap/apps-developed-with-application-craft/","b":["AC Mobile Build & PhoneGap"]},{"t":"Key Management","u":"/developers/documentation/ac-mobile-build-phonegap/phonegapbuild/key-management/","b":["AC Mobile Build & PhoneGap","PhoneGap:Build"]},{"t":"Manual Building","u":"/developers/documentation/ac-mobile-build-phonegap/phonegapbuild/manual-building/","b":["AC Mobile Build & PhoneGap","PhoneGap:Build"]},{"t":"Building your Apps","u":"/developers/documentation/ac-mobile-build-phonegap/phonegapbuild/building-the-native-apps/","b":["AC Mobile Build & PhoneGap","PhoneGap:Build"]},{"t":"Deploying your Native Apps","u":"/developers/documentation/ac-mobile-build-phonegap/phonegapbuild/deploying-your-native-apps/","b":["AC Mobile Build & PhoneGap","PhoneGap:Build"]},{"t":"PhoneGap:Build","u":"/developers/documentation/ac-mobile-build-phonegap/phonegapbuild/","b":["AC Mobile Build & PhoneGap"]},{"t":"MailTo Plugin","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/mailto-plugin/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins"]},{"t":"transaction","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/transaction/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","SQLite Plugin","Methods"]},{"t":"query","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/query/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","SQLite Plugin","Methods"]},{"t":"insert","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/insert2/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","SQLite Plugin","Methods"]},{"t":"open","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/open3/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","SQLite Plugin","Methods"]},{"t":"del","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/del/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","SQLite Plugin","Methods"]},{"t":"executeSQL","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/executesql/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","SQLite Plugin","Methods"]},{"t":"update","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/update2/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","SQLite Plugin","Methods"]},{"t":"remove","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/remove/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","SQLite Plugin","Methods"]},{"t":"close","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/close2/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","SQLite Plugin","Methods"]},{"t":"Methods","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/methods/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","SQLite Plugin"]},{"t":"SQLite Plugin","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/sqlite-plugin/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins"]},{"t":"Local Notification","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/local-notification/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins"]},{"t":"AdMob","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/ad-mob/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins"]},{"t":"AC Built Apps","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-ac-built-apps/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","Xtify Push Notifications"]},{"t":"Notification API","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/apis/xtify-notification-api/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","Xtify Push Notifications","Other APIs"]},{"t":"Location API","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/apis/xtify-location-api/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","Xtify Push Notifications","Other APIs"]},{"t":"Tag API","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/apis/xtify-tag-api/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","Xtify Push Notifications","Other APIs"]},{"t":"Other APIs","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/apis/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","Xtify Push Notifications"]},{"t":"Technical Support","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-support/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","Xtify Push Notifications"]},{"t":"Send a Notification","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-push-message/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","Xtify Push Notifications"]},{"t":"Overview","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-overview/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","Xtify Push Notifications"]},{"t":"Non-AC built Apps","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-non-ac-apps/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","Xtify Push Notifications"]},{"t":"Do a test build","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/android/xtify-android-test-build/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","Xtify Push Notifications","Configuration Steps","Android"]},{"t":"Xtify Portal","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/android/xtify-android-portal-setup/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","Xtify Push Notifications","Configuration Steps","Android"]},{"t":"Application Key","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/android/xtify-android-application-key-ac/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","Xtify Push Notifications","Configuration Steps","Android"]},{"t":"Android","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/android/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","Xtify Push Notifications","Configuration Steps"]},{"t":"Do a test build","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/iOS/xtify-ios-test-build/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","Xtify Push Notifications","Configuration Steps","iOS"]},{"t":"Create a Push Certificate for iOS","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/iOS/xtify-ios-push-certificate/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","Xtify Push Notifications","Configuration Steps","iOS"]},{"t":"Application Key","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/iOS/xtify-ios-application-key-ac/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","Xtify Push Notifications","Configuration Steps","iOS"]},{"t":"Xtify Portal","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/iOS/xtify-ios-portal-setup/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","Xtify Push Notifications","Configuration Steps","iOS"]},{"t":"iOS","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/iOS/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","Xtify Push Notifications","Configuration Steps"]},{"t":"Configuration Steps","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/configuration/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","Xtify Push Notifications"]},{"t":"Testing on your desktop","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/your-app/xtify-app-testing/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","Xtify Push Notifications","Your Push App"]},{"t":"Debugging","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/your-app/xtify-app-debugging/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","Xtify Push Notifications","Your Push App"]},{"t":"A Basic Push App","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/your-app/xtify-basic-app/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","Xtify Push Notifications","Your Push App"]},{"t":"Your Push App","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/your-app/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","Xtify Push Notifications"]},{"t":"Add Registration Code to your app","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-add-reg-code/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","Xtify Push Notifications"]},{"t":"Complete Example App","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-example-app/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","Xtify Push Notifications"]},{"t":"Rich Notifications","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-rich/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","Xtify Push Notifications"]},{"t":"Back End Systems","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/xtify-backend-systems/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","Xtify Push Notifications"]},{"t":"Xtify Push Notifications","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/xtify-push-notifications/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins"]},{"t":"ZXing Bar Code Scanner","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/zxing-bar-code-scanner/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins"]},{"t":"openExternal","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/events/openexternal2/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","Child Browser","Events"]},{"t":"close","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/events/close4/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","Child Browser","Events"]},{"t":"locationChange","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/events/locationchange/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","Child Browser","Events"]},{"t":"Events","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/events/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","Child Browser"]},{"t":"openExternal()","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/methods/openexternal/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","Child Browser","Methods"]},{"t":"showWebPage()","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/methods/showwebpage/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","Child Browser","Methods"]},{"t":"close()","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/methods/close3/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","Child Browser","Methods"]},{"t":"Methods","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/methods/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins","Child Browser"]},{"t":"Child Browser","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/child-browser/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins"]},{"t":"Scandit Free","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/scandit-free/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins"]},{"t":"Adding your own Plugins","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/adding-your-own-plugins/","b":["AC Mobile Build & PhoneGap","AC Mobile Build","AC Build Plugins"]},{"t":"AC Build Plugins","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-build-plugins/","b":["AC Mobile Build & PhoneGap","AC Mobile Build"]},{"t":"Build Error Messages","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/build-error-messages/","b":["AC Mobile Build & PhoneGap","AC Mobile Build"]},{"t":"Building Your Apps","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/automatic-building/","b":["AC Mobile Build & PhoneGap","AC Mobile Build"]},{"t":"Deploy your Native Apps","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/deploy-your-native-apps/","b":["AC Mobile Build & PhoneGap","AC Mobile Build"]},{"t":"Apps developed outside Application Craft","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/external-html5cssjs-apps/","b":["AC Mobile Build & PhoneGap","AC Mobile Build"]},{"t":"Build Errors","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/build-errors/","b":["AC Mobile Build & PhoneGap","AC Mobile Build"]},{"t":"Apps developed in Application Craft","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/ac-apps/","b":["AC Mobile Build & PhoneGap","AC Mobile Build"]},{"t":"AC Mobile Build","u":"/developers/documentation/ac-mobile-build-phonegap/ac-mobile-build/","b":["AC Mobile Build & PhoneGap"]},{"t":"PhoneGap Direct","u":"/developers/documentation/ac-mobile-build-phonegap/phonegap-direct/","b":["AC Mobile Build & PhoneGap"]},{"t":"AC Mobile Build & PhoneGap","u":"/developers/documentation/ac-mobile-build-phonegap/","b":[""]},{"t":"Private, Shared and Public Folders","u":"/developers/documentation/product-guide/the-console/private-shared-and-public-fol/","b":["Product Guide","The Console"]},{"t":"Query Test","u":"/developers/documentation/product-guide/the-console/console-tabs/queries/query-wizard/query-test/","b":["Product Guide","The Console","Console Tabs","Queries","Query Wizard"]},{"t":"Input & Output Field Configuration","u":"/developers/documentation/product-guide/the-console/console-tabs/queries/query-wizard/input-output-field-configurat/","b":["Product Guide","The Console","Console Tabs","Queries","Query Wizard"]},{"t":"Join Configuration","u":"/developers/documentation/product-guide/the-console/console-tabs/queries/query-wizard/join-configuration/","b":["Product Guide","The Console","Console Tabs","Queries","Query Wizard"]},{"t":"Table Selection","u":"/developers/documentation/product-guide/the-console/console-tabs/queries/query-wizard/table-selection/","b":["Product Guide","The Console","Console Tabs","Queries","Query Wizard"]},{"t":"Query Wizard","u":"/developers/documentation/product-guide/the-console/console-tabs/queries/query-wizard/","b":["Product Guide","The Console","Console Tabs","Queries"]},{"t":"Queries","u":"/developers/documentation/product-guide/the-console/console-tabs/queries/","b":["Product Guide","The Console","Console Tabs"]},{"t":"Google Maps","u":"/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/google-maps/","b":["Product Guide","The Console","Console Tabs","More","Account Variables"]},{"t":"Google Analytics Parameters","u":"/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/google-analytics-parameters/","b":["Product Guide","The Console","Console Tabs","More","Account Variables"]},{"t":"PhoneGap Parameters","u":"/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/phonegap-parameters/","b":["Product Guide","The Console","Console Tabs","More","Account Variables"]},{"t":"Adding your SMTP Parameters","u":"/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/smtp-parameters/adding-your-smtp-parameters/","b":["Product Guide","The Console","Console Tabs","More","Account Variables","SMTP Parameters"]},{"t":"SMTP Parameters","u":"/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/smtp-parameters/","b":["Product Guide","The Console","Console Tabs","More","Account Variables"]},{"t":"System Parameters Configuration","u":"/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/system-parameters/system-parameters-configuratio/","b":["Product Guide","The Console","Console Tabs","More","Account Variables","System Parameters"]},{"t":"System Parameters","u":"/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/system-parameters/","b":["Product Guide","The Console","Console Tabs","More","Account Variables"]},{"t":"Reading User Parameters from an App","u":"/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/user-parameters/accessing-user-parameters-from/","b":["Product Guide","The Console","Console Tabs","More","Account Variables","User Parameters"]},{"t":"Setting User Parameters from an App","u":"/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/user-parameters/setting-user-parameters-from-a/","b":["Product Guide","The Console","Console Tabs","More","Account Variables","User Parameters"]},{"t":"Configuring Group parameters","u":"/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/user-parameters/configuring-group-parameters/","b":["Product Guide","The Console","Console Tabs","More","Account Variables","User Parameters"]},{"t":"Adding a new User Parameter Group","u":"/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/user-parameters/adding-a-new-user-parameter-gr/","b":["Product Guide","The Console","Console Tabs","More","Account Variables","User Parameters"]},{"t":"User Parameters","u":"/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/user-parameters/","b":["Product Guide","The Console","Console Tabs","More","Account Variables"]},{"t":"Account Variables","u":"/developers/documentation/product-guide/the-console/console-tabs/more/account-variables/","b":["Product Guide","The Console","Console Tabs","More"]},{"t":"My User Variables","u":"/developers/documentation/product-guide/the-console/console-tabs/more/my-details/","b":["Product Guide","The Console","Console Tabs","More"]},{"t":"Users","u":"/developers/documentation/product-guide/the-console/console-tabs/more/users-groups/users/","b":["Product Guide","The Console","Console Tabs","More","Users & Groups"]},{"t":"Groups","u":"/developers/documentation/product-guide/the-console/console-tabs/more/users-groups/groups/","b":["Product Guide","The Console","Console Tabs","More","Users & Groups"]},{"t":"Users & Groups","u":"/developers/documentation/product-guide/the-console/console-tabs/more/users-groups/","b":["Product Guide","The Console","Console Tabs","More"]},{"t":"Adding a 3rd Party Widget","u":"/developers/documentation/product-guide/the-console/console-tabs/more/widgets/adding-a-3rd-party-widget/","b":["Product Guide","The Console","Console Tabs","More","Widgets"]},{"t":"Adding a Native AC Widget","u":"/developers/documentation/product-guide/the-console/console-tabs/more/widgets/adding-a-native-ac-widget/","b":["Product Guide","The Console","Console Tabs","More","Widgets"]},{"t":"Widgets","u":"/developers/documentation/product-guide/the-console/console-tabs/more/widgets/","b":["Product Guide","The Console","Console Tabs","More"]},{"t":"Notifiers","u":"/developers/documentation/product-guide/the-console/console-tabs/more/notifiers/","b":["Product Guide","The Console","Console Tabs","More"]},{"t":"More","u":"/developers/documentation/product-guide/the-console/console-tabs/more/","b":["Product Guide","The Console","Console Tabs"]},{"t":"Resources","u":"/developers/documentation/product-guide/the-console/console-tabs/resources/","b":["Product Guide","The Console","Console Tabs"]},{"t":"Apps","u":"/developers/documentation/product-guide/the-console/console-tabs/applications/","b":["Product Guide","The Console","Console Tabs"]},{"t":"Themes","u":"/developers/documentation/product-guide/the-console/console-tabs/themes-overview/","b":["Product Guide","The Console","Console Tabs"]},{"t":"Configuring a Connection","u":"/developers/documentation/product-guide/the-console/console-tabs/connections/configuring-a-connection/","b":["Product Guide","The Console","Console Tabs","Connections"]},{"t":"Sharing Connections","u":"/developers/documentation/product-guide/the-console/console-tabs/connections/sharing-connections/","b":["Product Guide","The Console","Console Tabs","Connections"]},{"t":"Connections","u":"/developers/documentation/product-guide/the-console/console-tabs/connections/","b":["Product Guide","The Console","Console Tabs"]},{"t":"Console Tabs","u":"/developers/documentation/product-guide/the-console/console-tabs/","b":["Product Guide","The Console"]},{"t":"Versions","u":"/developers/documentation/product-guide/the-console/versions/","b":["Product Guide","The Console"]},{"t":"Sharing","u":"/developers/documentation/product-guide/the-console/sharing/","b":["Product Guide","The Console"]},{"t":"Import","u":"/developers/documentation/product-guide/the-console/import-export/import/","b":["Product Guide","The Console","Import/Export"]},{"t":"Export","u":"/developers/documentation/product-guide/the-console/import-export/export/","b":["Product Guide","The Console","Import/Export"]},{"t":"Import/Export","u":"/developers/documentation/product-guide/the-console/import-export/","b":["Product Guide","The Console"]},{"t":"General Screen Behavior","u":"/developers/documentation/product-guide/the-console/general-screen-behavior/","b":["Product Guide","The Console"]},{"t":"The Console","u":"/developers/documentation/product-guide/the-console/","b":["Product Guide"]},{"t":"Designer Screen","u":"/developers/documentation/product-guide/content-and-app-layout/introduction/designer-screen/","b":["Product Guide","Content and App Layout","Introduction"]},{"t":"Table Widget","u":"/developers/documentation/product-guide/content-and-app-layout/introduction/table-widget/","b":["Product Guide","Content and App Layout","Introduction"]},{"t":"Theme Management","u":"/developers/documentation/product-guide/content-and-app-layout/introduction/themes-styles/themesmanage/","b":["Product Guide","Content and App Layout","Introduction","Themes & Styles"]},{"t":"Style Management","u":"/developers/documentation/product-guide/content-and-app-layout/introduction/themes-styles/style-management/","b":["Product Guide","Content and App Layout","Introduction","Themes & Styles"]},{"t":"Themes & Styles","u":"/developers/documentation/product-guide/content-and-app-layout/introduction/themes-styles/","b":["Product Guide","Content and App Layout","Introduction"]},{"t":"Understanding Widgets","u":"/developers/documentation/product-guide/content-and-app-layout/introduction/understanding-widgets/","b":["Product Guide","Content and App Layout","Introduction"]},{"t":"Setting a Margin","u":"/developers/documentation/product-guide/content-and-app-layout/introduction/setting-a-margin/","b":["Product Guide","Content and App Layout","Introduction"]},{"t":"Mobile Widgets","u":"/developers/documentation/product-guide/content-and-app-layout/introduction/mobile-widgets/","b":["Product Guide","Content and App Layout","Introduction"]},{"t":"Managing Images","u":"/developers/documentation/product-guide/content-and-app-layout/introduction/managing-images/","b":["Product Guide","Content and App Layout","Introduction"]},{"t":"Pages","u":"/developers/documentation/product-guide/content-and-app-layout/introduction/pagesintro/","b":["Product Guide","Content and App Layout","Introduction"]},{"t":"Creating a New Content App","u":"/developers/documentation/product-guide/content-and-app-layout/introduction/creating-a-new-content-app/","b":["Product Guide","Content and App Layout","Introduction"]},{"t":"Working with Blocks of Text","u":"/developers/documentation/product-guide/content-and-app-layout/introduction/working-with-blocks-of-text/","b":["Product Guide","Content and App Layout","Introduction"]},{"t":"Introduction","u":"/developers/documentation/product-guide/content-and-app-layout/introduction/","b":["Product Guide","Content and App Layout"]},{"t":"Working with Images","u":"/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/working-with-images/","b":["Product Guide","Content and App Layout","Editing and Laying Out - Reference"]},{"t":"Menus and Navigation","u":"/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/menus-and-navigation/","b":["Product Guide","Content and App Layout","Editing and Laying Out - Reference"]},{"t":"Snap to Grid","u":"/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/snap-to-grid/","b":["Product Guide","Content and App Layout","Editing and Laying Out - Reference"]},{"t":"Selection & Multi Selection","u":"/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/selection-multi-selection/","b":["Product Guide","Content and App Layout","Editing and Laying Out - Reference"]},{"t":"Equal Distribution","u":"/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/equal-distribution/","b":["Product Guide","Content and App Layout","Editing and Laying Out - Reference"]},{"t":"Referencing Documents & Files","u":"/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/referencing-documents-files/","b":["Product Guide","Content and App Layout","Editing and Laying Out - Reference"]},{"t":"Drag Alignment","u":"/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/drag-alignment/","b":["Product Guide","Content and App Layout","Editing and Laying Out - Reference"]},{"t":"Page Order","u":"/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/page-order/","b":["Product Guide","Content and App Layout","Editing and Laying Out - Reference"]},{"t":"Equal Sizing","u":"/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/equal-sizing/","b":["Product Guide","Content and App Layout","Editing and Laying Out - Reference"]},{"t":"Equal Spacing","u":"/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/equal-spacing/","b":["Product Guide","Content and App Layout","Editing and Laying Out - Reference"]},{"t":"The Widget Explorer","u":"/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/the-widget-explorer/","b":["Product Guide","Content and App Layout","Editing and Laying Out - Reference"]},{"t":"Reverting to Theme Style","u":"/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/reverting-to-theme-style/","b":["Product Guide","Content and App Layout","Editing and Laying Out - Reference"]},{"t":"Must Read Layout Tips and Tricks","u":"/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/must-read-layout-tips-and-tric/","b":["Product Guide","Content and App Layout","Editing and Laying Out - Reference"]},{"t":"Widget Grouping","u":"/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/widget-grouping/","b":["Product Guide","Content and App Layout","Editing and Laying Out - Reference"]},{"t":"Adding Audio & Video","u":"/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/adding-audio-video/","b":["Product Guide","Content and App Layout","Editing and Laying Out - Reference"]},{"t":"Showing container outlines","u":"/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/showing-container-outlines/","b":["Product Guide","Content and App Layout","Editing and Laying Out - Reference"]},{"t":"Anchoring","u":"/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/widget-anchoring/","b":["Product Guide","Content and App Layout","Editing and Laying Out - Reference"]},{"t":"Undo & Redo","u":"/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/undo-redo/","b":["Product Guide","Content and App Layout","Editing and Laying Out - Reference"]},{"t":"Tab Order","u":"/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/tab-order/","b":["Product Guide","Content and App Layout","Editing and Laying Out - Reference"]},{"t":"Widget Layer / Z-Order","u":"/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/layer--z-order/","b":["Product Guide","Content and App Layout","Editing and Laying Out - Reference"]},{"t":"Widget Alignment","u":"/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/widget-alignment-distribution/","b":["Product Guide","Content and App Layout","Editing and Laying Out - Reference"]},{"t":"Repeating Widgets Across Multiple Pages","u":"/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/repeating-widgets-across-multi/","b":["Product Guide","Content and App Layout","Editing and Laying Out - Reference"]},{"t":"Clipboard","u":"/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/clipboard/","b":["Product Guide","Content and App Layout","Editing and Laying Out - Reference"]},{"t":"Editing and Laying Out - Reference","u":"/developers/documentation/product-guide/content-and-app-layout/editing-and-laying-out-reference/","b":["Product Guide","Content and App Layout"]},{"t":"Right Click Parent Container Selection","u":"/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/right-click-parent-container-s/","b":["Product Guide","Content and App Layout","Responsive / Adaptive / Fluid Design"]},{"t":"Adaptive Layout Overview","u":"/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/adaptive-layout-rules/","b":["Product Guide","Content and App Layout","Responsive / Adaptive / Fluid Design"]},{"t":"Container Outlines","u":"/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/container-outlines/","b":["Product Guide","Content and App Layout","Responsive / Adaptive / Fluid Design"]},{"t":"Resize Events","u":"/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/resize-events/","b":["Product Guide","Content and App Layout","Responsive / Adaptive / Fluid Design"]},{"t":"Margins","u":"/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/margins/","b":["Product Guide","Content and App Layout","Responsive / Adaptive / Fluid Design"]},{"t":"Adaptive Layout Event","u":"/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/adaptive-layout-event/","b":["Product Guide","Content and App Layout","Responsive / Adaptive / Fluid Design"]},{"t":"Understanding Containers","u":"/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/understanding-containers/","b":["Product Guide","Content and App Layout","Responsive / Adaptive / Fluid Design"]},{"t":"Absolute and Relative Layout","u":"/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/absolute-and-relative-layout/","b":["Product Guide","Content and App Layout","Responsive / Adaptive / Fluid Design"]},{"t":"Aligning Widgets Inside Containers","u":"/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/aligning-widgets-inside-contai/","b":["Product Guide","Content and App Layout","Responsive / Adaptive / Fluid Design"]},{"t":"'Sizes' Property Dialog","u":"/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/sizes-property-dialog/","b":["Product Guide","Content and App Layout","Responsive / Adaptive / Fluid Design"]},{"t":"Right Click Width Settings","u":"/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/right-click-width-settings/","b":["Product Guide","Content and App Layout","Responsive / Adaptive / Fluid Design"]},{"t":"Adaptive Layout Rule Definition","u":"/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/adaptive-layout-rule-definitio/","b":["Product Guide","Content and App Layout","Responsive / Adaptive / Fluid Design"]},{"t":"Responsive / Adaptive / Fluid Design","u":"/developers/documentation/product-guide/content-and-app-layout/responsive-adaptive-fluid-design/","b":["Product Guide","Content and App Layout"]},{"t":"Content and App Layout","u":"/developers/documentation/product-guide/content-and-app-layout/","b":["Product Guide"]},{"t":"Circle Menu","u":"/developers/documentation/product-guide/widget-properties-events/beta/circle-menu/","b":["Product Guide","Widget Properties & Events","Beta"]},{"t":"Context Menu","u":"/developers/documentation/product-guide/widget-properties-events/beta/context-menu/","b":["Product Guide","Widget Properties & Events","Beta"]},{"t":"Share This","u":"/developers/documentation/product-guide/widget-properties-events/beta/share-this/","b":["Product Guide","Widget Properties & Events","Beta"]},{"t":"jPlayer","u":"/developers/documentation/product-guide/widget-properties-events/beta/jplayer/","b":["Product Guide","Widget Properties & Events","Beta"]},{"t":"Zingchart","u":"/developers/documentation/product-guide/widget-properties-events/beta/zingchart/","b":["Product Guide","Widget Properties & Events","Beta"]},{"t":"Scandit Button","u":"/developers/documentation/product-guide/widget-properties-events/beta/scandit-button/","b":["Product Guide","Widget Properties & Events","Beta"]},{"t":"Beta","u":"/developers/documentation/product-guide/widget-properties-events/beta/","b":["Product Guide","Widget Properties & Events"]},{"t":"Sign Up","u":"/developers/documentation/product-guide/widget-properties-events/authentication/authsign-up/","b":["Product Guide","Widget Properties & Events","Authentication"]},{"t":"Captcha","u":"/developers/documentation/product-guide/widget-properties-events/authentication/authcaptcha/","b":["Product Guide","Widget Properties & Events","Authentication"]},{"t":"Password","u":"/developers/documentation/product-guide/widget-properties-events/authentication/authpassword/","b":["Product Guide","Widget Properties & Events","Authentication"]},{"t":"Sign In","u":"/developers/documentation/product-guide/widget-properties-events/authentication/authsign-in/","b":["Product Guide","Widget Properties & Events","Authentication"]},{"t":"Authentication","u":"/developers/documentation/product-guide/widget-properties-events/authentication/","b":["Product Guide","Widget Properties & Events"]},{"t":"Prefilling List and Grids","u":"/developers/documentation/product-guide/widget-properties-events/prefill/","b":["Product Guide","Widget Properties & Events"]},{"t":"Page Properties","u":"/developers/documentation/product-guide/widget-properties-events/page-properties/","b":["Product Guide","Widget Properties & Events"]},{"t":"Accessing Events","u":"/developers/documentation/product-guide/widget-properties-events/events/accessing-events/","b":["Product Guide","Widget Properties & Events","Events"]},{"t":"Mouse Events","u":"/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/mouse-events/","b":["Product Guide","Widget Properties & Events","Events","Event Reference List"]},{"t":"Auth Events","u":"/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/auth-events/","b":["Product Guide","Widget Properties & Events","Events","Event Reference List"]},{"t":"Internationalization App Events","u":"/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/internationalization-app-event/","b":["Product Guide","Widget Properties & Events","Events","Event Reference List"]},{"t":"Key Events","u":"/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/key-events/","b":["Product Guide","Widget Properties & Events","Events","Event Reference List"]},{"t":"Data Events","u":"/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/data-events/","b":["Product Guide","Widget Properties & Events","Events","Event Reference List"]},{"t":"General Events","u":"/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/general-events/","b":["Product Guide","Widget Properties & Events","Events","Event Reference List"]},{"t":"Mobile Native App Events","u":"/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/mobile-native-app-events/","b":["Product Guide","Widget Properties & Events","Events","Event Reference List"]},{"t":"Event Reference List","u":"/developers/documentation/product-guide/widget-properties-events/events/event-reference-list/","b":["Product Guide","Widget Properties & Events","Events"]},{"t":"Events","u":"/developers/documentation/product-guide/widget-properties-events/events/","b":["Product Guide","Widget Properties & Events"]},{"t":"App Properties","u":"/developers/documentation/product-guide/widget-properties-events/app-properties/","b":["Product Guide","Widget Properties & Events"]},{"t":"Rich Text","u":"/developers/documentation/product-guide/widget-properties-events/common/rich-text/","b":["Product Guide","Widget Properties & Events","Common"]},{"t":"Listbox","u":"/developers/documentation/product-guide/widget-properties-events/common/listbox/","b":["Product Guide","Widget Properties & Events","Common"]},{"t":"Upload Button","u":"/developers/documentation/product-guide/widget-properties-events/common/upload-button2/","b":["Product Guide","Widget Properties & Events","Common"]},{"t":"Text Area","u":"/developers/documentation/product-guide/widget-properties-events/common/text-area/","b":["Product Guide","Widget Properties & Events","Common"]},{"t":"Checkbox","u":"/developers/documentation/product-guide/widget-properties-events/common/checkbox/","b":["Product Guide","Widget Properties & Events","Common"]},{"t":"Image","u":"/developers/documentation/product-guide/widget-properties-events/common/image/","b":["Product Guide","Widget Properties & Events","Common"]},{"t":"Fancy Button","u":"/developers/documentation/product-guide/widget-properties-events/common/fancy-button/","b":["Product Guide","Widget Properties & Events","Common"]},{"t":"Date Picker","u":"/developers/documentation/product-guide/widget-properties-events/common/date-picker/","b":["Product Guide","Widget Properties & Events","Common"]},{"t":"Color Picker","u":"/developers/documentation/product-guide/widget-properties-events/common/color-picker/","b":["Product Guide","Widget Properties & Events","Common"]},{"t":"Numeric","u":"/developers/documentation/product-guide/widget-properties-events/common/numeric/","b":["Product Guide","Widget Properties & Events","Common"]},{"t":"Dropdown List","u":"/developers/documentation/product-guide/widget-properties-events/common/dropdown-list/","b":["Product Guide","Widget Properties & Events","Common"]},{"t":"Action Button","u":"/developers/documentation/product-guide/widget-properties-events/common/action-button/","b":["Product Guide","Widget Properties & Events","Common"]},{"t":"Shape","u":"/developers/documentation/product-guide/widget-properties-events/common/shape/","b":["Product Guide","Widget Properties & Events","Common"]},{"t":"QR Code","u":"/developers/documentation/product-guide/widget-properties-events/common/qr-code/","b":["Product Guide","Widget Properties & Events","Common"]},{"t":"Text","u":"/developers/documentation/product-guide/widget-properties-events/common/text/","b":["Product Guide","Widget Properties & Events","Common"]},{"t":"Radio Button","u":"/developers/documentation/product-guide/widget-properties-events/common/radio-button/","b":["Product Guide","Widget Properties & Events","Common"]},{"t":"Alpha Numeric","u":"/developers/documentation/product-guide/widget-properties-events/common/alpha-numeric/","b":["Product Guide","Widget Properties & Events","Common"]},{"t":"Label","u":"/developers/documentation/product-guide/widget-properties-events/common/label/","b":["Product Guide","Widget Properties & Events","Common"]},{"t":"HTML","u":"/developers/documentation/product-guide/widget-properties-events/common/html2/","b":["Product Guide","Widget Properties & Events","Common"]},{"t":"Common","u":"/developers/documentation/product-guide/widget-properties-events/common/","b":["Product Guide","Widget Properties & Events"]},{"t":"Text","u":"/developers/documentation/product-guide/widget-properties-events/mobile/mobtext/","b":["Product Guide","Widget Properties & Events","Mobile"]},{"t":"Radio Buttons Group","u":"/developers/documentation/product-guide/widget-properties-events/mobile/radiobuttonsgroup/","b":["Product Guide","Widget Properties & Events","Mobile"]},{"t":"Text Area","u":"/developers/documentation/product-guide/widget-properties-events/mobile/mobtext-area/","b":["Product Guide","Widget Properties & Events","Mobile"]},{"t":"Toolbar","u":"/developers/documentation/product-guide/widget-properties-events/mobile/toolbar/","b":["Product Guide","Widget Properties & Events","Mobile"]},{"t":"Slider","u":"/developers/documentation/product-guide/widget-properties-events/mobile/slider/","b":["Product Guide","Widget Properties & Events","Mobile"]},{"t":"List","u":"/developers/documentation/product-guide/widget-properties-events/mobile/list/","b":["Product Guide","Widget Properties & Events","Mobile"]},{"t":"Collapsible","u":"/developers/documentation/product-guide/widget-properties-events/mobile/collapsible/","b":["Product Guide","Widget Properties & Events","Mobile"]},{"t":"Label","u":"/developers/documentation/product-guide/widget-properties-events/mobile/moblabel/","b":["Product Guide","Widget Properties & Events","Mobile"]},{"t":"Popup Listbox","u":"/developers/documentation/product-guide/widget-properties-events/mobile/popup-listbox/","b":["Product Guide","Widget Properties & Events","Mobile"]},{"t":"Mobiscroll Date","u":"/developers/documentation/product-guide/widget-properties-events/mobile/mobiscroll/","b":["Product Guide","Widget Properties & Events","Mobile"]},{"t":"Flip Toggle Switch","u":"/developers/documentation/product-guide/widget-properties-events/mobile/flip-toggle-switch/","b":["Product Guide","Widget Properties & Events","Mobile"]},{"t":"NavBar","u":"/developers/documentation/product-guide/widget-properties-events/mobile/navbar/","b":["Product Guide","Widget Properties & Events","Mobile"]},{"t":"Action Button","u":"/developers/documentation/product-guide/widget-properties-events/mobile/mobaction-button/","b":["Product Guide","Widget Properties & Events","Mobile"]},{"t":"Upload Button","u":"/developers/documentation/product-guide/widget-properties-events/mobile/upload-button/","b":["Product Guide","Widget Properties & Events","Mobile"]},{"t":"Checkbox","u":"/developers/documentation/product-guide/widget-properties-events/mobile/mobcheckbox/","b":["Product Guide","Widget Properties & Events","Mobile"]},{"t":"Auth Button","u":"/developers/documentation/product-guide/widget-properties-events/mobile/auth-button/","b":["Product Guide","Widget Properties & Events","Mobile"]},{"t":"Mobiscroll List","u":"/developers/documentation/product-guide/widget-properties-events/mobile/mobiscroll-list/","b":["Product Guide","Widget Properties & Events","Mobile"]},{"t":"Popup Dropdown","u":"/developers/documentation/product-guide/widget-properties-events/mobile/popup-dropdown/","b":["Product Guide","Widget Properties & Events","Mobile"]},{"t":"Search","u":"/developers/documentation/product-guide/widget-properties-events/mobile/mobsearch/","b":["Product Guide","Widget Properties & Events","Mobile"]},{"t":"Checkbox Group","u":"/developers/documentation/product-guide/widget-properties-events/mobile/checkbox-group/","b":["Product Guide","Widget Properties & Events","Mobile"]},{"t":"Mobile","u":"/developers/documentation/product-guide/widget-properties-events/mobile/","b":["Product Guide","Widget Properties & Events"]},{"t":"Google Maps Advanced","u":"/developers/documentation/product-guide/widget-properties-events/advanced/google-maps-advanced/","b":["Product Guide","Widget Properties & Events","Advanced"]},{"t":"Audio","u":"/developers/documentation/product-guide/widget-properties-events/advanced/audio/","b":["Product Guide","Widget Properties & Events","Advanced"]},{"t":"Mask Edit","u":"/developers/documentation/product-guide/widget-properties-events/advanced/mask-edit/","b":["Product Guide","Widget Properties & Events","Advanced"]},{"t":"Advertising","u":"/developers/documentation/product-guide/widget-properties-events/advanced/advertising1/","b":["Product Guide","Widget Properties & Events","Advanced"]},{"t":"HTML5 Audio","u":"/developers/documentation/product-guide/widget-properties-events/advanced/html5-audio/","b":["Product Guide","Widget Properties & Events","Advanced"]},{"t":"File Upload","u":"/developers/documentation/product-guide/widget-properties-events/advanced/file-upload/","b":["Product Guide","Widget Properties & Events","Advanced"]},{"t":"Flot Charts","u":"/developers/documentation/product-guide/widget-properties-events/advanced/flot-charts/","b":["Product Guide","Widget Properties & Events","Advanced"]},{"t":"Timeline","u":"/developers/documentation/product-guide/widget-properties-events/advanced/timeline/","b":["Product Guide","Widget Properties & Events","Advanced"]},{"t":"Advanced Menu","u":"/developers/documentation/product-guide/widget-properties-events/advanced/advanced-menu/","b":["Product Guide","Widget Properties & Events","Advanced"]},{"t":"Sliders","u":"/developers/documentation/product-guide/widget-properties-events/advanced/sliders/","b":["Product Guide","Widget Properties & Events","Advanced"]},{"t":"jPlayer","u":"/developers/documentation/product-guide/widget-properties-events/advanced/jplayer/","b":["Product Guide","Widget Properties & Events","Advanced"]},{"t":"Video","u":"/developers/documentation/product-guide/widget-properties-events/advanced/video/","b":["Product Guide","Widget Properties & Events","Advanced"]},{"t":"Photoswipe","u":"/developers/documentation/product-guide/widget-properties-events/advanced/photoswipe/","b":["Product Guide","Widget Properties & Events","Advanced"]},{"t":"YouTube","u":"/developers/documentation/product-guide/widget-properties-events/advanced/youtube/","b":["Product Guide","Widget Properties & Events","Advanced"]},{"t":"Embed App","u":"/developers/documentation/product-guide/widget-properties-events/advanced/embed-app/","b":["Product Guide","Widget Properties & Events","Advanced"]},{"t":"HTML5 Video","u":"/developers/documentation/product-guide/widget-properties-events/advanced/html5-video/","b":["Product Guide","Widget Properties & Events","Advanced"]},{"t":"Reset Filter","u":"/developers/documentation/product-guide/widget-properties-events/advanced/advreset-filter/","b":["Product Guide","Widget Properties & Events","Advanced"]},{"t":"Grid","u":"/developers/documentation/product-guide/widget-properties-events/advanced/grid/","b":["Product Guide","Widget Properties & Events","Advanced"]},{"t":"Calendar","u":"/developers/documentation/product-guide/widget-properties-events/advanced/calendar/","b":["Product Guide","Widget Properties & Events","Advanced"]},{"t":"Search","u":"/developers/documentation/product-guide/widget-properties-events/advanced/search/","b":["Product Guide","Widget Properties & Events","Advanced"]},{"t":"Advanced","u":"/developers/documentation/product-guide/widget-properties-events/advanced/","b":["Product Guide","Widget Properties & Events"]},{"t":"Deprecated","u":"/developers/documentation/product-guide/widget-properties-events/deprecated/","b":["Product Guide","Widget Properties & Events"]},{"t":"Table Container","u":"/developers/documentation/product-guide/widget-properties-events/containers/table-containerprop/","b":["Product Guide","Widget Properties & Events","Containers"]},{"t":"Page Button","u":"/developers/documentation/product-guide/widget-properties-events/containers/page-button/","b":["Product Guide","Widget Properties & Events","Containers"]},{"t":"Tab","u":"/developers/documentation/product-guide/widget-properties-events/containers/tab/","b":["Product Guide","Widget Properties & Events","Containers"]},{"t":"Accordion","u":"/developers/documentation/product-guide/widget-properties-events/containers/accordion/","b":["Product Guide","Widget Properties & Events","Containers"]},{"t":"iFrame","u":"/developers/documentation/product-guide/widget-properties-events/containers/iframe/","b":["Product Guide","Widget Properties & Events","Containers"]},{"t":"Panel","u":"/developers/documentation/product-guide/widget-properties-events/containers/panel/","b":["Product Guide","Widget Properties & Events","Containers"]},{"t":"Repeater","u":"/developers/documentation/product-guide/widget-properties-events/containers/repeater/","b":["Product Guide","Widget Properties & Events","Containers"]},{"t":"Data Container","u":"/developers/documentation/product-guide/widget-properties-events/containers/data-container/","b":["Product Guide","Widget Properties & Events","Containers"]},{"t":"Containers","u":"/developers/documentation/product-guide/widget-properties-events/containers/","b":["Product Guide","Widget Properties & Events"]},{"t":"Widget Properties & Events","u":"/developers/documentation/product-guide/widget-properties-events/","b":["Product Guide"]},{"t":"Server Side Javascript","u":"/developers/documentation/product-guide/data-storage/server-side-data-storage/a-simple-example/server-side-javascript/","b":["Product Guide","Data Storage","Server Side Data Storage","A Simple Example"]},{"t":"Create the Example Database","u":"/developers/documentation/product-guide/data-storage/server-side-data-storage/a-simple-example/create-the-example-database/","b":["Product Guide","Data Storage","Server Side Data Storage","A Simple Example"]},{"t":"Client Side Javascript","u":"/developers/documentation/product-guide/data-storage/server-side-data-storage/a-simple-example/client-side-javascript/","b":["Product Guide","Data Storage","Server Side Data Storage","A Simple Example"]},{"t":"A Simple Example","u":"/developers/documentation/product-guide/data-storage/server-side-data-storage/a-simple-example/","b":["Product Guide","Data Storage","Server Side Data Storage"]},{"t":"MUST READ: Security and SQL Injection","u":"/developers/documentation/product-guide/data-storage/server-side-data-storage/security-and-sql-injection/","b":["Product Guide","Data Storage","Server Side Data Storage"]},{"t":"Important Points Before you Start","u":"/developers/documentation/product-guide/data-storage/server-side-data-storage/important-points-before-you-st/","b":["Product Guide","Data Storage","Server Side Data Storage"]},{"t":"Error Handling","u":"/developers/documentation/product-guide/data-storage/server-side-data-storage/error-handling/","b":["Product Guide","Data Storage","Server Side Data Storage"]},{"t":"Functions and Complex Expressions","u":"/developers/documentation/product-guide/data-storage/server-side-data-storage/handling-sql-expressions/","b":["Product Guide","Data Storage","Server Side Data Storage"]},{"t":"Callbacks to your Client Scripts","u":"/developers/documentation/product-guide/data-storage/server-side-data-storage/callbacks-to-your-client-scrip/","b":["Product Guide","Data Storage","Server Side Data Storage"]},{"t":"Exposing your SSJ DB handlers to other systems","u":"/developers/documentation/product-guide/data-storage/server-side-data-storage/exposing-your-ssj-db-handlers/","b":["Product Guide","Data Storage","Server Side Data Storage"]},{"t":"Getting Widget Data into an Object","u":"/developers/documentation/product-guide/data-storage/server-side-data-storage/getting-widget-data-into-an-ob/","b":["Product Guide","Data Storage","Server Side Data Storage"]},{"t":"Server Side Data Storage","u":"/developers/documentation/product-guide/data-storage/server-side-data-storage/","b":["Product Guide","Data Storage"]},{"t":"Cookie Storage","u":"/developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/cookie-storage/","b":["Product Guide","Data Storage","Mobile & Client Side Data Storage"]},{"t":"WebSQL","u":"/developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/websql-sqlite/","b":["Product Guide","Data Storage","Mobile & Client Side Data Storage"]},{"t":"Local Storage","u":"/developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/local-storage-example/","b":["Product Guide","Data Storage","Mobile & Client Side Data Storage"]},{"t":"Our Recommendations","u":"/developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/our-recommendation/","b":["Product Guide","Data Storage","Mobile & Client Side Data Storage"]},{"t":"SQLite","u":"/developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/sqlite/","b":["Product Guide","Data Storage","Mobile & Client Side Data Storage"]},{"t":"Mobile & Client Side Data Storage","u":"/developers/documentation/product-guide/data-storage/mobile-client-side-data-storage/","b":["Product Guide","Data Storage"]},{"t":"Data Storage","u":"/developers/documentation/product-guide/data-storage/","b":["Product Guide"]},{"t":"Passing data to Apps in the querystring","u":"/developers/documentation/product-guide/advanced-features/passing-parameters-into-apps/passing-data-to-apps-in-the-qu/","b":["Product Guide","Advanced Features","Passing Parameters into Apps"]},{"t":"Passing in data with Embedded Apps and Javascript","u":"/developers/documentation/product-guide/advanced-features/passing-parameters-into-apps/passing-in-data-with-embedded/","b":["Product Guide","Advanced Features","Passing Parameters into Apps"]},{"t":"User Parameter Groups","u":"/developers/documentation/product-guide/advanced-features/passing-parameters-into-apps/user-parameter-groups/","b":["Product Guide","Advanced Features","Passing Parameters into Apps"]},{"t":"Reading querystring parameters in your App","u":"/developers/documentation/product-guide/advanced-features/passing-parameters-into-apps/reading-querystring-parameters/","b":["Product Guide","Advanced Features","Passing Parameters into Apps"]},{"t":"Passing Parameters into Apps","u":"/developers/documentation/product-guide/advanced-features/passing-parameters-into-apps/","b":["Product Guide","Advanced Features"]},{"t":"How to display in new window","u":"/developers/documentation/product-guide/advanced-features/deploying-embedding-apps/how-to-display-in-new-window/","b":["Product Guide","Advanced Features","Deploying & Embedding Apps"]},{"t":"How to deploy Apps to your own server","u":"/developers/documentation/product-guide/advanced-features/deploying-embedding-apps/how-to-deploy-apps-to-your-own/","b":["Product Guide","Advanced Features","Deploying & Embedding Apps"]},{"t":"Granting Access to an App","u":"/developers/documentation/product-guide/advanced-features/deploying-embedding-apps/granting-access-to-an-app/","b":["Product Guide","Advanced Features","Deploying & Embedding Apps"]},{"t":"How to Embed","u":"/developers/documentation/product-guide/advanced-features/deploying-embedding-apps/how-to-embed/","b":["Product Guide","Advanced Features","Deploying & Embedding Apps"]},{"t":"Deploying & Embedding Apps","u":"/developers/documentation/product-guide/advanced-features/deploying-embedding-apps/","b":["Product Guide","Advanced Features"]},{"t":"Push Notifications","u":"/developers/documentation/product-guide/advanced-features/xpush/","b":["Product Guide","Advanced Features"]},{"t":"Payment Parameters","u":"/developers/documentation/product-guide/advanced-features/credit-card-payment-processing/payment-parameters/","b":["Product Guide","Advanced Features","Credit Card Payment Processing"]},{"t":"Client Side Code","u":"/developers/documentation/product-guide/advanced-features/credit-card-payment-processing/client-side-code/","b":["Product Guide","Advanced Features","Credit Card Payment Processing"]},{"t":"Sandbox (test) Mode","u":"/developers/documentation/product-guide/advanced-features/credit-card-payment-processing/sandbox-test-mode/","b":["Product Guide","Advanced Features","Credit Card Payment Processing"]},{"t":"Server Side Code","u":"/developers/documentation/product-guide/advanced-features/credit-card-payment-processing/server-side-code/","b":["Product Guide","Advanced Features","Credit Card Payment Processing"]},{"t":"Process Overview","u":"/developers/documentation/product-guide/advanced-features/credit-card-payment-processing/process-overview/","b":["Product Guide","Advanced Features","Credit Card Payment Processing"]},{"t":"Be Secure!","u":"/developers/documentation/product-guide/advanced-features/credit-card-payment-processing/be-secure/","b":["Product Guide","Advanced Features","Credit Card Payment Processing"]},{"t":"Credit Card Payment Processing","u":"/developers/documentation/product-guide/advanced-features/credit-card-payment-processing/","b":["Product Guide","Advanced Features"]},{"t":"Authentication","u":"/developers/documentation/product-guide/advanced-features/oauth/code-sample/oauth-authentication/","b":["Product Guide","Advanced Features","OAuth","Skeleton Code Sample"]},{"t":"Making an API call","u":"/developers/documentation/product-guide/advanced-features/oauth/code-sample/oauth-api-call/","b":["Product Guide","Advanced Features","OAuth","Skeleton Code Sample"]},{"t":"Skeleton Code Sample","u":"/developers/documentation/product-guide/advanced-features/oauth/code-sample/","b":["Product Guide","Advanced Features","OAuth"]},{"t":"Process Overview","u":"/developers/documentation/product-guide/advanced-features/oauth/oauth-process-overview/","b":["Product Guide","Advanced Features","OAuth"]},{"t":"Facebook","u":"/developers/documentation/product-guide/advanced-features/oauth/app-key-and-app-secret/facebook/","b":["Product Guide","Advanced Features","OAuth","App Key and App Secret"]},{"t":"Twitter","u":"/developers/documentation/product-guide/advanced-features/oauth/app-key-and-app-secret/twitter/","b":["Product Guide","Advanced Features","OAuth","App Key and App Secret"]},{"t":"Dropbox","u":"/developers/documentation/product-guide/advanced-features/oauth/app-key-and-app-secret/dropbox/","b":["Product Guide","Advanced Features","OAuth","App Key and App Secret"]},{"t":"App Key and App Secret","u":"/developers/documentation/product-guide/advanced-features/oauth/app-key-and-app-secret/","b":["Product Guide","Advanced Features","OAuth"]},{"t":"OAuth","u":"/developers/documentation/product-guide/advanced-features/oauth/","b":["Product Guide","Advanced Features"]},{"t":"System Wide Google Analytics ID","u":"/developers/documentation/product-guide/advanced-features/google-analytics/system-wide-google-analytics-i/","b":["Product Guide","Advanced Features","Google Analytics"]},{"t":"app.gaTrack()","u":"/developers/documentation/product-guide/advanced-features/google-analytics/app-gatrack/","b":["Product Guide","Advanced Features","Google Analytics"]},{"t":"Page Based Tracking Code","u":"/developers/documentation/product-guide/advanced-features/google-analytics/page-based-tracking-code/","b":["Product Guide","Advanced Features","Google Analytics"]},{"t":"Google Analytics ID Override Property","u":"/developers/documentation/product-guide/advanced-features/google-analytics/google-analytics-id-override-p/","b":["Product Guide","Advanced Features","Google Analytics"]},{"t":"Google Analytics","u":"/developers/documentation/product-guide/advanced-features/google-analytics/","b":["Product Guide","Advanced Features"]},{"t":"Relational Apps & Instance Linking","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/instance-linking/","b":["Product Guide","Advanced Features","Data Storage & Management"]},{"t":"CRUD - Create Read Update Delete","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/crud--create-read-update-dele/","b":["Product Guide","Advanced Features","Data Storage & Management"]},{"t":"AC Storage or Your Own Backend","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/ac-storage-or-your-own-backend/","b":["Product Guide","Advanced Features","Data Storage & Management"]},{"t":"Instance Names","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/instance-names/","b":["Product Guide","Advanced Features","Data Storage & Management"]},{"t":"Reporting (RDB) Data","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/how-to-report-on-app-data/to-use-cdb-or-rdb-data/reporting-rdb-data/","b":["Product Guide","Advanced Features","Data Storage & Management","How to Report on App Data","To Use CDB or RDB Data"]},{"t":"Instance (CDB) Data","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/how-to-report-on-app-data/to-use-cdb-or-rdb-data/instance-cdb-data/","b":["Product Guide","Advanced Features","Data Storage & Management","How to Report on App Data","To Use CDB or RDB Data"]},{"t":"To Use CDB or RDB Data","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/how-to-report-on-app-data/to-use-cdb-or-rdb-data/","b":["Product Guide","Advanced Features","Data Storage & Management","How to Report on App Data"]},{"t":"How to Report on App Data","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/how-to-report-on-app-data/","b":["Product Guide","Advanced Features","Data Storage & Management"]},{"t":"How CRUD works for External Databases","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/how-crud-works-for-external-da/","b":["Product Guide","Advanced Features","Data Storage & Management","CRUD in Detail","Using External Databases"]},{"t":"CRUD on External Databases","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/crud-on-external-databases/","b":["Product Guide","Advanced Features","Data Storage & Management","CRUD in Detail","Using External Databases"]},{"t":"Synopsis of CRUD Operations on External Databases","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/synopsis-of-crud-operations-on/","b":["Product Guide","Advanced Features","Data Storage & Management","CRUD in Detail","Using External Databases"]},{"t":"Permissions","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/permissions/","b":["Product Guide","Advanced Features","Data Storage & Management","CRUD in Detail","Using External Databases"]},{"t":"Example CRUD calls","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/example-crud-calls2/","b":["Product Guide","Advanced Features","Data Storage & Management","CRUD in Detail","Using External Databases"]},{"t":"Using External Databases","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-external-databases/","b":["Product Guide","Advanced Features","Data Storage & Management","CRUD in Detail"]},{"t":"Setting up Grids To Edit Foreign Data","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/setting-up-grids-to-edit-forei/","b":["Product Guide","Advanced Features","Data Storage & Management","CRUD in Detail","Using AC App Storage"]},{"t":"CRUD & Filtering","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/crud-filtering/","b":["Product Guide","Advanced Features","Data Storage & Management","CRUD in Detail","Using AC App Storage"]},{"t":"Synopsis of Foreign CRUD Operations","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/synopsis/","b":["Product Guide","Advanced Features","Data Storage & Management","CRUD in Detail","Using AC App Storage"]},{"t":"How CRUD works","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/how-crud-works/","b":["Product Guide","Advanced Features","Data Storage & Management","CRUD in Detail","Using AC App Storage"]},{"t":"JOINed App Queries","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/joined-app-queries/","b":["Product Guide","Advanced Features","Data Storage & Management","CRUD in Detail","Using AC App Storage"]},{"t":"Example CRUD Calls","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/example-crud-calls/","b":["Product Guide","Advanced Features","Data Storage & Management","CRUD in Detail","Using AC App Storage"]},{"t":"CRUD Permissions","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/crud-permissions/","b":["Product Guide","Advanced Features","Data Storage & Management","CRUD in Detail","Using AC App Storage"]},{"t":"CRUD on Local Instances","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/crud-on-local-instances/","b":["Product Guide","Advanced Features","Data Storage & Management","CRUD in Detail","Using AC App Storage"]},{"t":"Using AC App Storage","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/using-ac-app-storage/","b":["Product Guide","Advanced Features","Data Storage & Management","CRUD in Detail"]},{"t":"CRUD in Detail","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/crud-in-detail/","b":["Product Guide","Advanced Features","Data Storage & Management"]},{"t":"Planning a Larger Application","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/look-before-you-leap/","b":["Product Guide","Advanced Features","Data Storage & Management"]},{"t":"Instance Handling with Javascript","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-javascr/","b":["Product Guide","Advanced Features","Data Storage & Management","Standard Storage Procedures","Submitting an Instance"]},{"t":"On Pre Submit","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-submit-button/what-happens-after-the-instance-is-saved/using-application-craft-events/on-pre-submit/","b":["Product Guide","Advanced Features","Data Storage & Management","Standard Storage Procedures","Submitting an Instance","Instance Handling with Submit Button","What happens after the Instance is saved?","Using Application Craft Events"]},{"t":"On Submitted","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-submit-button/what-happens-after-the-instance-is-saved/using-application-craft-events/on-submitted/","b":["Product Guide","Advanced Features","Data Storage & Management","Standard Storage Procedures","Submitting an Instance","Instance Handling with Submit Button","What happens after the Instance is saved?","Using Application Craft Events"]},{"t":"Using Application Craft Events","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-submit-button/what-happens-after-the-instance-is-saved/using-application-craft-events/","b":["Product Guide","Advanced Features","Data Storage & Management","Standard Storage Procedures","Submitting an Instance","Instance Handling with Submit Button","What happens after the Instance is saved?"]},{"t":"What happens after the Instance is saved?","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-submit-button/what-happens-after-the-instance-is-saved/","b":["Product Guide","Advanced Features","Data Storage & Management","Standard Storage Procedures","Submitting an Instance","Instance Handling with Submit Button"]},{"t":"Instance Handling with Submit Button","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/instance-handling-with-submit-button/","b":["Product Guide","Advanced Features","Data Storage & Management","Standard Storage Procedures","Submitting an Instance"]},{"t":"Submitting an Instance","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/submitting-an-instance/","b":["Product Guide","Advanced Features","Data Storage & Management","Standard Storage Procedures"]},{"t":"Configuring your App for Data Storage","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/configuring-your-app-for-data/","b":["Product Guide","Advanced Features","Data Storage & Management","Standard Storage Procedures"]},{"t":"Standard Storage Procedures","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/standard-storage-procedures/","b":["Product Guide","Advanced Features","Data Storage & Management"]},{"t":"Automatically Created Relationships","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/instance-relationships-in-detail/automatically-created-relation/","b":["Product Guide","Advanced Features","Data Storage & Management","Instance Relationships in Detail"]},{"t":"Defining the Relationship","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/instance-relationships-in-detail/defining-the-relationship/","b":["Product Guide","Advanced Features","Data Storage & Management","Instance Relationships in Detail"]},{"t":"Queries Involving Related Apps","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/instance-relationships-in-detail/queries-involving-related-apps/","b":["Product Guide","Advanced Features","Data Storage & Management","Instance Relationships in Detail"]},{"t":"Manually Created Relationships","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/instance-relationships-in-detail/manually-created-relationships/","b":["Product Guide","Advanced Features","Data Storage & Management","Instance Relationships in Detail"]},{"t":"Instance Relationships in Detail","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/instance-relationships-in-detail/","b":["Product Guide","Advanced Features","Data Storage & Management"]},{"t":"Reporting Database (RDB)","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/how-is-data-stored/reporting-database-rdb/","b":["Product Guide","Advanced Features","Data Storage & Management","How is Data Stored"]},{"t":"Core Database (CDB)","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/how-is-data-stored/core-database/","b":["Product Guide","Advanced Features","Data Storage & Management","How is Data Stored"]},{"t":"How is Data Stored","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/how-is-data-stored/","b":["Product Guide","Advanced Features","Data Storage & Management"]},{"t":"Violation Callbacks","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/uniqueness-and-integrity/violation-callbacks/","b":["Product Guide","Advanced Features","Data Storage & Management","Uniqueness and Integrity"]},{"t":"Violation of Integrity Handling","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/uniqueness-and-integrity/violation-of-integrity-handlin/","b":["Product Guide","Advanced Features","Data Storage & Management","Uniqueness and Integrity"]},{"t":"Violation Messages","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/uniqueness-and-integrity/violation-messages/","b":["Product Guide","Advanced Features","Data Storage & Management","Uniqueness and Integrity"]},{"t":"Violation Highlighting","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/uniqueness-and-integrity/violation-highlighting/","b":["Product Guide","Advanced Features","Data Storage & Management","Uniqueness and Integrity"]},{"t":"Uniqueness and Integrity","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/uniqueness-and-integrity/","b":["Product Guide","Advanced Features","Data Storage & Management"]},{"t":"App Instances","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/dataapp-instances/","b":["Product Guide","Advanced Features","Data Storage & Management"]},{"t":"Data Storage & Management","u":"/developers/documentation/product-guide/advanced-features/data-storage-management/","b":["Product Guide","Advanced Features"]},{"t":"Advertising","u":"/developers/documentation/product-guide/advanced-features/pro-account-advertising/","b":["Product Guide","Advanced Features"]},{"t":"API Reference","u":"/developers/documentation/product-guide/advanced-features/intercom/iio-api-ref/","b":["Product Guide","Advanced Features","User Engagement with Intercom.io"]},{"t":"Getting Started","u":"/developers/documentation/product-guide/advanced-features/intercom/iio-getting-started/","b":["Product Guide","Advanced Features","User Engagement with Intercom.io"]},{"t":"The AC-Intercom.io API","u":"/developers/documentation/product-guide/advanced-features/intercom/iio-ac-api/","b":["Product Guide","Advanced Features","User Engagement with Intercom.io"]},{"t":"Sample App","u":"/developers/documentation/product-guide/advanced-features/intercom/iio-example-app/","b":["Product Guide","Advanced Features","User Engagement with Intercom.io"]},{"t":"User Engagement with Intercom.io","u":"/developers/documentation/product-guide/advanced-features/intercom/","b":["Product Guide","Advanced Features"]},{"t":"Display Hourglass Over","u":"/developers/documentation/product-guide/advanced-features/twirly-thing-hourglass/display-hourglass-over/","b":["Product Guide","Advanced Features","Twirly Thing/Hourglass"]},{"t":"Twirly Thing","u":"/developers/documentation/product-guide/advanced-features/twirly-thing-hourglass/twirly-thing/","b":["Product Guide","Advanced Features","Twirly Thing/Hourglass"]},{"t":"Twirly Thing/Hourglass","u":"/developers/documentation/product-guide/advanced-features/twirly-thing-hourglass/","b":["Product Guide","Advanced Features"]},{"t":"Attention Levels","u":"/developers/documentation/product-guide/advanced-features/workflow/attention-levels/","b":["Product Guide","Advanced Features","Workflow"]},{"t":"Roles & Stages","u":"/developers/documentation/product-guide/advanced-features/workflow/roles-stages/","b":["Product Guide","Advanced Features","Workflow"]},{"t":"Viewing Assignments in the Console","u":"/developers/documentation/product-guide/advanced-features/workflow/viewing-your-assignments/","b":["Product Guide","Advanced Features","Workflow"]},{"t":"Server Side Rules","u":"/developers/documentation/product-guide/advanced-features/workflow/server-side-rules/","b":["Product Guide","Advanced Features","Workflow"]},{"t":"Notifications","u":"/developers/documentation/product-guide/advanced-features/workflow/notification-server/","b":["Product Guide","Advanced Features","Workflow"]},{"t":"Workflow Diagram","u":"/developers/documentation/product-guide/advanced-features/workflow/workflow-diagram/","b":["Product Guide","Advanced Features","Workflow"]},{"t":"Viewing Notifications in the Console","u":"/developers/documentation/product-guide/advanced-features/workflow/viewing-your-notifications/","b":["Product Guide","Advanced Features","Workflow"]},{"t":"Coding It All Up","u":"/developers/documentation/product-guide/advanced-features/workflow/coding-it-all-up/","b":["Product Guide","Advanced Features","Workflow"]},{"t":"Viewing Assignments in Apps","u":"/developers/documentation/product-guide/advanced-features/workflow/accessing-assignments-in-queri/","b":["Product Guide","Advanced Features","Workflow"]},{"t":"Workflow","u":"/developers/documentation/product-guide/advanced-features/workflow/","b":["Product Guide","Advanced Features"]},{"t":"Getting Ready","u":"/developers/documentation/product-guide/advanced-features/parse/parse-getting-ready/","b":["Product Guide","Advanced Features","Parse.com Support"]},{"t":"Helper Functions","u":"/developers/documentation/product-guide/advanced-features/parse/objects/parse-object-helper-overview/","b":["Product Guide","Advanced Features","Parse.com Support","Objects"]},{"t":"Setting up in Parse.com","u":"/developers/documentation/product-guide/advanced-features/parse/objects/parse-object-setup/","b":["Product Guide","Advanced Features","Parse.com Support","Objects"]},{"t":"Queries","u":"/developers/documentation/product-guide/advanced-features/parse/objects/parse-queries/","b":["Product Guide","Advanced Features","Parse.com Support","Objects"]},{"t":"Relational Queries","u":"/developers/documentation/product-guide/advanced-features/parse/objects/parse-relational-queries/","b":["Product Guide","Advanced Features","Parse.com Support","Objects"]},{"t":"CRUD Functions","u":"/developers/documentation/product-guide/advanced-features/parse/objects/parse-crud-helpers/","b":["Product Guide","Advanced Features","Parse.com Support","Objects"]},{"t":"Objects","u":"/developers/documentation/product-guide/advanced-features/parse/objects/","b":["Product Guide","Advanced Features","Parse.com Support"]},{"t":"Error Handling","u":"/developers/documentation/product-guide/advanced-features/parse/parse-errors/","b":["Product Guide","Advanced Features","Parse.com Support"]},{"t":"Calling Parse.com Directly","u":"/developers/documentation/product-guide/advanced-features/parse/parse-direct-calls/","b":["Product Guide","Advanced Features","Parse.com Support"]},{"t":"AC App Properties","u":"/developers/documentation/product-guide/advanced-features/parse/parse-ac-properties/","b":["Product Guide","Advanced Features","Parse.com Support"]},{"t":"Parse.com Support","u":"/developers/documentation/product-guide/advanced-features/parse/","b":["Product Guide","Advanced Features"]},{"t":"Captcha","u":"/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/captcha/","b":["Product Guide","Advanced Features","Authentication for Your Apps"]},{"t":"Password","u":"/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/password/","b":["Product Guide","Advanced Features","Authentication for Your Apps"]},{"t":"Correct App Permissions for Authentication","u":"/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/correct-app-permissions-for-au/","b":["Product Guide","Advanced Features","Authentication for Your Apps"]},{"t":"Sign In","u":"/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/sign-in/","b":["Product Guide","Advanced Features","Authentication for Your Apps"]},{"t":"Complete Code Including Settings","u":"/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/complete-code-including-settin/","b":["Product Guide","Advanced Features","Authentication for Your Apps"]},{"t":"Accessing User Data in/from other Apps","u":"/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/accessing-user-data-in-other-a/","b":["Product Guide","Advanced Features","Authentication for Your Apps"]},{"t":"Setting the Widget Storage","u":"/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/setting-the-widget-storage/","b":["Product Guide","Advanced Features","Authentication for Your Apps","Adding a Settings Page"]},{"t":"Copying the Standard Authentication Fields","u":"/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/copying-the-standard-authentic/","b":["Product Guide","Advanced Features","Authentication for Your Apps","Adding a Settings Page"]},{"t":"Creating a User Parameter Group","u":"/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/creating-a-user-parameter-grou/","b":["Product Guide","Advanced Features","Authentication for Your Apps","Adding a Settings Page"]},{"t":"Switching from Main App to Settings and back","u":"/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/switching-from-main-app-to-set/","b":["Product Guide","Advanced Features","Authentication for Your Apps","Adding a Settings Page"]},{"t":"Checking that a Settings Record Exists","u":"/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/checking-that-a-settings-recor/","b":["Product Guide","Advanced Features","Authentication for Your Apps","Adding a Settings Page"]},{"t":"Adding a Settings Page","u":"/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/adding-a-settings-page/","b":["Product Guide","Advanced Features","Authentication for Your Apps"]},{"t":"Dedicated Authentication App Strategy","u":"/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/typical-authentication-strategies/dedicated-authentication-app-s/","b":["Product Guide","Advanced Features","Authentication for Your Apps","Typical Authentication Strategies"]},{"t":"Using one Login App for all Apps","u":"/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/typical-authentication-strategies/using-on-login-app-for-all-app/","b":["Product Guide","Advanced Features","Authentication for Your Apps","Typical Authentication Strategies"]},{"t":"Everything in One Strategy","u":"/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/typical-authentication-strategies/everything-in-one-strategy/","b":["Product Guide","Advanced Features","Authentication for Your Apps","Typical Authentication Strategies"]},{"t":"Typical Authentication Strategies","u":"/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/typical-authentication-strategies/","b":["Product Guide","Advanced Features","Authentication for Your Apps"]},{"t":"The Main App","u":"/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/the-main-app/","b":["Product Guide","Advanced Features","Authentication for Your Apps"]},{"t":"Sign Up","u":"/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/sign-up/","b":["Product Guide","Advanced Features","Authentication for Your Apps"]},{"t":"No code so far","u":"/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/no-code-so-far/","b":["Product Guide","Advanced Features","Authentication for Your Apps"]},{"t":"Authentication for Your Apps","u":"/developers/documentation/product-guide/advanced-features/authentication-for-your-apps/","b":["Product Guide","Advanced Features"]},{"t":"The Data Properties","u":"/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/the-data-properties/","b":["Product Guide","Advanced Features","Accessing Data in other Apps, Databases and APIs"]},{"t":"Queries","u":"/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/advqueries/","b":["Product Guide","Advanced Features","Accessing Data in other Apps, Databases and APIs"]},{"t":"Writing to other Apps (CRUD)","u":"/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/writing-to-other-apps-crud/","b":["Product Guide","Advanced Features","Accessing Data in other Apps, Databases and APIs"]},{"t":"Drill Down","u":"/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/drill-down/","b":["Product Guide","Advanced Features","Accessing Data in other Apps, Databases and APIs"]},{"t":"Integration Agents","u":"/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/integration-agents/","b":["Product Guide","Advanced Features","Accessing Data in other Apps, Databases and APIs"]},{"t":"Grids, Repeater & Data Containers","u":"/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/grids-and-repeater-containers/","b":["Product Guide","Advanced Features","Accessing Data in other Apps, Databases and APIs"]},{"t":"Charting","u":"/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/charting/","b":["Product Guide","Advanced Features","Accessing Data in other Apps, Databases and APIs"]},{"t":"Accessing External Data via Web Services","u":"/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/accessing-external-data-via-we/","b":["Product Guide","Advanced Features","Accessing Data in other Apps, Databases and APIs"]},{"t":"Relational Apps","u":"/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/relational-apps/","b":["Product Guide","Advanced Features","Accessing Data in other Apps, Databases and APIs"]},{"t":"Accessing Queries from Apps","u":"/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/accessing-queries-from-apps/","b":["Product Guide","Advanced Features","Accessing Data in other Apps, Databases and APIs"]},{"t":"How to Store Data","u":"/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/how-to-store-data/","b":["Product Guide","Advanced Features","Accessing Data in other Apps, Databases and APIs"]},{"t":"Connections","u":"/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/advconnections/","b":["Product Guide","Advanced Features","Accessing Data in other Apps, Databases and APIs"]},{"t":"Accessing Data in other Apps, Databases and APIs","u":"/developers/documentation/product-guide/advanced-features/accessing-data-in-other-apps-databases-and-apis/","b":["Product Guide","Advanced Features"]},{"t":"Custom Class Property","u":"/developers/documentation/product-guide/advanced-features/custom-css-classes/custom-class/","b":["Product Guide","Advanced Features","Custom CSS Classes"]},{"t":"CSS files","u":"/developers/documentation/product-guide/advanced-features/custom-css-classes/css-files/","b":["Product Guide","Advanced Features","Custom CSS Classes"]},{"t":"Custom CSS Classes","u":"/developers/documentation/product-guide/advanced-features/custom-css-classes/","b":["Product Guide","Advanced Features"]},{"t":"Communication between Parent / Child Apps","u":"/developers/documentation/product-guide/advanced-features/embedding-apps-within-apps/communication-between-parent/","b":["Product Guide","Advanced Features","Embedding Apps within Apps"]},{"t":"Session Management & Authentication","u":"/developers/documentation/product-guide/advanced-features/embedding-apps-within-apps/session-management/","b":["Product Guide","Advanced Features","Embedding Apps within Apps"]},{"t":"Embedding Apps within Apps","u":"/developers/documentation/product-guide/advanced-features/embedding-apps-within-apps/","b":["Product Guide","Advanced Features"]},{"t":"Debugging","u":"/developers/documentation/product-guide/advanced-features/testing-apps/debugging/","b":["Product Guide","Advanced Features","Testing Apps"]},{"t":"Preview App","u":"/developers/documentation/product-guide/advanced-features/testing-apps/preview-app/","b":["Product Guide","Advanced Features","Testing Apps"]},{"t":"Run in Live Mode","u":"/developers/documentation/product-guide/advanced-features/testing-apps/run-in-live-mode/","b":["Product Guide","Advanced Features","Testing Apps"]},{"t":"Testing Apps","u":"/developers/documentation/product-guide/advanced-features/testing-apps/","b":["Product Guide","Advanced Features"]},{"t":"Adding One or More Languages","u":"/developers/documentation/product-guide/advanced-features/multi-language-apps/adding-one-or-more-languages/","b":["Product Guide","Advanced Features","Multi Language Apps"]},{"t":"Language Tokens","u":"/developers/documentation/product-guide/advanced-features/multi-language-apps/tokens/","b":["Product Guide","Advanced Features","Multi Language Apps"]},{"t":"Switching Languages in the IDE","u":"/developers/documentation/product-guide/advanced-features/multi-language-apps/switching-languages-in-the-ide/","b":["Product Guide","Advanced Features","Multi Language Apps"]},{"t":"Auto vs. Manual Language Switching","u":"/developers/documentation/product-guide/advanced-features/multi-language-apps/auto-vs-manual-language-switc/","b":["Product Guide","Advanced Features","Multi Language Apps"]},{"t":"Relevant API Methods","u":"/developers/documentation/product-guide/advanced-features/multi-language-apps/relevant-api-methods/","b":["Product Guide","Advanced Features","Multi Language Apps"]},{"t":"Setting for Auto Language Detection at Run Time","u":"/developers/documentation/product-guide/advanced-features/multi-language-apps/setting-for-auto-language-dete/","b":["Product Guide","Advanced Features","Multi Language Apps"]},{"t":"Auto Translation","u":"/developers/documentation/product-guide/advanced-features/multi-language-apps/auto-translation/","b":["Product Guide","Advanced Features","Multi Language Apps"]},{"t":"Multi Language Apps","u":"/developers/documentation/product-guide/advanced-features/multi-language-apps/","b":["Product Guide","Advanced Features"]},{"t":"Creating a Data List Query","u":"/developers/documentation/product-guide/advanced-features/data-lists-management/creating-a-data-list-query/","b":["Product Guide","Advanced Features","Data Lists Management"]},{"t":"Accessing Data Lists from Apps","u":"/developers/documentation/product-guide/advanced-features/data-lists-management/accessing-data-lists-from-apps/","b":["Product Guide","Advanced Features","Data Lists Management"]},{"t":"Creating a Data List","u":"/developers/documentation/product-guide/advanced-features/data-lists-management/creating-a-data-list/","b":["Product Guide","Advanced Features","Data Lists Management"]},{"t":"Editing a Data List","u":"/developers/documentation/product-guide/advanced-features/data-lists-management/editing-a-data-list/","b":["Product Guide","Advanced Features","Data Lists Management"]},{"t":"sys.getListResource()","u":"/developers/documentation/product-guide/advanced-features/data-lists-management/sys-getlistresource/","b":["Product Guide","Advanced Features","Data Lists Management"]},{"t":"Data Lists Management","u":"/developers/documentation/product-guide/advanced-features/data-lists-management/","b":["Product Guide","Advanced Features"]},{"t":"Printing Strategies","u":"/developers/documentation/product-guide/advanced-features/printing/printing-strategies/","b":["Product Guide","Advanced Features","Printing"]},{"t":"Printing Examples","u":"/developers/documentation/product-guide/advanced-features/printing/printing-examples/","b":["Product Guide","Advanced Features","Printing"]},{"t":"Printing Current Instance Data","u":"/developers/documentation/product-guide/advanced-features/printing/printing-current-instance-data/","b":["Product Guide","Advanced Features","Printing"]},{"t":"Beta Limitations & Considerations","u":"/developers/documentation/product-guide/advanced-features/printing/beta-limitations/","b":["Product Guide","Advanced Features","Printing"]},{"t":"Printing","u":"/developers/documentation/product-guide/advanced-features/printing/","b":["Product Guide","Advanced Features"]},{"t":"Reading from a Log","u":"/developers/documentation/product-guide/advanced-features/logging-support/reading-from-a-log/","b":["Product Guide","Advanced Features","Logging Support"]},{"t":"Permissioning","u":"/developers/documentation/product-guide/advanced-features/logging-support/permissioning/","b":["Product Guide","Advanced Features","Logging Support"]},{"t":"Writing to the Log","u":"/developers/documentation/product-guide/advanced-features/logging-support/writing-to-the-log/","b":["Product Guide","Advanced Features","Logging Support"]},{"t":"Reading from All Logs at Once","u":"/developers/documentation/product-guide/advanced-features/logging-support/reading-from-all-logs-at-once/","b":["Product Guide","Advanced Features","Logging Support"]},{"t":"Logging Support","u":"/developers/documentation/product-guide/advanced-features/logging-support/","b":["Product Guide","Advanced Features"]},{"t":"Reporting Widgets","u":"/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/reporting-widgets/","b":["Product Guide","Advanced Features","Data Integration, Reporting & Dashboards"]},{"t":"Application Craft Data Graphs","u":"/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/importing-and-exporting-data/","b":["Product Guide","Advanced Features","Data Integration, Reporting & Dashboards"]},{"t":"View Filtering","u":"/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/view-filtering/","b":["Product Guide","Advanced Features","Data Integration, Reporting & Dashboards"]},{"t":"Drilling Down","u":"/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/drilling-down/","b":["Product Guide","Advanced Features","Data Integration, Reporting & Dashboards"]},{"t":"Data Sources","u":"/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/key-concepts/","b":["Product Guide","Advanced Features","Data Integration, Reporting & Dashboards"]},{"t":"Populating Charts from Javascript","u":"/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/populating-charts-from-javascr/","b":["Product Guide","Advanced Features","Data Integration, Reporting & Dashboards"]},{"t":"Reset Filter","u":"/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/reset-filter/","b":["Product Guide","Advanced Features","Data Integration, Reporting & Dashboards","Data Section Properties"]},{"t":"Using Automatic Property Settings","u":"/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/using-automatic-property-setti/","b":["Product Guide","Advanced Features","Data Integration, Reporting & Dashboards","Data Section Properties"]},{"t":"Listen","u":"/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/listen/","b":["Product Guide","Advanced Features","Data Integration, Reporting & Dashboards","Data Section Properties"]},{"t":"Filter","u":"/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/filter/","b":["Product Guide","Advanced Features","Data Integration, Reporting & Dashboards","Data Section Properties"]},{"t":"Order By","u":"/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/order-by/","b":["Product Guide","Advanced Features","Data Integration, Reporting & Dashboards","Data Section Properties"]},{"t":"Anatomy of a View","u":"/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/anatomy-of-a-view/","b":["Product Guide","Advanced Features","Data Integration, Reporting & Dashboards","Data Section Properties"]},{"t":"View","u":"/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/view/","b":["Product Guide","Advanced Features","Data Integration, Reporting & Dashboards","Data Section Properties"]},{"t":"Configuring the App to Access Queries","u":"/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/configuring-the-app-to-access/","b":["Product Guide","Advanced Features","Data Integration, Reporting & Dashboards","Data Section Properties"]},{"t":"Group By","u":"/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fiieldsgroup-by/","b":["Product Guide","Advanced Features","Data Integration, Reporting & Dashboards","Data Section Properties"]},{"t":"Broadcast","u":"/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/broadcast/","b":["Product Guide","Advanced Features","Data Integration, Reporting & Dashboards","Data Section Properties"]},{"t":"Radio Buttons, Checkboxes and Groups","u":"/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/radio-buttons-checkboxes-and/","b":["Product Guide","Advanced Features","Data Integration, Reporting & Dashboards","Data Section Properties","Fields"]},{"t":"Gauges","u":"/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/fieldsgauges/","b":["Product Guide","Advanced Features","Data Integration, Reporting & Dashboards","Data Section Properties","Fields"]},{"t":"Single Field Widgets","u":"/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/typical-scenarios/","b":["Product Guide","Advanced Features","Data Integration, Reporting & Dashboards","Data Section Properties","Fields"]},{"t":"Charts","u":"/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/fieldscharts/","b":["Product Guide","Advanced Features","Data Integration, Reporting & Dashboards","Data Section Properties","Fields"]},{"t":"List & Dropdowns","u":"/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/list-dropdowns/","b":["Product Guide","Advanced Features","Data Integration, Reporting & Dashboards","Data Section Properties","Fields"]},{"t":"Repeater & Data Containers","u":"/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/repeater-data-containers/","b":["Product Guide","Advanced Features","Data Integration, Reporting & Dashboards","Data Section Properties","Fields"]},{"t":"Grids","u":"/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/grids/","b":["Product Guide","Advanced Features","Data Integration, Reporting & Dashboards","Data Section Properties","Fields"]},{"t":"Fields","u":"/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/fields/","b":["Product Guide","Advanced Features","Data Integration, Reporting & Dashboards","Data Section Properties"]},{"t":"Auto Load","u":"/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/auto-load/","b":["Product Guide","Advanced Features","Data Integration, Reporting & Dashboards","Data Section Properties"]},{"t":"The Expression Editor","u":"/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/the-expression-editor/","b":["Product Guide","Advanced Features","Data Integration, Reporting & Dashboards","Data Section Properties"]},{"t":"Drill Filter","u":"/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/drill-filter/","b":["Product Guide","Advanced Features","Data Integration, Reporting & Dashboards","Data Section Properties"]},{"t":"Drill Type","u":"/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/drill-type/","b":["Product Guide","Advanced Features","Data Integration, Reporting & Dashboards","Data Section Properties"]},{"t":"Data Section Properties","u":"/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/data-section-properties/","b":["Product Guide","Advanced Features","Data Integration, Reporting & Dashboards"]},{"t":"Using the same Query Multiple Times in an App","u":"/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/using-the-same-query-multiple/","b":["Product Guide","Advanced Features","Data Integration, Reporting & Dashboards"]},{"t":"Must Read Chart Reference","u":"/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/chart-reference/","b":["Product Guide","Advanced Features","Data Integration, Reporting & Dashboards"]},{"t":"Data Integration, Reporting & Dashboards","u":"/developers/documentation/product-guide/advanced-features/data-integration-reporting-dashboards/","b":["Product Guide","Advanced Features"]},{"t":"Advanced Features","u":"/developers/documentation/product-guide/advanced-features/","b":["Product Guide"]},{"t":"Credit Card Payments","u":"/developers/documentation/product-guide/advanced-important-widgets/credit-card-payments/","b":["Product Guide","Advanced & Important Widgets"]},{"t":"Properties","u":"/developers/documentation/product-guide/advanced-important-widgets/calendar-widget/property-method-and-event-summary/calendarproperties/","b":["Product Guide","Advanced & Important Widgets","Calendar Widget","Property, Method and Event Summary"]},{"t":"Events","u":"/developers/documentation/product-guide/advanced-important-widgets/calendar-widget/property-method-and-event-summary/calendarevents/","b":["Product Guide","Advanced & Important Widgets","Calendar Widget","Property, Method and Event Summary"]},{"t":"Methods","u":"/developers/documentation/product-guide/advanced-important-widgets/calendar-widget/property-method-and-event-summary/calendarmethods/","b":["Product Guide","Advanced & Important Widgets","Calendar Widget","Property, Method and Event Summary"]},{"t":"Property, Method and Event Summary","u":"/developers/documentation/product-guide/advanced-important-widgets/calendar-widget/property-method-and-event-summary/","b":["Product Guide","Advanced & Important Widgets","Calendar Widget"]},{"t":"Adding Data from Data Views","u":"/developers/documentation/product-guide/advanced-important-widgets/calendar-widget/adding-data-from-data-views/","b":["Product Guide","Advanced & Important Widgets","Calendar Widget"]},{"t":"Adding Data from Javascript","u":"/developers/documentation/product-guide/advanced-important-widgets/calendar-widget/adding-data-from-javascript/","b":["Product Guide","Advanced & Important Widgets","Calendar Widget"]},{"t":"Calendar Widget","u":"/developers/documentation/product-guide/advanced-important-widgets/calendar-widget/","b":["Product Guide","Advanced & Important Widgets"]},{"t":"Events","u":"/developers/documentation/product-guide/advanced-important-widgets/scandit-widget/property-method-and-event-summary/events2-3/","b":["Product Guide","Advanced & Important Widgets","Scandit Widget","Property, Method and Event Summary"]},{"t":"Methods","u":"/developers/documentation/product-guide/advanced-important-widgets/scandit-widget/property-method-and-event-summary/methods2-3/","b":["Product Guide","Advanced & Important Widgets","Scandit Widget","Property, Method and Event Summary"]},{"t":"Properties","u":"/developers/documentation/product-guide/advanced-important-widgets/scandit-widget/property-method-and-event-summary/properties3-3/","b":["Product Guide","Advanced & Important Widgets","Scandit Widget","Property, Method and Event Summary"]},{"t":"Property, Method and Event Summary","u":"/developers/documentation/product-guide/advanced-important-widgets/scandit-widget/property-method-and-event-summary/","b":["Product Guide","Advanced & Important Widgets","Scandit Widget"]},{"t":"Scandit Widget","u":"/developers/documentation/product-guide/advanced-important-widgets/scandit-widget/","b":["Product Guide","Advanced & Important Widgets"]},{"t":"Emoticons","u":"/developers/documentation/product-guide/advanced-important-widgets/image-maps-and-emoticons/emoticons/","b":["Product Guide","Advanced & Important Widgets","Image Maps and Emoticons"]},{"t":"Image Maps","u":"/developers/documentation/product-guide/advanced-important-widgets/image-maps-and-emoticons/image-maps/","b":["Product Guide","Advanced & Important Widgets","Image Maps and Emoticons"]},{"t":"Image Maps and Emoticons","u":"/developers/documentation/product-guide/advanced-important-widgets/image-maps-and-emoticons/","b":["Product Guide","Advanced & Important Widgets"]},{"t":"Map Controls","u":"/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/map-controls/","b":["Product Guide","Advanced & Important Widgets","Google V3 Maps Widget"]},{"t":"Getting Directions","u":"/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/getting-directions/","b":["Product Guide","Advanced & Important Widgets","Google V3 Maps Widget"]},{"t":"Using getData() and setData()","u":"/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/using-getdata-and-setdata/","b":["Product Guide","Advanced & Important Widgets","Google V3 Maps Widget"]},{"t":"Advanced - Accessing the Google Object","u":"/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/advanced--accessing-the-googl/","b":["Product Guide","Advanced & Important Widgets","Google V3 Maps Widget"]},{"t":"Data Integration with the Maps Widget","u":"/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/data-integration-with-the-maps/","b":["Product Guide","Advanced & Important Widgets","Google V3 Maps Widget"]},{"t":"Using getValue() and setValue()","u":"/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/using-getvalue-and-setvalue/","b":["Product Guide","Advanced & Important Widgets","Google V3 Maps Widget"]},{"t":"Markers and Popup Windows","u":"/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/markers-and-popup-windows/","b":["Product Guide","Advanced & Important Widgets","Google V3 Maps Widget","Working with Overlays"]},{"t":"Polylines","u":"/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/polylines/","b":["Product Guide","Advanced & Important Widgets","Google V3 Maps Widget","Working with Overlays"]},{"t":"Circles","u":"/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/circles/","b":["Product Guide","Advanced & Important Widgets","Google V3 Maps Widget","Working with Overlays"]},{"t":"Rectangles","u":"/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/rectangles/","b":["Product Guide","Advanced & Important Widgets","Google V3 Maps Widget","Working with Overlays"]},{"t":"Polygons","u":"/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/polygons/","b":["Product Guide","Advanced & Important Widgets","Google V3 Maps Widget","Working with Overlays"]},{"t":"Removing Overlays","u":"/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/removing-overlays/","b":["Product Guide","Advanced & Important Widgets","Google V3 Maps Widget","Working with Overlays"]},{"t":"Using getOverlays()","u":"/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/using-getoverlays/","b":["Product Guide","Advanced & Important Widgets","Google V3 Maps Widget","Working with Overlays"]},{"t":"Identifying Overlays for OnClick","u":"/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/identifying-overlays-for-oncli/","b":["Product Guide","Advanced & Important Widgets","Google V3 Maps Widget","Working with Overlays"]},{"t":"Working with Overlays","u":"/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/working-with-overlays/","b":["Product Guide","Advanced & Important Widgets","Google V3 Maps Widget"]},{"t":"Google Adsense","u":"/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/googleadsense/","b":["Product Guide","Advanced & Important Widgets","Google V3 Maps Widget"]},{"t":"Getting a Coordinate from an Address","u":"/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/getting-a-coordinate-from-an-a/","b":["Product Guide","Advanced & Important Widgets","Google V3 Maps Widget"]},{"t":"Using populateWidget()","u":"/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/using-populatewidget/","b":["Product Guide","Advanced & Important Widgets","Google V3 Maps Widget"]},{"t":"Widget Properties","u":"/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/property-event-method-summary/widget-properties/","b":["Product Guide","Advanced & Important Widgets","Google V3 Maps Widget","Property, Event, Method Summary"]},{"t":"Events","u":"/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/property-event-method-summary/gmapevents/","b":["Product Guide","Advanced & Important Widgets","Google V3 Maps Widget","Property, Event, Method Summary"]},{"t":"Methods","u":"/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/property-event-method-summary/methods/","b":["Product Guide","Advanced & Important Widgets","Google V3 Maps Widget","Property, Event, Method Summary"]},{"t":"Property, Event, Method Summary","u":"/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/property-event-method-summary/","b":["Product Guide","Advanced & Important Widgets","Google V3 Maps Widget"]},{"t":"Map Styles","u":"/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/map-styles/","b":["Product Guide","Advanced & Important Widgets","Google V3 Maps Widget"]},{"t":"Getting an Address from a Coordinate","u":"/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/getting-an-address-from-a-coor/","b":["Product Guide","Advanced & Important Widgets","Google V3 Maps Widget"]},{"t":"Google V3 Maps Widget","u":"/developers/documentation/product-guide/advanced-important-widgets/google-v3-maps-widget/","b":["Product Guide","Advanced & Important Widgets"]},{"t":"Methods","u":"/developers/documentation/product-guide/advanced-important-widgets/photoswipe/property-methods-event-summary/pswipemethods/","b":["Product Guide","Advanced & Important Widgets","Photoswipe","Property, Methods, Event Summary"]},{"t":"Events","u":"/developers/documentation/product-guide/advanced-important-widgets/photoswipe/property-methods-event-summary/pswipeevents/","b":["Product Guide","Advanced & Important Widgets","Photoswipe","Property, Methods, Event Summary"]},{"t":"Properties","u":"/developers/documentation/product-guide/advanced-important-widgets/photoswipe/property-methods-event-summary/pswipeproperties/","b":["Product Guide","Advanced & Important Widgets","Photoswipe","Property, Methods, Event Summary"]},{"t":"Property, Methods, Event Summary","u":"/developers/documentation/product-guide/advanced-important-widgets/photoswipe/property-methods-event-summary/","b":["Product Guide","Advanced & Important Widgets","Photoswipe"]},{"t":"Adding Images by Dialog","u":"/developers/documentation/product-guide/advanced-important-widgets/photoswipe/adding-images-by-dialog/","b":["Product Guide","Advanced & Important Widgets","Photoswipe"]},{"t":"Adding Images from Javascript","u":"/developers/documentation/product-guide/advanced-important-widgets/photoswipe/adding-images-from-javascript/","b":["Product Guide","Advanced & Important Widgets","Photoswipe"]},{"t":"Adding Images by Data View","u":"/developers/documentation/product-guide/advanced-important-widgets/photoswipe/adding-images-by-data-view/","b":["Product Guide","Advanced & Important Widgets","Photoswipe"]},{"t":"Photoswipe","u":"/developers/documentation/product-guide/advanced-important-widgets/photoswipe/","b":["Product Guide","Advanced & Important Widgets"]},{"t":"Zooming, Panning & Scaling","u":"/developers/documentation/product-guide/advanced-important-widgets/working-with-the-timeline-widget/zooming/","b":["Product Guide","Advanced & Important Widgets","Working with the Timeline Widget"]},{"t":"Fitting All Data In Available Display","u":"/developers/documentation/product-guide/advanced-important-widgets/working-with-the-timeline-widget/fitting-all-data-in-available/","b":["Product Guide","Advanced & Important Widgets","Working with the Timeline Widget"]},{"t":"Populating the Widget","u":"/developers/documentation/product-guide/advanced-important-widgets/working-with-the-timeline-widget/populating-the-widget/","b":["Product Guide","Advanced & Important Widgets","Working with the Timeline Widget"]},{"t":"Working with the Timeline Widget","u":"/developers/documentation/product-guide/advanced-important-widgets/working-with-the-timeline-widget/","b":["Product Guide","Advanced & Important Widgets"]},{"t":"Properties","u":"/developers/documentation/product-guide/advanced-important-widgets/share-this-widget/properties2/","b":["Product Guide","Advanced & Important Widgets","Share This Widget"]},{"t":"Share This Widget","u":"/developers/documentation/product-guide/advanced-important-widgets/share-this-widget/","b":["Product Guide","Advanced & Important Widgets"]},{"t":"Supported Browsers","u":"/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/supported-browsers/","b":["Product Guide","Advanced & Important Widgets","Video & Audio Widgets"]},{"t":"Methods","u":"/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/property-methods-event-summary/vidmethods/","b":["Product Guide","Advanced & Important Widgets","Video & Audio Widgets","Property, Methods, Event Summary"]},{"t":"Properties","u":"/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/property-methods-event-summary/properties/","b":["Product Guide","Advanced & Important Widgets","Video & Audio Widgets","Property, Methods, Event Summary"]},{"t":"Events","u":"/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/property-methods-event-summary/videvents/","b":["Product Guide","Advanced & Important Widgets","Video & Audio Widgets","Property, Methods, Event Summary"]},{"t":"Property, Methods, Event Summary","u":"/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/property-methods-event-summary/","b":["Product Guide","Advanced & Important Widgets","Video & Audio Widgets"]},{"t":"Source","u":"/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/sources/","b":["Product Guide","Advanced & Important Widgets","Video & Audio Widgets"]},{"t":"Video Controls","u":"/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/video-controls/","b":["Product Guide","Advanced & Important Widgets","Video & Audio Widgets"]},{"t":"Video & Audio Widgets","u":"/developers/documentation/product-guide/advanced-important-widgets/video-audio-widgets/","b":["Product Guide","Advanced & Important Widgets"]},{"t":"Events","u":"/developers/documentation/product-guide/advanced-important-widgets/circle-menu-widget/property-method-and-event-summary/events/","b":["Product Guide","Advanced & Important Widgets","Circle Menu Widget","Property, Method and Event Summary"]},{"t":"Properties","u":"/developers/documentation/product-guide/advanced-important-widgets/circle-menu-widget/property-method-and-event-summary/properties/","b":["Product Guide","Advanced & Important Widgets","Circle Menu Widget","Property, Method and Event Summary"]},{"t":"Methods","u":"/developers/documentation/product-guide/advanced-important-widgets/circle-menu-widget/property-method-and-event-summary/methods/","b":["Product Guide","Advanced & Important Widgets","Circle Menu Widget","Property, Method and Event Summary"]},{"t":"Property, Method and Event Summary","u":"/developers/documentation/product-guide/advanced-important-widgets/circle-menu-widget/property-method-and-event-summary/","b":["Product Guide","Advanced & Important Widgets","Circle Menu Widget"]},{"t":"Circle Menu Widget","u":"/developers/documentation/product-guide/advanced-important-widgets/circle-menu-widget/","b":["Product Guide","Advanced & Important Widgets"]},{"t":"Events","u":"/developers/documentation/product-guide/advanced-important-widgets/zing-charts/events3/","b":["Product Guide","Advanced & Important Widgets","Zing Charts"]},{"t":"Adding Data from Data Views","u":"/developers/documentation/product-guide/advanced-important-widgets/zing-charts/adding-data-from-data-views2/","b":["Product Guide","Advanced & Important Widgets","Zing Charts"]},{"t":"Events","u":"/developers/documentation/product-guide/advanced-important-widgets/zing-charts/property-method-and-event-summary/events2/","b":["Product Guide","Advanced & Important Widgets","Zing Charts","Property, Method and Event Summary"]},{"t":"Properties","u":"/developers/documentation/product-guide/advanced-important-widgets/zing-charts/property-method-and-event-summary/properties3/","b":["Product Guide","Advanced & Important Widgets","Zing Charts","Property, Method and Event Summary"]},{"t":"Methods","u":"/developers/documentation/product-guide/advanced-important-widgets/zing-charts/property-method-and-event-summary/methods2/","b":["Product Guide","Advanced & Important Widgets","Zing Charts","Property, Method and Event Summary"]},{"t":"Property, Method and Event Summary","u":"/developers/documentation/product-guide/advanced-important-widgets/zing-charts/property-method-and-event-summary/","b":["Product Guide","Advanced & Important Widgets","Zing Charts"]},{"t":"Using the Zingchart API","u":"/developers/documentation/product-guide/advanced-important-widgets/zing-charts/using-zing-charts-api/","b":["Product Guide","Advanced & Important Widgets","Zing Charts"]},{"t":"Full Settings wizard dialog","u":"/developers/documentation/product-guide/advanced-important-widgets/zing-charts/configuring-your-chart/full-settings-wizard-dialog/","b":["Product Guide","Advanced & Important Widgets","Zing Charts","Configuring your Chart"]},{"t":"fullSettings() javascript method","u":"/developers/documentation/product-guide/advanced-important-widgets/zing-charts/configuring-your-chart/fullsettings-javascript-method/","b":["Product Guide","Advanced & Important Widgets","Zing Charts","Configuring your Chart"]},{"t":"Configuring your Chart","u":"/developers/documentation/product-guide/advanced-important-widgets/zing-charts/configuring-your-chart/","b":["Product Guide","Advanced & Important Widgets","Zing Charts"]},{"t":"Adding Data from Javascript","u":"/developers/documentation/product-guide/advanced-important-widgets/zing-charts/adding-data-from-javascript2/","b":["Product Guide","Advanced & Important Widgets","Zing Charts"]},{"t":"Zing Charts","u":"/developers/documentation/product-guide/advanced-important-widgets/zing-charts/","b":["Product Guide","Advanced & Important Widgets"]},{"t":"API Methods","u":"/developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/api-methods/","b":["Product Guide","Advanced & Important Widgets","Power Widgets","Repeater Containers"]},{"t":"Data Population & Paging","u":"/developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/data-paging/","b":["Product Guide","Advanced & Important Widgets","Power Widgets","Repeater Containers"]},{"t":"Speed Considerations","u":"/developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/speed-considerations/","b":["Product Guide","Advanced & Important Widgets","Power Widgets","Repeater Containers"]},{"t":"Creating the Repeater","u":"/developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/creating-the-repeater/","b":["Product Guide","Advanced & Important Widgets","Power Widgets","Repeater Containers"]},{"t":"Accessing Live Widget Data from Scripts","u":"/developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/accessing-live-widget-data-fro/","b":["Product Guide","Advanced & Important Widgets","Power Widgets","Repeater Containers"]},{"t":"Repeater Containers","u":"/developers/documentation/product-guide/advanced-important-widgets/power-widgets/repeater-containers/","b":["Product Guide","Advanced & Important Widgets","Power Widgets"]},{"t":"Grids","u":"/developers/documentation/product-guide/advanced-important-widgets/power-widgets/powergrids/","b":["Product Guide","Advanced & Important Widgets","Power Widgets"]},{"t":"Panel Containers","u":"/developers/documentation/product-guide/advanced-important-widgets/power-widgets/data-containers/","b":["Product Guide","Advanced & Important Widgets","Power Widgets"]},{"t":"Power Widgets","u":"/developers/documentation/product-guide/advanced-important-widgets/power-widgets/","b":["Product Guide","Advanced & Important Widgets"]},{"t":"Mobile Toolbar","u":"/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-toolbar/","b":["Product Guide","Advanced & Important Widgets","Important Mobile Widgets"]},{"t":"Populating from Code","u":"/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-list-widget/populating-from-code/","b":["Product Guide","Advanced & Important Widgets","Important Mobile Widgets","Mobile List Widget"]},{"t":"Font Formatting of List Content","u":"/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-list-widget/font-formatting-of-list-conten/","b":["Product Guide","Advanced & Important Widgets","Important Mobile Widgets","Mobile List Widget"]},{"t":"Changing Color of Selected Item","u":"/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-list-widget/changing-color-of-selected-ite/","b":["Product Guide","Advanced & Important Widgets","Important Mobile Widgets","Mobile List Widget"]},{"t":"List Items Dialog","u":"/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-list-widget/list-items-dialog/","b":["Product Guide","Advanced & Important Widgets","Important Mobile Widgets","Mobile List Widget"]},{"t":"Mobile List Widget","u":"/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-list-widget/","b":["Product Guide","Advanced & Important Widgets","Important Mobile Widgets"]},{"t":"Mobile Navigation Bar","u":"/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/mobile-navigation-toolbar/","b":["Product Guide","Advanced & Important Widgets","Important Mobile Widgets"]},{"t":"Large and Small Mobile Buttons","u":"/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/large-and-small-mobile-buttons/","b":["Product Guide","Advanced & Important Widgets","Important Mobile Widgets"]},{"t":"Important Mobile Widgets","u":"/developers/documentation/product-guide/advanced-important-widgets/important-mobile-widgets/","b":["Product Guide","Advanced & Important Widgets"]},{"t":"Advanced & Important Widgets","u":"/developers/documentation/product-guide/advanced-important-widgets/","b":["Product Guide"]},{"t":"Upgrade Subscriptions","u":"/developers/documentation/product-guide/account-management/upgrade-subscription/","b":["Product Guide","Account Management"]},{"t":"Change Password","u":"/developers/documentation/product-guide/account-management/change-password/","b":["Product Guide","Account Management"]},{"t":"Quick Start Menu","u":"/developers/documentation/product-guide/account-management/quick-start-menu/","b":["Product Guide","Account Management"]},{"t":"Close Account","u":"/developers/documentation/product-guide/account-management/close-account/","b":["Product Guide","Account Management"]},{"t":"Cancel Subscription","u":"/developers/documentation/product-guide/account-management/cancel-subscription/","b":["Product Guide","Account Management"]},{"t":"Notifications","u":"/developers/documentation/product-guide/account-management/notifications/","b":["Product Guide","Account Management"]},{"t":"Account Management","u":"/developers/documentation/product-guide/account-management/","b":["Product Guide"]},{"t":"Signing In, Accounts and Users","u":"/developers/documentation/product-guide/signing-in-accounts-and-users/","b":["Product Guide"]},{"t":"Standard Mobile Widgets","u":"/developers/documentation/product-guide/mobile-apps-sites/other-mobile-widgets/","b":["Product Guide","Mobile Apps & Sites"]},{"t":"Transition Mode","u":"/developers/documentation/product-guide/mobile-apps-sites/mobile-transition-mode/","b":["Product Guide","Mobile Apps & Sites"]},{"t":"Splash Image Management","u":"/developers/documentation/product-guide/mobile-apps-sites/splash-image-management/","b":["Product Guide","Mobile Apps & Sites"]},{"t":"Formatting Mobile Content","u":"/developers/documentation/product-guide/mobile-apps-sites/formatting-mobile-content/","b":["Product Guide","Mobile Apps & Sites"]},{"t":"Adaptive (Fluid) Layouts","u":"/developers/documentation/product-guide/mobile-apps-sites/adaptive-or-fluid-layouts/","b":["Product Guide","Mobile Apps & Sites"]},{"t":"Mobile Widgets","u":"/developers/documentation/product-guide/mobile-apps-sites/mappsmobile-widgets/","b":["Product Guide","Mobile Apps & Sites"]},{"t":"Mobile Themes","u":"/developers/documentation/product-guide/mobile-apps-sites/mobile-themes/","b":["Product Guide","Mobile Apps & Sites"]},{"t":"Icon Management","u":"/developers/documentation/product-guide/mobile-apps-sites/icon-management/","b":["Product Guide","Mobile Apps & Sites"]},{"t":"Page Transition Effects","u":"/developers/documentation/product-guide/mobile-apps-sites/page-transition-effects/","b":["Product Guide","Mobile Apps & Sites"]},{"t":"Advanced Mobile Widgets","u":"/developers/documentation/product-guide/mobile-apps-sites/advanced-mobile-widgets/","b":["Product Guide","Mobile Apps & Sites"]},{"t":"Mobile Apps & Sites","u":"/developers/documentation/product-guide/mobile-apps-sites/","b":["Product Guide"]},{"t":"Product Guide","u":"/developers/documentation/product-guide/","b":[""]},{"t":"Including Public Server Side Scripts","u":"/developers/documentation/scripting-apis/server-side-scripting-overview/including-public-server-side-s/","b":["Scripting & APIs","Server Side Scripting Overview"]},{"t":"Calling SSJ Methods","u":"/developers/documentation/scripting-apis/server-side-scripting-overview/calling-ssj-methods/","b":["Scripting & APIs","Server Side Scripting Overview"]},{"t":"Debugging","u":"/developers/documentation/scripting-apis/server-side-scripting-overview/debugging2/","b":["Scripting & APIs","Server Side Scripting Overview"]},{"t":"Writing Secure Code","u":"/developers/documentation/scripting-apis/server-side-scripting-overview/writing-secure-code/","b":["Scripting & APIs","Server Side Scripting Overview"]},{"t":"Defining SSJ Methods","u":"/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-user-defined-methods/","b":["Scripting & APIs","Server Side Scripting Overview"]},{"t":"Where to Write SSJ Scripts","u":"/developers/documentation/scripting-apis/server-side-scripting-overview/where-to-write-ssj-scripts/","b":["Scripting & APIs","Server Side Scripting Overview"]},{"t":"On User Login","u":"/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/on-user-login/","b":["Scripting & APIs","Server Side Scripting Overview","SSJ Events"]},{"t":"On Instance Save","u":"/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/on-instance-save/","b":["Scripting & APIs","Server Side Scripting Overview","SSJ Events"]},{"t":"The 'user' object","u":"/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/the-user-object/","b":["Scripting & APIs","Server Side Scripting Overview","SSJ Events"]},{"t":"On Instance Create","u":"/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/on-instance-create/","b":["Scripting & APIs","Server Side Scripting Overview","SSJ Events"]},{"t":"On App Load","u":"/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/on-app-load/","b":["Scripting & APIs","Server Side Scripting Overview","SSJ Events"]},{"t":"On Instance Load","u":"/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/on-instance-load/","b":["Scripting & APIs","Server Side Scripting Overview","SSJ Events"]},{"t":"SSJ Events","u":"/developers/documentation/scripting-apis/server-side-scripting-overview/ssj-events/","b":["Scripting & APIs","Server Side Scripting Overview"]},{"t":"Database Handling with SSJ","u":"/developers/documentation/scripting-apis/server-side-scripting-overview/database-handling-with-ssj/","b":["Scripting & APIs","Server Side Scripting Overview"]},{"t":"Server Side Scripting Overview","u":"/developers/documentation/scripting-apis/server-side-scripting-overview/","b":["Scripting & APIs"]},{"t":"instanceLoad()","u":"/developers/documentation/scripting-apis/client-api/instance-data-functions/instanceload/","b":["Scripting & APIs","Client API","Instance Data Functions"]},{"t":"instanceUpdate()","u":"/developers/documentation/scripting-apis/client-api/instance-data-functions/instancesave/","b":["Scripting & APIs","Client API","Instance Data Functions"]},{"t":"instanceCreate()","u":"/developers/documentation/scripting-apis/client-api/instance-data-functions/instancecreate/","b":["Scripting & APIs","Client API","Instance Data Functions"]},{"t":"instanceSetRelationship()","u":"/developers/documentation/scripting-apis/client-api/instance-data-functions/instancesetrelationship/","b":["Scripting & APIs","Client API","Instance Data Functions"]},{"t":"instanceDelete()","u":"/developers/documentation/scripting-apis/client-api/instance-data-functions/instancedelete/","b":["Scripting & APIs","Client API","Instance Data Functions"]},{"t":"getInstanceData()","u":"/developers/documentation/scripting-apis/client-api/instance-data-functions/getinstancedata/","b":["Scripting & APIs","Client API","Instance Data Functions"]},{"t":"instanceNew()","u":"/developers/documentation/scripting-apis/client-api/instance-data-functions/instancenew/","b":["Scripting & APIs","Client API","Instance Data Functions"]},{"t":"setInstanceData()","u":"/developers/documentation/scripting-apis/client-api/instance-data-functions/setinstancedata/","b":["Scripting & APIs","Client API","Instance Data Functions"]},{"t":"dataGetAllWithIds()","u":"/developers/documentation/scripting-apis/client-api/instance-data-functions/datagetallwithids/","b":["Scripting & APIs","Client API","Instance Data Functions"]},{"t":"instanceSync()","u":"/developers/documentation/scripting-apis/client-api/instance-data-functions/instancesync/","b":["Scripting & APIs","Client API","Instance Data Functions"]},{"t":"instanceXxxx() callback functions","u":"/developers/documentation/scripting-apis/client-api/instance-data-functions/instancexxxx-callback-function/","b":["Scripting & APIs","Client API","Instance Data Functions"]},{"t":"Instance Data Functions","u":"/developers/documentation/scripting-apis/client-api/instance-data-functions/","b":["Scripting & APIs","Client API"]},{"t":"dtNewDate()","u":"/developers/documentation/scripting-apis/client-api/date-time-management-functions/dtnewdate/","b":["Scripting & APIs","Client API","Date & Time Management Functions"]},{"t":"instanceGetRTZ()","u":"/developers/documentation/scripting-apis/client-api/date-time-management-functions/instancegetrtz/","b":["Scripting & APIs","Client API","Date & Time Management Functions"]},{"t":"instanceSetRTZ()","u":"/developers/documentation/scripting-apis/client-api/date-time-management-functions/instancesetrtz/","b":["Scripting & APIs","Client API","Date & Time Management Functions"]},{"t":"dtAdd()","u":"/developers/documentation/scripting-apis/client-api/date-time-management-functions/dtadd/","b":["Scripting & APIs","Client API","Date & Time Management Functions"]},{"t":"dtAdjust()","u":"/developers/documentation/scripting-apis/client-api/date-time-management-functions/dtadjust/","b":["Scripting & APIs","Client API","Date & Time Management Functions"]},{"t":"dtDateToString()","u":"/developers/documentation/scripting-apis/client-api/date-time-management-functions/dtdatetostring/","b":["Scripting & APIs","Client API","Date & Time Management Functions"]},{"t":"dtDifference()","u":"/developers/documentation/scripting-apis/client-api/date-time-management-functions/dtdifference/","b":["Scripting & APIs","Client API","Date & Time Management Functions"]},{"t":"Date & Time Management Functions","u":"/developers/documentation/scripting-apis/client-api/date-time-management-functions/","b":["Scripting & APIs","Client API"]},{"t":"pageCalling()","u":"/developers/documentation/scripting-apis/client-api/page-functions/pagecalling/","b":["Scripting & APIs","Client API","Page Functions"]},{"t":"pageNext()","u":"/developers/documentation/scripting-apis/client-api/page-functions/pagenext/","b":["Scripting & APIs","Client API","Page Functions"]},{"t":"showPagePopup()","u":"/developers/documentation/scripting-apis/client-api/page-functions/showpagepopup/","b":["Scripting & APIs","Client API","Page Functions"]},{"t":"pageJump()","u":"/developers/documentation/scripting-apis/client-api/page-functions/pagejump/","b":["Scripting & APIs","Client API","Page Functions"]},{"t":"pageBack()","u":"/developers/documentation/scripting-apis/client-api/page-functions/pageback/","b":["Scripting & APIs","Client API","Page Functions"]},{"t":"currentPage()","u":"/developers/documentation/scripting-apis/client-api/page-functions/currentpage/","b":["Scripting & APIs","Client API","Page Functions"]},{"t":"Page Transitions","u":"/developers/documentation/scripting-apis/client-api/page-functions/page-transitions/","b":["Scripting & APIs","Client API","Page Functions"]},{"t":"pagePrevious()","u":"/developers/documentation/scripting-apis/client-api/page-functions/pageprevious/","b":["Scripting & APIs","Client API","Page Functions"]},{"t":"closePagePopup()","u":"/developers/documentation/scripting-apis/client-api/page-functions/closepagepopup/","b":["Scripting & APIs","Client API","Page Functions"]},{"t":"Page Functions","u":"/developers/documentation/scripting-apis/client-api/page-functions/","b":["Scripting & APIs","Client API"]},{"t":"setGlobalData()","u":"/developers/documentation/scripting-apis/client-api/global-data-pool-functions/setglobaldata/","b":["Scripting & APIs","Client API","Global Data Pool Functions"]},{"t":"clearGlobalData()","u":"/developers/documentation/scripting-apis/client-api/global-data-pool-functions/clearglobaldata/","b":["Scripting & APIs","Client API","Global Data Pool Functions"]},{"t":"getGlobalData()","u":"/developers/documentation/scripting-apis/client-api/global-data-pool-functions/getglobaldata/","b":["Scripting & APIs","Client API","Global Data Pool Functions"]},{"t":"Global Data Pool Functions","u":"/developers/documentation/scripting-apis/client-api/global-data-pool-functions/","b":["Scripting & APIs","Client API"]},{"t":"oAuthSignin()","u":"/developers/documentation/scripting-apis/client-api/oauth/oauthsignin/","b":["Scripting & APIs","Client API","OAuth"]},{"t":"OAuth","u":"/developers/documentation/scripting-apis/client-api/oauth/","b":["Scripting & APIs","Client API"]},{"t":"isPlayerReady()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/isplayerready/","b":["Scripting & APIs","Client API","Widget Object Functions","Video, Audio, YouTube & jPlayer Widget"]},{"t":"stop()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/stop/","b":["Scripting & APIs","Client API","Widget Object Functions","Video, Audio, YouTube & jPlayer Widget"]},{"t":"currentTime()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/currenttime/","b":["Scripting & APIs","Client API","Widget Object Functions","Video, Audio, YouTube & jPlayer Widget"]},{"t":"load()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/load/","b":["Scripting & APIs","Client API","Widget Object Functions","Video, Audio, YouTube & jPlayer Widget"]},{"t":"duration()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/duration/","b":["Scripting & APIs","Client API","Widget Object Functions","Video, Audio, YouTube & jPlayer Widget"]},{"t":"enable()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/enable/","b":["Scripting & APIs","Client API","Widget Object Functions","Video, Audio, YouTube & jPlayer Widget"]},{"t":"play()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/play/","b":["Scripting & APIs","Client API","Widget Object Functions","Video, Audio, YouTube & jPlayer Widget"]},{"t":"poster()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/poster/","b":["Scripting & APIs","Client API","Widget Object Functions","Video, Audio, YouTube & jPlayer Widget"]},{"t":"getPlaybackQuality()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/getplaybackquality/","b":["Scripting & APIs","Client API","Widget Object Functions","Video, Audio, YouTube & jPlayer Widget"]},{"t":"player()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/player/","b":["Scripting & APIs","Client API","Widget Object Functions","Video, Audio, YouTube & jPlayer Widget"]},{"t":"pauseOthers()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/pauseothers/","b":["Scripting & APIs","Client API","Widget Object Functions","Video, Audio, YouTube & jPlayer Widget"]},{"t":"volume()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/volume/","b":["Scripting & APIs","Client API","Widget Object Functions","Video, Audio, YouTube & jPlayer Widget"]},{"t":"populateWidget()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/vidpopulatewidget/","b":["Scripting & APIs","Client API","Widget Object Functions","Video, Audio, YouTube & jPlayer Widget"]},{"t":"pause()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/pause/","b":["Scripting & APIs","Client API","Widget Object Functions","Video, Audio, YouTube & jPlayer Widget"]},{"t":"clearMedia()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/clearmedia/","b":["Scripting & APIs","Client API","Widget Object Functions","Video, Audio, YouTube & jPlayer Widget"]},{"t":"getAvailableQualityLevels()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/getavailablequalitylevels/","b":["Scripting & APIs","Client API","Widget Object Functions","Video, Audio, YouTube & jPlayer Widget"]},{"t":"controls()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/controls/","b":["Scripting & APIs","Client API","Widget Object Functions","Video, Audio, YouTube & jPlayer Widget"]},{"t":"getYoutubePlayer()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/getyoutubeplayer/","b":["Scripting & APIs","Client API","Widget Object Functions","Video, Audio, YouTube & jPlayer Widget"]},{"t":"clearVideo()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/clearvideo/","b":["Scripting & APIs","Client API","Widget Object Functions","Video, Audio, YouTube & jPlayer Widget"]},{"t":"preload()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/preload/","b":["Scripting & APIs","Client API","Widget Object Functions","Video, Audio, YouTube & jPlayer Widget"]},{"t":"muted()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/muted/","b":["Scripting & APIs","Client API","Widget Object Functions","Video, Audio, YouTube & jPlayer Widget"]},{"t":"setPlaybackQuality()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/setplaybackquality/","b":["Scripting & APIs","Client API","Widget Object Functions","Video, Audio, YouTube & jPlayer Widget"]},{"t":"state()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/state/","b":["Scripting & APIs","Client API","Widget Object Functions","Video, Audio, YouTube & jPlayer Widget"]},{"t":"loop()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/loop/","b":["Scripting & APIs","Client API","Widget Object Functions","Video, Audio, YouTube & jPlayer Widget"]},{"t":"Video, Audio, YouTube & jPlayer Widget","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/video-audio-youtube-widget/","b":["Scripting & APIs","Client API","Widget Object Functions"]},{"t":"scroll()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/timeline/scroll/","b":["Scripting & APIs","Client API","Widget Object Functions","Timeline"]},{"t":"fitData()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/timeline/fitdata/","b":["Scripting & APIs","Client API","Widget Object Functions","Timeline"]},{"t":"scrollTo()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/timeline/tlscrollto/","b":["Scripting & APIs","Client API","Widget Object Functions","Timeline"]},{"t":"Events","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/timeline/eventstimeline/","b":["Scripting & APIs","Client API","Widget Object Functions","Timeline"]},{"t":"Timeline","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/timeline/","b":["Scripting & APIs","Client API","Widget Object Functions"]},{"t":"getSectionState()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/accordion/getsectionstate/","b":["Scripting & APIs","Client API","Widget Object Functions","Accordion"]},{"t":"setSectionState()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/accordion/statesection/","b":["Scripting & APIs","Client API","Widget Object Functions","Accordion"]},{"t":"Accordion","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/accordion/","b":["Scripting & APIs","Client API","Widget Object Functions"]},{"t":"columnWidth()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/columnwidth/","b":["Scripting & APIs","Client API","Widget Object Functions","Photoswipe"]},{"t":"showGallery()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/showgallery/","b":["Scripting & APIs","Client API","Widget Object Functions","Photoswipe"]},{"t":"populateWidget()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/pswipepopulatewidget/","b":["Scripting & APIs","Client API","Widget Object Functions","Photoswipe"]},{"t":"getPhotoswipeObject()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/getphotoswipeobject/","b":["Scripting & APIs","Client API","Widget Object Functions","Photoswipe"]},{"t":"getCurrentImageIndex()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/getcurrentimageindex/","b":["Scripting & APIs","Client API","Widget Object Functions"]},{"t":"getCurrentImage()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/getcurrentimage/","b":["Scripting & APIs","Client API","Widget Object Functions","Photoswipe"]},{"t":"Photoswipe","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/photoswipe/","b":["Scripting & APIs","Client API","Widget Object Functions"]},{"t":"parent()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/general/parent/","b":["Scripting & APIs","Client API","Widget Object Functions","General"]},{"t":"prop()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/general/prop/","b":["Scripting & APIs","Client API","Widget Object Functions","General"]},{"t":"value()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/general/value/","b":["Scripting & APIs","Client API","Widget Object Functions","General"]},{"t":"traverseChildren()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/general/traversechildren/","b":["Scripting & APIs","Client API","Widget Object Functions","General"]},{"t":"General","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/general/","b":["Scripting & APIs","Client API","Widget Object Functions"]},{"t":"getZingChartId()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/zing-chart/getzingchartid/","b":["Scripting & APIs","Client API","Widget Object Functions","Zing Chart"]},{"t":"Zing Chart","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/zing-chart/","b":["Scripting & APIs","Client API","Widget Object Functions"]},{"t":"setLanguage()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/setlanguage/","b":["Scripting & APIs","Client API","Widget Object Functions","Advanced Maps"]},{"t":"removeOverlay()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/removeoverlay/","b":["Scripting & APIs","Client API","Widget Object Functions","Advanced Maps"]},{"t":"getCoord()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/getcoord/","b":["Scripting & APIs","Client API","Widget Object Functions","Advanced Maps"]},{"t":"getOverlays()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/getoverlays/","b":["Scripting & APIs","Client API","Widget Object Functions","Advanced Maps"]},{"t":"showOverlay()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/showoverlayid/","b":["Scripting & APIs","Client API","Widget Object Functions","Advanced Maps"]},{"t":"fitToOverlays()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/fittooverlays/","b":["Scripting & APIs","Client API","Widget Object Functions","Advanced Maps"]},{"t":"clearMarkers()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/clearmarkers/","b":["Scripting & APIs","Client API","Widget Object Functions","Advanced Maps"]},{"t":"clearOverlays()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/clearoverlays/","b":["Scripting & APIs","Client API","Widget Object Functions","Advanced Maps"]},{"t":"hideOverlay()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/hideoverlay/","b":["Scripting & APIs","Client API","Widget Object Functions","Advanced Maps"]},{"t":"fillColor()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/fillcolor/","b":["Scripting & APIs","Client API","Widget Object Functions","Advanced Maps"]},{"t":"whereAmI()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/whereami/","b":["Scripting & APIs","Client API","Widget Object Functions","Advanced Maps"]},{"t":"strokeOpacity()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/strokeopacity/","b":["Scripting & APIs","Client API","Widget Object Functions","Advanced Maps"]},{"t":"strokeColor()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/strokecolor/","b":["Scripting & APIs","Client API","Widget Object Functions","Advanced Maps"]},{"t":"getOverlayObjById()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/getoverlayobjbyidid/","b":["Scripting & APIs","Client API","Widget Object Functions","Advanced Maps"]},{"t":"removeDirections()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/removedirections/","b":["Scripting & APIs","Client API","Widget Object Functions","Advanced Maps"]},{"t":"strokeWeight()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/strokeweight/","b":["Scripting & APIs","Client API","Widget Object Functions","Advanced Maps"]},{"t":"noScroll()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/noscroll/","b":["Scripting & APIs","Client API","Widget Object Functions","Advanced Maps"]},{"t":"addRectangle()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addrectangle/","b":["Scripting & APIs","Client API","Widget Object Functions","Advanced Maps"]},{"t":"addPolygon()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addpolygon/","b":["Scripting & APIs","Client API","Widget Object Functions","Advanced Maps"]},{"t":"fillOpacity()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/fillopacity/","b":["Scripting & APIs","Client API","Widget Object Functions","Advanced Maps"]},{"t":"getAddress()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/getaddress/","b":["Scripting & APIs","Client API","Widget Object Functions","Advanced Maps"]},{"t":"loadApi()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/loadapi/","b":["Scripting & APIs","Client API","Widget Object Functions","Advanced Maps"]},{"t":"addCurrentLocation()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addcurrentlocation/","b":["Scripting & APIs","Client API","Widget Object Functions","Advanced Maps"]},{"t":"showMarker()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/showmarker/","b":["Scripting & APIs","Client API","Widget Object Functions","Advanced Maps"]},{"t":"getDirections()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/getdirections/","b":["Scripting & APIs","Client API","Widget Object Functions","Advanced Maps"]},{"t":"addCircle()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addcircle/","b":["Scripting & APIs","Client API","Widget Object Functions","Advanced Maps"]},{"t":"mapStyles()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/mapstyles/","b":["Scripting & APIs","Client API","Widget Object Functions","Advanced Maps"]},{"t":"addPolyline()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addpolyline/","b":["Scripting & APIs","Client API","Widget Object Functions","Advanced Maps"]},{"t":"googleMap()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/googlemap/","b":["Scripting & APIs","Client API","Widget Object Functions","Advanced Maps"]},{"t":"addMarker()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/addmarker/","b":["Scripting & APIs","Client API","Widget Object Functions","Advanced Maps"]},{"t":"Advanced Maps","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/advanced-maps/","b":["Scripting & APIs","Client API","Widget Object Functions"]},{"t":"selectTab()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/tab/selecttab/","b":["Scripting & APIs","Client API","Widget Object Functions","Tab"]},{"t":"getCurrentTabIndex()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/tab/getcurrenttabindex/","b":["Scripting & APIs","Client API","Widget Object Functions"]},{"t":"visibleTab()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/tab/visibletab/","b":["Scripting & APIs","Client API","Widget Object Functions","Tab"]},{"t":"enableTab()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/tab/enabletab/","b":["Scripting & APIs","Client API","Widget Object Functions","Tab"]},{"t":"Tab","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/tab/","b":["Scripting & APIs","Client API","Widget Object Functions"]},{"t":"close()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/circular-menu/close/","b":["Scripting & APIs","Client API","Widget Object Functions","Circular Menu"]},{"t":"open()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/circular-menu/open2/","b":["Scripting & APIs","Client API","Widget Object Functions","Circular Menu"]},{"t":"Circular Menu","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/circular-menu/","b":["Scripting & APIs","Client API","Widget Object Functions"]},{"t":"setSelectedRow()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/setselectedrow/","b":["Scripting & APIs","Client API","Widget Object Functions","Repeater & Grid"]},{"t":"deleteRowById()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/deleterowbyid/","b":["Scripting & APIs","Client API","Widget Object Functions","Repeater & Grid"]},{"t":"insertRow()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/insertrow/","b":["Scripting & APIs","Client API","Widget Object Functions","Repeater & Grid"]},{"t":"drawNextPage()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/drawnextpage/","b":["Scripting & APIs","Client API","Widget Object Functions","Repeater & Grid"]},{"t":"isAllDataDrawn()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/isalldatadrawn/","b":["Scripting & APIs","Client API","Widget Object Functions","Repeater & Grid"]},{"t":"deleteRow()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/deleterow/","b":["Scripting & APIs","Client API","Widget Object Functions","Repeater & Grid"]},{"t":"getSelectedRow()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/getselectedrow/","b":["Scripting & APIs","Client API","Widget Object Functions","Repeater & Grid"]},{"t":"search()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/children/","b":["Scripting & APIs","Client API","Widget Object Functions","Repeater & Grid"]},{"t":"fetchDataPage()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/fetchdata/","b":["Scripting & APIs","Client API","Widget Object Functions","Repeater & Grid"]},{"t":"sum()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/sum/","b":["Scripting & APIs","Client API","Widget Object Functions","Repeater & Grid"]},{"t":"deleteSelectedRows()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/deleteselectedrows/","b":["Scripting & APIs","Client API","Widget Object Functions","Repeater & Grid"]},{"t":"rowCount()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/length/","b":["Scripting & APIs","Client API","Widget Object Functions","Repeater & Grid"]},{"t":"rowIndex()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/rowindex/","b":["Scripting & APIs","Client API","Widget Object Functions"]},{"t":"getRow()","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/getrow/","b":["Scripting & APIs","Client API","Widget Object Functions","Repeater & Grid"]},{"t":"Repeater & Grid","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/repeater-grid/","b":["Scripting & APIs","Client API","Widget Object Functions"]},{"t":"Widget Object Functions","u":"/developers/documentation/scripting-apis/client-api/widget-object-functions/","b":["Scripting & APIs","Client API"]},{"t":"Widget Object","u":"/developers/documentation/scripting-apis/client-api/objects-titbits/widget-object/","b":["Scripting & APIs","Client API","Objects & Titbits"]},{"t":"Widget Effects","u":"/developers/documentation/scripting-apis/client-api/objects-titbits/widget-effects/","b":["Scripting & APIs","Client API","Objects & Titbits"]},{"t":"_widget","u":"/developers/documentation/scripting-apis/client-api/objects-titbits/ref-widget/","b":["Scripting & APIs","Client API","Objects & Titbits"]},{"t":"error object","u":"/developers/documentation/scripting-apis/client-api/objects-titbits/error-object/","b":["Scripting & APIs","Client API","Objects & Titbits"]},{"t":"status object for instanceXxxx() functions","u":"/developers/documentation/scripting-apis/client-api/objects-titbits/status-object-for-instancexxxx/","b":["Scripting & APIs","Client API","Objects & Titbits"]},{"t":"result object for instanceXxxx() callbacks","u":"/developers/documentation/scripting-apis/client-api/objects-titbits/result-object-for-instancexxxx/","b":["Scripting & APIs","Client API","Objects & Titbits"]},{"t":"Rows Object","u":"/developers/documentation/scripting-apis/client-api/objects-titbits/rows-object/","b":["Scripting & APIs","Client API","Objects & Titbits"]},{"t":"Filter Object","u":"/developers/documentation/scripting-apis/client-api/objects-titbits/filter-object/","b":["Scripting & APIs","Client API","Objects & Titbits"]},{"t":"Widget List Parameters","u":"/developers/documentation/scripting-apis/client-api/objects-titbits/widget-list-parameters/","b":["Scripting & APIs","Client API","Objects & Titbits"]},{"t":"Objects & Titbits","u":"/developers/documentation/scripting-apis/client-api/objects-titbits/","b":["Scripting & APIs","Client API"]},{"t":"Training Videos","u":"/developers/documentation/scripting-apis/client-api/tutorials-examples/","b":["Scripting & APIs","Client API"]},{"t":"getViewData()","u":"/developers/documentation/scripting-apis/client-api/data-view-functions/getviewdata/","b":["Scripting & APIs","Client API","Data View Functions"]},{"t":"Data View Related Events","u":"/developers/documentation/scripting-apis/client-api/data-view-functions/data-view-related-events/","b":["Scripting & APIs","Client API","Data View Functions"]},{"t":"reloadView()","u":"/developers/documentation/scripting-apis/client-api/data-view-functions/reloadview/","b":["Scripting & APIs","Client API","Data View Functions"]},{"t":"Getting data for Charts","u":"/developers/documentation/scripting-apis/client-api/data-view-functions/getting-data-for-charts/","b":["Scripting & APIs","Client API","Data View Functions"]},{"t":"resetView()","u":"/developers/documentation/scripting-apis/client-api/data-view-functions/resetview/","b":["Scripting & APIs","Client API","Data View Functions"]},{"t":"Setting a View Filter","u":"/developers/documentation/scripting-apis/client-api/data-view-functions/setting-a-view-filter/","b":["Scripting & APIs","Client API","Data View Functions"]},{"t":"bindViewData()","u":"/developers/documentation/scripting-apis/client-api/data-view-functions/setviewcallback/","b":["Scripting & APIs","Client API","Data View Functions"]},{"t":"Group By","u":"/developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/refgroup-by/","b":["Scripting & APIs","Client API","Data View Functions","Modifying Data Widgets with Scripts"]},{"t":"Multi Series Filters","u":"/developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/multi-series-filters/","b":["Scripting & APIs","Client API","Data View Functions","Modifying Data Widgets with Scripts"]},{"t":"Filtering Dates","u":"/developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/filtering-dates/","b":["Scripting & APIs","Client API","Data View Functions","Modifying Data Widgets with Scripts"]},{"t":"Order By","u":"/developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/reforder-by/","b":["Scripting & APIs","Client API","Data View Functions","Modifying Data Widgets with Scripts"]},{"t":"Drill Filter","u":"/developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/refdrill-filter/","b":["Scripting & APIs","Client API","Data View Functions","Modifying Data Widgets with Scripts"]},{"t":"Filters","u":"/developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/filters/","b":["Scripting & APIs","Client API","Data View Functions","Modifying Data Widgets with Scripts"]},{"t":"Modifying Data Widgets with Scripts","u":"/developers/documentation/scripting-apis/client-api/data-view-functions/modifying-data-widgets-with-scripts/","b":["Scripting & APIs","Client API","Data View Functions"]},{"t":"enableView()","u":"/developers/documentation/scripting-apis/client-api/data-view-functions/enableview/","b":["Scripting & APIs","Client API","Data View Functions"]},{"t":"MySQL, Postgres, Oracle etc.","u":"/developers/documentation/scripting-apis/client-api/data-view-functions/mysql-postgres-oracle-etc/","b":["Scripting & APIs","Client API","Data View Functions"]},{"t":"drillDownBroadcast()","u":"/developers/documentation/scripting-apis/client-api/data-view-functions/drilldownbroadcast/","b":["Scripting & APIs","Client API","Data View Functions"]},{"t":"fetchDataPage()","u":"/developers/documentation/scripting-apis/client-api/data-view-functions/fetchdatapage/","b":["Scripting & APIs","Client API","Data View Functions"]},{"t":"refreshData()","u":"/developers/documentation/scripting-apis/client-api/data-view-functions/refrefreshdata/","b":["Scripting & APIs","Client API","Data View Functions"]},{"t":"Data View Functions","u":"/developers/documentation/scripting-apis/client-api/data-view-functions/","b":["Scripting & APIs","Client API"]},{"t":"getStage()","u":"/developers/documentation/scripting-apis/client-api/workflow-functions/getstage/","b":["Scripting & APIs","Client API","Workflow Functions"]},{"t":"assignToRole()","u":"/developers/documentation/scripting-apis/client-api/workflow-functions/assigntorole/","b":["Scripting & APIs","Client API","Workflow Functions"]},{"t":"assignInstance()","u":"/developers/documentation/scripting-apis/client-api/workflow-functions/assigninstance/","b":["Scripting & APIs","Client API","Workflow Functions"]},{"t":"cancelAssignments()","u":"/developers/documentation/scripting-apis/client-api/workflow-functions/cancelassignments/","b":["Scripting & APIs","Client API","Workflow Functions"]},{"t":"notify()","u":"/developers/documentation/scripting-apis/client-api/workflow-functions/notify/","b":["Scripting & APIs","Client API","Workflow Functions"]},{"t":"getAssignedRoles()","u":"/developers/documentation/scripting-apis/client-api/workflow-functions/getassignedroles/","b":["Scripting & APIs","Client API","Workflow Functions"]},{"t":"unassignFromRole()","u":"/developers/documentation/scripting-apis/client-api/workflow-functions/unassignfromrole/","b":["Scripting & APIs","Client API","Workflow Functions"]},{"t":"cancelNotifications()","u":"/developers/documentation/scripting-apis/client-api/workflow-functions/cancelnotificationsforinstance/","b":["Scripting & APIs","Client API","Workflow Functions"]},{"t":"setStage()","u":"/developers/documentation/scripting-apis/client-api/workflow-functions/setstage/","b":["Scripting & APIs","Client API","Workflow Functions"]},{"t":"currentUserRole()","u":"/developers/documentation/scripting-apis/client-api/workflow-functions/currentuserrole/","b":["Scripting & APIs","Client API","Workflow Functions"]},{"t":"Workflow Functions","u":"/developers/documentation/scripting-apis/client-api/workflow-functions/","b":["Scripting & APIs","Client API"]},{"t":"cookie()","u":"/developers/documentation/scripting-apis/client-api/others/cookie/","b":["Scripting & APIs","Client API","Others"]},{"t":"Others","u":"/developers/documentation/scripting-apis/client-api/others/","b":["Scripting & APIs","Client API"]},{"t":"Accessing Device Hardware & Features","u":"/developers/documentation/scripting-apis/client-api/accessing-device-hardware-fea/","b":["Scripting & APIs","Client API"]},{"t":"navigator object","u":"/developers/documentation/scripting-apis/client-api/useful-browser-functions/navigator-object/","b":["Scripting & APIs","Client API","Useful Browser Functions"]},{"t":"window object","u":"/developers/documentation/scripting-apis/client-api/useful-browser-functions/window-object/","b":["Scripting & APIs","Client API","Useful Browser Functions"]},{"t":"open()","u":"/developers/documentation/scripting-apis/client-api/useful-browser-functions/open/","b":["Scripting & APIs","Client API","Useful Browser Functions"]},{"t":"screen object","u":"/developers/documentation/scripting-apis/client-api/useful-browser-functions/screen-object/","b":["Scripting & APIs","Client API","Useful Browser Functions"]},{"t":"setInterval(), setTimeout()","u":"/developers/documentation/scripting-apis/client-api/useful-browser-functions/setinterval-settimeout-et-al/","b":["Scripting & APIs","Client API","Useful Browser Functions"]},{"t":"pageXOffset(), pageYOffset()","u":"/developers/documentation/scripting-apis/client-api/useful-browser-functions/pagexoffset-pageyoffset/","b":["Scripting & APIs","Client API","Useful Browser Functions"]},{"t":"alert(), confirm()","u":"/developers/documentation/scripting-apis/client-api/useful-browser-functions/alert/","b":["Scripting & APIs","Client API","Useful Browser Functions"]},{"t":"scrollTo(), scrollBy()","u":"/developers/documentation/scripting-apis/client-api/useful-browser-functions/scrollto/","b":["Scripting & APIs","Client API","Useful Browser Functions"]},{"t":"Useful Browser Functions","u":"/developers/documentation/scripting-apis/client-api/useful-browser-functions/","b":["Scripting & APIs","Client API"]},{"t":"OBJ2ARRAY()","u":"/developers/documentation/scripting-apis/client-api/conversion-functions/advancedtoarray/","b":["Scripting & APIs","Client API","Conversion Functions"]},{"t":"OBJ2XML()","u":"/developers/documentation/scripting-apis/client-api/conversion-functions/json2xml/","b":["Scripting & APIs","Client API","Conversion Functions"]},{"t":"DATE2DB()","u":"/developers/documentation/scripting-apis/client-api/conversion-functions/date2db/","b":["Scripting & APIs","Client API","Conversion Functions"]},{"t":"filterArray()","u":"/developers/documentation/scripting-apis/client-api/conversion-functions/filterarray/","b":["Scripting & APIs","Client API","Conversion Functions"]},{"t":"OBJ2JSON()","u":"/developers/documentation/scripting-apis/client-api/conversion-functions/json2text/","b":["Scripting & APIs","Client API","Conversion Functions"]},{"t":"JSON2OBJ()","u":"/developers/documentation/scripting-apis/client-api/conversion-functions/text2json/","b":["Scripting & APIs","Client API","Conversion Functions"]},{"t":"XML2OBJ()","u":"/developers/documentation/scripting-apis/client-api/conversion-functions/xml2json/","b":["Scripting & APIs","Client API","Conversion Functions"]},{"t":"ARRAY2OBJ()","u":"/developers/documentation/scripting-apis/client-api/conversion-functions/arraytoadvanced/","b":["Scripting & APIs","Client API","Conversion Functions"]},{"t":"Conversion Functions","u":"/developers/documentation/scripting-apis/client-api/conversion-functions/","b":["Scripting & APIs","Client API"]},{"t":"translate()","u":"/developers/documentation/scripting-apis/client-api/multi-language-apps/translate/","b":["Scripting & APIs","Client API","Multi Language Apps"]},{"t":"language()","u":"/developers/documentation/scripting-apis/client-api/multi-language-apps/language/","b":["Scripting & APIs","Client API","Multi Language Apps"]},{"t":"Multi Language Apps","u":"/developers/documentation/scripting-apis/client-api/multi-language-apps/","b":["Scripting & APIs","Client API"]},{"t":"getInputParameters()","u":"/developers/documentation/scripting-apis/client-api/app-functions/getinputparameter/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"confirm()","u":"/developers/documentation/scripting-apis/client-api/app-functions/confirm/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"userParameterSet()","u":"/developers/documentation/scripting-apis/client-api/app-functions/userparameterset/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"setAppSnapshot()","u":"/developers/documentation/scripting-apis/client-api/app-functions/setappsnapshot/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"debugData()","u":"/developers/documentation/scripting-apis/client-api/app-functions/debugdata/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"twirlyThing()","u":"/developers/documentation/scripting-apis/client-api/app-functions/twirlything/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"showConfirm()","u":"/developers/documentation/scripting-apis/client-api/app-functions/showconfirm/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"alert()","u":"/developers/documentation/scripting-apis/client-api/app-functions/refalert/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"getPlatform()","u":"/developers/documentation/scripting-apis/client-api/app-functions/getplatform/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"printApp()","u":"/developers/documentation/scripting-apis/client-api/app-functions/printapp/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"showMessage()","u":"/developers/documentation/scripting-apis/client-api/app-functions/showmessage/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"isPrinting()","u":"/developers/documentation/scripting-apis/client-api/app-functions/isprinting/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"getInstanceURL()","u":"/developers/documentation/scripting-apis/client-api/app-functions/getinstanceurl/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"debugProperties()","u":"/developers/documentation/scripting-apis/client-api/app-functions/debugproperties/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"reset()","u":"/developers/documentation/scripting-apis/client-api/app-functions/refreset/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"mobileSMS()","u":"/developers/documentation/scripting-apis/client-api/app-functions/mobilesms/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"getPlatformInfo()","u":"/developers/documentation/scripting-apis/client-api/app-functions/getplatforminfo/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"networkTimeout()","u":"/developers/documentation/scripting-apis/client-api/app-functions/setnetworktimeout/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"mobileDial()","u":"/developers/documentation/scripting-apis/client-api/app-functions/mobiledial/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"getRunMode()","u":"/developers/documentation/scripting-apis/client-api/app-functions/getrunmode/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"closeForm()","u":"/developers/documentation/scripting-apis/client-api/app-functions/closeform/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"gaTrack()","u":"/developers/documentation/scripting-apis/client-api/app-functions/gatrack/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"mobileEmail()","u":"/developers/documentation/scripting-apis/client-api/app-functions/mobileemail/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"debugOutput()","u":"/developers/documentation/scripting-apis/client-api/app-functions/debugoutput/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"debugValues()","u":"/developers/documentation/scripting-apis/client-api/app-functions/debugvalues/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"isNativeApp()","u":"/developers/documentation/scripting-apis/client-api/app-functions/isnativeapp/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"callSSJ()","u":"/developers/documentation/scripting-apis/client-api/app-functions/callservice/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"populateWidget()","u":"/developers/documentation/scripting-apis/client-api/app-functions/populatewidget3/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"runEditor()","u":"/developers/documentation/scripting-apis/client-api/app-functions/runeditor/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"getEnvValue()","u":"/developers/documentation/scripting-apis/client-api/app-functions/getenvvalue/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"getAppSnapshot()","u":"/developers/documentation/scripting-apis/client-api/app-functions/getappsnapshot/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"uploadFile()","u":"/developers/documentation/scripting-apis/client-api/app-functions/uploadfile/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"isNativeAppOnline()","u":"/developers/documentation/scripting-apis/client-api/app-functions/isnativeapponline/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"userParameterGet()","u":"/developers/documentation/scripting-apis/client-api/app-functions/userparameterget/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"parentApp()","u":"/developers/documentation/scripting-apis/client-api/app-functions/parentapp/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"showPrompt()","u":"/developers/documentation/scripting-apis/client-api/app-functions/showprompt/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"cacheImage()","u":"/developers/documentation/scripting-apis/client-api/app-functions/cacheimage/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"childApp()","u":"/developers/documentation/scripting-apis/client-api/app-functions/childapp/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"getACVersion()","u":"/developers/documentation/scripting-apis/client-api/app-functions/getacversion/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"jGrowl()","u":"/developers/documentation/scripting-apis/client-api/app-functions/jgrowl/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"switchApp()","u":"/developers/documentation/scripting-apis/client-api/app-functions/switchapp/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"logout()","u":"/developers/documentation/scripting-apis/client-api/app-functions/logout/","b":["Scripting & APIs","Client API","App Functions"]},{"t":"App Functions","u":"/developers/documentation/scripting-apis/client-api/app-functions/","b":["Scripting & APIs","Client API"]},{"t":"Mobile Device Hardware & Features","u":"/developers/documentation/scripting-apis/client-api/mobile-device-hardware-featur/","b":["Scripting & APIs","Client API"]},{"t":"checkMandatory()","u":"/developers/documentation/scripting-apis/client-api/widget-functions/checkmandatory/","b":["Scripting & APIs","Client API","Widget Functions"]},{"t":"refreshData()","u":"/developers/documentation/scripting-apis/client-api/widget-functions/refreshdata/","b":["Scripting & APIs","Client API","Widget Functions"]},{"t":"setProperty()","u":"/developers/documentation/scripting-apis/client-api/widget-functions/setproperty/","b":["Scripting & APIs","Client API","Widget Functions"]},{"t":"populateWidget()","u":"/developers/documentation/scripting-apis/client-api/widget-functions/populatewidget2/","b":["Scripting & APIs","Client API","Widget Functions"]},{"t":"setFocus()","u":"/developers/documentation/scripting-apis/client-api/widget-functions/setfocus/","b":["Scripting & APIs","Client API","Widget Functions"]},{"t":"getProperty()","u":"/developers/documentation/scripting-apis/client-api/widget-functions/getproperty/","b":["Scripting & APIs","Client API","Widget Functions"]},{"t":"getParent()","u":"/developers/documentation/scripting-apis/client-api/widget-functions/getparentwidget/","b":["Scripting & APIs","Client API","Widget Functions"]},{"t":"resetWidget()","u":"/developers/documentation/scripting-apis/client-api/widget-functions/resetwidget/","b":["Scripting & APIs","Client API","Widget Functions"]},{"t":"emptyWidget()","u":"/developers/documentation/scripting-apis/client-api/widget-functions/emptywidget/","b":["Scripting & APIs","Client API","Widget Functions"]},{"t":"w()","u":"/developers/documentation/scripting-apis/client-api/widget-functions/w/","b":["Scripting & APIs","Client API","Widget Functions"]},{"t":"deleteWidget()","u":"/developers/documentation/scripting-apis/client-api/widget-functions/deletewidget/","b":["Scripting & APIs","Client API","Widget Functions"]},{"t":"unhighlightWidgets()","u":"/developers/documentation/scripting-apis/client-api/widget-functions/unhighlightwidgets/","b":["Scripting & APIs","Client API","Widget Functions"]},{"t":"highlightWidgets()","u":"/developers/documentation/scripting-apis/client-api/widget-functions/highlightwidgets/","b":["Scripting & APIs","Client API","Widget Functions"]},{"t":"createWidget()","u":"/developers/documentation/scripting-apis/client-api/widget-functions/createwidget/","b":["Scripting & APIs","Client API","Widget Functions"]},{"t":"Widget Functions","u":"/developers/documentation/scripting-apis/client-api/widget-functions/","b":["Scripting & APIs","Client API"]},{"t":"httpRequest()","u":"/developers/documentation/scripting-apis/client-api/soap-restful-ajax-calls/httprequest/","b":["Scripting & APIs","Client API","SOAP & RESTful AJAX Calls"]},{"t":"Wizard","u":"/developers/documentation/scripting-apis/client-api/soap-restful-ajax-calls/web-service-wizard/","b":["Scripting & APIs","Client API","SOAP & RESTful AJAX Calls"]},{"t":"soapRequest()","u":"/developers/documentation/scripting-apis/client-api/soap-restful-ajax-calls/soaprequest/","b":["Scripting & APIs","Client API","SOAP & RESTful AJAX Calls"]},{"t":"SOAP & RESTful AJAX Calls","u":"/developers/documentation/scripting-apis/client-api/soap-restful-ajax-calls/","b":["Scripting & APIs","Client API"]},{"t":"Mobile List Example","u":"/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/mobile-list-example/","b":["Scripting & APIs","Client API","Widget Data & State Manipulation","populateWidget()"]},{"t":"Photoswipe Example","u":"/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/photoswipe-example/","b":["Scripting & APIs","Client API","Widget Data & State Manipulation","populateWidget()"]},{"t":"Calendar Widget","u":"/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/calendar-widget2/","b":["Scripting & APIs","Client API","Widget Data & State Manipulation","populateWidget()"]},{"t":"ListBoxes, Dropdowns and Context Menu Examples","u":"/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/listbox--dropdown-example/","b":["Scripting & APIs","Client API","Widget Data & State Manipulation","populateWidget()"]},{"t":"Populate Widget Map Wizard","u":"/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/populatewidget-wizard/","b":["Scripting & APIs","Client API","Widget Data & State Manipulation","populateWidget()"]},{"t":"Video Example","u":"/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/audio-video-example/","b":["Scripting & APIs","Client API","Widget Data & State Manipulation","populateWidget()"]},{"t":"Repeater Container Example","u":"/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/repeater-container-example/","b":["Scripting & APIs","Client API","Widget Data & State Manipulation","populateWidget()"]},{"t":"Complex JSON Examples","u":"/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/complex-json-example/","b":["Scripting & APIs","Client API","Widget Data & State Manipulation","populateWidget()"]},{"t":"Mobiscroll List","u":"/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/mobiscroll-list2/","b":["Scripting & APIs","Client API","Widget Data & State Manipulation","populateWidget()"]},{"t":"Timeline Example","u":"/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/timeline-example/","b":["Scripting & APIs","Client API","Widget Data & State Manipulation","populateWidget()"]},{"t":"Advanced Google Maps Example","u":"/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/advanced-google-maps-example/","b":["Scripting & APIs","Client API","Widget Data & State Manipulation","populateWidget()"]},{"t":"Zing Charts","u":"/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/zingcharts/","b":["Scripting & APIs","Client API","Widget Data & State Manipulation","populateWidget()"]},{"t":"Array as Data Source Example","u":"/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/array-as-data-source-example/","b":["Scripting & APIs","Client API","Widget Data & State Manipulation","populateWidget()"]},{"t":"Flot Charts","u":"/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/flot-charts2/","b":["Scripting & APIs","Client API","Widget Data & State Manipulation","populateWidget()"]},{"t":"populateWidget()","u":"/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/populatewidget/","b":["Scripting & APIs","Client API","Widget Data & State Manipulation"]},{"t":"dataSetValues()","u":"/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/datasetvalues/","b":["Scripting & APIs","Client API","Widget Data & State Manipulation"]},{"t":"dataGetValues()","u":"/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/datagetvalues/","b":["Scripting & APIs","Client API","Widget Data & State Manipulation"]},{"t":"setData()","u":"/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/setdata/","b":["Scripting & APIs","Client API","Widget Data & State Manipulation"]},{"t":"setValue()","u":"/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/refsetvalue/","b":["Scripting & APIs","Client API","Widget Data & State Manipulation"]},{"t":"getValue()","u":"/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/refgetvalue/","b":["Scripting & APIs","Client API","Widget Data & State Manipulation"]},{"t":"assign()","u":"/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/assign/","b":["Scripting & APIs","Client API","Widget Data & State Manipulation"]},{"t":"dataSetStates()","u":"/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/datasetstates/","b":["Scripting & APIs","Client API","Widget Data & State Manipulation"]},{"t":"dataGetStates()","u":"/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/datagetstates/","b":["Scripting & APIs","Client API","Widget Data & State Manipulation"]},{"t":"enabled()","u":"/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/enabled/","b":["Scripting & APIs","Client API","Widget Data & State Manipulation"]},{"t":"readOnly()","u":"/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/readonly/","b":["Scripting & APIs","Client API","Widget Data & State Manipulation"]},{"t":"getData()","u":"/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/getdata/","b":["Scripting & APIs","Client API","Widget Data & State Manipulation"]},{"t":"visible()","u":"/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/visible/","b":["Scripting & APIs","Client API","Widget Data & State Manipulation"]},{"t":"Widget Data & State Manipulation","u":"/developers/documentation/scripting-apis/client-api/widget-data-state-manipulation/","b":["Scripting & APIs","Client API"]},{"t":"Client API","u":"/developers/documentation/scripting-apis/client-api/","b":["Scripting & APIs"]},{"t":"dir()","u":"/developers/documentation/scripting-apis/server-side-api/console-object/dir/","b":["Scripting & APIs","Server Side API","console object"]},{"t":"log()","u":"/developers/documentation/scripting-apis/server-side-api/console-object/log/","b":["Scripting & APIs","Server Side API","console object"]},{"t":"console object","u":"/developers/documentation/scripting-apis/server-side-api/console-object/","b":["Scripting & APIs","Server Side API"]},{"t":"dropbox.move()","u":"/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxmove/","b":["Scripting & APIs","Server Side API","DropBox"]},{"t":"dropbox.metaData()","u":"/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxmetadata/","b":["Scripting & APIs","Server Side API","DropBox"]},{"t":"dropbox.delete()","u":"/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxdelete/","b":["Scripting & APIs","Server Side API","DropBox"]},{"t":"dropbox.media()","u":"/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxmedia/","b":["Scripting & APIs","Server Side API","DropBox"]},{"t":"dropbox.create()","u":"/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxcreate/","b":["Scripting & APIs","Server Side API","DropBox"]},{"t":"dropbox.upload()","u":"/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxupload/","b":["Scripting & APIs","Server Side API","DropBox"]},{"t":"dropbox.accountInfo()","u":"/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxacinfo/","b":["Scripting & APIs","Server Side API","DropBox"]},{"t":"dropbox.search()","u":"/developers/documentation/scripting-apis/server-side-api/dropbox-object/dropboxsearch/","b":["Scripting & APIs","Server Side API","DropBox"]},{"t":"DropBox","u":"/developers/documentation/scripting-apis/server-side-api/dropbox-object/","b":["Scripting & APIs","Server Side API"]},{"t":"loadResourceFolders()","u":"/developers/documentation/scripting-apis/server-side-api/sys-object/resources-management/loadresourcefolders/","b":["Scripting & APIs","Server Side API","sys object","Resources Management"]},{"t":"getSharedResourceFolders()","u":"/developers/documentation/scripting-apis/server-side-api/sys-object/resources-management/getsharedresourcefolders/","b":["Scripting & APIs","Server Side API","sys object","Resources Management"]},{"t":"getResources()","u":"/developers/documentation/scripting-apis/server-side-api/sys-object/resources-management/getresources/","b":["Scripting & APIs","Server Side API","sys object","Resources Management"]},{"t":"getSharedResources()","u":"/developers/documentation/scripting-apis/server-side-api/sys-object/resources-management/getsharedresources/","b":["Scripting & APIs","Server Side API","sys object","Resources Management"]},{"t":"Resources Management","u":"/developers/documentation/scripting-apis/server-side-api/sys-object/resources-management/","b":["Scripting & APIs","Server Side API","sys object"]},{"t":"createUser()","u":"/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/createuser/","b":["Scripting & APIs","Server Side API","sys object","User Management"]},{"t":"deleteUser()","u":"/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/deleteuser/","b":["Scripting & APIs","Server Side API","sys object","User Management"]},{"t":"setUserPassword()","u":"/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/setuserpassword/","b":["Scripting & APIs","Server Side API","sys object","User Management"]},{"t":"getUserById()","u":"/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/getuserbyid/","b":["Scripting & APIs","Server Side API","sys object","User Management"]},{"t":"getMemberOf()","u":"/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/getmemberof/","b":["Scripting & APIs","Server Side API","sys object","User Management"]},{"t":"getUsersList()","u":"/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/loaduserslist/","b":["Scripting & APIs","Server Side API","sys object","User Management"]},{"t":"saveUser()","u":"/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/saveuser/","b":["Scripting & APIs","Server Side API","sys object","User Management"]},{"t":"checkOwnerUserRights parameter","u":"/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/checkowneruserrights-parameter/","b":["Scripting & APIs","Server Side API","sys object","User Management"]},{"t":"User Management","u":"/developers/documentation/scripting-apis/server-side-api/sys-object/user-management/","b":["Scripting & APIs","Server Side API","sys object"]},{"t":"getSharedAppsUsersList()","u":"/developers/documentation/scripting-apis/server-side-api/sys-object/app-management/getsharedappsuserslist/","b":["Scripting & APIs","Server Side API","sys object","App Management"]},{"t":"getAppsFoldersList()","u":"/developers/documentation/scripting-apis/server-side-api/sys-object/app-management/getappsfolderslist/","b":["Scripting & APIs","Server Side API","sys object","App Management"]},{"t":"getSharedAppsFoldersList()","u":"/developers/documentation/scripting-apis/server-side-api/sys-object/app-management/getsharedappsfolderslist/","b":["Scripting & APIs","Server Side API","sys object","App Management"]},{"t":"getAppsList()","u":"/developers/documentation/scripting-apis/server-side-api/sys-object/app-management/getappslist/","b":["Scripting & APIs","Server Side API","sys object","App Management"]},{"t":"getSharedAppsItemsList()","u":"/developers/documentation/scripting-apis/server-side-api/sys-object/app-management/getsharedappsitemslist/","b":["Scripting & APIs","Server Side API","sys object","App Management"]},{"t":"App Management","u":"/developers/documentation/scripting-apis/server-side-api/sys-object/app-management/","b":["Scripting & APIs","Server Side API","sys object"]},{"t":"loadQueryFolders()","u":"/developers/documentation/scripting-apis/server-side-api/sys-object/queries-management/loadqueryfolders/","b":["Scripting & APIs","Server Side API","sys object","Queries Management"]},{"t":"getSharedQueryFolders()","u":"/developers/documentation/scripting-apis/server-side-api/sys-object/queries-management/getsharedqueryfolders/","b":["Scripting & APIs","Server Side API","sys object","Queries Management"]},{"t":"getSharedQueries()","u":"/developers/documentation/scripting-apis/server-side-api/sys-object/queries-management/getsharedqueries/","b":["Scripting & APIs","Server Side API","sys object","Queries Management"]},{"t":"getQueries()","u":"/developers/documentation/scripting-apis/server-side-api/sys-object/queries-management/getqueries/","b":["Scripting & APIs","Server Side API","sys object","Queries Management"]},{"t":"Queries Management","u":"/developers/documentation/scripting-apis/server-side-api/sys-object/queries-management/","b":["Scripting & APIs","Server Side API","sys object"]},{"t":"getGroupsList()","u":"/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/getgroupslist/","b":["Scripting & APIs","Server Side API","sys object","Group Management"]},{"t":"getGroupMembers()","u":"/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/getgroupmembers/","b":["Scripting & APIs","Server Side API","sys object","Group Management"]},{"t":"addToGroup()","u":"/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/addtogroup/","b":["Scripting & APIs","Server Side API","sys object","Group Management"]},{"t":"removeFromGroup()","u":"/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/removefromgroup/","b":["Scripting & APIs","Server Side API","sys object","Group Management"]},{"t":"getGroupById()","u":"/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/getgroupbyid/","b":["Scripting & APIs","Server Side API","sys object","Group Management"]},{"t":"deleteGroup()","u":"/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/deletegroup/","b":["Scripting & APIs","Server Side API","sys object","Group Management"]},{"t":"updateGroup()","u":"/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/updategroup/","b":["Scripting & APIs","Server Side API","sys object","Group Management"]},{"t":"createGroup()","u":"/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/creategroup/","b":["Scripting & APIs","Server Side API","sys object","Group Management"]},{"t":"Group Management","u":"/developers/documentation/scripting-apis/server-side-api/sys-object/group-management/","b":["Scripting & APIs","Server Side API","sys object"]},{"t":"sys object","u":"/developers/documentation/scripting-apis/server-side-api/sys-object/","b":["Scripting & APIs","Server Side API"]},{"t":"Wizard","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/web-service-wizard2/","b":["Scripting & APIs","Server Side API","ssj object","Web Service Calls"]},{"t":"soapRequest()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/soaprequest2/","b":["Scripting & APIs","Server Side API","ssj object","Web Service Calls"]},{"t":"httpRequest()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/httprequest2/","b":["Scripting & APIs","Server Side API","ssj object","Web Service Calls"]},{"t":"buildHttpStr()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/buildhttpstr/","b":["Scripting & APIs","Server Side API","ssj object","Web Service Calls"]},{"t":"httpRequestAdv()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/httprequestadv/","b":["Scripting & APIs","Server Side API","ssj object","Web Service Calls"]},{"t":"parseHttpStr()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/parsehttpstr/","b":["Scripting & APIs","Server Side API","ssj object","Web Service Calls"]},{"t":"networkTimeout()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/networktimeout/","b":["Scripting & APIs","Server Side API","ssj object","Web Service Calls"]},{"t":"Web Service Calls","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/web-service-calls/","b":["Scripting & APIs","Server Side API","ssj object"]},{"t":"setSessionObject()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/security/setsessionobject/","b":["Scripting & APIs","Server Side API","ssj object","Security"]},{"t":"getOwnerUser()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/security/getowneruser/","b":["Scripting & APIs","Server Side API","ssj object","Security"]},{"t":"getSessionObject()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/security/getsessionobject/","b":["Scripting & APIs","Server Side API","ssj object","Security"]},{"t":"deleteSessionObject()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/security/deletesessionobject/","b":["Scripting & APIs","Server Side API","ssj object","Security"]},{"t":"getLoggedUser()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/security/getloggeduser/","b":["Scripting & APIs","Server Side API","ssj object","Security"]},{"t":"Security","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/security/","b":["Scripting & APIs","Server Side API","ssj object"]},{"t":"Payment Parameters","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/credit-card-payments/payment-parameters2/","b":["Scripting & APIs","Server Side API","ssj object","Credit Card Payments"]},{"t":"zooz.payment()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/credit-card-payments/payment/","b":["Scripting & APIs","Server Side API","ssj object","Credit Card Payments"]},{"t":"zoozStartCheckout()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/credit-card-payments/zoozstartcheckout/","b":["Scripting & APIs","Server Side API","ssj object","Credit Card Payments"]},{"t":"zooz.validate()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/credit-card-payments/validate/","b":["Scripting & APIs","Server Side API","ssj object","Credit Card Payments"]},{"t":"Credit Card Payments","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/credit-card-payments/","b":["Scripting & APIs","Server Side API","ssj object"]},{"t":"oAuthRequest()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/oauth/oauthrequest/","b":["Scripting & APIs","Server Side API","ssj object","OAuth"]},{"t":"OAuth","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/oauth/","b":["Scripting & APIs","Server Side API","ssj object"]},{"t":"lastInsertId()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/database/lastinsertid/","b":["Scripting & APIs","Server Side API","ssj object","Database"]},{"t":"getConnection()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/database/getconnection/","b":["Scripting & APIs","Server Side API","ssj object","Database"]},{"t":"getViewData()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/database/getviewdata2/","b":["Scripting & APIs","Server Side API","ssj object","Database"]},{"t":"getConnectionByName()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/database/getconnectionbyname/","b":["Scripting & APIs","Server Side API","ssj object","Database"]},{"t":"update()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/database/update/","b":["Scripting & APIs","Server Side API","ssj object","Database"]},{"t":"commit()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/database/commit/","b":["Scripting & APIs","Server Side API","ssj object","Database"]},{"t":"exec()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/database/exec/","b":["Scripting & APIs","Server Side API","ssj object","Database"]},{"t":"getSql()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/getsql/","b":["Scripting & APIs","Server Side API","ssj object","Database","Select Handling"]},{"t":"select()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select/","b":["Scripting & APIs","Server Side API","ssj object","Database","Select Handling"]},{"t":"select().from()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-from/","b":["Scripting & APIs","Server Side API","ssj object","Database","Select Handling"]},{"t":"select().orWhere()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/orwhere/","b":["Scripting & APIs","Server Side API","ssj object","Database","Select Handling"]},{"t":"select().limit()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-limit/","b":["Scripting & APIs","Server Side API","ssj object","Database","Select Handling"]},{"t":"select().group()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-group/","b":["Scripting & APIs","Server Side API","ssj object","Database","Select Handling"]},{"t":"select().where()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-where/","b":["Scripting & APIs","Server Side API","ssj object","Database","Select Handling"]},{"t":"select().order()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-order/","b":["Scripting & APIs","Server Side API","ssj object","Database","Select Handling"]},{"t":"select().join()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/select-join/","b":["Scripting & APIs","Server Side API","ssj object","Database","Select Handling"]},{"t":"Select Handling","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/database/select-handling/","b":["Scripting & APIs","Server Side API","ssj object","Database"]},{"t":"delete()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/database/delete/","b":["Scripting & APIs","Server Side API","ssj object","Database"]},{"t":"rollback()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/database/rollback/","b":["Scripting & APIs","Server Side API","ssj object","Database"]},{"t":"insert()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/database/insert/","b":["Scripting & APIs","Server Side API","ssj object","Database"]},{"t":"quote()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/database/quote/","b":["Scripting & APIs","Server Side API","ssj object","Database"]},{"t":"quoteInto()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/database/quoteinto/","b":["Scripting & APIs","Server Side API","ssj object","Database"]},{"t":"beginTransaction()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/database/begintransaction/","b":["Scripting & APIs","Server Side API","ssj object","Database"]},{"t":"Database","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/database/","b":["Scripting & APIs","Server Side API","ssj object"]},{"t":"XML2OBJ","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/xml2obj/","b":["Scripting & APIs","Server Side API","ssj object","Miscellaneous"]},{"t":"checkHash()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/checkcryptblowfish/","b":["Scripting & APIs","Server Side API","ssj object","Miscellaneous"]},{"t":"OBJ2JSON","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/obj2json/","b":["Scripting & APIs","Server Side API","ssj object","Miscellaneous"]},{"t":"getLatestError()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/getlatesterror/","b":["Scripting & APIs","Server Side API","ssj object","Miscellaneous"]},{"t":"OBJ2XML","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/obj2xml/","b":["Scripting & APIs","Server Side API","ssj object","Miscellaneous"]},{"t":"id()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/id/","b":["Scripting & APIs","Server Side API","ssj object","Miscellaneous"]},{"t":"getUUID()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/getuuid/","b":["Scripting & APIs","Server Side API","ssj object","Miscellaneous"]},{"t":"sendEmail()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/sendemail2/","b":["Scripting & APIs","Server Side API","ssj object","Miscellaneous"]},{"t":"getLoggedUser()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/getloggeduser2/","b":["Scripting & APIs","Server Side API","ssj object","Miscellaneous"]},{"t":"setUserParameter()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/setuserparameter/","b":["Scripting & APIs","Server Side API","ssj object","Miscellaneous"]},{"t":"hash()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/cryptblowfish/","b":["Scripting & APIs","Server Side API","ssj object","Miscellaneous"]},{"t":"getUserParameter()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/getuserparameter/","b":["Scripting & APIs","Server Side API","ssj object","Miscellaneous"]},{"t":"md5()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/md5/","b":["Scripting & APIs","Server Side API","ssj object","Miscellaneous"]},{"t":"appId()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/appid/","b":["Scripting & APIs","Server Side API","ssj object","Miscellaneous"]},{"t":"JSON2OBJ","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/json2obj/","b":["Scripting & APIs","Server Side API","ssj object","Miscellaneous"]},{"t":"sleep()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/sleep/","b":["Scripting & APIs","Server Side API","ssj object","Miscellaneous"]},{"t":"appName()","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/appname/","b":["Scripting & APIs","Server Side API","ssj object","Miscellaneous"]},{"t":"Miscellaneous","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/miscellaneous/","b":["Scripting & APIs","Server Side API","ssj object"]},{"t":"Data Preparation","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/data-preparation/","b":["Scripting & APIs","Server Side API","ssj object"]},{"t":"ssj object","u":"/developers/documentation/scripting-apis/server-side-api/ssj-object/","b":["Scripting & APIs","Server Side API"]},{"t":"parse.objects.read()","u":"/developers/documentation/scripting-apis/server-side-api/parse-object/objectread/","b":["Scripting & APIs","Server Side API","Parse"]},{"t":"parse.objects.delete()","u":"/developers/documentation/scripting-apis/server-side-api/parse-object/objectdelete/","b":["Scripting & APIs","Server Side API","Parse"]},{"t":"parse.objects.query()","u":"/developers/documentation/scripting-apis/server-side-api/parse-object/objectquery/","b":["Scripting & APIs","Server Side API","Parse"]},{"t":"parse.objects.create()","u":"/developers/documentation/scripting-apis/server-side-api/parse-object/objectcreate/","b":["Scripting & APIs","Server Side API","Parse"]},{"t":"parse.objects.update()","u":"/developers/documentation/scripting-apis/server-side-api/parse-object/objectupdate/","b":["Scripting & APIs","Server Side API","Parse"]},{"t":"Parse","u":"/developers/documentation/scripting-apis/server-side-api/parse-object/","b":["Scripting & APIs","Server Side API"]},{"t":"Server Side API","u":"/developers/documentation/scripting-apis/server-side-api/","b":["Scripting & APIs"]},{"t":"Debugging","u":"/developers/documentation/scripting-apis/debugging/","b":["Scripting & APIs"]},{"t":"Search / Replace","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/the-code-editor/search--replace/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","The Code Editor"]},{"t":"Code Editor Color Schemes","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/the-code-editor/code-higlighting/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","The Code Editor"]},{"t":"Syntax Errors","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/the-code-editor/syntax-errors/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","The Code Editor"]},{"t":"Code Explorer","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/the-code-editor/code-explorer/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","The Code Editor"]},{"t":"The Code Editor","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/the-code-editor/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript"]},{"t":"Date Handling","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/date-handling/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Important Details"]},{"t":"Loading and Saving Instance Data","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/loading-and-saving-instance-da/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Important Details"]},{"t":"Extending the Client API","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/extending-the-ac-dom/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Important Details"]},{"t":"The Widget Object","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/the-widget-object/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Important Details"]},{"t":"App Switching","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/app-switching/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Important Details"]},{"t":"Adding Widget Effects","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/adding-widget-effects/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Important Details"]},{"t":"Important Details","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/important-details/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript"]},{"t":"Writing User Defined Functions","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/writing-user-defined-functions/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Introduction"]},{"t":"Using Browser Objects","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/using-borwser-objects/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Introduction"]},{"t":"Where are the Events?","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/where-are-the-events/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Introduction"]},{"t":"How Application Craft Javascript is tied into AC","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/how-swirl-javascript-is-tied-i/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Introduction"]},{"t":"A typical Javascript function","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/a-typical-javascript-function/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Introduction"]},{"t":"Switching between Code and Layout modes","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/switching-between-code-and-lay/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Introduction"]},{"t":"For those who know Javascript already","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/for-those-who-know-javascript/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Introduction"]},{"t":"Introduction","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/introduction/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript"]},{"t":"populateWidget()","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widgetpopulatewidget/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Widget Reading & Writing"]},{"t":"getData() versus getValue() and setDate() versus setValue()","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/getdata-versus-getvalue-and-se/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Widget Reading & Writing"]},{"t":"Lists, Dropdowns, Context Menu & Mobiscroll List","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/lists-dropdown-widgets/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Widget Reading & Writing","Widget Values : Reading & Writing User Entered Data"]},{"t":"Grids","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/grids-repeater-containers/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Widget Reading & Writing","Widget Values : Reading & Writing User Entered Data"]},{"t":"Repeater Containers","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/repeater-containers/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Widget Reading & Writing","Widget Values : Reading & Writing User Entered Data"]},{"t":"Dates","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/dates/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Widget Reading & Writing","Widget Values : Reading & Writing User Entered Data"]},{"t":"Simple Widgets","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/widgetsimple-widgets/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Widget Reading & Writing","Widget Values : Reading & Writing User Entered Data"]},{"t":"Widget Values : Reading & Writing User Entered Data","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-values-reading-writing-user-entered-data/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Widget Reading & Writing"]},{"t":"Repeater Containers","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/widgetcontentrepeater-containers/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Widget Reading & Writing","Widget Content : Reading and Writing"]},{"t":"Context Menu","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/context-menu2/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Widget Reading & Writing","Widget Content : Reading and Writing"]},{"t":"Simple Widgets","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/wdgetcontentsimple-widgets/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Widget Reading & Writing","Widget Content : Reading and Writing"]},{"t":"Mobile List & Navbar","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/mobile-list/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Widget Reading & Writing","Widget Content : Reading and Writing"]},{"t":"Lists & Dropdowns","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/lists-dropdowns/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Widget Reading & Writing","Widget Content : Reading and Writing"]},{"t":"Grids","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/widgetcontentgrids-repeater-containers/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Widget Reading & Writing","Widget Content : Reading and Writing"]},{"t":"Widget Content : Reading and Writing","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/widget-content-reading-and-writing/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Widget Reading & Writing"]},{"t":"The assign() helper function","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/the-assign-helper-function/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Widget Reading & Writing"]},{"t":"Repeater Containers and Grids are special","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/repeater-containers-are-specia/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Widget Reading & Writing"]},{"t":"Storing Widget Data in a Database","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/storing-widget-data-in-a-datab/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Widget Reading & Writing"]},{"t":"Widget Reading & Writing","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/widget-reading-writing/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript"]},{"t":"Calling Web Service APIs","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/calling-web-services/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Common Usage Examples"]},{"t":"Getting a confirmation response from the Respondent","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/getting-a-confirmation-respons/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Common Usage Examples"]},{"t":"Crossdomain Handling","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/crossdomain-issues/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Common Usage Examples"]},{"t":"Debugging","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/exampledebugging/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Common Usage Examples"]},{"t":"Displaying warnings and messages","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/displaying-warnings-and-messag/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Common Usage Examples"]},{"t":"Calling a SOAP & RESTful Web Services","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/calling-a-soap-web-service-dir/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Common Usage Examples"]},{"t":"Validations","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/validations/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Common Usage Examples"]},{"t":"Extending the AC Client API","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/extending-the-ac-dom-to-sim/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Common Usage Examples"]},{"t":"Reading and Writing Widget Data","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/reading-and-writing-widget-dat/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Common Usage Examples"]},{"t":"Conditional Jump to a Page","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/conditional-jump-to-a-page/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Common Usage Examples"]},{"t":"Populating Widgets with Data Arrays","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/populating-widgets-with-data-a/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript","Common Usage Examples"]},{"t":"Common Usage Examples","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/common-usage-examples/","b":["Scripting & APIs","Client Scripting Overview","Scripting with Javascript"]},{"t":"Scripting with Javascript","u":"/developers/documentation/scripting-apis/client-scripting-overview/scripting-with-javascript/","b":["Scripting & APIs","Client Scripting Overview"]},{"t":"Firefox","u":"/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/firefox/","b":["Scripting & APIs","Client Scripting Overview","Debugging AC Scripts"]},{"t":"Viewing Widget Values","u":"/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/viewing-widget-values/","b":["Scripting & APIs","Client Scripting Overview","Debugging AC Scripts"]},{"t":"Viewing Widget Properties","u":"/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/viewing-widget-properties/","b":["Scripting & APIs","Client Scripting Overview","Debugging AC Scripts"]},{"t":"Debug Message","u":"/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/debdebug-message/","b":["Scripting & APIs","Client Scripting Overview","Debugging AC Scripts"]},{"t":"Native Apps","u":"/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/native-apps/","b":["Scripting & APIs","Client Scripting Overview","Debugging AC Scripts"]},{"t":"Chrome","u":"/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/chrome/","b":["Scripting & APIs","Client Scripting Overview","Debugging AC Scripts"]},{"t":"Debug Support Functions","u":"/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/debug-support-functions/","b":["Scripting & APIs","Client Scripting Overview","Debugging AC Scripts"]},{"t":"Viewing Complex Widget Content","u":"/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/viewing-complex-widget-content/","b":["Scripting & APIs","Client Scripting Overview","Debugging AC Scripts"]},{"t":"The 'debugger' Command","u":"/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/the-debugger-command/","b":["Scripting & APIs","Client Scripting Overview","Debugging AC Scripts"]},{"t":"Safari","u":"/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/safari/","b":["Scripting & APIs","Client Scripting Overview","Debugging AC Scripts"]},{"t":"Debugging AC Scripts","u":"/developers/documentation/scripting-apis/client-scripting-overview/debugging-ac-scripts/","b":["Scripting & APIs","Client Scripting Overview"]},{"t":"Populating Charts from Script","u":"/developers/documentation/scripting-apis/client-scripting-overview/populating-charts-from-script/","b":["Scripting & APIs","Client Scripting Overview"]},{"t":"Public Shared Scripts","u":"/developers/documentation/scripting-apis/client-scripting-overview/public-shared-scripts/","b":["Scripting & APIs","Client Scripting Overview"]},{"t":"Your Own Error Handler","u":"/developers/documentation/scripting-apis/client-scripting-overview/error-handling/your-own-error-handler/","b":["Scripting & APIs","Client Scripting Overview","Error Handling"]},{"t":"Try & Catch","u":"/developers/documentation/scripting-apis/client-scripting-overview/error-handling/try-catch/","b":["Scripting & APIs","Client Scripting Overview","Error Handling"]},{"t":"Error Handling","u":"/developers/documentation/scripting-apis/client-scripting-overview/error-handling/","b":["Scripting & APIs","Client Scripting Overview"]},{"t":"Network Availability Handling","u":"/developers/documentation/scripting-apis/client-scripting-overview/network-availability-handling/","b":["Scripting & APIs","Client Scripting Overview"]},{"t":"Client Scripting Overview","u":"/developers/documentation/scripting-apis/client-scripting-overview/","b":["Scripting & APIs"]},{"t":"Scripting & APIs","u":"/developers/documentation/scripting-apis/","b":[""]},{"t":"2. Creating a new App","u":"/developers/documentation/my-first-app/creating-a-new-app/","b":["My First App"]},{"t":"8. Previewing, running, deploying","u":"/developers/documentation/my-first-app/running-your-app/","b":["My First App"]},{"t":"4. Adding Widgets","u":"/developers/documentation/my-first-app/adding-widgets/","b":["My First App"]},{"t":"5. Changing Properties","u":"/developers/documentation/my-first-app/changing-properties/","b":["My First App"]},{"t":"1. Accessing your account","u":"/developers/documentation/my-first-app/accessing-your-account/","b":["My First App"]},{"t":"3. Editing your App in the IDE","u":"/developers/documentation/my-first-app/editing-your-app/","b":["My First App"]},{"t":"9. Some titbits to finish with","u":"/developers/documentation/my-first-app/some-titbits-to-finish-with/","b":["My First App"]},{"t":"7. Creating Events","u":"/developers/documentation/my-first-app/creating-events/","b":["My First App"]},{"t":"6. Assigning names to widgets","u":"/developers/documentation/my-first-app/assigning-field-names/","b":["My First App"]},{"t":"My First App","u":"/developers/documentation/my-first-app/","b":[""]},{"t":"Data View Binding","u":"/developers/documentation/extending-ac/adding-your-own-widgets/data-view-binding/","b":["Extending AC","Adding your own Widgets"]},{"t":"Prerequisite Skills","u":"/developers/documentation/extending-ac/adding-your-own-widgets/prerequisite-skills/","b":["Extending AC","Adding your own Widgets"]},{"t":"Registering your Widget","u":"/developers/documentation/extending-ac/adding-your-own-widgets/registering-your-widget/","b":["Extending AC","Adding your own Widgets"]},{"t":"Standard Property Types","u":"/developers/documentation/extending-ac/adding-your-own-widgets/standard-property-types/","b":["Extending AC","Adding your own Widgets"]},{"t":"Widgets on GitHub","u":"/developers/documentation/extending-ac/adding-your-own-widgets/widgets-on-github/","b":["Extending AC","Adding your own Widgets"]},{"t":"Important Callbacks & Hooks","u":"/developers/documentation/extending-ac/adding-your-own-widgets/layout-framework/important-callbacks-hooks/","b":["Extending AC","Adding your own Widgets","Layout Framework"]},{"t":"Layout Types Overview","u":"/developers/documentation/extending-ac/adding-your-own-widgets/layout-framework/layout-types-overview/","b":["Extending AC","Adding your own Widgets","Layout Framework"]},{"t":"Layout Framework","u":"/developers/documentation/extending-ac/adding-your-own-widgets/layout-framework/","b":["Extending AC","Adding your own Widgets"]},{"t":"EXP 1 : this.setValue","u":"/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-1-setvalue/","b":["Extending AC","Adding your own Widgets","Custom Properties & Dialogs"]},{"t":"Custom Property Without Dialog","u":"/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/custom-property-without-dialog/","b":["Extending AC","Adding your own Widgets","Custom Properties & Dialogs"]},{"t":"EXP 4 : the dialog code","u":"/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-4-the-dialog-code/","b":["Extending AC","Adding your own Widgets","Custom Properties & Dialogs"]},{"t":"EXP 6 : this.collectValue","u":"/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-6-this-collectvalue/","b":["Extending AC","Adding your own Widgets","Custom Properties & Dialogs"]},{"t":"File and AC Resource Dialog","u":"/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/using-ac-dialogs-in-your-dialogs/file-and-ac-resource-dialog/","b":["Extending AC","Adding your own Widgets","Custom Properties & Dialogs","Using AC Dialogs in Your Dialogs"]},{"t":"Color Picker","u":"/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/using-ac-dialogs-in-your-dialogs/color-picker2/","b":["Extending AC","Adding your own Widgets","Custom Properties & Dialogs","Using AC Dialogs in Your Dialogs"]},{"t":"Using AC Dialogs in Your Dialogs","u":"/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/using-ac-dialogs-in-your-dialogs/","b":["Extending AC","Adding your own Widgets","Custom Properties & Dialogs"]},{"t":"The HTML Template","u":"/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/the-html-template/","b":["Extending AC","Adding your own Widgets","Custom Properties & Dialogs"]},{"t":"EXP 3 : binding dialog buttons","u":"/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-3-binding-dialog-buttons/","b":["Extending AC","Adding your own Widgets","Custom Properties & Dialogs"]},{"t":"Where to put the Custom Property code","u":"/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/where-to-put-the-custom-proper/","b":["Extending AC","Adding your own Widgets","Custom Properties & Dialogs"]},{"t":"Custom Dialog Code Example","u":"/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/the-full-dialog-code-example/","b":["Extending AC","Adding your own Widgets","Custom Properties & Dialogs"]},{"t":"EXP 2 : this.edit","u":"/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-2-this-edit/","b":["Extending AC","Adding your own Widgets","Custom Properties & Dialogs"]},{"t":"Custom Property With Custom Dialog","u":"/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/custompropertywithcustomdialog/","b":["Extending AC","Adding your own Widgets","Custom Properties & Dialogs"]},{"t":"EXP 5 : this.validateValue","u":"/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/exp-5-this-validatevalue/","b":["Extending AC","Adding your own Widgets","Custom Properties & Dialogs"]},{"t":"The Skeleton","u":"/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/the-skeleton/","b":["Extending AC","Adding your own Widgets","Custom Properties & Dialogs"]},{"t":"Custom Properties & Dialogs","u":"/developers/documentation/extending-ac/adding-your-own-widgets/custom-properties-dialogs/","b":["Extending AC","Adding your own Widgets"]},{"t":"Hello World","u":"/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/hellow-world/","b":["Extending AC","Adding your own Widgets","Anatomy of a Basic Widget"]},{"t":"Reacting to Size Changes","u":"/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/reacting-to-size-changes/","b":["Extending AC","Adding your own Widgets","Anatomy of a Basic Widget"]},{"t":"Defining Properties","u":"/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/defining-properties/","b":["Extending AC","Adding your own Widgets","Anatomy of a Basic Widget"]},{"t":"Events","u":"/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/extendevents/","b":["Extending AC","Adding your own Widgets","Anatomy of a Basic Widget"]},{"t":"Widget Drawing","u":"/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/widget-drawing/","b":["Extending AC","Adding your own Widgets","Anatomy of a Basic Widget"]},{"t":"Constructor / Destructor","u":"/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/constructor/","b":["Extending AC","Adding your own Widgets","Anatomy of a Basic Widget"]},{"t":"Default Property Values","u":"/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/default-values/","b":["Extending AC","Adding your own Widgets","Anatomy of a Basic Widget"]},{"t":"Modifying Properties","u":"/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/modifying-properties/","b":["Extending AC","Adding your own Widgets","Anatomy of a Basic Widget"]},{"t":"Size Properties","u":"/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/size-properties/","b":["Extending AC","Adding your own Widgets","Anatomy of a Basic Widget"]},{"t":"Language Constants","u":"/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/language-constants/","b":["Extending AC","Adding your own Widgets","Anatomy of a Basic Widget"]},{"t":"Anatomy of a Basic Widget","u":"/developers/documentation/extending-ac/adding-your-own-widgets/anatomy-of-a-basic-widget/","b":["Extending AC","Adding your own Widgets"]},{"t":"Adding New Widget to Container","u":"/developers/documentation/extending-ac/adding-your-own-widgets/containers/adding-new-widget-to-container/","b":["Extending AC","Adding your own Widgets","Containers"]},{"t":"Drawing Children","u":"/developers/documentation/extending-ac/adding-your-own-widgets/containers/drawing-children/","b":["Extending AC","Adding your own Widgets","Containers"]},{"t":"How Children Inherit Container States","u":"/developers/documentation/extending-ac/adding-your-own-widgets/containers/how-children-inherit-container/","b":["Extending AC","Adding your own Widgets","Containers"]},{"t":"Containers","u":"/developers/documentation/extending-ac/adding-your-own-widgets/containers/","b":["Extending AC","Adding your own Widgets"]},{"t":"Adding your own Widgets","u":"/developers/documentation/extending-ac/adding-your-own-widgets/","b":["Extending AC"]},{"t":"Starting AC in Safe Mode","u":"/developers/documentation/extending-ac/overview/starting-ac-in-safe-mode/","b":["Extending AC","Overview"]},{"t":"Phase I - Development","u":"/developers/documentation/extending-ac/overview/phase-i-of-development/","b":["Extending AC","Overview"]},{"t":"Who Has Access To My Widget?","u":"/developers/documentation/extending-ac/overview/who-has-access-to-my-widget/","b":["Extending AC","Overview"]},{"t":"Creating a New Widget","u":"/developers/documentation/extending-ac/overview/creating-a-new-widget/","b":["Extending AC","Overview"]},{"t":"Refresh AC after Changes","u":"/developers/documentation/extending-ac/overview/refresh-ac-after-changes/","b":["Extending AC","Overview"]},{"t":"CSS","u":"/developers/documentation/extending-ac/overview/css/","b":["Extending AC","Overview"]},{"t":"Phase II - Production Ready","u":"/developers/documentation/extending-ac/overview/phase-ii--production-ready/","b":["Extending AC","Overview"]},{"t":"Overview","u":"/developers/documentation/extending-ac/overview/","b":["Extending AC"]},{"t":"Extending AC","u":"/developers/documentation/extending-ac/","b":[""]}]} \ No newline at end of file diff --git a/build/js/doc_search/tipuesearch-7ed41a2b.js.gz b/build/js/doc_search/tipuesearch-7ed41a2b.js.gz index 595387a6fe..93a34453fc 100644 Binary files a/build/js/doc_search/tipuesearch-7ed41a2b.js.gz and b/build/js/doc_search/tipuesearch-7ed41a2b.js.gz differ diff --git a/build/js/lib/cookie-3e7d5dcd.js.gz b/build/js/lib/cookie-3e7d5dcd.js.gz index 06219feb72..0557108c76 100644 Binary files a/build/js/lib/cookie-3e7d5dcd.js.gz and b/build/js/lib/cookie-3e7d5dcd.js.gz differ diff --git a/build/js/lib/domain_logins-2de9de90.js.gz b/build/js/lib/domain_logins-2de9de90.js.gz index 5bffa09c5c..b88f39f496 100644 Binary files a/build/js/lib/domain_logins-2de9de90.js.gz and b/build/js/lib/domain_logins-2de9de90.js.gz differ diff --git a/build/js/lib/fancybox.min-db4ff1c7.js.gz b/build/js/lib/fancybox.min-db4ff1c7.js.gz index 206ef59af8..d54b98043e 100644 Binary files a/build/js/lib/fancybox.min-db4ff1c7.js.gz and b/build/js/lib/fancybox.min-db4ff1c7.js.gz differ diff --git a/build/js/lib/slides-820f2b82.js.gz b/build/js/lib/slides-820f2b82.js.gz index 8ba1d3656e..3bbbc11ec0 100644 Binary files a/build/js/lib/slides-820f2b82.js.gz and b/build/js/lib/slides-820f2b82.js.gz differ diff --git a/build/js/lib/utilities-df2f8b27.js.gz b/build/js/lib/utilities-df2f8b27.js.gz index d2ec28def0..74177c5554 100644 Binary files a/build/js/lib/utilities-df2f8b27.js.gz and b/build/js/lib/utilities-df2f8b27.js.gz differ diff --git a/build/js/main-6879247d.js.gz b/build/js/main-6879247d.js.gz index 70df26dfba..643f1d4560 100644 Binary files a/build/js/main-6879247d.js.gz and b/build/js/main-6879247d.js.gz differ diff --git a/build/js/referrals-2dba80b2.js.gz b/build/js/referrals-2dba80b2.js.gz index bd6c33aec6..f024213daf 100644 Binary files a/build/js/referrals-2dba80b2.js.gz and b/build/js/referrals-2dba80b2.js.gz differ diff --git a/build/js/services-5c717389.js b/build/js/services-5c717389.js new file mode 100644 index 0000000000..b2b4d8faf0 --- /dev/null +++ b/build/js/services-5c717389.js @@ -0,0 +1 @@ +$(function(){setTimeout(function(){window.location.href="http://crafted.io"},5e3)}); \ No newline at end of file diff --git a/build/js/services-5c717389.js.gz b/build/js/services-5c717389.js.gz new file mode 100644 index 0000000000..a9321a8018 Binary files /dev/null and b/build/js/services-5c717389.js.gz differ diff --git a/build/js/vendor/bootstrap-affix-ce8ab8ff.js.gz b/build/js/vendor/bootstrap-affix-ce8ab8ff.js.gz index 7ca6e07cc9..8bc006c8b6 100644 Binary files a/build/js/vendor/bootstrap-affix-ce8ab8ff.js.gz and b/build/js/vendor/bootstrap-affix-ce8ab8ff.js.gz differ diff --git a/build/js/vendor/bootstrap-scrollspy-4d876a7f.js.gz b/build/js/vendor/bootstrap-scrollspy-4d876a7f.js.gz index 3f1df7a84f..32c7dccb72 100644 Binary files a/build/js/vendor/bootstrap-scrollspy-4d876a7f.js.gz and b/build/js/vendor/bootstrap-scrollspy-4d876a7f.js.gz differ diff --git a/build/js/vendor/jquery.min-2bcc5223.js.gz b/build/js/vendor/jquery.min-2bcc5223.js.gz index 38833741ab..ed1164b9c9 100644 Binary files a/build/js/vendor/jquery.min-2bcc5223.js.gz and b/build/js/vendor/jquery.min-2bcc5223.js.gz differ diff --git a/build/js/vendor/protofluid.min-2ff1c5b1.js.gz b/build/js/vendor/protofluid.min-2ff1c5b1.js.gz index 80d9cc68fb..d06a3e8e33 100644 Binary files a/build/js/vendor/protofluid.min-2ff1c5b1.js.gz and b/build/js/vendor/protofluid.min-2ff1c5b1.js.gz differ diff --git a/build/js/vendor/rainbow-2b7edd35.js.gz b/build/js/vendor/rainbow-2b7edd35.js.gz index f5f1bdd5d4..ca92679f93 100644 Binary files a/build/js/vendor/rainbow-2b7edd35.js.gz and b/build/js/vendor/rainbow-2b7edd35.js.gz differ diff --git a/build/js/vendor/rainbow/generic-6a91084e.js.gz b/build/js/vendor/rainbow/generic-6a91084e.js.gz index d3bb83c09d..8afe769934 100644 Binary files a/build/js/vendor/rainbow/generic-6a91084e.js.gz and b/build/js/vendor/rainbow/generic-6a91084e.js.gz differ diff --git a/build/js/vendor/rainbow/javascript-5e0c6c6e.js.gz b/build/js/vendor/rainbow/javascript-5e0c6c6e.js.gz index ded47f2e43..5786a0529f 100644 Binary files a/build/js/vendor/rainbow/javascript-5e0c6c6e.js.gz and b/build/js/vendor/rainbow/javascript-5e0c6c6e.js.gz differ diff --git a/build/js/vendor/turbolinks-242986df.js.gz b/build/js/vendor/turbolinks-242986df.js.gz index 9dd7cc90c7..b8c79d1cd8 100644 Binary files a/build/js/vendor/turbolinks-242986df.js.gz and b/build/js/vendor/turbolinks-242986df.js.gz differ diff --git a/build/js/webinar_dialog-2c6d396d.js.gz b/build/js/webinar_dialog-2c6d396d.js.gz index 97a644c95e..9db19cc2a8 100644 Binary files a/build/js/webinar_dialog-2c6d396d.js.gz and b/build/js/webinar_dialog-2c6d396d.js.gz differ diff --git a/build/legal/aup/index.html b/build/legal/aup/index.html index 84c3b4505c..fecc645f9c 100644 --- a/build/legal/aup/index.html +++ b/build/legal/aup/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/legal/aup/index.html.gz b/build/legal/aup/index.html.gz index 308c35705d..b59c4d6e5b 100644 Binary files a/build/legal/aup/index.html.gz and b/build/legal/aup/index.html.gz differ diff --git a/build/legal/copyright/index.html b/build/legal/copyright/index.html index 9f2d32bdb9..8a099e4159 100644 --- a/build/legal/copyright/index.html +++ b/build/legal/copyright/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/legal/copyright/index.html.gz b/build/legal/copyright/index.html.gz index e9ce2ed921..2b18430032 100644 Binary files a/build/legal/copyright/index.html.gz and b/build/legal/copyright/index.html.gz differ diff --git a/build/legal/enterprise-license/index.html b/build/legal/enterprise-license/index.html index b422acd984..8ddbc428d6 100644 --- a/build/legal/enterprise-license/index.html +++ b/build/legal/enterprise-license/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/legal/enterprise-license/index.html.gz b/build/legal/enterprise-license/index.html.gz index 7fa8858a07..1082127cb3 100644 Binary files a/build/legal/enterprise-license/index.html.gz and b/build/legal/enterprise-license/index.html.gz differ diff --git a/build/legal/faqs/index.html b/build/legal/faqs/index.html index f97770c477..19da10e25e 100644 --- a/build/legal/faqs/index.html +++ b/build/legal/faqs/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/legal/faqs/index.html.gz b/build/legal/faqs/index.html.gz index 3f20d4503d..e027138395 100644 Binary files a/build/legal/faqs/index.html.gz and b/build/legal/faqs/index.html.gz differ diff --git a/build/legal/index.html b/build/legal/index.html index 933e812188..98a83efea5 100644 --- a/build/legal/index.html +++ b/build/legal/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/legal/index.html.gz b/build/legal/index.html.gz index 01621f2784..196fff0bd1 100644 Binary files a/build/legal/index.html.gz and b/build/legal/index.html.gz differ diff --git a/build/legal/privacy/index.html b/build/legal/privacy/index.html index 8eaa1e6355..ce063008f9 100644 --- a/build/legal/privacy/index.html +++ b/build/legal/privacy/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/legal/privacy/index.html.gz b/build/legal/privacy/index.html.gz index 5f956beb45..3d020b76c5 100644 Binary files a/build/legal/privacy/index.html.gz and b/build/legal/privacy/index.html.gz differ diff --git a/build/legal/service-terms/index.html b/build/legal/service-terms/index.html index 1a7afe1347..15444c6058 100644 --- a/build/legal/service-terms/index.html +++ b/build/legal/service-terms/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/legal/service-terms/index.html.gz b/build/legal/service-terms/index.html.gz index cce2413c6d..e5e1292f59 100644 Binary files a/build/legal/service-terms/index.html.gz and b/build/legal/service-terms/index.html.gz differ diff --git a/build/legal/support/index.html b/build/legal/support/index.html index b38062ae81..ff4786229c 100644 --- a/build/legal/support/index.html +++ b/build/legal/support/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/legal/support/index.html.gz b/build/legal/support/index.html.gz index 56828b1e79..2db3ed1c2e 100644 Binary files a/build/legal/support/index.html.gz and b/build/legal/support/index.html.gz differ diff --git a/build/legal/tmusage/index.html b/build/legal/tmusage/index.html index db620c7e85..934e6fc548 100644 --- a/build/legal/tmusage/index.html +++ b/build/legal/tmusage/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/legal/tmusage/index.html.gz b/build/legal/tmusage/index.html.gz index 8741b5db29..fd7255941c 100644 Binary files a/build/legal/tmusage/index.html.gz and b/build/legal/tmusage/index.html.gz differ diff --git a/build/price-change-nov-15-2012/index.html b/build/price-change-nov-15-2012/index.html index 4273edd078..8f9622e8ea 100644 --- a/build/price-change-nov-15-2012/index.html +++ b/build/price-change-nov-15-2012/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/price-change-nov-15-2012/index.html.gz b/build/price-change-nov-15-2012/index.html.gz index d19e1d5468..7a0fd9c5b8 100644 Binary files a/build/price-change-nov-15-2012/index.html.gz and b/build/price-change-nov-15-2012/index.html.gz differ diff --git a/build/product/aceducation/index.html b/build/product/aceducation/index.html index 6c6a471be1..f23ead26dc 100644 --- a/build/product/aceducation/index.html +++ b/build/product/aceducation/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/product/aceducation/index.html.gz b/build/product/aceducation/index.html.gz index aa4a1e692f..a897c39666 100644 Binary files a/build/product/aceducation/index.html.gz and b/build/product/aceducation/index.html.gz differ diff --git a/build/product/enterprise/index.html b/build/product/enterprise/index.html index a554609216..cc9c1e72cd 100644 --- a/build/product/enterprise/index.html +++ b/build/product/enterprise/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/product/enterprise/index.html.gz b/build/product/enterprise/index.html.gz index 342971d051..088466255d 100644 Binary files a/build/product/enterprise/index.html.gz and b/build/product/enterprise/index.html.gz differ diff --git a/build/product/index.html b/build/product/index.html index c65ba9b7ae..8fd9373b17 100644 --- a/build/product/index.html +++ b/build/product/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/product/index.html.gz b/build/product/index.html.gz index 5e66c12f64..b9b192f867 100644 Binary files a/build/product/index.html.gz and b/build/product/index.html.gz differ diff --git a/build/product/phonegap-mobile-build/index.html b/build/product/phonegap-mobile-build/index.html index b8f23971cb..b502dba7d5 100644 --- a/build/product/phonegap-mobile-build/index.html +++ b/build/product/phonegap-mobile-build/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/product/phonegap-mobile-build/index.html.gz b/build/product/phonegap-mobile-build/index.html.gz index 0bcd383ad3..984a603c44 100644 Binary files a/build/product/phonegap-mobile-build/index.html.gz and b/build/product/phonegap-mobile-build/index.html.gz differ diff --git a/build/product/pricing/index.html b/build/product/pricing/index.html index 9fe48afe9c..976d8dff8d 100644 --- a/build/product/pricing/index.html +++ b/build/product/pricing/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/product/pricing/index.html.gz b/build/product/pricing/index.html.gz index b124e92d59..29e20d0821 100644 Binary files a/build/product/pricing/index.html.gz and b/build/product/pricing/index.html.gz differ diff --git a/build/product/testimonials/index.html b/build/product/testimonials/index.html index 67bf18b40d..128333f9dd 100644 --- a/build/product/testimonials/index.html +++ b/build/product/testimonials/index.html @@ -15,7 +15,7 @@ - + diff --git a/build/product/testimonials/index.html.gz b/build/product/testimonials/index.html.gz index 21b9abb165..c52ad2265a 100644 Binary files a/build/product/testimonials/index.html.gz and b/build/product/testimonials/index.html.gz differ diff --git a/build/referral-program/index.html b/build/referral-program/index.html index b7fc5d723c..f91cec7c6c 100644 --- a/build/referral-program/index.html +++ b/build/referral-program/index.html @@ -15,7 +15,7 @@ - + - - - - - - -
    @@ -364,6 +265,8 @@

    Live Webinars

    + + - - - - - + <% content_for :foot do %> + <%= javascript_include_tag 'services' %> + <% end %> + \ No newline at end of file