Welcome Guest Log in
   The topic address is: http://callbackpage.softain.com/Help/WebParams.aspx   Send to a friend
SoftAIN class library
CallbackPage web parameters
See also  Description  Parameters 
Collapse all
 

CollapseDescription

The CallbackPage class is customized up in the Web.config file. The first thing you should do is to define the SoftAIN group and the CallbackPage section belonging to it:


XML 
<configSections>
    <sectionGroup name="SoftAIN">
        <section name="CallbackPage" type="SoftAIN.CallbackPageOptions, CallbackPage"/>
    </sectionGroup>
</configSections>

Then you should add the SoftAIN group, insert the CallbackPage section into it and define necessary parameters and the list of languages used by the application:


XML 
<SoftAIN>
    <CallbackPage 
        PreventDblClick="true" 
        PreventStress="true" 
        RegisterScript="true" 
        DisableBackButton="false" 
        TestMode="false" 
        Timeout="100" 
        DefaultPage="Default" 
        CommandParameters="Rus, Eng" 
        KeyFileDirectory="KeyFiles"
    />
</SoftAIN>

Collapse Parameters


CallbackPage section attributes:
  Name Description
PreventDblClick Defines the CallbackPage.PreventDblClick property.
PreventStress Defines the CallbackPage.PreventStress property.
RegisterScript Defines the CallbackPage.RegisterScript property.
DisableBackButton Defines the CallbackPage.DisableBackButton property.
TestMode Defines the CallbackPage.TestMode property.
Timeout Defines the CallbackPage.Timeout property.
DefaultPage The value of this parameter is used by the PathHolder class while the address is being parsed. Default is the default value.
CommandParameters The address parameters that will be interpreted as command, not as part of the address. For more details please go to the url parsing section.
KeyFileDirectory The directory containing files with license keys. Registered users can download them from the Download page.

Collapse See also

Copyright © 2005-2007 SoftAIN