developer.jelix.org is not used any more and exists only for
history. Post new tickets on the Github account.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
Opened 13 years ago
Closed 13 years ago
#327 closed bug (worksforme)
jForms is not defined
Reported by: | bastnic | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | jelix:forms | Version: | 1.0 beta 3.1 |
Severity: | normal | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Documentation needed: | ||
Hosting Provider: | Php version: |
Description
dans un jcontrollerdaocrud, dans son utilisation par défaut, firebug signale :
jForms is not defined [Break on this error] jForms.tForm = new jFormsForm('jform1');
Change History (3)
comment:1 Changed 13 years ago by laurentj
- Component changed from jelix to jelix:forms
comment:2 Changed 13 years ago by Uriel C
Un problème à priori apparenté : j'utilise la balise <help> dans un fichier jForms et le formulaire est affiché par un jControllerDaoCrud :
Erreur : jForms is not defined javascript:jForms.showHelp('jform1','criticdetec')
L'erreur se produit quand on clique sur le lien "?" du champ contenant l'help : "<a href="javascript:jForms.showHelp('jform1','criticdetec')">?</a>"
comment:3 Changed 13 years ago by laurentj
- Resolution set to worksforme
- Status changed from new to closed
À priori, vos erreurs sont dûes à l'absence du fichier jforms.js : vous n'avez pas bien fait l'alias vers le répertoire lib/jelix-www/
Note: See
TracTickets for help on using
tickets.
Ça serait bien d'apporter plus de précision : l'erreur se situe où ? dans quel fichier ? quelle ligne ? Et elle apparait dans quelle circonstance ?