LoginSignup
0
1

More than 3 years have passed since last update.

【Salesforce】項目が多すぎてapex:pageBlockから突き抜ける→回避のため上下に横スクロールバーを配置する→今度はカレンダーが突き抜けたので配置を調整したい

Last updated at Posted at 2021-01-26

動作確認

Qiita用_日付びょーん_修正.jpg

スクリーンショット 2021-01-25 163045.jpg

実現方法

test.page

<apex:inputField value="{!日付項目}" styleClass="slds-input"/>

// ↓

<apex:inputField type="date" value="{!日付項目}" styleClass="slds-input" showDatePicker="false"/>

参考リンク

apex:inputField

【Salesforce】対象ブロックの上下に横に動くスクロールバーを設置したい

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1