SlideShare a Scribd company logo
Form API
AJAX-commands
OK
Form API
OK
OK
$form['offer_type'] = array(
'#type' => ‘select',
'#title' => t('Select please'),
'#options' => array( ... ),
'#ajax' => array(
'callback' => 'name_of_function',
'wrapper' => 'html-id-of-wrapper',
),
);
- Toyota
- Renault
- Porsche
- Выберите -
Поздравляем!
Вам в подарок:
Porsche 911 Carrera
function name_of_function($form, $form_state) {
$html = ‘<div>’ . t(‘Hello!’) . ‘</div>’;
return $html;
}
1. HTML
Hello!
function name_of_function($form, $form_state) {
$cmd = array();
$cmd[] = ajax_command_replace(NULL, $output);
$cmd[] = ajax_command_prepend(NULL, theme('status_messages'));
return array(
'#type' => 'ajax',
'#commands' => $cmd,
);
}
2. Commands
Hello!
Готово!
AJAX-commands
ajax_command_before
ajax_command_changed
ajax_command_css
ajax_command_data
ajax_command_html
ajax_command_insert
ajax_command_invoke
ajax_command_prepend
ajax_command_remove
ajax_command_replace
ajax_command_restripe
ajax_command_settings
ajax_command_after
ajax_command_alert
ajax_command_append
Нужно больше?
Собственные AJAX-commands
(function($) {
Drupal.ajax.prototype.commands.my_func = function(ajax, response, status) {
document.title = response.title;
}
} (jQuery));
$cmd = array();
$cmd[] = array(‘command‘ => ‘my_func', ‘title‘ => $page_title . ‘!!!‘);
$cmd[] = ajax_command_replace(NULL, $output);
return array(
'#type' => 'ajax',
'#commands' => $cmd,
);
Спасибо!
Крайнюк Михаил
kraynuk.m@i20.biz

More Related Content

PDF
Михаил Крайнюк. Form API: AJAX-commands
PPT
Drupal Form Api
PPT
Advanced Drupal Views: Theming your View
PDF
WordCamp Geneva Presentation - Customising WordPress' Admin Panel - 19 Nov. 2016
PDF
Refactoring using Codeception
PDF
COMP2021 Final Project - LightHTML
PDF
Code moi une RH! (PHP tour 2017)
PDF
Dolibarr - information for developers and partners - devcamp Pau 2019
Михаил Крайнюк. Form API: AJAX-commands
Drupal Form Api
Advanced Drupal Views: Theming your View
WordCamp Geneva Presentation - Customising WordPress' Admin Panel - 19 Nov. 2016
Refactoring using Codeception
COMP2021 Final Project - LightHTML
Code moi une RH! (PHP tour 2017)
Dolibarr - information for developers and partners - devcamp Pau 2019

What's hot (20)

PDF
Gravity Forms Hooks & Filters
PDF
2013 28-03-dak-why-fp
PPTX
WordPress overloading Gravityforms using hooks, filters and extending classes
ODP
HTML::FormHandler
KEY
Symfony2 Building on Alpha / Beta technology
PPTX
Jquery ajax & form
PDF
Mojolicious
PDF
Cloud Entwicklung mit Apex
PDF
Advanced Custom Fields - Flexible Content
PDF
DEV Čtvrtkon #76 - Fluent Interface
PDF
Building a Portfolio With Custom Post Types
PDF
Type Systems & Props Design - Exploring PropTypes, TypeScript, Flow & Reason
PPTX
Сергей Иващенко - Meet Magento Ukraine - Цены в Magento 2
PPTX
11. CodeIgniter vederea unei singure inregistrari
PPTX
Template syntax in Angular 2.0
PDF
Ruby - Design patterns tdc2011
PPTX
Web development today
PDF
WordPress REST API: Expert Advice & Practical Use Cases
PDF
Form API 3
PDF
Introduzione JQuery
Gravity Forms Hooks & Filters
2013 28-03-dak-why-fp
WordPress overloading Gravityforms using hooks, filters and extending classes
HTML::FormHandler
Symfony2 Building on Alpha / Beta technology
Jquery ajax & form
Mojolicious
Cloud Entwicklung mit Apex
Advanced Custom Fields - Flexible Content
DEV Čtvrtkon #76 - Fluent Interface
Building a Portfolio With Custom Post Types
Type Systems & Props Design - Exploring PropTypes, TypeScript, Flow & Reason
Сергей Иващенко - Meet Magento Ukraine - Цены в Magento 2
11. CodeIgniter vederea unei singure inregistrari
Template syntax in Angular 2.0
Ruby - Design patterns tdc2011
Web development today
WordPress REST API: Expert Advice & Practical Use Cases
Form API 3
Introduzione JQuery
Ad

Viewers also liked (15)

PDF
Res epre17 19-23-13
PDF
East_Side_Living_Oct16 (3)
PPTX
[粉絲寶]2014點亮淘寶路台灣站_天天特價
DOCX
Donna Jones Resume 121115
PDF
flagpattern
PDF
Tanweer warehouse management solution
PDF
Fcc narrow banding mandate for two way radios - by bearcom
DOCX
SCI 256 Final Exam 2015 version
PDF
East Side_July16 (9)
PPTX
OCASE1
DOCX
Thesis Paper
PPT
Dissertation Defense: Critical Success Factors for Knowledge Management
PPTX
Informática aspectos generales de la asignatura
Res epre17 19-23-13
East_Side_Living_Oct16 (3)
[粉絲寶]2014點亮淘寶路台灣站_天天特價
Donna Jones Resume 121115
flagpattern
Tanweer warehouse management solution
Fcc narrow banding mandate for two way radios - by bearcom
SCI 256 Final Exam 2015 version
East Side_July16 (9)
OCASE1
Thesis Paper
Dissertation Defense: Critical Success Factors for Knowledge Management
Informática aspectos generales de la asignatura
Ad

Similar to Михаил Крайнюк. Form api: ajax-commands (11)

PDF
Михаил Крайнюк - Form API + Drupal 8: Form and AJAX
PDF
Ajax on drupal the right way - DrupalCamp Campinas, São Paulo, Brazil 2016
PPTX
Анатолий Поляков - Drupal.ajax framework from a to z
PDF
Demystifying Drupal AJAX Callback Commands
PDF
Drupal & javascript
PDF
NYCCAMP 2015 Demystifying Drupal AJAX Callback Commands
PPTX
Drupal 7 advanced ajax
PDF
MidCamp 2016 - Demystifying AJAX Callback Commands in Drupal 8
PDF
PPTX
Drupal & AJAX. Drupalcamp Finland 2010
PDF
Demystifying AJAX Callback Commands in Drupal 8
Михаил Крайнюк - Form API + Drupal 8: Form and AJAX
Ajax on drupal the right way - DrupalCamp Campinas, São Paulo, Brazil 2016
Анатолий Поляков - Drupal.ajax framework from a to z
Demystifying Drupal AJAX Callback Commands
Drupal & javascript
NYCCAMP 2015 Demystifying Drupal AJAX Callback Commands
Drupal 7 advanced ajax
MidCamp 2016 - Demystifying AJAX Callback Commands in Drupal 8
Drupal & AJAX. Drupalcamp Finland 2010
Demystifying AJAX Callback Commands in Drupal 8

Recently uploaded (20)

PPTX
Power Point - Lesson 3_2.pptx grad school presentation
PDF
Best Practices for Testing and Debugging Shopify Third-Party API Integrations...
PPTX
Introduction to Information and Communication Technology
PDF
Introduction to the IoT system, how the IoT system works
PDF
Cloud-Scale Log Monitoring _ Datadog.pdf
PPTX
newyork.pptxirantrafgshenepalchinachinane
PPTX
Introuction about ICD -10 and ICD-11 PPT.pptx
PDF
Exploring VPS Hosting Trends for SMBs in 2025
PPT
Ethics in Information System - Management Information System
PDF
Tenda Login Guide: Access Your Router in 5 Easy Steps
PPTX
E -tech empowerment technologies PowerPoint
PDF
Vigrab.top – Online Tool for Downloading and Converting Social Media Videos a...
PDF
Slides PDF The World Game (s) Eco Economic Epochs.pdf
PDF
An introduction to the IFRS (ISSB) Stndards.pdf
DOCX
Unit-3 cyber security network security of internet system
PPTX
presentation_pfe-universite-molay-seltan.pptx
PPTX
Introuction about WHO-FIC in ICD-10.pptx
PDF
Paper PDF World Game (s) Great Redesign.pdf
PPTX
Slides PPTX World Game (s) Eco Economic Epochs.pptx
PPTX
Module 1 - Cyber Law and Ethics 101.pptx
Power Point - Lesson 3_2.pptx grad school presentation
Best Practices for Testing and Debugging Shopify Third-Party API Integrations...
Introduction to Information and Communication Technology
Introduction to the IoT system, how the IoT system works
Cloud-Scale Log Monitoring _ Datadog.pdf
newyork.pptxirantrafgshenepalchinachinane
Introuction about ICD -10 and ICD-11 PPT.pptx
Exploring VPS Hosting Trends for SMBs in 2025
Ethics in Information System - Management Information System
Tenda Login Guide: Access Your Router in 5 Easy Steps
E -tech empowerment technologies PowerPoint
Vigrab.top – Online Tool for Downloading and Converting Social Media Videos a...
Slides PDF The World Game (s) Eco Economic Epochs.pdf
An introduction to the IFRS (ISSB) Stndards.pdf
Unit-3 cyber security network security of internet system
presentation_pfe-universite-molay-seltan.pptx
Introuction about WHO-FIC in ICD-10.pptx
Paper PDF World Game (s) Great Redesign.pdf
Slides PPTX World Game (s) Eco Economic Epochs.pptx
Module 1 - Cyber Law and Ethics 101.pptx

Михаил Крайнюк. Form api: ajax-commands