InfiniSuite SDK
  • Introduction
  • SDK & Scripting
    • Building Applications
    • Widgets
    • Classes
      • BaseApp
      • DashboardApp
      • EntityApp
      • FormApp
      • ListApp
      • Menu
      • Report
      • ReportQueryApp
      • Toolbar
      • TransactionApp
    • Libraries
      • ApiLib
      • AppLib
      • CacheLib
      • ChartLib
      • ExportLib
      • ImportLib
      • InfobarLib
      • LogLib
      • MainLib
      • MessageLib
      • RqlLib
      • ScriptLib
      • SpreadsheetLib
      • SystemLib
      • TabLib
      • TransactionGridLib
    • Sample Code
      • Entity App
      • Using Radiobuttons
  • REST API
    • Using the REST API
      • Entity Endpoint Summary
      • Authentication
      • Filters
      • Using RQL to Query Data
    • REST Endpoints
      • Account
      • Address
      • Application
      • Box1099
      • Class
      • CompanySetup
      • Contact
      • Favorite
      • Form1099
      • Item
      • Job
      • List
      • ListItem
      • Log
      • Note
      • Relationship
      • SalesTax
      • SalesTaxGroup
      • SalesTaxGroupItem
      • Task
      • Term
      • Transaction
      • TransactionDetail
      • Unit
  • Data Model & Schema
    • Data Model
    • Business Object Schemas
    • Tables
      • account
      • address
      • class
      • companysetup
      • contact
      • item
      • job
      • lead
      • list
      • listitem
      • relationship
      • task
      • term
      • transaction
      • unit
    • Views
      • accountbalanceview
      • accountbalanceyearmonthview
      • accountviewcompact
      • addressview
      • billview
      • classview
      • contactview
      • customerbalance
      • customerinvoicebodetail
      • customerinvoiceboheader
      • customerinvoicetotal
      • customeropeninvoices
      • customeropeninvoicetotal
      • customerpaymenttotal
      • itemview
      • listitemview
      • modelrelationview
      • openbillview
      • salestaxgroupitemview
      • scriptview
      • taskview
      • transaction_balance_view
      • transactiondetailview
      • transactiondetailviewcompact
      • transactiondetailviewnooffset
      • transactiondetailviewoffset
      • transactionview
      • transactionviewcompact
      • trialbalanceview
      • vendorbalance
  • Reference
    • Account Types
    • Field Types
    • Script Types
    • Tab Types
    • Transaction Types
    • Grid Filters
  • Setup & Configuration
    • Application Manager
    • Schema Manager
    • Script Manager
    • Bundle Manager
    • Text Localization
  • License
    • Open Source Licenses
Powered by GitBook
On this page
  • getInstance(appConfig) ⇒ Array.<any>
  • getReference(appConfig) ⇒ *
  • getTitleTemplate(appid) ⇒ *
  • setSearchBoxValue(text) ⇒ void
  • executeNewButton(appConfig) ⇒ void
  • executeSaveButton(appConfig) ⇒ void
  • executeDeleteButton(appConfig) ⇒ void
  • executeListButton(appConfig) ⇒ void
  • executeRefreshButton(appConfig) ⇒ void
  • executeImportButton(appConfig) ⇒ void
  • executeExportButton(appConfig) ⇒ void
  • executeViewButton(appConfig) ⇒ void
  • executeRunButton(appConfig) ⇒ void
  • executeInsertRowButton(e) ⇒ void
  • executeRemoveRowButton(e) ⇒ void
  • execAppRefresh(e) ⇒ void
  • eventHandler(e) ⇒ void

Was this helpful?

  1. SDK & Scripting
  2. Classes

Toolbar

Method

getInstance(appConfig) ⇒ Array.<any>

getReference(appConfig) ⇒ *

getTitleTemplate(appid) ⇒ *

setSearchBoxValue(text) ⇒ void

executeNewButton(appConfig) ⇒ void

executeSaveButton(appConfig) ⇒ void

executeDeleteButton(appConfig) ⇒ void

executeListButton(appConfig) ⇒ void

executeRefreshButton(appConfig) ⇒ void

executeImportButton(appConfig) ⇒ void

executeExportButton(appConfig) ⇒ void

executeViewButton(appConfig) ⇒ void

executeRunButton(appConfig) ⇒ void

executeInsertRowButton(e) ⇒ void

Inserts a new row in a transaction grid.

executeRemoveRowButton(e) ⇒ void

Delete single transaction detail grid row.

execAppRefresh(e) ⇒ void

eventHandler(e) ⇒ void

getInstance(appConfig) ⇒ Array.<any>

Params

  • appConfig Type.AppConfig

getReference(appConfig) ⇒ *

Params

  • appConfig Type.AppConfig

getTitleTemplate(appid) ⇒ *

Params

  • appid string

setSearchBoxValue(text) ⇒ void

Params

  • text string

executeNewButton(appConfig) ⇒ void

Params

  • appConfig Type.AppConfig

executeSaveButton(appConfig) ⇒ void

Params

  • appConfig Type.AppConfig

executeDeleteButton(appConfig) ⇒ void

Params

  • appConfig Type.AppConfig

executeListButton(appConfig) ⇒ void

Params

  • appConfig Type.AppConfig

executeRefreshButton(appConfig) ⇒ void

Params

  • appConfig Type.AppConfig

executeImportButton(appConfig) ⇒ void

Params

  • appConfig Type.AppConfig

executeExportButton(appConfig) ⇒ void

Params

  • appConfig Type.AppConfig

executeViewButton(appConfig) ⇒ void

Params

  • appConfig Type.AppConfig

executeRunButton(appConfig) ⇒ void

Params

  • appConfig Type.AppConfig

executeInsertRowButton(e) ⇒ void

Inserts a new row in a transaction grid.

Params

  • e Type.EventInfo

executeRemoveRowButton(e) ⇒ void

Delete single transaction detail grid row.

Params

  • e Type.EventInfo

execAppRefresh(e) ⇒ void

Params

  • e Type.EventInfo

eventHandler(e) ⇒ void

Params

  • e any

PreviousReportQueryAppNextTransactionApp

Last updated 5 years ago

Was this helpful?