Advertisement
Guest User

Untitled

a guest
Dec 9th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. [__SELECT__v][BUTTON]
  2. [__SELECT__v][BUTTON]
  3.  
  4. $form['select_g1'] = array(
  5. '#type' => 'select',
  6. '#prefix' => '<div class="container-inline">',
  7. '#title' => t('Select &emsp; &emsp; &emsp;&emsp;'),
  8. '#options' => $contarray,
  9. '#empty_value' => '',
  10. '#default_value' => ($ext) ? $row['model'] : "",
  11. );
  12. $form['button'] = array(
  13. '#markup' => ' <a target="_blank" href=""><span class="button js-form-submit form-submit"><img src="/sites/default/buttons/edit.png"></span></a></div>',
  14. );
  15.  
  16. mymodule.updatelink:
  17. version: VERSION
  18. js:
  19. js/updatelink.js: {}
  20. dependencies:
  21. - core/jquery
  22. - core/drupal
  23.  
  24. $form['#attached']['library'][] = 'mymodule/mymodule.updatelink';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement