TOAST Components

API

class epyk.fwk.toast.UI.Components(page)
calendar(value=None, width=(None, 'px'), height=(None, 'px'), html_code=None, profile=None, options=None)

A JavaScript schedule calendar that is full featured. Now your service just got the customizable calendar.

Related Pages:

Parameters:
  • value

  • width

  • height

  • profile

  • options

  • html_code

property calendars

The Calendar supports monthly, weekly, daily views and more, and you can create or edit your schedule with a simple dragging motion.

Related Pages:

property charts

The Chart makes your data pop, and it is easy to use. It provides you with multiple charts like Bar, Column, Line, and more.

Related Pages:

date(value=None, width=(None, 'px'), height=(None, 'px'), html_code=None, profile=None, options=None)

Toast default date component.

Related Pages:

Parameters:
  • value

  • width

  • height

  • html_code

  • profile

  • options

property dates

Toast Date components and configurations.

Related Pages:

editor(value=None, profile=None, width=(100, '%'), height=(330, 'px'), options=None, html_code=None)

The Editor allows you to edit your Markdown documents using text or WYSIWYG and comes with Syntax Highlighting, Scroll-Sync, Live Preview, and Chart features.

Related Pages:

Parameters:
  • value – String. Optional. The value to be displayed to the component.

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

  • width – Tuple | Number. Optional. A tuple with the integer for the component width and its unit.

  • height – Tuple | Number. Optional. A tuple with the integer for the component height and its unit.

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

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

property fields

Toast predefined form input fields.

Related Pages:

property grids

The Grid is a powerful library with features like data editing, filtering, sorting, and more, and can be used to customize the editor or the renderer to your desired format.

Related Pages:

property js

The Grid is a powerful library with features like data editing, filtering, sorting, and more, and can be used to customize the editor or the renderer to your desired format.

Related Pages:

time(hour=None, minute=None, width=(170, 'px'), height=(None, 'px'), html_code=None, profile=None, options=None)

Component that selects specific time.

Related Pages:

Parameters:
  • hour – Number. optional. The initial hour.

  • minute – Number. optional. The initial minute.

  • width – Tuple | Number. Optional. A tuple with the integer for the component width and its unit.

  • height – Tuple | Number. Optional. A tuple with the integer for the component height and its unit.

  • 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.

property times

Toast times components and configurations.

Related Pages: