Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Joomla コンポーネントフォーム:
フォームフィールドのプロパティ「読み取り専用」を動的に変更する方法はありますか?
例 :
if( _condition_ ) $this->form->getInput('Name')->readonly = true;