Project

General

Profile

Blink of a red eye » History » Version 7

Version 6 (Pablo Alingery, 21/03/2012 20:31) → Version 7/11 (Pablo Alingery, 21/03/2012 20:32)

h1. Blink of a red eye

afin de faire clignoter et mettre en rouge (only with Firefox) la description d'un formulaire
* Modifier la taille max d'un description dans le fichier client-admin/js/forms/componentListPanel.js
> Remplacer :
<pre><code class="javascript">
{
xtype : 'textfield',
name : 'description',
fieldLabel :i18n.get('label.description'),
anchor : '100%',
maxLength : 50
}
</code></pre>
par
<pre><code class="javascript">
{
xtype : 'textfield',
name : 'description',
fieldLabel :i18n.get('label.description'),
anchor : '100%',
maxLength : 150
}
</code></pre>

Dans l'admin, au niveau de Query Form on place dans la description :
<pre><code class="html">


<BLINK><font color=red><B>Double click here to access IAS forms</B></font><BLINK>
</code></pre>


On obtient ainsi une description rouge clignotante :
!Blink_red.ogv!