JCountries ComponentExtension Specific Addon

JCountries are a joomla 1.5 class and component that allow to create a countries select box and costum the select box from the admin Backend

how to use:

1) download and install the JCountries Component for joomla 1.5.x
2) download and import the JCountries Class from your Component

require_once (JPATH_COMPONENT.DS.'countries.php');

3) to display the JCountries fields add this lines at the source code of your Component

$countries= new countries("defaultselected");
echo $countries->PrintSelect();


Note : "defaultselected" is the NAME and the ID of the HTML Select TAG

Report

Editor's Note
  • This extension requires registration to download.