Source for file using_I18Nv2_DecoratedList.php
Documentation is available at using_I18Nv2_DecoratedList.php
* Using I18Nv2_DecoratedList
* ==========================
* I18Nv2 provides decorated classes for country and language lists.
* $Id: using_I18Nv2_DecoratedList.php,v 1.1 2004/05/03 15:02:17 mike Exp $
require_once 'I18Nv2/Country.php';
require_once 'I18Nv2/DecoratedList/HtmlSelect.php';
require_once 'I18Nv2/DecoratedList/HtmlEntities.php';
$s->attributes ['select']['name'] = 'CountrySelect';
$s->attributes ['select']['onchange'] = 'this.form.submit()';
$s->selected ['DE'] = true;
// print a HTML safe select box
Documentation generated on Mon, 11 Mar 2019 13:54:53 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|