Forum Post: Re: [beta 4.0.4] Rbf_showorhidefield()

  • Thread starter Thread starter Thierry Ciot
  • Start date Start date
Status
Not open for further replies.
T

Thierry Ciot

Guest
For V4.0.5, We have added an optional parameter to this function to let end user controls the responsive behavior when the field is hidden. The function signature is now: rbf_showOrHideField(fieldName, showField, doNotHideResponsiveColumn) Where: doNotHideResponsiveColumn: optional argument - when does not exist, we default to doNotHideResponsiveColumn = false doNotHideResponsiveColumn = true, we hide only what's inside the responsive column (thus maintaining an element at position occupied by content so that the next responsive column does not come on the one being hidden) doNotHideResponsiveColumn = false, we hide the responsive column, thus the next responsive column will take its place. Thierry.

Continue reading...
 
Status
Not open for further replies.
Back
Top