Hi Larry,
I am learning Yii with your book and I got stuck trying to create a modal for my first Yii project: an education app.
I am using the last version of YiiBooster. I need this TbButton to open a modal that shows some HTML content:
<?php
$this->widget(
'bootstrap.widgets.TbButton',
array(
'label' => Yii::t('xxx', 'xxx'),
'type' => 'info',
'size' => 'mini',
'htmlOptions' => array(
'onclick' => 'js:bootbox.modal(
"<iframe width=\"640\" height=\"480\" src=\"' . GxHtml::encode($model->vid