Example #1
0
        public static string GetElementActions(string formControl_ID)
        {
            FormGeneratorData data = new FormGeneratorData();

            return GetJson( data.GetAllControlActionDataByFormControl_ID(formControl_ID));
        }