Íme az én kis kódom:
function HOOK_form_alter(&$form, &$form_state, $form_id) { if ($form_id == 'email_node_form') { //Get module path $module_path = drupal_get_path('module', 'email_entity_selector'); //Add base URL to JS parser what needed by REST calls global $base_url; $form['#attached']['js'][] = drupal_add_js($module_path . '/js/script.js'); //Item selector $view = views_get_view('entity_selector'); $view->set_display('email_selector'); $presentation_view = $view->preview(); //Use Drupal template system to get HTML base 'presentation_view' => $presentation_view ); $suffix = theme('entity_selecor_boilerplate', $params); $form['field_email_items']['#suffix'] = $suffix; } }
Test 1:
1. oldal betölt
2. Rákattint a filter Apply gombra
3. Oldal újratölt
Test 2:
1. oldal betölt
2. Ráklikkel bármelyik pager linkre
3. Filterek működnek.
Bármi ötlet srácok? :/
Melyik modulhoz, modulokhoz kapcsolódik a téma?:
Drupal verzió:
Fórum: