Drupal: Ajaxify Views and Panels

Ein sehr spannender Post von gizra führt durch die Konfiguration von Views, Panels und CTools zu einer Panel Ansicht die via Ajax Content nachläd.

CTools spielt hier eine wesentliche Rolle:

CTools introduces the concept of an ajax command. A command is a javascript function within the Drupal.CTools.AJAX.commands namespace, which can be invoked as an ajax response. The server-side callback returns an object representation of a command, and this object contains everything necessary to run the command on the client-side.

Da werde ich mich nach dem Urlaub wohl mal etwas genauer einlesen.

Possibly related posts (automatically generated)