Jump to content

Nikita

Approved members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by Nikita

  1. Hello,  
     
    How can i change existing form , for example zone-edit form, by custom plugin?
     
    zone-edit form don't call hooks "beforeContent" and "afterContent" where I could change it.
     
    I found "buildZoneForm" metod and we have there :
     
    if ($oComponent && method_exists($oComponent, 'processZoneForm')) {
       $oComponent->processZoneForm($aFields);
    }
     
    but how i can set my custom component to $oComponent,
    without changes in core, Any Idea?
     
    Thanks!
×
×
  • Create New...