BUG 10054 Feature request: grid to support a suggest field SOLVED

- Add the possibility to insert Suggest fields in a grid.
- New Feature, was added Suggest option to the grid.
This commit is contained in:
Hector Cortez
2012-12-05 15:19:49 -04:00
parent c957de4ee8
commit 9924f254d0
6 changed files with 290 additions and 56 deletions

View File

@@ -47,9 +47,16 @@ switch (basename( $form->template, '.html' )) {
default:
$template = 'xmlform';
}
$G_PUBLISH->AddContent( 'dynaform', $template, $file, '', array ('__DYNAFORM_OPTIONS' => array ('PREVIOUS_STEP' => '#','NEXT_STEP' => '#','PREVIOUS_ACTION' => 'return false;','NEXT_ACTION' => 'return false;'
)
), '' );
$G_PUBLISH->AddContent(
'dynaform',
$template,
$file,
'',
array ('__DYNAFORM_OPTIONS' =>
array ('PREVIOUS_STEP' => '#','NEXT_STEP' => '#','PREVIOUS_ACTION' => 'return false;','NEXT_ACTION' => 'return false;')
),
''
);
G::RenderPage( 'publish', 'raw' );
/* $toolbar = new ToolBar( '/dynaforms/dynaforms_Toolbar' , PATH_XMLFORM, SYS_LANG, false );