Note that there are some explanatory texts on larger screens.

plurals
  1. POrich:calendar : Icon hidden by an other component
    primarykey
    data
    text
    <p>How can I keep icon shown for <code>rich:calendar</code> component?</p> <p>I need to add another <code>rich:calendar</code> component, but the <code>outputLabel</code> hide the icon.</p> <p><img src="https://i.stack.imgur.com/W7hrH.png" alt="Screen Shot"></p> <p>Code (edited) :</p> <pre><code> &lt;h:panelGrid columns="4" styleClass="criteresSaisie" rowClasses="critereLigne" columnClasses="titreColonne,,titreCourtColonne,"&gt; &lt;h:outputLabel for="dateDeb" value="Période du" /&gt; &lt;rich:calendar id="dateDeb" inputSize="8" value="#{criteresDecRgltBacking.dtDebDecRglt}" enableManualInput="true" datePattern="dd/MM/yyyy" showInput="true" converterMessage="la date de début doit être au format dd/MM/yyyy"&gt; &lt;rich:validator/&gt; &lt;/rich:calendar&gt; &lt;h:outputLabel for="dateFin" value="au" style="margin-left:20px;"/&gt; &lt;rich:calendar id="dateFin" inputSize="8" value="#{criteresDecRgltBacking.dtFinDecRglt}" enableManualInput="true" datePattern="dd/MM/yyyy" showInput="true" converterMessage="la date de fin doit être au format dd/MM/yyyy" &gt; &lt;rich:validator/&gt; &lt;/rich:calendar&gt; &lt;f:event type="postValidate" listener="#{rechercheDecRgltCtrl.validationPeriode}" /&gt; &lt;/h:panelGrid&gt; </code></pre> <p>CSS</p> <pre><code>div.rf-ac-itm { height: auto !important; overflow: visible; } div.rf-ac-itm-cnt { height: auto !important; overflow: visible; } .critereLigneAugmente td { padding-bottom: 0px; } .espaceVideCalendar { width: 10px; } .espaceVide { width: 20px; } .espaceColonne { width: 30px; } .titreColonne { text-align: right; white-space: nowrap; width: 180px; } .titreCourtColonne { text-align: right; white-space: nowrap; width: 40px; } .titreColonne .libelle,.titreColonne label { padding-right: 10px; } .titreColonne .libelle label { padding-right: 0px; } .largeurFixeCriteres{ width: 120px; overflow: visible; } .criteresSaisie { margin: 10px; } .largeurFixeCriteresTiers { width: 120px; overflow: visible; } .critereLigneAugmente td { padding-bottom: 0px; } .finDeLigne { width: 0px; } </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload