Wednesday 20 December 2017

Create a Packing List Item Component

Steps:


1.Create the component named campingListItem


2.Include the below code to complete this challenge


<aura:component >

<aura:attribute name="item" type="Camping_Item__c" required="true"/>

<ui:outputText value="{!v.item.Name}"/>

<lightning:formattedNumber value="{!v.item.Price__c}" style="currency"/>

<lightning:formattedNumber value="{!v.item.Quantity__c}" style="Number"/>

<lightning:input type="toggle" label="Packed" name="togglevalue" checked="{!v.item.Packed__c}" />



</aura:component>




Thanks :)

2 comments:

  1. Create the component named campingListItem. Gui hang quoc te

    ReplyDelete
  2. Best Payout Casinos in San Diego 2021
    Top Rated Online Casinos with Casino Games · 1. Ignition Casino · 2. Slots of Vegas · 3. kadangpintar Slotocash Casino · 4. Slots 메리트카지노 of 메리트카지노 Vegas

    ReplyDelete

Set environment variable for Apache ANT

To use ant in windows, you need to download it and should configure the windows environment variable. Download file here, Ant St...