Changes between Version 2 and Version 3 of ReferenceMaterials/EventApi

Show
Ignore:
Timestamp:
07/01/09 22:17:56 (17 years ago)
Author:
cfjedimaster (IP: 98.179.202.128)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReferenceMaterials/EventApi

    v2 v3  
    163163Fields (Optional) - If a list of fields is passed, it will only attempt to set the properties listed. 
    164164 
     165== !SetValue(name:string, value:any) == 
     166 
     167==== Description: ==== 
     168 
     169Sets a value into the viewstate. 
     170 
     171==== Returns: ==== 
     172 
     173Void 
     174 
     175==== Arguments: ==== 
     176 
     177Name (required) - The name of the value to set 
     178 
     179Value (required) - The value to store in the viewstate. 
     180 
     181 
    165182== Trace(name:string, value:any) == 
    166183