Skip to content

Instantly share code, notes, and snippets.

@capeterson
Created September 25, 2011 22:37
Show Gist options
  • Save capeterson/1241267 to your computer and use it in GitHub Desktop.
Save capeterson/1241267 to your computer and use it in GitHub Desktop.
Tag Upload Page
<apex:page standardController="SomeObject__c" extensions="TagDemoController">
<apex:form>
<apex:pageBlock>
<apex:pageBlockButtons>
<apex:commandButton action="{!save}" value="Save" />
</apex:pageBlockButtons>
Select a document: <apex:inputField value="{!documentSelector.itemId}" />
</apex:pageBlock>
</apex:form>
</apex:page>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment