Hi all,
where can I get html tags attribute details while creating form using BxTemplFormView.
Like for "select" how to set some default value, otherewise done as 'selected="selected"'
this is for D7.
Thanks in advance
Hi all, where can I get html tags attribute details while creating form using BxTemplFormView. Like for "select" how to set some default value, otherewise done as 'selected="selected"' this is for D7. Thanks in advance |
Hi all, some where it must be defined guidlines for which are the parameters can be defined, releted to perticular html element, while creating a form using BxTemplFormView. Anyone have any idea? Regards. |
Got it, Its 'value'. I traced it back till BxBaseFormView.php in template folder function genRowStandard(&$aInput) is useful. hope this will help some one Regards. |