Changeset 4633
- Timestamp:
- 05/31/08 09:41:17 (6 months ago)
- Files:
-
- trunk/docs/index.rst (modified) (10 diffs)
- trunk/docs/main/SimpleWidgetForm.rst (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/docs/index.rst
r4574 r4633 15 15 :maxdepth: 2 16 16 17 2.0/DownloadInstall18 2.0/QuickStart19 2.0/BasicMoves20 2.0/WhatsNew17 main/DownloadInstall 18 main/QuickStart 19 main/BasicMoves 20 main/WhatsNew 21 21 22 22 Tutorials … … 28 28 :maxdepth: 1 29 29 30 2.0/Wiki20/wiki2031 2.0/ToscaWidgets/forms30 main/Wiki20/wiki20 31 main/ToscaWidgets/forms 32 32 33 33 What's new … … 37 37 :maxdepth: 2 38 38 39 2.0/WhatsNew39 main/WhatsNew 40 40 41 41 General Reference for MVC Components … … 45 45 :maxdepth: 2 46 46 47 2.0/Controllers48 2.0/Genshi49 2.0/SQLAlchemy47 main/Controllers 48 main/Genshi 49 main/SQLAlchemy 50 50 51 51 Validation, Form handling and form widgets … … 55 55 :maxdepth: 2 56 56 57 2.0/FormBasics58 2.0/Validation59 2.0/ToscaWidgets/forms60 2.0/ToscaWidgets/ToscaWidgets57 main/FormBasics 58 main/Validation 59 main/ToscaWidgets/forms 60 main/ToscaWidgets/ToscaWidgets 61 61 62 62 … … 67 67 :maxdepth: 1 68 68 69 2.0/OfflineInstall70 2.0/Deployment71 2.0/Deployment/ModProxy72 2.0/Deployment/modwsgi+virtualenv69 main/OfflineInstall 70 main/Deployment 71 main/Deployment/ModProxy 72 main/Deployment/modwsgi+virtualenv 73 73 74 74 … … 79 79 :maxdepth: 1 80 80 81 2.0/ToolBox82 2.0/CommandLine83 2.0/Profile81 main/ToolBox 82 main/CommandLine 83 main/Profile 84 84 85 2.0/RoughDocs/CreateDatabase86 2.0/RoughDocs/BootStrap87 2.0/ToscaWidgets/Using88 2.0/SimpleWidgetForm85 main/RoughDocs/CreateDatabase 86 main/RoughDocs/BootStrap 87 main/ToscaWidgets/Using 88 main/SimpleWidgetForm 89 89 90 90 … … 95 95 :maxdepth: 1 96 96 97 2.0/Caching98 2.0/LogSetup99 2.0/RoughDocs/I18N97 main/Caching 98 main/LogSetup 99 main/RoughDocs/I18N 100 100 101 101 … … 106 106 :maxdepth: 1 107 107 108 2.0/TGandPyAMF109 2.0/RoutesIntegration110 2.0/StaticFile108 main/TGandPyAMF 109 main/RoutesIntegration 110 main/StaticFile 111 111 112 112 … … 117 117 :maxdepth: 1 118 118 119 2.0/TG2Philosophy120 2.0/DevStatus121 2.0/Contributing122 2.0/License123 2.0/TGandPylons119 main/TG2Philosophy 120 main/DevStatus 121 main/Contributing 122 main/License 123 main/TGandPylons 124 124 125 125 Indices and tables trunk/docs/main/SimpleWidgetForm.rst
r4575 r4633 40 40 41 41 .. _pre-built project: attachment:FormsTutorial-2.0.tgz 42 .. _20 Minute Wiki tutorial: 2.0/Wiki20/All42 .. _20 Minute Wiki tutorial: main/Wiki20/All 43 43 44 44 If you're not already familiar with the basics of what widgets are, and how they work, you'll probably wan to take a look at `the widgets overview page <WidgetsOverview>`_ … … 82 82 reading at the general `widgets overview`_. 83 83 84 .. _widgets overview: 2.0/WidgetsOverview84 .. _widgets overview: main/WidgetsOverview 85 85 86 86 Defining the form … … 242 242 but we'll take the simple solutions for simple problems approach here. 243 243 244 .. _other ways: 2.0/FormValidationWithSchemas244 .. _other ways: main/FormValidationWithSchemas 245 245 246 246 :: … … 340 340 over details`_, but that's the basic idea. 341 341 342 .. _glossing over details: 2.0/ValidateDecorator342 .. _glossing over details: main/ValidateDecorator 343 343 344 344 If ``@validate()`` does throw an error, the ``error_handler`` method takes … … 389 389 .. note:: The comment feature has been disabled on this page due to heavy spamming. If you want to comment on the contents of this page, if you have questions, or want to report an error, please write to the TurboGears `mailing list`_. 390 390 391 .. _mailing list: 2.0/GettingHelp391 .. _mailing list: main/GettingHelp