Cristian Medina

Results 26 issues of Cristian Medina

As the Chromium Embedded Framework starts getting pulled in (#67), we'll need to figure out how to start packaging an app into one deliverable. [PyInstaller](http://www.pyinstaller.org/) looks promising, but we'll have...

enhancement
task
ready

Does it make sense and is it possible to automatically generate a packaged electron app from our stuff? The app would still require a python backend running somewhere, which does...

enhancement
ready

documentation
task
in progress

The discussion here is similar to the one for Tooltip (#55). Do we generate the HTML ourselves or do we add a special command to the base JS lib. Whatever...

task
ready

Provide an `Accordion` object providing a composite interface through the use of `Collapse` and `Panel` that opens a panel when clicking on the header and closes all other panels in...

task
ready

Create a `Collapse` object representing a `div` with `collapse` class set and an `id`. `__init__` should take a `Button` or `Anchor` which is then modified to include the necessary `data-toggle`,...

task
ready

Create the `Carousel` object to represent a `div` with `carousel` and `slide` classes, and the `data-ride="carousel"` attribute. This contains `OrderedList` having `carousel-indicator`, along with `carousel-inner` `div` with `role="listbox"` that wraps...

task
ready

Create the `Checkbox` object that represents a `div` with `checkbox` class containing groups of `` tags with `checkbox` type `` and text. - Support setting `disabled` by adding class and...

task
ready

Just like the `Checkbox` at #62 except the `div` is of `radio` class.

task
ready

Make a `Select` object to represent `` tags with `form-control` class. - Include mechanism for adding `` items - Provide a way to set the default option

task
ready