OmniUpdate Training Tuesday Select Lists Zoom Event # 832-953-570 - - PowerPoint PPT Presentation

omniupdate training tuesday
SMART_READER_LITE
LIVE PREVIEW

OmniUpdate Training Tuesday Select Lists Zoom Event # 832-953-570 - - PowerPoint PPT Presentation

OmniUpdate Training Tuesday Select Lists Zoom Event # 832-953-570 Audio will be heard on your computer speakers. If you do not have working computer speakers, call 1-408-792-6300. Enter event number and attendee ID or press # if no attendee


slide-1
SLIDE 1

OmniUpdate Training Tuesday

Select Lists

Zoom Event # 832-953-570 Audio will be heard on your computer speakers. If you do not have working computer speakers, call 1-408-792-6300. Enter event number and attendee ID

  • r press # if no attendee ID.

Webcast will start at the top of the hour. Presented By: Brian Laird Web Developer Manager

slide-2
SLIDE 2

AGENDA

  • What are Select Lists?
  • Installation & Setup
  • Demo
slide-3
SLIDE 3

WHAT ARE SELECT LISTS?

  • Allows drop-down lists within

Table Transformations

  • Customizable with icons,

images, colors, etc.

  • Can be a dynamic list of files

from a specified folder

slide-4
SLIDE 4

INSTALLATION & SETUP

To install Select Lists, add the following to your XSL: In common headcode:

<xsl:if test="$ou:action = 'edt'"> <link rel="stylesheet" href="https://cdn.omniupdate.com/select- lists/v1/select-lists.min.css" /> </xsl:if>

In common footcode:

<xsl:if test="$ou:action = 'edt'"> <!– jQuery 1.5+ is required. Add it here if not already included. --> <script src="https://cdn.omniupdate.com/select-lists/v1/select- lists.min.js" defer="defer"></script> </xsl:if>

slide-5
SLIDE 5

INSTALLATION & SETUP

Adding a Select List to a table transformation field

  • Use attribute data-select-list on a <td>

Two methods of declaring Select Lists: 1. Inline List Declaration

<td data-select-list="Red,Orange,Yellow,Green,Blue,Indigo,Violet"></td>

2. JSON File Declaration

<td data-select-list="rainbow"></td>

Contents of rainbow.json:

{"options":["Red","Orange","Yellow","Green","Blue","Indigo","Violet"]}

Default folder for JSON files: /_resources/ou/editor/select-lists/

slide-6
SLIDE 6

NEXT TRAINING TUESDAY

Next month’s Training Tuesday will be held on July 30th We’ll be covering the topic of Web Hooks. Be sure to visit the OCN or Support Site for further details! http://ocn.omniupdate.com http://support.omniupdate.com

* *content subject to change

slide-7
SLIDE 7