ratings display

huang sunny, modified 7 Years ago. Junior Member Posts: 56 Join Date: 1/17/11 Recent Posts

 

HI,

I using liferay-ui:ratings in liferay 7.1

<span class="lfr-asset-ratings">
<liferay-ui:ratings
className="<%= DLFileEntryConstants.getClassName() %>"
classPK="<%= fileEntry.getFileEntryId() %>"
inTrash="<%= fileEntry.isInTrash() %>"
/>
</span>

In the portlet of document library display well as fellow

When i create a new portlet,The js and  CSS file are same as that in document library portlet, however ratings UI show as like that.



what's the reason about the different display ui?