티스토리 뷰

1. 실습과제 문제

 

 

2. 답안 코드

 

 

<apex:page standardController="Contact">
    
    <apex:form >
        
        <apex:pageBlock >
            
            <apex:pageBlockSection >
                
                <apex:inputField value="{! Contact.FirstName}"/>
                <apex:inputField value="{! Contact.LastName}"/>
                <apex:inputField value="{! Contact.email}"/>
                
            </apex:pageBlockSection>
            
            <apex:pageBlockButtons>
                <apex:commandButton action="{! save}" value="Save"/>
            </apex:pageBlockButtons>
            
        </apex:pageBlock>
        
    </apex:form>
    
</apex:page>

 

 

728x90
댓글
«   2024/11   »
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
최근에 올라온 글
Total
Today
Yesterday
공지사항