English > Support

Skinning questions

<< < (2/2)

trumpy81:

--- Quote from: nostra on November 18, 2010, 04:25:00 pm ---I do not get it: what is the big difference between <poster> and <Element Poster>???

--- End quote ---

Nostra, firstly my apologies for the double post. I thought the original post had not been received and I was unaware that it had been moved to this thread.  ???


--- Code: ---<column>    
    <medialabel/>
<spacer width="9"/>
   </column>
  </row>
  <row>
   <column width="120" halign="right">
    <fieldlabel field="location"/>
   </column>
   <column>
    <location/>
<spacer width="9"/>
   </column>
      </row>
</section>
</column>
--- End code ---

Instead of the above code, I would like to see something like this:


--- Code: ---<column medialabel>    
  <spacer width="9">
</column>
</row>
<row>
<column width="120" halign="right" fieldlabel="location">
</column>
<column location>
  <spacer width="9">
</column>
</row>
</section>
</column>
--- End code ---

Is there any reason for the trailing / ?

nostra:
It can't be done the way you want as one column can contain multiple fields.


--- Quote ---Is there any reason for the trailing / ?
--- End quote ---

Of course, it is XML specification!

Navigation

[0] Message Index

[*] Previous page

Go to full version