Maj de l'exemple
This commit is contained in:
parent
056026027b
commit
de77a13cb2
1 changed files with 11 additions and 1 deletions
|
@ -5,7 +5,16 @@ if (!defined('_ECRIRE_INC_VERSION')) {
|
|||
|
||||
function gamuform_exemple_dist(){
|
||||
|
||||
$js = <<<EOF
|
||||
<script>console.log('coucou');</script>
|
||||
EOF;
|
||||
|
||||
return [
|
||||
'options' => [
|
||||
'texte_submit' => 'Valider c’est gagné',
|
||||
'inserer_debut' => 'coucou le debut',
|
||||
'inserer_fin' => $js,
|
||||
],
|
||||
[
|
||||
'saisie' => 'input',
|
||||
'options' => [
|
||||
|
@ -59,7 +68,8 @@ function gamuform_exemple_dist(){
|
|||
[
|
||||
'gamutable' => [
|
||||
'champ' => 'maj',
|
||||
'header' => 'toto',
|
||||
'header' => '<:prefix:toto:>',
|
||||
'classes' => 'w200p text-center',
|
||||
'filtreCol' => 'input',
|
||||
]
|
||||
],
|
||||
|
|
Loading…
Add table
Reference in a new issue