Changes between Version 2 and Version 3 of ReferenceMaterials/ViewApi

Show
Ignore:
Timestamp:
01/24/10 14:23:25 (16 years ago)
Author:
DanWilson (IP: 65.190.16.149)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReferenceMaterials/ViewApi

    v2 v3  
    6161 
    6262== Viewstate == 
     63''Note: viewstate is deprecated in version 3 and higher of the Model-Glue framework. Use the Event object for access to data.'' 
    6364 
    6465In 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. 
    6566 
    6667== Viewstate.Exists(name:string) == 
    67  
     68''Note: Viewstate.exists() is deprecated in version 3 and higher of the Model-Glue framework, use Event.exists() '' 
    6869==== Description: ==== 
    6970 
     
    7980 
    8081== Viewstate.!GetAll() == 
    81  
     82''Note: Viewstate.getAll() is deprecated in version 3 and higher of the Model-Glue framework, use Event.getAll() ' 
    8283==== Description: ==== 
    8384 
     
    9394 
    9495== 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 '' 
    9697==== Description: ==== 
    9798