Blink of a red eye » History » Version 1
Version 1/11
-
Next ยป -
Current version
Pablo Alingery, 21/03/2012 17:25
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 workspace/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
}