【Salesforce】項目が多すぎてapex:pageBlockから突き抜ける→回避のため上下に横スクロールバーを配置する→今度はカレンダーが突き抜けたので配置を調整したい
1571 ワード
動作確認
↓
実現方法
test.page
<apex:inputField value="{!日付項目}" styleClass="slds-input"/>
// ↓
<apex:inputField type="date" value="{!日付項目}" styleClass="slds-input" showDatePicker="false"/>
参考リンク
test.page
<apex:inputField value="{!日付項目}" styleClass="slds-input"/>
// ↓
<apex:inputField type="date" value="{!日付項目}" styleClass="slds-input" showDatePicker="false"/>
Author And Source
この問題について(【Salesforce】項目が多すぎてapex:pageBlockから突き抜ける→回避のため上下に横スクロールバーを配置する→今度はカレンダーが突き抜けたので配置を調整したい), 我々は、より多くの情報をここで見つけました https://qiita.com/RyoheiKobayashi/items/b9c25fbd6c34c870cc29著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .