yii2-jui的基本使用

2022-03-25 20:47:13 浏览数 (1)

代码语言:javascript复制
<?php
namespace frontendcontrollers;
use Yii;
use yiiwebController;
class IndexController extends Controller
{
	public function actionIndex()
	{
		return $this->render('index');
	}
}
代码语言:javascript复制
<?=
yiijuiDatePicker::widget(['name'=>'attributeName'])
?>

0 人点赞