10 Yii::import(
'booster.widgets.TbDataColumn');
48 if ($this->
value !== null) {
49 $value = $this->evaluateExpression($this->
value, array(
'data' =>
$data,
'row' => $row));
50 }
else if ($this->name !== null) {
54 $htmlOptions = array(
'data-toggle' =>
'popover');
55 foreach ($this->options as $key => $val) {
57 if ((!$val instanceof CJavaScriptExpression) && strpos($val,
'js:') === 0)
58 $val =
new CJavaScriptExpression($val);
59 $htmlOptions[
'data-'.$key] = $val;
63 echo CHtml::link($value,
"#", $htmlOptions);
67 return in_array($option, array(
68 'animation',
'html',
'placement',
'selector',
'trigger',
'title',
'content',
'delay',
'container'