mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
- Improved (more interactive) validation of the forms.
SVN:trunk[460]
This commit is contained in:
@@ -23,6 +23,12 @@ function WizardHelper(sClass)
|
||||
this.m_oData.m_iFieldsCount = count;
|
||||
|
||||
}
|
||||
|
||||
this.GetFieldId = function(sFieldName)
|
||||
{
|
||||
id = this.m_oData.m_oFieldsMap[sFieldName];
|
||||
return id;
|
||||
}
|
||||
|
||||
this.RequestDefaultValue = function (sFieldName)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user