Avatar

Sara Juel

  • Total activity 1555
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 1 user
  • Votes 0
  • Subscriptions 381

Articles

Recent activity by Sara Juel
  • Web Validation Syntax

    .+ This will make the field required, but allow any characters input into the field to pass validation. [Customizing the Web Interface^\d\d\.\d\d\.\d\d\d\d$] This format is for an MM/...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • TABLE Tags

    The TABLE tag displays a table with customizable formatting, header text, columns and order of records. These customizations are made within the tag itself and are not editable by the web user wit...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • ACTION Tags

    The ACTION tag builds links to perform certain actions and display certain forms based on the variables included with the tag. This is how ILLiad can allow you to customize what links are availabl...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • PARAM Tags

    The PARAM tag is primarily designed to store data that was sent from the previous page or entered by the customer. For example, at the top of almost every ILLiad web page, there is HTML to store t...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • Legacy ILLiad Web Tags

    This is a listing of available legacy ILLiad web tags for use in the DLL. These currently still work as before but only due to the DLL translating them into usable tags. These legacy tags only dis...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • FORMSTATE Tag

    When a user submits a request from a web form outside of ILLiad (such as through OpenURL or another system), ILLiad will first display a login screen. Once the user has logged in to their account,...

    • Edited
    • 2 followers
    • 0 comments
    • 0 votes
  • CUSTOMIZATION Tags

    The CUSTOMIZATION tag displays the value from the Customization table for the customization key specified. This may seem very similar to the tags that display values from fields, but the structure...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • OPTION Tags

    The OPTION tag is a way for ILLiad to create unique values in an option list to be used for a dropdown selection. This tag is currently only used to specify the options for "Special Service" (whic...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • INCLUDE Tags

    Using the INCLUDE tag to reference other HTML filesThe INCLUDE tag allows the DLL to display the content from another HTML page within the parent page. The best example of this tag is the ILL...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • TRANSACTION Tags

    The TRANSACTION tag displays a value from the specified field in Transactions for the TransactionNumber in use. Common places for these tags are on the customized View Detailed Information pages (...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes