You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
force the four CSS classes listed anyway (so even if you set custom htmlOptions you won't have to remember what classes to put back)
or use your proposal and overwrite htmlOptions completely with the ones user set (this way any custom property set in htmlOptions, even not related to CSS class, will destroy the predefined styling).
Thank you for finding this line of code, such an attempts to blindly set public properties inside the widget initialization should be avoided.
Hello @iConn thank you for your issue, now it is fixed and committed into the master branch and will be included to the next release.
http://yii-demo.yukki.name/bootstrap/issue684
Here you can find TbEditableDetailView in action and if you will see "issue684-class" css class inside it is mean that everything is OK ;)
change TbEditableDetailView(51)to:
Now we can change
htmlOptions
from $configThe text was updated successfully, but these errors were encountered: