English > Feature Suggestions

Split custom from skin

<< < (2/2)

Zacca:
An idea is to assign a code to the custom items and add it to the skin
Example:

I have e custom rating item and i assign the code "CRating" from a list
another custom rating item assigned at "CRating" from the list
a custom number item assigned at "CNumber" from the list

In the skin.....

--- Code: ---<row>
<column>
<fieldlabel field="CRATING">
 </fieldlabel>
 </column>
<column>
 <CRATING/>
 </column>
 </row>
.
.
.
.
<row>
<column>
<fieldlabel field="CNUMBER">
 </fieldlabel>
 </column>
<column>
 <CNUMBER/>
 </column>
 </row>
--- End code ---

In this way noone v to rewrite the skin after a update

Navigation

[0] Message Index

[*] Previous page

Go to full version