vonBesmer Posted May 7, 2015 Report Share Posted May 7, 2015 Über welchen URL-Parameter können wir direkt einen Record im Edit-Modus öffnen? Folgender Code öffnet nur das Listing einer Tabelle if ($this->url_data['edit_id']) $js = "var edit_id = ".$this->url_data['edit_id']."; var edit_name = '".htmlentities($products_model)."';\n"; else $js = "var edit_id = record.id; var edit_name=record.get('products_id');\n"; $js .= "addTab('adminHandler.php?plugin=MEINPLUGIN&load_section=MEINEKLASSE&pg=overview&products_id='+edit_id,'TabTitel', 'MEINEKLASSE'+edit_id)"; Erst wollten wir pg=overwiev durch edit_id=$products_id ersetzen, Fehlanzeige. Sonst lassen sich nette Funktionen entwickeln , doch mit den rowActions und JS sind wir noch am Anfang. Link to comment Share on other sites More sharing options...
vonBesmer Posted May 8, 2015 Author Report Share Posted May 8, 2015 $js .= "addTab('adminHandler.php?load_section=MEINE_KLASSE/TABELLEplugin=MEIN_PLUGINparentNode=node_MEINE_KLASSE&edit_id='+edit_id+'&gridHandle=MEINE_KLASSEgridForm','MEIN TOLLER TABTITEL')', 'MEINE_KLASSE'+edit_id)";[/CODE] Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.