Show:

ia.File Class

Defined in: ia\utils\File.js:1
Module: ia

Class for loading data.

Constructor

ia.File

()

Defined in ia\utils\File.js:1

Item Index

Methods

Properties

Methods

getFileDirectory

(
  • url
  • The
)
static

Defined in ia\utils\File.js:43

Returns the file directory.

Parameters:

  • url String

    The file path.

  • The String

    file directory.

getFileName

(
  • url
  • The
)
static

Defined in ia\utils\File.js:59

Returns the file name.

Parameters:

  • url String

    The file path.

  • The String

    file name.

load

(
  • options
)
static

Defined in ia\utils\File.js:18

Loads a file.

Parameters:

  • options Object

    Object literal containing url, type, onSuccess(), onFail().

Properties

errorHandler

String

Defined in ia\utils\File.js:10

If set, overrides default error reporting - requested by KM for server.