Просмотр исходного кода

[DOCUMENTATION] English:
- manual fixes

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@16509 44c647ce-9c0f-0410-b52a-842ac1e357ba

mikaelkael 16 лет назад
Родитель
Сommit
0e5fb15f91

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

@@ -217,8 +217,8 @@ class TestController extends Zend_Controller_Action
                 dojoType, store, autoComplete, and hasDownArrow. The dojoType is
                 used to indicate that we are creating a ComboBox, and we will
                 link it to a data store (key 'store') of 'testStore' -- more on
-                that later. Specifying 'autoComplete' as false tells Dojo not to
-                automatically select the first match, but instead show a list of
+                that later. Specifying 'autoComplete' as <constant>FALSE</constant> tells
+                Dojo not to automatically select the first match, but instead show a list of
                 matches. Finally, 'hasDownArrow' creates a down arrow similar to
                 a select box so we can show and hide the matches.
             </para>