data-reqArg 추가

This commit is contained in:
2018-11-23 03:13:03 +09:00
parent 05b32db37d
commit b0cc200df7
+1
View File
@@ -470,6 +470,7 @@ function printCommandTable() {
<option
class='commandBasic <?=$commandObj->getCompensationStyle()?> <?=$commandObj->isReservable()?'':'commandImpossible'?>'
value='<?=Util::getClassNameFromObj($commandObj)?>'
data-reqArg='<?=($commandObj::$reqArg)?'true':'false'?>'
><?=$commandObj->getCommandDetailTitle()?><?=$commandObj->isReservable()?'':'(불가)'?></option>
<?php
}