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.
バージョン4.1.4を使用しています
背景色のあるフィールドを持つフォームを作成することはできますか?
次の画像のようなもの。
ありがとうアレハンドロ
これに簡単に答えたいと思いました。これは4.1でも機能します。
$form->getElement('yourfield') ->js(true) ->closest('.atk-form-row-line') ->css(array('background'=>'red'));
もちろん、多くの方法があり、フォームのスタイルはここで説明されています。