Last change
on this file since 2321 was
2321,
checked in by olhsha, 12 years ago
|
forgotten commit of rss link button
|
File size:
360 bytes
|
Line | |
---|
1 | <?xml version="1.0" encoding="utf-8"?> |
---|
2 | <mx:Canvas xmlns:mx="http://www.adobe.com/2006/mxml" |
---|
3 | > |
---|
4 | <mx:Script> |
---|
5 | <![CDATA[ |
---|
6 | import clarin.cmdi.componentregistry.common.StyleConstants; |
---|
7 | ]]> |
---|
8 | </mx:Script> |
---|
9 | |
---|
10 | <mx:Image id="pict" |
---|
11 | source="{StyleConstants.rssIcon}" |
---|
12 | toolTip = "RSS feed" |
---|
13 | useHandCursor="true" |
---|
14 | buttonMode="true" |
---|
15 | /> |
---|
16 | </mx:Canvas> |
---|
17 | |
---|
Note: See
TracBrowser
for help on using the repository browser.