Jonathan Frederic
|
c807dd29e4
|
Prevent TextBox from blurring unless explicity by user.
|
12 years ago |
Jonathan Frederic
|
d0b6e2a63d
|
Updated cell numbering in console example.
|
12 years ago |
Jonathan Frederic
|
e4b3f24c76
|
Fixed some more example files (see list below)...
Export As (nbconvert).ipynb
File Upload Widget.ipynb
Nonblocking Console.ipynb
index.ipynb
|
12 years ago |
Jonathan Frederic
|
3026ddb52b
|
Fixed bug in throttling code.
|
12 years ago |
Jonathan Frederic
|
7c32616556
|
Moved keyboard_manager logic into a sep. function.
|
12 years ago |
Jonathan Frederic
|
59b41ca5fe
|
Cleanup examples
- Fixed output numbering.
- Multiple typo fixes.
- Added index notebook.
- Added easy navigation to tutorials (next and back links).
|
12 years ago |
Jonathan Frederic
|
dc9f81e75d
|
Fixed bug in selection widget tests.
|
12 years ago |
Jonathan Frederic
|
e793d022b5
|
Callback dispatcher return callback value.
Also import it with the widgets namespace so it can be used elsewhere.
|
12 years ago |
Jonathan Frederic
|
820d58c721
|
Updated examples 3-6
|
12 years ago |
Jonathan Frederic
|
00b39af9cf
|
Fixed type in container
._children was not being set... Instead the value was being returned (useless).
|
12 years ago |
Jonathan Frederic
|
91e82218a8
|
Changed selection widget API to use labels list
for mapping custom str reprs to items in the selection list
|
12 years ago |
Jonathan Frederic
|
7aa51f46c4
|
Updated widget tutorials 1-2
|
12 years ago |
Jonathan Frederic
|
7f12f35fea
|
Added code that removes the views when a model/widget is closed.
|
12 years ago |
Jonathan Frederic
|
288b8a0ced
|
s/view_name/_view_name
|
12 years ago |
Jonathan Frederic
|
2d13d05e9c
|
Replace O(N^2) algorithm with a faster one.
|
12 years ago |
Jonathan Frederic
|
9e643f5692
|
Support multiple types in selection widget.
|
12 years ago |
Jonathan Frederic
|
c9973a7114
|
Float widget views now inherit from int counterparts
|
12 years ago |
Jonathan Frederic
|
2bb9ba9a9c
|
Adjusted throttling
|
12 years ago |
Jonathan Frederic
|
9560b29beb
|
Removed float widget bound tests,
once the int widget inherits from the float, or vise-versa, the tests
will be covered by the int
|
12 years ago |
Jonathan Frederic
|
1b8b6b3a88
|
Fixed bug where views child to other views would not have cell information
|
12 years ago |
Jonathan Frederic
|
f06a0a7d5e
|
Fixed a couple more context typos
|
12 years ago |
Jonathan Frederic
|
629d65da89
|
Fixed context errors and a couple of typos to get the tests working again
|
12 years ago |
Jonathan Frederic
|
99f3f5155e
|
Fixed some typos related to _.each loops
|
12 years ago |
Jonathan Frederic
|
d7b86104b8
|
Fixed typo - else -> elif
|
12 years ago |
Jonathan Frederic
|
046280b51a
|
s/ModalView/PopupView
|
12 years ago |
Jonathan Frederic
|
7ce9f37b17
|
Made tests reflect changes to widget naming scheme.
|
12 years ago |
Jonathan Frederic
|
10bd54bd30
|
Move js *RangeWidget code into *Widget
|
12 years ago |
Jonathan Frederic
|
e323f64e6d
|
Create base widget classes
|
12 years ago |
Jonathan Frederic
|
b432b4840f
|
Use CUnicode for width and height in ImageWidget
|
12 years ago |
Jonathan Frederic
|
c5e48c0b75
|
Added some small comments to widget code
|
12 years ago |
Jonathan Frederic
|
80c3339791
|
- remove second line in create_child_view
- add undefined check in delete_child_view
|
12 years ago |
Jonathan Frederic
|
58f56a5dd7
|
Explicitly return null if there aren't any results
|
12 years ago |
Jonathan Frederic
|
08e40697de
|
Removed for () loops where necessary. Replaced with _.each
|
12 years ago |
Jonathan Frederic
|
35a02a0436
|
Replace .html with .text everywhere possible
|
12 years ago |
Jonathan Frederic
|
af4809bec4
|
Prefer JQuery to Underscore
|
12 years ago |
Jonathan Frederic
|
d9a703d305
|
'create' should be handled in sync
|
12 years ago |
Jonathan Frederic
|
2b27b4101b
|
Remove todo in apply update
|
12 years ago |
Jonathan Frederic
|
e823d386ab
|
Fixed name conflict with _property_lock
|
12 years ago |
Jonathan Frederic
|
077bd5c6ca
|
Added new CallbackDispatcher class
|
12 years ago |
Jonathan Frederic
|
611614b6eb
|
Document in widget packing that vaues must be JSON-able.
|
12 years ago |
Jonathan Frederic
|
cf05ef015a
|
ict comprehension and list comprehension in pack/unpack widgets
|
12 years ago |
Jonathan Frederic
|
cb6094281c
|
s/custom_content/content
|
12 years ago |
Jonathan Frederic
|
5fe860ed26
|
Added doc strings to properties in widget.py
|
12 years ago |
Jonathan Frederic
|
1689eed2f6
|
Reorganized attrs in widget.py
|
12 years ago |
Jonathan Frederic
|
097951a6b8
|
Remove residual tabs
|
12 years ago |
Jonathan Frederic
|
b7cd129c37
|
Added a line that was accidently deleted during merge of 4e813c5
|
12 years ago |
Jonathan Frederic
|
691cd56038
|
Change the callback logic so the order makes more sense:
*Now*
View calls Model which calls Widget Manager
*instead of *
View calls Widget Manager, which then the Model modifies right
before sync
|
12 years ago |
Jason Grout
|
fe6edb26a6
|
Rewrite widget syncing
Conflicts:
IPython/html/static/notebook/js/widgetmanager.js
IPython/html/static/notebook/js/widgets/widget.js
|
12 years ago |
Jonathan Frederic
|
e17200a533
|
Widget require.js fix
The WidgetManager namespace is passed around instead of a
widget_manager instance...
|
12 years ago |
Jonathan Frederic
|
c39050e642
|
Fixed widget_manager instance test.
|
12 years ago |