Author: ahyoungryu Date: Sun Mar 19 11:44:30 2017 New Revision: 1787612 URL: http://svn.apache.org/viewvc?rev=1787612&view=rev Log: (empty)
Modified: zeppelin/site/docs/0.8.0-SNAPSHOT/manual/dynamicform.html Modified: zeppelin/site/docs/0.8.0-SNAPSHOT/manual/dynamicform.html URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.8.0-SNAPSHOT/manual/dynamicform.html?rev=1787612&r1=1787611&r2=1787612&view=diff ============================================================================== --- zeppelin/site/docs/0.8.0-SNAPSHOT/manual/dynamicform.html (original) +++ zeppelin/site/docs/0.8.0-SNAPSHOT/manual/dynamicform.html Sun Mar 19 11:44:30 2017 @@ -249,8 +249,10 @@ Custom language backend can select which <p><img src="../assets/themes/zeppelin/img/screenshots/form_select_displayname.png" /></p> <p>The paragraph will be automatically run after you change your selection by default. -But in case you have multiple select forms in one paragraph, you might want to run the paragraph after changing all the selections. -You can control this by unchecking the below <strong>Run on selection change</strong> option in the setting menu. Even if you uncheck this option, still you can run it by pressing <code>Enter</code>.</p> +But in case you have multiple types dynamic form in one paragraph, you might want to run the paragraph after changing all the selections. +You can control this by unchecking the below <strong>Run on selection change</strong> option in the setting menu.</p> + +<p>Even if you uncheck this option, still you can run it by pressing <code>Enter</code>.</p> <p><img src="../assets/themes/zeppelin/img/screenshots/selectForm-checkbox.png" /></p> @@ -264,6 +266,14 @@ You can control this by unchecking the b <p><img src="../assets/themes/zeppelin/img/screenshots/form_checkbox_delimiter.png"></p> +<p>Like <a href="#select-form">select form</a>, the paragraph will be automatically run after you change your selection by default. +But in case you have multiple types dynamic form in one paragraph, you might want to run the paragraph after changing all the selections. +You can control this by unchecking the below <strong>Run on selection change</strong> option in the setting menu.</p> + +<p>Even if you uncheck this option, still you can run it by pressing <code>Enter</code>.</p> + +<p><img src="../assets/themes/zeppelin/img/screenshots/selectForm-checkbox.png" /></p> + <h2>Creates Programmatically</h2> <p>Some language backend uses programmatic way to create form. For example <a href="../interpreter/spark.html#zeppelincontext">ZeppelinContext</a> provides form creation API</p>