I have noticed that if i define some custom xml tag, i.e.
|
Source code
|
1
2
3
|
<gallery
name="gallery1"
/>
|
I can't use a style property for it:
|
Source code
|
1
2
3
4
|
<gallery
name="gallery1"
style="gallery_prototype"
/>
|
And making custom style for some kind of inheritance:
|
Source code
|
1
2
3
4
|
<style
name="gallery_prototype"
...
/>
|
Don't know whether this feature is high demanded but let it be here. :)