Classes and constructors to great tag input widgets

TagsInput(...)

ColorsInput(...)

FloatsInput(...)

IntsInput(...)

Arguments

...

Arguments passed to the inializer

Functions

  • TagsInput(): A taginput constructor

  • ColorsInput(): A color taginput constructor

  • FloatsInput(): A color taginput constructor

  • IntsInput(): A color taginput constructor

Super classes

RKernel::HasTraits -> RKernel::Widget -> RKernel::DOMWidget -> RKernel::DescriptionWidget -> RKernel::ValueWidget -> TagsInputBase

Public fields

_model_name

Name of the Javascript model in the frontend

value

A list of tags

placeholder

A placeholder string

allowed_tags

Optional list with allowed tags.

allow_duplicates

Logical, whether duplicate tags are allowed.

required_version

Minimum required ipywidgets version in which the current widget class is supported.

Super classes

RKernel::HasTraits -> RKernel::Widget -> RKernel::DOMWidget -> RKernel::DescriptionWidget -> RKernel::ValueWidget -> RKernel::TagsInputBase -> TagsInput

Public fields

_model_name

Name of the Javascript model in the frontend

_view_name

Name of the Javascript view in the frontend.

value

A list of tags as unicode strings

tag_style

The string that describes the tag style

Super classes

RKernel::HasTraits -> RKernel::Widget -> RKernel::DOMWidget -> RKernel::DescriptionWidget -> RKernel::ValueWidget -> RKernel::TagsInputBase -> ColorsInput

Public fields

_model_name

Name of the Javascript model in the frontend

_view_name

Name of the Javascript view in the frontend.

value

A list of tags as unicode strings

Super classes

RKernel::HasTraits -> RKernel::Widget -> RKernel::DOMWidget -> RKernel::DescriptionWidget -> RKernel::ValueWidget -> RKernel::TagsInputBase -> RKernel::TagsInput -> ColorsInput

Public fields

_model_name

Name of the Javascript model in the frontend

min

A Float traitlet, the minimum allowed value.

max

A Float traitlet, the maximum allowed value.

value

A list of numeric tags

Super classes

RKernel::HasTraits -> RKernel::Widget -> RKernel::DOMWidget -> RKernel::DescriptionWidget -> RKernel::ValueWidget -> RKernel::TagsInputBase -> RKernel::TagsInput -> RKernel::ColorsInput -> FloatsInput

Public fields

_model_name

Name of the Javascript model in the frontend

_view_name

Name of the Javascript view in the frontend.

value

A list of numeric tags

format

The number format

Super classes

RKernel::HasTraits -> RKernel::Widget -> RKernel::DOMWidget -> RKernel::DescriptionWidget -> RKernel::ValueWidget -> RKernel::TagsInputBase -> RKernel::TagsInput -> RKernel::ColorsInput -> IntsInput

Public fields

_model_name

Name of the Javascript model in the frontend

_view_name

Name of the Javascript view in the frontend.

min

A Integer traitlet, the minimum allowed value.

max

A Integer traitlet, the maximum allowed value.

value

A list of interger number tags

format

The number format