jDiction 2.2.0 released. http://jdiction.org/downloads
<?xml version="1.0" encoding="utf-8"?><jdiction> <component>com_jevlocations</component> <sections> <section> <tables> <table> <name>#__jev_locations</name> <key>loc_id</key> <class><com_jevlocations>TableLocation</class> <file>location.php</file> <cache fullfetch="0" /> </table> </tables> <views> <view name="locations.edit" list="locations.overview" layout="default" default="true"> <fieldset name="main" label="COM_JDICTION_TRANSLATION_FIELDSET_MAIN"> <field name="description" type="jdalias" field="description"/> </fieldset> </form> </view> </views> </section> </sections></jdiction>
<view name="locations.edit" list="locations.overview" layout="default" default="true"> <fieldset name="main" label="COM_JDICTION_TRANSLATION_FIELDSET_MAIN"> <field name="description" type="jdalias" field="description"/> </fieldset> </form> </view>
<view name="location" list="locations" layout="edit" default="true"><form import="location.xml"> <fieldset name="main" label="COM_JDICTION_TRANSLATION_FIELDSET_MAIN"><field name="title" /><field name="description" /> </fieldset> </form> </view>
<?xml version="1.0" encoding="utf-8"?><model> <params> <!-- <param name="target" type="list" default="" label="Target" description="Target window when the link is clicked"> <option value="">Use Global</option> <option value="0">Parent Window With Browser Navigation</option> <option value="1">New Window With Browser Navigation</option> <option value="2">New Window Without Browser Navigation</option> </param> //--> </params></model>