Reference > IBM Sales Center extension points


Auto-logon extension point

The IBM Sales Center workbench provides a preference page for turning on/off auto-logon for web applications. The purpose of this extension point is to allow plug-ins to identify which web applications support auto-logon and should be presented within the preference page.


Identifier:

com.ibm.commerce.telesales.config.autoLogon


Description:

The IBM Sales Center workbench provides a preference page for turning on/off auto-logon for web applications. The purpose of this extension point is to allow plug-ins to identify which web applications support auto-logon and should be presented within the preference page.


Configuration Markup:

<!ELEMENT extension ( autoLogon+)>

<!ATTLIST extension

point CDATA #REQUIRED

id CDATA #IMPLIED

name CDATA #IMPLIED>

<!ELEMENT autoLogon EMPTY>

<!ATTLIST autoLogon

id CDATA #REQUIRED

label CDATA #REQUIRED

tooltip CDATA #IMPLIED>


Examples:

The following is an example for the autoLogon extension point:

    
<extension 
       point=
 "com.ibm.commerce.telesales.config.autoLogon"
 > 
      

<autoLogon 
         id=
 "com.ibm.commerce.telesales.ui.impl.acceleratorWebApp"
  
         label=
 "%acceleratorAutoLogonLabel"
 
         tooltip=
 "%acceleratorAutoLogonTooltip"
 >       

</autoLogon> 
   

</extension> 


API Information:

The value of the attribute id

should be the fully qualified name of an id

given within an extender definition for com.ibm.eswe.workbench.WctWebApplication

.


Supplied Implementation:

The workbench uses the autoLogon extension point when the IBM Sales Center Auto-logon preference page is requested.


+

Search Tips   |   Advanced Search