Project

General

Profile

Blink of a red eye » History » Version 7

« Previous - Version 7/11 (diff) - Next » - Current version
Pablo Alingery, 21/03/2012 20:32


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 :

{
xtype : 'textfield',
name : 'description',
fieldLabel :i18n.get('label.description'),
anchor : '100%',
maxLength : 50
}

par
{
 xtype : 'textfield',
 name : 'description',
 fieldLabel :i18n.get('label.description'),
 anchor : '100%',
 maxLength : 150
}

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 :