APIs

Show:

Item Index

Methods

download

(
  • args
)
Undefined

universal download method

Parameters:

  • args Object

    required properties

    • [url] String | Array optional

      url of the file that is intended to be downloaded

    • [type] String optional

      who knows, defaults to u

Returns:

Undefined:

download

(
  • args
)
Undefined

universal download method

Parameters:

  • args Object

    required properties

    • [url] String | Array optional

      url of the file that is intended to be downloaded

    • [type] String optional

      who knows, defaults to u

Returns:

Undefined:

extractFileName

(
  • name
)
String

Returns filename without extension

Parameters:

  • name String

    File name

Returns:

String:

Filename without path

print

(
  • args
)
Undefined

universal print method

Parameters:

  • args Object

    required properties

    • el Jquery.Selector | HTML_String

      jquery selector to be printed or html string

    • [css] String | Array optional

      array of css links or just one links string

    • [title] String optional

      optional title for the web page that is opened up

Returns:

Undefined: