Page 1 of 1

XML parameters for views

Posted: Sun Sep 02, 2007 11:57 pm
by uweD
Hi all,

And another question with regards to views: With a view usually comes an xml file which describes the view, It has the name of the view (obviously with xml as extension). It pretty much looks like that:

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<metadata>
   <layout title="Create Objects">
      <message>
         <![CDATA[CREATE OBJECT]]>
      </message>
   </layout>
   <state>
      <name>Create Objects</name>
      <description>CREATE OBJECT</description>
      <params>
      <task>createObject</task>
      </params>   
   </state>
</metadata>


Does anyone know where I can find information which other xml expressions I can use in those files?

I actually look for a possibility to set the 'task' for that view.

Re: XML parameters for views

Posted: Tue Sep 11, 2007 7:13 pm
by Drapichrust
I don't know if it will help you but here are my few posts regarding this topic:

http://forum.joomla.org/index.php/topic,206062.msg966294.html

Re: XML parameters for views

Posted: Tue Sep 11, 2007 7:48 pm
by uweD
Thanks for that, that's excellent.