TextReferences Interface

class epyk.interfaces.components.CompTexts.TextReferences(ui)
book(text, author=None, name=None, edition=None, year=None, page=None, html_code=None, profile=None, options=None)

Shortcut to quote an extra from a book.

Tags:

Categories:

Usage:

Related Pages:

Parameters:
  • text – String. Optional. The text of the quote.

  • author – String. Optional. The author.

  • name – String. Optional.

  • edition

  • year

  • page

  • html_code – String. Optional. An identifier for this component (on both Python and Javascript side).

  • profile – Boolean | Dictionary. Optional. A flag to set the component performance storage.

  • options – Dictionary. Optional. Specific Python options available for this component.

github(url=None, html_code=None, profile=None, options=None)

Shortcut to data reference from github.

Tags:

Categories:

Usage:

Related Pages:

Parameters:
  • url – String. Optional. The url link to the data.

  • html_code – String. Optional. An identifier for this component (on both Python and Javascript side).

  • profile – Boolean | Dictionary. Optional. A flag to set the component performance storage.

  • options – Dictionary. Optional. Specific Python options available for this component.

website(author=None, name=None, site=None, url=None, html_code=None, profile=None, options=None)

Shortcut to data reference from another website.

Tags:

Categories:

Usage:

Related Pages:

Parameters:
  • author – String. Optional. The author.

  • name – String. Optional. The name of the page.

  • site – String. Optional. The website name.

  • url – String. Optional. The url link to the data.

  • html_code – String. Optional. An identifier for this component (on both Python and Javascript side).

  • profile – Boolean | Dictionary. Optional. A flag to set the component performance storage.

  • options – Dictionary. Optional. Specific Python options available for this component.