Show navigation | Frontpage | Contact us | Sitemap

ICPConfigure::GetEditTabs

GetEditTabs( [in] BSTR strType, [in] BSTR strUniqueID, [out,retval] VARIANT *rt)

This function is called when the plugin must provide information about the Edit Tabstrips that it requires in an Edit situation

Inputs:
strType - The node identifier of the type being edited
strUniqueID - The Unique id of the type being edited
    
Return value
Variant SafeArray (1,X) 
   (0,X) = Tab Name
   (1,X) = The Tab Type ("CONTENT" for Content type Tab and "FORM" for form type tab )

My modules


© 2008 Composite A/S, Danmark
Tlf: +45 39 15 76 00 | info@composite.net
Composite A/S er Microsoft Certified Partner
Composite CMS overholder standarden for valid CSS
Composite CMS overholder standarden for valid XHTML 1.0
Printet fra http://www.composite.net/composite-113.htm
Findes på denne sti: Composite Developer | 3.x technologies | Configuration | Developing COM plug-ins | ICPConfigure (DataMap) | GetEditTabs