Project

General

Profile

Blink of a red eye » History » Version 2

Version 1 (Pablo Alingery, 21/03/2012 17:25) → Version 2/11 (Pablo Alingery, 21/03/2012 17:40)

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 workspace/client-admin/js/forms/componentListPanel.js
> Remplacer :
<pre>
{
>

xtype : 'textfield',
>

name : 'description',
>

fieldLabel :i18n.get('label.description'),
>

anchor : '100%',
>

maxLength : 50
}
</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!