Browse Source

ZF-9837: fix links to Dojo docs; thanks jclermont

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@22210 44c647ce-9c0f-0410-b52a-842ac1e357ba
matthew 15 năm trước cách đây
mục cha
commit
1616feaec8

+ 1 - 1
documentation/manual/en/module_specs/Zend_Controller-ActionHelpers-AutoComplete.xml

@@ -124,7 +124,7 @@ class FooController extends Zend_Controller_Action
             widgets that can perform AutoCompletion: ComboBox and
             FilteringSelect. In both cases, they require a data store that
             implements the QueryReadStore; for more information on these topics, see the <ulink
-                url="http://dojotoolkit.org/book/dojo-book-0-9/part-3-programmatic-dijit-and-dojo/data-retrieval-dojo-data-0">dojo.data</ulink>
+                url="http://dojotoolkit.org/reference-guide/dojo/data.html">dojo.data</ulink>
             documentation.
         </para>
 

+ 1 - 1
documentation/manual/en/module_specs/Zend_Dojo-BuildLayers.xml

@@ -370,7 +370,7 @@ class App_Plugin_DojoLayer extends Zend_Controller_Plugin_Abstract
                 build, etc. For a listing of available options, you should read
                 the <ulink url="http://docs.dojocampus.org/build/index">Dojo
                     Build documentation</ulink> and <ulink
-                    url="http://www.dojotoolkit.org/book/dojo-book-0-9/part-4-meta-dojo/package-system-and-custom-builds">accompanying
+                    url="http://dojotoolkit.org/reference-guide/dojo/index.html#package-system">accompanying
                 documentation</ulink>.
             </para>
 

+ 1 - 1
documentation/manual/en/module_specs/Zend_Dojo-Form-Elements.xml

@@ -560,7 +560,7 @@ $form->addElement(
             Editor provides a <acronym>WYSIWYG</acronym> editor that can be used to both create and
             edit rich <acronym>HTML</acronym> content. <command>dijit.Editor</command> is pluggable
             and may be extended with custom plugins if desired; see <ulink
-                url="http://dojotoolkit.org/book/dojo-book-0-9/part-2-dijit/advanced-editing-and-display/editor-rich-text">the
+                url="http://dojotoolkit.org/reference-guide/dijit/Editor.html">the
                 dijit.Editor documentation</ulink> for more details.
         </para>
 

+ 1 - 1
documentation/manual/en/module_specs/Zend_Dojo-View-Dojo.xml

@@ -303,7 +303,7 @@ $view->dojo()->addLayer('/js/foo/foo.js');
 
         <para>
             For more information on creating custom builds, please <ulink
-                url="http://dojotoolkit.org/book/dojo-book-0-9/part-4-meta-dojo/package-system-and-custom-builds">refer
+                url="http://dojotoolkit.org/reference-guide/dojo/index.html#package-system">refer
                 to the Dojo build documentation</ulink>.
         </para>
     </sect3>

+ 3 - 3
documentation/manual/en/module_specs/Zend_Dojo-View-Helpers.xml

@@ -176,7 +176,7 @@ $view->addHelperPath('Zend/Dojo/View/Helper', 'Zend_Dojo_View_Helper');
             The <command>dijit.layout</command> family of elements are for creating custom,
             predictable layouts for your site. For any questions on general
             usage, <ulink
-                url="http://dojotoolkit.org/book/dojo-book-0-9/part-2-dijit/layout">read
+                url="http://dojotoolkit.org/reference-guide/dijit/layout.html">read
             more about them in the Dojo manual</ulink>.
         </para>
 
@@ -426,7 +426,7 @@ echo $view->borderContainer()->captureEnd('masterLayout');
             Dojo's form validation and input dijits are in the <command>dijit.form</command> tree.
             For more information on general usage of these elements, as well as
             accepted parameters, please <ulink
-                url="http://dojotoolkit.org/book/dojo-book-0-9/part-2-dijit/form-validation-specialized-input">visit
+                url="http://dojotoolkit.org/reference-guide/dijit/form.html">visit
                 the dijit.form documentation</ulink>.
         </para>
 
@@ -687,7 +687,7 @@ echo $view->dateTextBox(
                     <acronym>WYSIWYG</acronym> editor via which users may create or edit content.
                     <command>dijit.Editor</command> is a pluggable, extensible editor
                     with a variety of parameters you can utilize for customization; see <ulink
-                        url="http://dojotoolkit.org/book/dojo-book-0-9/part-2-dijit/advanced-editing-and-display/editor-rich-text">the
+                        url="http://dojotoolkit.org/reference-guide/dijit/Editor.html">the
                         dijit.Editor documentation</ulink> for more details.
                 </para>
 

+ 1 - 1
documentation/manual/en/module_specs/Zend_ProgressBar_Adapter_JsPush.xml

@@ -151,7 +151,7 @@ function Zend_ProgressBar_Update(data)
             <listitem>
                 <para>
                     Dojo: <ulink
-                        url="http://dojotoolkit.org/book/dojo-book-0-9/part-2-dijit/user-assistance-and-feedback/progress-bar"/>
+                        url="http://dojotoolkit.org/reference-guide/dijit/ProgressBar.html"/>
                 </para>
             </listitem>