rlx
|
552aba4271
|
Ox -> Ox.UI
|
2014-09-26 14:31:20 +02:00 |
|
rlx
|
e2a42ab04e
|
Ox -> Ox.UI
|
2014-09-26 14:18:11 +02:00 |
|
rlx
|
2aec28f105
|
use OxKeyboardFocus class for input-like elements
|
2014-09-26 12:24:34 +02:00 |
|
rlx
|
775aa607c8
|
Ox.UI -> Ox
|
2014-09-25 18:35:17 +02:00 |
|
rlx
|
4ea696b451
|
Ox.UI.getImageURL -> Ox.getImageURL
|
2014-09-25 12:28:47 +02:00 |
|
rlx
|
3334513b0a
|
remove commented-out method
|
2014-09-24 20:17:05 +02:00 |
|
rlx
|
35920ee37d
|
that..parent() -> that.parent()
|
2014-09-24 20:16:39 +02:00 |
|
rlx
|
f8336fc2c4
|
that.[0] -> that[0]
|
2014-09-24 20:15:55 +02:00 |
|
rlx
|
763f256e12
|
..clone -> .clone
|
2014-09-24 20:14:57 +02:00 |
|
rlx
|
7dc53b7252
|
that..css -> that.css
|
2014-09-24 20:14:12 +02:00 |
|
rlx
|
39d1b034ab
|
Select: patch removeElement, not remove
|
2014-09-23 21:02:57 +02:00 |
|
rlx
|
36b7c15513
|
add fixme
|
2014-09-22 13:25:27 +02:00 |
|
rlx
|
1ac7499986
|
cosmetic changes
|
2014-09-22 13:23:42 +02:00 |
|
rlx
|
e7f9279a9d
|
Picker: use Ox.$; use on click, not click
|
2014-09-22 13:18:28 +02:00 |
|
rlx
|
fe5dc99d26
|
FormPanel: use setElement
|
2014-09-22 13:17:35 +02:00 |
|
rlx
|
7f83cd9495
|
make superRemove a bound function
|
2014-09-20 12:31:37 +02:00 |
|
rlx
|
ef127e1db4
|
FileInput: add update handler for 'label' option
|
2014-09-19 10:14:03 +02:00 |
|
rlx
|
dbd0db9b3f
|
Ox.FileInput: add public clear method
|
2014-09-18 14:27:02 +02:00 |
|
rlx
|
77be06d73d
|
FileInput: add label option, update CSS
|
2014-09-17 15:56:59 +02:00 |
|
rolux
|
28f221ef47
|
hotfix clear button css issue
|
2014-06-06 15:38:15 +03:00 |
|
rolux
|
af345b3514
|
Ox.Filter: make new conditions have same key and operator as previous condition; focus input
|
2014-05-20 01:31:33 +02:00 |
|
rolux
|
17120e6aec
|
Ox.Filter: fix value reset on clicking (+) or (-), fix default value for item type
|
2014-05-19 01:22:41 +02:00 |
|
rolux
|
c593955e8c
|
filter: add 'item' type (select), fix sizes
|
2014-05-18 02:46:03 +02:00 |
|
rolux
|
8c4e7fbe84
|
select input: fix size, keep input value around
|
2014-05-18 02:45:34 +02:00 |
|
rolux
|
6682aa9999
|
Input: support 'squared' style
|
2014-05-10 15:10:54 +02:00 |
|
rolux
|
b7cf611b4a
|
add 'squared' (less rounded) style
|
2014-05-06 00:13:25 +02:00 |
|
rolux
|
06ad2581f6
|
cosmetic changes
|
2014-02-17 08:24:23 +00:00 |
|
rolux
|
3ce2852a99
|
Ox.Filter: options.query -> options.value, handle value update
|
2014-02-17 11:26:33 +05:30 |
|
rolux
|
15444fe5a9
|
handle update of label option
|
2014-02-16 07:06:48 +00:00 |
|
rolux
|
3232762576
|
Filter: add empty update handler and value method
|
2014-02-16 07:06:30 +00:00 |
|
j
|
c290c8bd57
|
type=input needs Ox.decodeHTMLEntities, fixes #2304
|
2014-02-14 11:41:09 +00:00 |
|
rolux
|
e763541eea
|
Filter: introduce timeout (still does not work as expected)
|
2014-02-10 09:15:03 +00:00 |
|
rolux
|
b34a0cfeac
|
Editables: make placeholder not selectable; don't html-entity-decode value in input fields (makes <br> stay after subsequent edit, makes broken tags appear encoded)
|
2014-02-04 07:58:52 +00:00 |
|
rolux
|
0d0999805c
|
ArrayEditable: properly set placeholder
|
2014-02-04 07:56:36 +00:00 |
|
rolux
|
0940d7317b
|
Editables: when formatting input value, make sure < and > stay < and >
|
2014-02-04 06:46:28 +00:00 |
|
j
|
600cc9c3e9
|
OSX does not trigger keydown on paste, also listen to paste event to check for changes, fixes #2170
|
2014-02-03 13:30:50 +00:00 |
|
j
|
120a9eda41
|
Create tooltip only on mouseenter
|
2014-02-02 11:05:41 +00:00 |
|
j
|
d039d0c781
|
use Ox.debounce to fix instant list selection, fixes #2142
|
2014-02-02 01:17:20 +05:30 |
|
j
|
a919b43c2e
|
fix setting value of Ox.EditableContent while not editing
|
2014-01-16 14:07:36 +00:00 |
|
rolux
|
32d32d218e
|
menu: 'side' -> 'edge'
|
2014-01-16 12:37:21 +05:30 |
|
rolux
|
cb460aa95f
|
add missing semicolon
|
2014-01-16 09:17:06 +05:30 |
|
rolux
|
c97895f55d
|
Button: handle overlay style
|
2014-01-05 15:31:18 +05:30 |
|
rolux
|
1c281889ff
|
ButtonGroup: add class per style
|
2014-01-05 15:30:46 +05:30 |
|
j
|
6588fb26f6
|
dont localize title of image buttons
|
2013-12-27 11:36:01 +00:00 |
|
j
|
e57fa72b47
|
allow lang attribute in annotations
|
2013-12-26 16:43:03 +00:00 |
|
rolux
|
348d6d3aff
|
cosmetic changes
|
2013-12-07 15:47:56 +01:00 |
|
rolux
|
3781262837
|
use .on
|
2013-12-07 15:07:52 +01:00 |
|
rolux
|
4779f31171
|
fix Ox.Input (can't use Ox.$ yet)
|
2013-12-07 15:07:39 +01:00 |
|
rolux
|
7c640519d1
|
use .on, not .eventname
|
2013-12-06 21:43:00 +01:00 |
|
rolux
|
0dd96d8080
|
use Ox.$ and .on
|
2013-12-06 21:17:39 +01:00 |
|