This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Syntax
C# | Copy Code |
---|---|
namespace Smartsite.Scf |
Visual Basic (Declaration) | Copy Code |
---|---|
Namespace Smartsite.Scf |
Classes
Class | Description | |
---|---|---|
InstanceCreator |
Helper class to create instances for performance.
|
|
Smartlet |
The Smartlet macro is uniquely used in Smartlet (SML) translations, and provides an environment to build so called 'Smartlets', Ajax-enabled web page components.
The Smartlet macro is used to create a public interface for state to travel between server and client, and to handle the dual rendering (translation phase, ajax callback phase). |
|
SmartletBox |
Smartlet html output wrapper macro. Outputs a DIV outer element, or wraps the output in a fully stylable glossy box using the createsmartletbox() translation.
|
|
SmartletEditor |
Edits a Smartlet.
|
|
SmartletNoscript |
Intelligent NoScript handling for Smartlets.
|
|
SmartletPreset |
The SmartletPreset macro can be used inside the Smartlet Preset contenttype to create presets for smartlets.
|
|
SmartletPresetState |
Internal state for each Smartlet Preset item. Used to cache its settings. Inherits from TranslationVersionState.
|
|
SmartletProperty |
Represents a Smartlet Property.
|
|
Smartlets |
Smartlets administration class.
|
|
SmartletState |
Represents Smartlet related state.
|
|
SmartsiteClientFrameworkModule |
Smartsite Client Framework macro. Used to fire up the Javascript client library.
|
Enumerations
Enumeration | Description | |
---|---|---|
ClientScriptState |
Client script enabled state.
Determined by having the jQuery.Scf layer setting a cookie named '_sce' to '1'. If no cookie is found, state will be Unknown. |
|
CssImportProcessingMode |
Mode to finalize aggregated CSS @import statements.
|
|
PresetSettingType |
Types that a preset setting can assume.
|
|
ScfStartupMode |
Startup mode for Scf Javascript layer.
|
|
SmartletEventType |
Event types for Smartlet interaction.
|
|
SmartletPropertyAccess |
Smartlet property access settings for Client and Server.
|
|
SmartletPropertyEditableState |
Determines if a Smartlet property is editable, and by whom.
|
|
SmartletPropertyValueOrigin |
Represents the origin of a Smartlet property value.
|