Smartlet Viper Module
Viper Methods
Global Viper Method | Description |
---|---|
Smartlet.Add Viper Method | Adds a value to the Smartlet property. |
Smartlet.Behavior.Attach Viper Method | Attaches the given behavior to the given jQuery selector. |
Smartlet.Events.Exists Viper Method | Checks whether an event with the given name has been sent. |
Smartlet.Events.Receive Viper Method | Gets the event data sent by another Smartlet as a DataTable. |
Smartlet.Events.ReceiveProperty Viper Method | Gets an event data value sent by another Smartlet and maps it to corresponding Smartlet property. |
Smartlet.Events.ReceiveValue Viper Method | Gets a single value from the event data sent earlier. |
Smartlet.Events.Send Viper Method | Triggers an event with the given event data. |
Smartlet.Events.SendProperties Viper Method | Triggers an event with the given event data. |
Smartlet.Get Viper Method | Gets a named value from the current Smartlet state or from the original arguments. |
Smartlet.GetDefault Viper Method | Gets the default value of the given Smartlet Property. |
Smartlet.GetDisplaynameForPreset Viper Method | Gets the display name for the preset. |
Smartlet.GetOrigin Viper Method | Gets the origin of a property. |
Smartlet.GetResource Viper Method | Gets the location of an item in the Smartlet folder structure by specifying a path by title. |
Smartlet.GetSmartletFromPreset Viper Method | Returns the name of the smartlet to which the preset belongs. |
Smartlet.HasClientValues Viper Method | Determines whether one or more property values come from client data (ajax request, form posting, querystring). |
Smartlet.Icon Viper Method | Gets the smartlet icon Location. |
Smartlet.Id Viper Method | Gets the current smartlet id. |
Smartlet.IdSelector Viper Method | Gets the CSS/jQuery Html Id selector based on the Smartlet Id. |
Smartlet.IsAjaxCallback Viper Method | Determines whether we are in an ajax callback. |
Smartlet.IsPreview Viper Method | Returns true if the Current Smartlet is being rendered in the Preview frame of the Smartlet Editor. |
Smartlet.Link Viper Method | Creates a link to the current page, passing the given parameters to the current Smartlet using Url Commands. |
Smartlet.Location Viper Method | Gets the current smartlet location. |
Smartlet.Name Viper Method | Gets the name of the current smartlet. |
Smartlet.NamedArg Viper Method | Gets a named parameter from the current smartlet |
Smartlet.NameSelector Viper Method | Gets the CSS/jQuery class name selector based on the Smartlet name. |
Smartlet.NoInstance Viper Method | Specifies that the current execution is not an instance of the Smartlet. |
Smartlet.Number Viper Method | Get the item number of the smartlet. |
Smartlet.Page Viper Method | Gets the location of the page on which the Smartlet is rendered. |
Smartlet.Return Viper Method | Stops Smartlet execution and returns immediately. |
Smartlet.RootFolder Viper Method | Get the root folder of the smartlet. |
Smartlet.Set Viper Method | Sets a value in the current smartlet's JSon object to return, when mode=Ajax. |
Smartlet.SetAjaxError Viper Method | Sets the ajax error to pass to the client ajax callback function. |
Smartlet.SetAppId Viper Method | Sets the unique instance id of this Smartlet. Used for personalization storage. |
Smartlet.SetResult Viper Method | Sets the result of the current Smartlet. |
Smartlet.TestAccess Viper Method | Tests if the current user has at least the given level of content access for the Smartlet. |
Smartlet.TestProperties Viper Method | Tests whether all Smartlet properties are valid. |
Smartlet.Title Viper Method | Gets the title of the root folder of the Smartlet. |
See Also
-
Smartlet.Add Viper Method
Adds a value to the Smartlet property. -
Smartlet.Behavior.Attach Viper Method
Attaches the given behavior to the given jQuery selector. -
Smartlet.Events.Exists Viper Method
Checks whether an event with the given name has been sent. -
Smartlet.Events.Receive Viper Method
Gets the event data sent by another Smartlet as a DataTable. -
Smartlet.Events.ReceiveProperty Viper Method
Gets an event data value sent by another Smartlet and maps it to corresponding Smartlet property. -
Smartlet.Events.ReceiveValue Viper Method
Gets a single value from the event data sent earlier. -
Smartlet.Events.Send Viper Method
Triggers an event with the given event data. -
Smartlet.Events.SendProperties Viper Method
Triggers an event with the given event data. -
Smartlet.Get Viper Method
Gets a named value from the current Smartlet state or from the original arguments. -
Smartlet.GetDefault Viper Method
Gets the default value of the given Smartlet Property. -
Smartlet.GetDisplaynameForPreset Viper Method
Gets the display name for the preset. -
Smartlet.GetOrigin Viper Method
Gets the origin of a property. -
Smartlet.GetResource Viper Method
Gets the location of an item in the Smartlet folder structure by specifying a path by title. -
Smartlet.GetSmartletFromPreset Viper Method
Returns the name of the smartlet to which the preset belongs. -
Smartlet.HasClientValues Viper Method
Determines whether one or more property values come from client data (ajax request, form posting, querystring). -
Smartlet.Icon Viper Method
Gets the smartlet icon Location. -
Smartlet.Id Viper Method
Gets the current smartlet id. -
Smartlet.IdSelector Viper Method
Gets the CSS/jQuery Html Id selector based on the Smartlet Id. -
Smartlet.IsAjaxCallback Viper Method
Determines whether we are in an ajax callback. -
Smartlet.IsPreview Viper Method
Returns true if the Current Smartlet is being rendered in the Preview frame of the Smartlet Editor. -
Smartlet.Link Viper Method
Creates a link to the current page, passing the given parameters to the current Smartlet using Url Commands. -
Smartlet.Location Viper Method
Gets the current smartlet location. -
Smartlet.Name Viper Method
Gets the name of the current smartlet. -
Smartlet.NamedArg Viper Method
Gets a named parameter from the current smartlet -
Smartlet.NameSelector Viper Method
Gets the CSS/jQuery class name selector based on the Smartlet name. -
Smartlet.NoInstance Viper Method
Specifies that the current execution is not an instance of the Smartlet. -
Smartlet.Number Viper Method
Get the item number of the smartlet. -
Smartlet.Page Viper Method
Gets the location of the page on which the Smartlet is rendered. -
Smartlet.Return Viper Method
Stops Smartlet execution and returns immediately. -
Smartlet.RootFolder Viper Method
Get the root folder of the smartlet. -
Smartlet.Set Viper Method
Sets a value in the current smartlet's JSon object to return, when mode=Ajax. -
Smartlet.SetAjaxError Viper Method
Sets the ajax error to pass to the client ajax callback function. -
Smartlet.SetAppId Viper Method
Sets the unique instance id of this Smartlet. Used for personalization storage. -
Smartlet.SetResult Viper Method
Sets the result of the current Smartlet. -
Smartlet.TestAccess Viper Method
Tests if the current user has at least the given level of content access for the Smartlet. -
Smartlet.TestProperties Viper Method
Tests whether all Smartlet properties are valid. -
Smartlet.Title Viper Method
Gets the title of the root folder of the Smartlet.
- Macro
- Macro Parameters
- Macro Parameter Properties
-
Vipers
-
Global Viper Methods
- AIM Viper Class
- Audit Viper Class
- Buffer Viper Class
- Cache Viper Class
- CacheFile Viper Class
- Calendar Viper Class
- Channel Viper Class
- Char Viper Class
- Cms Viper Class
- ContentType Viper Class
- Convert Viper Class
- Database Viper Class
- DataTable Viper Class
- DateTime Viper Class
- Debug Viper Class
- DigiD Viper Class
- Env Viper Class
- FileSystem Viper Class
- FlexLayout Viper Class
- Html Viper Class
- Html.Color Viper Class
- Html.Css Viper Class
- Image Viper Class
- ImageProperties Viper Class
- ItemComments Viper Class
- ItemData Viper Class
- License Viper Class
- Locale Viper Class
- Logging Viper Class
- Login Viper Class
- Math Viper Class
- Payment Viper Class
- Personalization Viper Class
- PlaceHolder Viper Class
- Poll Viper Class
- Publication Viper Class
- RenderTemplate Viper Class
- Request Viper Class
- Response Viper Class
- Scf Viper Class
- Security Viper Class
- Session Viper Class
- Site Viper Class
-
- Smartlet.Add Viper Method
- Smartlet.Behavior.Attach Viper Method
- Smartlet.Events.Exists Viper Method
- Smartlet.Events.Receive Viper Method
- Smartlet.Events.ReceiveProperty Viper Method
- Smartlet.Events.ReceiveValue Viper Method
- Smartlet.Events.Send Viper Method
- Smartlet.Events.SendProperties Viper Method
- Smartlet.Get Viper Method
- Smartlet.GetDefault Viper Method
- Smartlet.GetDisplaynameForPreset Viper Method
- Smartlet.GetOrigin Viper Method
- Smartlet.GetResource Viper Method
- Smartlet.GetSmartletFromPreset Viper Method
- Smartlet.HasClientValues Viper Method
- Smartlet.Icon Viper Method
- Smartlet.Id Viper Method
- Smartlet.IdSelector Viper Method
- Smartlet.IsAjaxCallback Viper Method
- Smartlet.IsPreview Viper Method
- Smartlet.Link Viper Method
- Smartlet.Location Viper Method
- Smartlet.Name Viper Method
- Smartlet.NamedArg Viper Method
- Smartlet.NameSelector Viper Method
- Smartlet.NoInstance Viper Method
- Smartlet.Number Viper Method
- Smartlet.Page Viper Method
- Smartlet.Return Viper Method
- Smartlet.RootFolder Viper Method
- Smartlet.Set Viper Method
- Smartlet.SetAjaxError Viper Method
- Smartlet.SetAppId Viper Method
- Smartlet.SetResult Viper Method
- Smartlet.TestAccess Viper Method
- Smartlet.TestProperties Viper Method
- Smartlet.Title Viper Method
- SmartletEditor Viper Class
- SmartletPreset Viper Class
- Smi Viper Class
- SmiData Viper Class
- Spice Viper Class
- Sql Viper Class
- StandardsCompliance Viper Class
- Storage Viper Class
- String Viper Class
- SXML Viper Class
- Sys Viper Class
- Tags Viper Class
- Translation Viper Class
- Url Viper Class
- User Viper Class
- UserItemFeedback Viper Class
- Xml Viper Class
- Local Viper Methods
-
Global Viper Methods
- SXML Data Types
- Examples
- Tips & Tricks