Created
July 13, 2011 15:29
-
-
Save ideesimple/1080530 to your computer and use it in GitHub Desktop.
utilisation de migx avec la possibilité de choisir le type de bloc à rajouter
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{"formname":"Bloc1", "formtabs": | |
[ | |
{"caption":"Marque de bateau", "fields": [ | |
{"field":"MarqueBateau","caption":"Marque"} | |
]} | |
] | |
},{"formname":"Bloc2", "formtabs": | |
[ | |
{"caption":"Détail", "fields": [ | |
{"field":"detail","caption":"Détail des infos","inputTV":"richtext"} | |
]} | |
] | |
}] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment