我在表单中使用Select元素'country'=>newsfWidgetFormChoice(array('choices'=>CountryPeer::getAllCountry())),'city'=>newsfWidgetFormChoice(array('choices'=>CityPeer::getAllCity())),我希望在第一次加载页面时禁用该城市元素。并在选择国家/地区时启用城市元素。(它将通过AJAX调用加载) 最佳答案 你可以这样禁用$this->widgetSchema['country']->setAt