<apex:inputField>コンポーネントは、項目が必須であるかまたは一意であるかどうかなどの関連項目の属性、およびユーザからの入力を取得するために表示するユーザインターフェースウィジェットを考慮します。たとえば、指定された<apex:inputField>コンポーネントが日付項目である場合、カレンダー...
The<apex: inputField>is another important input element in Salesforce. The major difference between<apex: inputField>and<apex: input>is that the<apex: inputField>is used for a value that corresponds to a field on a Salesforce object, whereas the<apex: input>is used for a value that doesn'...