Numerous types of form field are built into Joomla!. The following table lists these standard types and their availability. Use the single-page reference if you want to print all existing form field documentation.
Affichage des articles dont le libellé est TYPE. Afficher tous les articles
Affichage des articles dont le libellé est TYPE. Afficher tous les articles
mercredi 8 octobre 2014
[Joomla] Standard form field types
mercredi 1 octobre 2014
[JOOMLA] [composant] ereur 500 - Affichage introuvable
Message type : 500 - Affichage introuvable [NOM, TYPE, PREFIX] contact,html,contactView
Ma solution : Dans la partie admin/views j'ai fait une erreur dans le default.php, en effet si l'on regarde le fichier helloworld du tutoriel on voit ceci :
<form action="index.php?option=com_helloworld&view=helloworlds" method="post" id="adminForm" name="adminForm">
que j'ai remplacer par ceci :
<form action="<?php echo JRoute::_('index.php?option=com_helloworld'); ?>" method="post" name="adminForm" id="adminForm">
Ma solution : Dans la partie admin/views j'ai fait une erreur dans le default.php, en effet si l'on regarde le fichier helloworld du tutoriel on voit ceci :
<form action="index.php?option=com_helloworld&view=helloworlds" method="post" id="adminForm" name="adminForm">
que j'ai remplacer par ceci :
<form action="<?php echo JRoute::_('index.php?option=com_helloworld'); ?>" method="post" name="adminForm" id="adminForm">
Inscription à :
Commentaires (Atom)