Project

General

Profile

Blink of a red eye » History » Version 6

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

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"> <pre>
{

>
xtype : 'textfield',

>
name : 'description',

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

>
anchor : '100%',

>
maxLength : 150
}
</code></pre> </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!