var fDesc=new Array(); fDesc[0] = "WDK PlugIn is an Eclipse plugin for developing Documentum Web Development Kit (WDK) - based applications.

You are able now to use the WDK Eclipse Plugin for Configuring Columns. You have to follow these steps :

-Create two new component definitions in the custom layer (right-click on Components node and click on 'New Component') of ids 'homecabinet_classic' and 'objectlist'. For these choose the parents as 'homecabinet_classic' and 'objectlist' from the webtop layer respectively. Be sure to select the non-scoped parents.

-For each, click on the 'Insert From Parent' button and choose the 'columns' element. This will copy the 'columns' element from the parent definition. You can now add the additional column definitions to the copied columns element.

-For each definition, switch to the 'XML' tab of each custom config definition, add the column definitions in the XML there and save (CTRL+S)."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }