This namespace contains the special module functions for the DynamicFieldDropdown module.
        
        
        
    
    Methods
- 
    
        (static) AddValue(ValueInsert) → {Boolean}
- 
    
    This function add a new value to the possible values listParameters:Name Type Description ValueInsertObject HTML container of the value mapping row. Returns:Returns false- Type
- Boolean
 
- 
    
        (static) Init()
- 
    
    Initialize module functionality
- 
    
        (static) RecreateDefaultValueList() → {Boolean}
- 
    
    This function re-creates and sort the Default Values list taking the Possible Values as source, all deleted values will not be part of the re-created value listReturns:Returns false- Type
- Boolean
 
- 
    
        (static) RemoveValue(IDSelector) → {Boolean}
- 
    
    This function removes a value from possible values list and creates a stub input so the server can identify if a value is empty or deleted (useful for server validation) It also deletes the Value from the DefaultValues listParameters:Name Type Description IDSelectorString ID of the pressed remove value button. Returns:Returns false- Type
- Boolean