Ciao a tutti, volevo chiedervi se e' possibile aggiungere la funzione onclick expand
(es. Prova)
quando premo uno dei tab centrali, ho provato in tutti i modi che mi sono venuti in mente
ma non ci sono riuscito.
In pratica quel expand dovrei aggiungerlo quando viene premuto il secondo tab center
'Download'.
<?php if ($effettuatoLOGIN != "") { ?>
var paneCenter = new DHTMLSuite.paneSplitterPaneModel( { position : "center", id:"centerPane",size:150,minSize:100,maxSize:200,c allbackOnCloseContent:'callbackFunction',callbackO nTabSwitch:'callbackFunction' } );
paneCenter.addContent( new DHTMLSuite.paneSplitterContentModel( { id: 'center0',htmlElementId:'center0',title:'Download' ,tabTitle: 'Download',closable:false } ) );
paneCenter.addContent( new DHTMLSuite.paneSplitterContentModel( { id: 'center3',htmlElementId:'center3',title:'Stato richieste di assistenza <?php if ($PARTNER == "S") {echo "clienti del partner $customerCLSCLO $customerPARDES";}else{echo "cliente $customerCLSCLI $customerCLIDES";}?>',tabTitle: 'Stato richieste',closable:false } ) );
Ciao

Rispondi quotando