Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. <template>
  2. <lightning-record-edit-form object-api-name="Gl__c">
  3. <lightning-input-field field-name="RGl__c">
  4. </lightning-input-field>
  5. <lightning-input-field field-name="BGl__c">
  6. </lightning-input-field>
  7. </lightning-record-edit-form>
  8. <footer class="slds-modal__footer">
  9. <button class="slds-button slds-button_neutral" onclick={closeModal}>Cancel</button>
  10.  
  11. <button class="slds-button slds-button_brand" onclick={saveModal}>Save</button>
  12. </footer>
  13. <!-- modal code is here -->
  14. </template>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement