SHARE
TWEET

Untitled




Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- <tr>
- <td> Info </td>
- <td> <apex:inputCheckbox value="{!isCurrent}" disabled="true" /> {!current.Name} </td>
- <td> <apex:inputCheckbox value="{!isPrevious}" disabled="true" /> {!Prev.Name} </td>
- </tr>
- <tr>
- <td> Info </td>
- <td> <span class="checkbox"> {! NOT(ISNULL(current.Text__c))} </span> {!current.Text__c} </td>
- <td> <span class="checkbox"> {! ISNULL(current.Text__c)} </span> {!Prev.Text__c} </td>
- </tr>
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.