Project

General

Profile

Blink of a red eye » History » Version 5

Version 4 (Pablo Alingery, 21/03/2012 20:28) → Version 5/11 (Pablo Alingery, 21/03/2012 20:30)

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"> class="java-script">
{
> xtype : 'textfield',
> name : 'description',
> fieldLabel :i18n.get('label.description'),
> anchor : '100%',
> maxLength : 50
}
</code></pre>
par
<pre>
{
> xtype : 'textfield',
> name : 'description',
> fieldLabel :i18n.get('label.description'),
> anchor : '100%',
> maxLength : 150
}
</pre>

Dans l'admin, au niveau de Query Form on place dans la description :

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

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