@@ -1,13 +1,13 @@ discard block |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * TActiveListControlAdapter class file. |
|
| 4 | - * |
|
| 5 | - * @author Wei Zhuo <weizhuo[at]gamil[dot]com> |
|
| 6 | - * @link https://github.com/pradosoft/prado |
|
| 7 | - * @copyright Copyright © 2005-2016 The PRADO Group |
|
| 8 | - * @license https://github.com/pradosoft/prado/blob/master/COPYRIGHT |
|
| 9 | - * @package System.Web.UI.ActiveControls |
|
| 10 | - */ |
|
| 3 | + * TActiveListControlAdapter class file. |
|
| 4 | + * |
|
| 5 | + * @author Wei Zhuo <weizhuo[at]gamil[dot]com> |
|
| 6 | + * @link https://github.com/pradosoft/prado |
|
| 7 | + * @copyright Copyright © 2005-2016 The PRADO Group |
|
| 8 | + * @license https://github.com/pradosoft/prado/blob/master/COPYRIGHT |
|
| 9 | + * @package System.Web.UI.ActiveControls |
|
| 10 | + */ |
|
| 11 | 11 | |
| 12 | 12 | /** |
| 13 | 13 | * Load active control adapter. |
@@ -120,11 +120,11 @@ discard block |
||
| 120 | 120 | } |
| 121 | 121 | } |
| 122 | 122 | |
| 123 | - /** |
|
| 124 | - * Clears all existing selections on the client side. |
|
| 125 | - */ |
|
| 126 | - public function clearSelection() |
|
| 127 | - { |
|
| 123 | + /** |
|
| 124 | + * Clears all existing selections on the client side. |
|
| 125 | + */ |
|
| 126 | + public function clearSelection() |
|
| 127 | + { |
|
| 128 | 128 | if($this->canUpdateClientSide()) |
| 129 | 129 | { |
| 130 | 130 | $this->updateListItems(); |
@@ -137,7 +137,7 @@ discard block |
||
| 137 | 137 | $this->getPage()->getCallbackClient()->select($this->getControl(), 'Clear'); |
| 138 | 138 | } |
| 139 | 139 | } |
| 140 | - } |
|
| 140 | + } |
|
| 141 | 141 | |
| 142 | 142 | /** |
| 143 | 143 | * Update the client-side list options. |