English 中文(简体)
<p:ring>tag in Prime Faces 3.0
原标题:<p:ring> tag in PrimeFaces 3.0

I want to create a Java web application based on JSF 2.0 and PrimeFaces 3.0 I have some problems with the tag: http://www.primefaces.org/showcase/ui/ring.jsf

Pictures that I used in the tag are bigger then default limits and I can t reduce their size any more in order to keep them in a good resolution. I tried to change width and height in many tags but nothing new So how can I modify the source code provided to use bigger photos in the ring tag???

问题回答

解决办法 1. 过敏的高分辨率赋予了自环形体类的价值。 您可以使用一种习惯式文档或带的直线标签。

解决方案2. 使用风格,直接确定高端的特性='hages: 18em ! important;“ (可能不需要进口)

<>UPDATED 5月 3月

To enlarge the ring you can define a fixed width value using the style attribute. Component will adjust the distance between images automatically. Ex.: width: 100%; or width: 300px or width: 50em

不幸的是,没有办法调整林区的其他选择,但放松。





相关问题
JSF a4j:support with h:selectManyCheckbox

I m having trouble with a JSF selectManyCheckbox and A4J support. The purpose is to run some action when a checkbox is selected. This works perfectly in Firefox. Yet, when testing in any IE (ie6 / ie7 ...

Mojarra for JSF Encoding

Can anyone teach me how to use mojarra to encode my JSF files. I downloaded mojarra and expected some kind of jar but what i had downloaded was a folder of files i don t know what to do with

如何拦截要求终止?

在共同基金中,如果用户要求终止,就需要采取一些行动。 我需要某种拦截器,但我不知道如何这样做。 我需要帮助。 增 编

ICEFaces inputFile getting the file content without upload

Is there any way of just getting the content of the browsed file without any upload/file transfer operations? I currently use ICEFaces inputFile component but I do not need the default uploading ...

Weird behaviour of h:commandLink action (MethodExpression)

I have two JSPs where I am displaying some info from database in a h:dataTable. One of them is showing all the info, and one of them user specifically. I have showXML.jsp that shows the "XML" column ...

How to correctly use ResultSet with h:dataTable

The problem is, that after displaying the ResultSet with <h:dataTable>, the connection is left open. If I close it, it closes the ResultSet too. I m thinking about copying the ResultSet data ...