Changes between Version 3 and Version 4 of CallbacksAndForms
- Timestamp:
- 04/29/2011 07:12:57 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CallbacksAndForms
v3 v4 208 208 ------------------------- 209 209 210 The instances of the ``Var`` class in :apidoc:` nagare.var#var.Var` are210 The instances of the ``Var`` class in :apidoc:`var#var.Var` are 211 211 variable-like objects that provide a "functional" interface: 212 212 … … 273 273 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 274 274 275 The instances of the ``Property`` class in :apidoc:` nagare.editor#editor.Property`275 The instances of the ``Property`` class in :apidoc:`editor#editor.Property` 276 276 are objects: 277 277 … … 346 346 ~~~~~~~~~~~~~~~~~~~~~~~~ 347 347 348 The :apidoc:` nagare.validator` module defines a ``IntValidator`` and a348 The :apidoc:`validator` module defines a ``IntValidator`` and a 349 349 ``StringValidator`` objects to validate the numbers and the strings. They are 350 350 suitable to be used as a validating function of a ``editor.Property`` object: … … 391 391 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 392 392 393 An instances of the ``Editor`` class in :apidoc:` nagare.editor#editor.Editor`393 An instances of the ``Editor`` class in :apidoc:`editor#editor.Editor` 394 394 is an intermediary between the values received from a form an a target object. 395 395