Nathan Gray
|
13816aae70
|
Better check on global_data type before using it - null too
|
2013-02-08 12:26:41 +00:00 |
|
Nathan Gray
|
834832b87e
|
Better check on global_data type before using it
|
2013-02-08 12:22:19 +00:00 |
|
Nathan Gray
|
aa07a243c1
|
Fix widget not allowed / DOM error in nextmatch-accountfilter
|
2013-02-08 10:38:09 +00:00 |
|
Nathan Gray
|
ca3536bf25
|
If no column display settings from app or preferences, display all columns
|
2013-02-07 15:46:36 +00:00 |
|
Nathan Gray
|
e094b35394
|
Get nextmatch_customfilter working
|
2013-02-07 14:36:19 +00:00 |
|
Nathan Gray
|
616e94a7b4
|
Add the ability to specify the client-side data cache prefix, to avoid collisions in applications where there can be more than one type of data
|
2013-02-06 10:49:46 +00:00 |
|
Nathan Gray
|
417b22e071
|
Make sure there's an action_var, use 'action' if not set
|
2013-02-05 09:34:54 +00:00 |
|
Nathan Gray
|
fa69637b82
|
Silence some warnings, mostly about attributes
|
2012-07-23 23:54:16 +00:00 |
|
Nathan Gray
|
4c41c36251
|
Add 'All' option to category filter if missing to match old etemplate
|
2012-07-11 20:10:20 +00:00 |
|
Nathan Gray
|
7e77eff672
|
More involved searching for where sel_options could be. Added nm[rows][sel_options][ID] as an option
|
2012-07-10 22:23:44 +00:00 |
|
Nathan Gray
|
f1ea3db040
|
Remove debug
|
2012-07-04 22:39:08 +00:00 |
|
Nathan Gray
|
4d101be606
|
Make filter headers resize so they are no bigger than their column
|
2012-06-25 17:25:11 +00:00 |
|
Nathan Gray
|
8a2eb38369
|
Use widget's getValue() instead of using val() on an attribute which might not exist
|
2012-06-18 22:45:21 +00:00 |
|
Nathan Gray
|
5732ee7033
|
Fix parent / hierarchy view
|
2012-06-18 17:43:39 +00:00 |
|
Nathan Gray
|
0446c2e0ea
|
No longer need to override, should be properly set now
|
2012-06-13 17:37:57 +00:00 |
|
Nathan Gray
|
321814260f
|
Update row's visible custom fields to match selected custom fields
|
2012-06-12 20:54:05 +00:00 |
|
Nathan Gray
|
e9abe385dc
|
- Fix action column not being skipped
- Add nextmatch-accountfilter
|
2012-06-05 21:10:18 +00:00 |
|
Nathan Gray
|
2b3686540f
|
Fix action column removal to handle action columns that are not the last column
|
2012-05-29 17:22:18 +00:00 |
|
Nathan Gray
|
efd5bacc7a
|
Make sure value gets set before applying filters, or it won't stay
|
2012-05-08 18:02:56 +00:00 |
|
Nathan Gray
|
debcd059bc
|
Remove action column - no action columns in et2
|
2012-05-08 17:27:38 +00:00 |
|
Nathan Gray
|
8c77cb1bcb
|
Handle captions on selectboxes with no label by using the empty option
|
2012-05-08 17:02:06 +00:00 |
|
Nathan Gray
|
2f9118779b
|
Store column width as reported by column manager
|
2012-05-08 16:39:17 +00:00 |
|
Nathan Gray
|
4684f25530
|
Use the widget type to prevent infinitely creating the same thing
|
2012-04-30 23:25:42 +00:00 |
|
Nathan Gray
|
afb14a532b
|
Get nm changing selectbox options / filters working
|
2012-04-30 17:00:50 +00:00 |
|
Nathan Gray
|
b2e9b07af8
|
Get most submit actions working
|
2012-04-10 20:27:37 +00:00 |
|
Nathan Gray
|
cdbe049f21
|
Get updates to sel-options in row results working
|
2012-04-09 18:19:43 +00:00 |
|
Nathan Gray
|
8049c3d7f5
|
Fix updating row count when filter changes
|
2012-04-09 15:09:40 +00:00 |
|
Nathan Gray
|
a5e6dd855b
|
Layout & spacing for nm customfield header and link widget
|
2012-04-05 22:30:06 +00:00 |
|
Nathan Gray
|
fc14dba964
|
Implement customfilter to work with link-entry at least
|
2012-04-05 20:03:43 +00:00 |
|
Nathan Gray
|
e88585c8e0
|
Implement legacy options for link-entry - lets infolog parent work
|
2012-04-04 20:17:38 +00:00 |
|
Nathan Gray
|
d5532c361d
|
Hide customfield column if there are not custom fields
|
2012-04-04 19:52:28 +00:00 |
|
Nathan Gray
|
5dcdc58f50
|
Get nextmatch filters with legacy JS working
|
2012-03-30 20:17:53 +00:00 |
|
Andreas Stöckel
|
f50b880c19
|
Fixed selection and getSelected() function; controllers and selection managers are now hirachical
|
2012-03-30 14:20:11 +00:00 |
|
Ralf Becker
|
8874134221
|
setting subgrid callback and disabling use of regular data (only callback)
|
2012-03-30 12:17:52 +00:00 |
|
Andreas Stöckel
|
a8ed2af938
|
Added subgrid support to nm
|
2012-03-30 12:00:59 +00:00 |
|
Ralf Becker
|
cedb8e3f6c
|
add this.form.submit() to legacy functions and use regular nextmatch filter-change, if onchange="this.form.submit()" is set, some more changes etemplate_new --> etemplate
|
2012-03-29 15:10:25 +00:00 |
|
Andreas Stöckel
|
cfa9c190bb
|
Implemented keyboard navigation and data retrival for uids
|
2012-03-29 14:11:22 +00:00 |
|
Nathan Gray
|
47a2858f7a
|
Add column alignment in nm
|
2012-03-28 19:00:12 +00:00 |
|
Andreas Stöckel
|
8dced05f23
|
nextmatch widget now loads the data that was passed to it in the settings array
|
2012-03-27 14:51:16 +00:00 |
|
Andreas Stöckel
|
83a6d40b5c
|
Actions basically working again, do not work properly yet, as the global uid is passed to the nm_action function
|
2012-03-27 10:18:42 +00:00 |
|
Andreas Stöckel
|
34a43e8869
|
Various bug fixes in the grid, implemented prefetching, workaround for performance issues regarding update, removed _lastModification
|
2012-03-26 15:28:02 +00:00 |
|
Nathan Gray
|
c39b76f8a9
|
Prevent some warnings about attributes
|
2012-03-23 19:25:50 +00:00 |
|
Andreas Stöckel
|
1dec823e45
|
Implemented consolidation and extension of requests, code does currently not check which range requests are still pending
|
2012-03-23 16:30:29 +00:00 |
|
Andreas Stöckel
|
00cd1f1e2f
|
Bugfixes for dataview
|
2012-03-23 13:38:30 +00:00 |
|
Andreas Stöckel
|
a9c1112dc1
|
New dataview version and integration into the nextmatch widget
|
2012-03-23 12:20:57 +00:00 |
|
Nathan Gray
|
8c161056b5
|
Make sure column exists before trying to access its widget
|
2012-03-22 23:17:00 +00:00 |
|
Nathan Gray
|
91f6ff4384
|
Override nm header input widgets' onChange to update nm filters, and if original change returned true, refresh inm data
|
2012-03-20 17:47:00 +00:00 |
|
Nathan Gray
|
67418adcbc
|
Fix formatting / layout of nextmatch header templates
|
2012-03-19 22:33:40 +00:00 |
|
Nathan Gray
|
b89f39785d
|
Use global visibility settings, handle skipped columns in the middle
|
2012-03-19 20:30:38 +00:00 |
|
Nathan Gray
|
e567e6d0bf
|
Update visible custom fields
|
2012-03-19 19:57:02 +00:00 |
|