telosys.functions
Interface FieldCombo


public interface FieldCombo


Method Summary
 void fwkComboDisplayList(string sId)
          Displays the combo list
 void fwkComboHideList(string sId)
           
 void fwkComboSelectBlur(string sId)
           
 void fwkComboSelectChange(object oSelect, string sId)
           
 

Method Detail

fwkComboDisplayList

public void fwkComboDisplayList(string sId)
Displays the combo list

Parameters:
sId - the combo id

fwkComboHideList

public void fwkComboHideList(string sId)
Parameters:
sId -

fwkComboSelectBlur

public void fwkComboSelectBlur(string sId)
Parameters:
sId -

fwkComboSelectChange

public void fwkComboSelectChange(object oSelect,
                                 string sId)
Parameters:
oSelect -
sId -