Artisio Webapp + Timed Auctions
  • Getting Started
  • Configuration Options
  • My Profile Integration
  • Single Sign On
  • Global Search
  • Template Configuration
  • Auction Details
  • Auction Filters Section
  • Auction List Item
  • Auction Listing page
  • Auction View Page
  • Lot list item template on watchlist
  • Favorite lot listing page
  • Home page
  • Lot list item template on my bids page
  • My bids lot listing page
  • Lot bidding section
  • Lot bidding section for live auctions
  • Lot filtering section
  • Lot list item
  • Lot listing section
  • Lot view page template
  • Update Profile Page
  • Sell an item modal
  • Signup page inputs section
Webhooks
Release Notes
  • Getting Started
  • Configuration Options
  • My Profile Integration
  • Single Sign On
  • Global Search
  • Template Configuration
  • Auction Details
  • Auction Filters Section
  • Auction List Item
  • Auction Listing page
  • Auction View Page
  • Lot list item template on watchlist
  • Favorite lot listing page
  • Home page
  • Lot list item template on my bids page
  • My bids lot listing page
  • Lot bidding section
  • Lot bidding section for live auctions
  • Lot filtering section
  • Lot list item
  • Lot listing section
  • Lot view page template
  • Update Profile Page
  • Sell an item modal
  • Signup page inputs section
Webhooks
Release Notes
  • Webapp Templates

    • Template Configuration
    • Auction Details
    • Auction Filters Section
    • Auction List Item
    • Auction Listing page
    • Auction View Page
    • Lot list item template on watchlist
    • Favorite lot listing page
    • Home page
    • Lot list item template on my bids page
    • My bids lot listing page
    • Lot bidding section
    • Lot bidding section for live auctions
    • Lot filtering section
    • Lot list item
    • Lot listing section
    • Lot view page template
    • Update Profile Page
    • Sell an item modal
      • Preview
      • Default Template
    • Signup page inputs section

Sell an item modal

  • Name: sellAnItemModalTemplate
  • Url: #/sell-an-item-at-auction
  • Description: Sell an item modal template.

Preview

sellAnItemModalTemplate.png

Default Template

<div class="row">
  <div class="col-6">
    <DepartmentInput />
  </div>
  <div class="col-6">
    <CategoryInput />
  </div>
  <div class="col-6">
    <QuantityInput />
  </div>
  <div class="col-6">
    <ReserveInput />
  </div>
</div>
<ImageInput />
<DynamicFieldInputs />

The following components support :required="true|false" option to make them required in the form or not.

  • <DepartmentInput />
  • <CategoryInput />
  • <QuantityInput />
  • <ReserveInput />
Last Updated:
Contributors: Zura Sekhniashvili
Prev
Update Profile Page
Next
Signup page inputs section