我需要限制屬性(「靈感」)的文本字段長度,類似於meta_description。我試圖複製在Attributes.php代碼塊(\程序\代碼\核心\法師\ Adminhtml \塊\目錄\產品\編輯\選項卡):Magento checkmaxlenght文本屬性
if ($form->getElement('meta_description')) {
$form->getElement('meta_description')->setOnkeyup('checkMaxLength(this, 255);');
}
,並以 「靈感」 代替 「meta_description」 ,但它不起作用。任何人都可以幫助我嗎?