Changes between Version 2 and Version 3 of ReferenceMaterials/ViewApi
- Timestamp:
- 01/24/10 14:23:25 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReferenceMaterials/ViewApi
v2 v3 61 61 62 62 == Viewstate == 63 ''Note: viewstate is deprecated in version 3 and higher of the Model-Glue framework. Use the Event object for access to data.'' 63 64 64 65 In a .CFM template used as a View in a Model-Glue Application, the "viewstate" variable gives access to form and url data, along with any values added in a controller function through the Event.!SetValue() method of the Event API. 65 66 66 67 == Viewstate.Exists(name:string) == 67 68 ''Note: Viewstate.exists() is deprecated in version 3 and higher of the Model-Glue framework, use Event.exists() '' 68 69 ==== Description: ==== 69 70 … … 79 80 80 81 == Viewstate.!GetAll() == 81 82 ''Note: Viewstate.getAll() is deprecated in version 3 and higher of the Model-Glue framework, use Event.getAll() ' 82 83 ==== Description: ==== 83 84 … … 93 94 94 95 == Viewstate.!GetValue(name:string [, default:any]) == 95 96 ''Note: Viewstate.getValue() is deprecated in version 3 and higher of the Model-Glue framework, use Event.getValue() for single values, or Event.copyToScope() for multiple values in a single line of code '' 96 97 ==== Description: ==== 97 98
![(please configure the [header_logo] section in trac.ini)](/ModelGlue.com/trac.cgi/chrome/site/your_project_logo.png)