Advertisement
Guest User

Untitled

a guest
Nov 1st, 2014
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.29 KB | None | 0 0
  1. $form['test_table'] = array(
  2.     '#theme' => 'table',
  3.     '#header' => array(),
  4.     '#rows' => array(
  5.       array(
  6.         array(
  7.           'data' => array(
  8.             '#type' => 'select',
  9.             '#options' => array('role 1', 'role 2', 'role 3'),
  10.             '#ajax' => array(...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement