From commits-return-5165-archive-asf-public=cust-asf.ponee.io@zeppelin.apache.org Wed Jan 23 07:57:04 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 32C8218077A for ; Wed, 23 Jan 2019 07:57:01 +0100 (CET) Received: (qmail 8117 invoked by uid 500); 23 Jan 2019 06:56:58 -0000 Mailing-List: contact commits-help@zeppelin.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zeppelin.apache.org Delivered-To: mailing list commits@zeppelin.apache.org Received: (qmail 7039 invoked by uid 99); 23 Jan 2019 06:56:57 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jan 2019 06:56:57 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 79C5F3A2D26 for ; Wed, 23 Jan 2019 06:56:55 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1851884 [23/30] - in /zeppelin/site/docs/0.8.1: ./ development/ development/contribution/ development/helium/ interpreter/ quickstart/ setup/basics/ setup/deployment/ setup/operation/ setup/security/ setup/storage/ usage/display_system/ us... Date: Wed, 23 Jan 2019 06:56:53 -0000 To: commits@zeppelin.apache.org From: zjffdu@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20190123065655.79C5F3A2D26@svn01-us-west.apache.org> Modified: zeppelin/site/docs/0.8.1/usage/display_system/angular_frontend.html URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.8.1/usage/display_system/angular_frontend.html?rev=1851884&r1=1851883&r2=1851884&view=diff ============================================================================== --- zeppelin/site/docs/0.8.1/usage/display_system/angular_frontend.html (original) +++ zeppelin/site/docs/0.8.1/usage/display_system/angular_frontend.html Wed Jan 23 06:56:52 2019 @@ -18,9 +18,9 @@ - - - + + + - - - - - - + + + + + + - - + + @@ -56,10 +56,10 @@ -

+


@@ -290,7 +290,7 @@ Bind a value to an angular object and a <button type="submit" class="btn btn-primary" ng-click="z.angularUnbind('superhero','20160222-232336_1472609686')"> UnBind</button> </form> -

+

The signature for the z.angularBind() / z.angularUnbind() functions are:

// Bind
@@ -316,7 +316,7 @@ Bind a value to an angular object and a
   <button type="submit" class="btn btn-primary" ng-click="z.runParagraph(paragraph)"> Run Paragraph</button>
 </form>
 
-

+


@@ -328,7 +328,7 @@ Bind a value to an angular object and a

Consequently if you use the Dynamic Form syntax in a paragraph and there is a bound Angular object having the same name as the ${formName}, the Angular object will have higher priority and the Dynamic Form will not be displayed. Example:

-

+


@@ -398,6 +398,22 @@ Bind a value to an angular object and a + + + + + + Modified: zeppelin/site/docs/0.8.1/usage/display_system/basic.html URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.8.1/usage/display_system/basic.html?rev=1851884&r1=1851883&r2=1851884&view=diff ============================================================================== --- zeppelin/site/docs/0.8.1/usage/display_system/basic.html (original) +++ zeppelin/site/docs/0.8.1/usage/display_system/basic.html Wed Jan 23 06:56:52 2019 @@ -18,9 +18,9 @@ - - - + + + - - - - - - + + + + + + - - + + @@ -56,10 +56,10 @@

that will look like:

-

+

A little more complex graph:

%spark
@@ -410,7 +410,7 @@ limitations under the License.
 

that will look like:

-

+

@@ -423,6 +423,22 @@ limitations under the License. + + + + + + Modified: zeppelin/site/docs/0.8.1/usage/dynamic_form/intro.html URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.8.1/usage/dynamic_form/intro.html?rev=1851884&r1=1851883&r2=1851884&view=diff ============================================================================== --- zeppelin/site/docs/0.8.1/usage/dynamic_form/intro.html (original) +++ zeppelin/site/docs/0.8.1/usage/dynamic_form/intro.html Wed Jan 23 06:56:52 2019 @@ -18,9 +18,9 @@ - - - + + + - - - - - - + + + + + + - - + + @@ -56,10 +56,10 @@ -

+

Text input form with default value

@@ -376,7 +376,7 @@ You can control this by unchecking the b -

+

Select form

@@ -413,7 +413,7 @@ You can control this by unchecking the b -

+

Checkbox form

@@ -440,7 +440,7 @@ You can control this by unchecking the b -

+

Creates Programmatically (scope: note)

@@ -476,6 +476,22 @@ You can control this by unchecking the b + + + + + +