Jonathan Frederic
a9faa50329
Use regular expressions when fixing button-like captions
13 years ago
Jonathan Frederic
6c860e32c0
Added support for multiple lines in button-like widgets
13 years ago
Jonathan Frederic
59e7a04723
Added support for multiple spaces in a row
...
also added button height fix for standard buttons without a caption
13 years ago
Jonathan Frederic
ce53644d54
Added standard IPY JS header to widget JS files.
13 years ago
Jonathan Frederic
b9a274a425
Fixed indentation
13 years ago
Jonathan Frederic
e6aa364976
Better fix for empty dropdown button alignment
...
Now an character is inserted and bootstrap is left alone to deal with alignment.
13 years ago
Jonathan Frederic
8502b2c182
Remove init_widget_js, use require.js for everything
...
Updated examples
Fixed bug with message throttling
13 years ago
Jonathan Frederic
4d324f28f1
Set default element to be styled in built-in views
13 years ago
Jonathan Frederic
c95fbfad28
Made RadioButtons and ToggleButtons views compatible with disabled property
13 years ago
Jonathan Frederic
c77bbdf01f
Fixed vertical widget labels
13 years ago
Jonathan Frederic
72fd070739
MAJOR CSS FIXES
...
Fixed jquery slider horizontal style
Fixed label alignment
13 years ago
Jonathan Frederic
f2d77f3b78
Added labels to basic widgets
13 years ago
Jonathan Frederic
aeebaaf09d
Updated require js references, now absolute paths are used
13 years ago
Jonathan Frederic
f241242b7f
Fixes that allow last commit to work.
13 years ago
Jonathan Frederic
837ef44256
LOTS OF WIDGET CHANGES
...
Moved model-like code out of manager.
Added parent/child API.
Throttling now occurs on a model by model level.
View/cell association is fixed for the most part, but there is still
one assumption being made in handle_com_msg.
13 years ago
Jonathan Frederic
b5d4eda19b
Removed widget_item class
13 years ago
Jonathan Frederic
2ad57f6f9d
Attempt 1, HBox and VBox implementation.
13 years ago
Jonathan Frederic
40a923c5b6
Lots of updates to widget(s) js
...
Use require.js (again)
Allow IntTextView and FloatTextView to be used without min/max
13 years ago
Jonathan Frederic
1b5f3d3203
Added togglebutton group
13 years ago
Jonathan Frederic
990303f3eb
Removed require.js scheme since it forces async event driven model,
...
this model does not work with the comm/widget communication model.
We need to be able to load the dependencies before we send the
show() message to the widget manager. Otherwise a race condition
will exist where the widget manager may recieve the show message
before the dependencies have been loaded (happened almost every time).
13 years ago
Jonathan Frederic
42e32d2ff8
Renamed widget js files since they contain views too now.
13 years ago