Skip to content

Instantly share code, notes, and snippets.

@MerrittMelker
Created July 9, 2015 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MerrittMelker/7603e40f02b082679f9f to your computer and use it in GitHub Desktop.
Save MerrittMelker/7603e40f02b082679f9f to your computer and use it in GitHub Desktop.
<div class="form-group">
<div class="row">
<label>Selected Production to use for Relating:</label>
<sf-list-selector sf-dynamic-items-selector
sf-item-type="properties.ProductionItemType.PropertyValue"
sf-multiselect="false"
sf-selected-item-id="productionId"
sf-selected-item="selectedProductionItem"
sf-identifier-field="Title" />
</div>
<div>
<label>Explicitly Specify Productions to Show (Will Override Implicit Relating):</label>
<sf-list-selector sf-dynamic-items-selector
sf-item-type="properties.ProductionItemType.PropertyValue"
sf-multiselect="true"
sf-sortable="true"
sf-selected-ids="productionIds"
sf-selected-items="selectedProductionItems"
sf-identifier-field="Title" />
</div>
<div>
<label>Explicitly Specify Advertisements to Show (Will Override Implicit Relating):</label>
<sf-list-selector sf-dynamic-items-selector
sf-item-type="properties.AdvertisementItemType.PropertyValue"
sf-multiselect="true"
sf-sortable="true"
sf-selected-ids="advertisementIds"
sf-selected-items="selectedAdvertismentItems"
sf-identifier-field="Title" />
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment