• Alexander Lau
  • NEWBIE
  • 0 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 2
    Likes Given
  • 1
    Questions
  • 1
    Replies
I currently have a Lightning Component that I've developed, and will be submitting to the App Exchange for Components. I also have a Visual Force Page which wraps my component (https://developer.salesforce.com/docs/atlas.en-us.198.0.lightning.meta/lightning/components_visualforce.htm" target="_blank) so that my component can be used anywhere Visualforce is used.

Ultimately I would like to have a listing show up on both the standard App Exchange (https://appexchange.salesforce.com/" target="_blank) (for Apps), and the App Exchange for Components (http://appexchange.salesforce.com/components" target="_blank). Do I need 2 separate listings (one for the Visualforce page and one for the Lightning Component) to be listed on the App Exchange and the Component Exchange? Or can I include my Visualforce Page as part of the same package that I'm using to bundle my Lightning Component and somehow indicate that my package should be listed under both directories?
I have a lightning component with a tall iframe inside of it.

In a normal web browser, the scrollbar appears in the browser window and I can scroll vertically as expected. However on Salesforce1 on IOS, my app does not scroll at all. Is there anything I can specify to make the component scroll in the Salesforce1 app?

Update - I'm certain this issue is being caused by the iframe itself. If I drag my finger along the margins of the component then scrolling works. 

User-added image

Hello,

We can add a datasource onto the attribute in the design resource, like this:
<design:attribute name="Name" datasource="value1,value2,value3" />

How can I use a dynamic datasource instead of hardcoding the values.

Thanks,

Devendra 

I have created an custom component and I am integrate it with Lightning app builder but not able to add dynamic picklist values on app builder page for that component.