APIs

Show:

Library for the FlxFileBrowser

Constructor

flexygo.ui.wc.FlxFileBrowser

() FlxFileBrowserElement

Returns:

FlxFileBrowserElement:

Methods

attributeChangedCallback

()

Fires when the attribute value of the element is changed.

connectedCallback

()

Fires when element is attached to DOM

getData

(
  • path
  • actionType
)

Calls controller and execute action

Parameters:

  • path String

    The path to use

  • actionType String

    The action to execute

init

()

Init the webcomponent. REQUIRED.

refresh

()

Refresh de webcomponent. REQUIRED.

renderFooter

() String

Renders the header part of the filebrowser

Returns:

String:

The footer html

renderHeader

() String

Renders the header part of the filebrowser

Returns:

String:

The header html

Properties

connected

Boolean

Set if element has been connected to DOM

currentDirPath The current dir

String

Current dir path

observedAttributes

Array

Array of observed attributes. REQUIRED