Delimiter Interface

class epyk.interfaces.components.CompLayouts.Delimiter(ui)
dashed(count: int = 1, width: Optional[Union[tuple, int, str]] = (100, '%'), align: str = 'center', options: Optional[dict] = None, profile: Optional[Union[bool, dict]] = None) Div

Wrapper around the HT html tag.

Tags:

Categories:

Usage:

Templates:

Parameters:
  • count – Optional. The number of HR tag to be added.

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

  • align – Optional. The content position. Values (left, right, center). Default center.

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

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

dotted(count: int = 1, width: Optional[Union[tuple, int, str]] = (100, '%'), align: str = 'center', options: Optional[dict] = None, profile: Optional[Union[bool, dict]] = None) Div

Wrapper around the HT html tag.

Tags:

Categories:

Usage:

Templates:

Parameters:
  • count – Optional. The number of HR tag to be added.

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

  • align – Optional. The content position. Values (left, right, center). Default center.

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

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

double(count: int = 1, width: Optional[Union[tuple, int, str]] = (100, '%'), align: str = 'center', options: Optional[dict] = None, profile: Optional[Union[bool, dict]] = None) Div

Wrapper around the HT html tag.

Tags:

Categories:

Usage:

Templates:

Parameters:
  • count – Optional. The number of HR tag to be added.

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

  • align – Optional. The content position. Values (left, right, center). Default center.

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

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

line(count: int = 1, width: Optional[Union[tuple, int, str]] = (100, '%'), align: Optional[str] = None, options: Optional[dict] = None, profile: Optional[Union[bool, dict]] = None) Div

Wrapper around the HT html tag.

Tags:

Categories:

Usage:

Templates:

Parameters:
  • count – Optional. The number of HR tag to be added.

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

  • align – Optional. The content position. Values (left, right, center). Default center.

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

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