Ralf Becker
|
74cb73d2d2
|
moved most action "comfort" functions (with exception of nm_action and pagination) from server-side nextmatch class to client-side egwActions.updateActions() method, so they are available for all widgets
|
2013-07-20 13:45:22 +00:00 |
|
Nathan Gray
|
1b270b2d6f
|
Use an etemplate / top template level prefix to avoid DOM ID collisions
|
2013-07-17 13:08:48 +00:00 |
|
Nathan Gray
|
8f277e0203
|
If disabling (=hiding) a widget, do its label too
|
2013-06-12 23:14:09 +00:00 |
|
Nathan Gray
|
78b1fffc81
|
Fix spelling, avoid DOM error if you try to remove a node that wasn't added
|
2013-05-27 23:24:22 +00:00 |
|
Nathan Gray
|
173d2ad374
|
Fixes to actions, to better support changing after initial creation
|
2013-05-21 20:24:40 +00:00 |
|
Ralf Becker
|
28aab234a7
|
fixed space instead of tabs
|
2013-04-20 19:20:51 +00:00 |
|
Ralf Becker
|
e64c4fbd04
|
add some JSDoc so Eclipse shows an outline: @memberOf and @augments (not yet understood by Eclipse), also fixed many warnings (mostly missing semicolons)
|
2013-04-13 19:00:13 +00:00 |
|
Nathan Gray
|
1f754d485b
|
Tie egw_action system into etemplate widgets - allows actions on widgets
|
2013-03-26 21:19:17 +00:00 |
|
Nathan Gray
|
ce4805ead6
|
Define parent_node property that allows widgets to be displayed in a specific DOM node, other than where it would go according to the template
|
2013-02-13 11:21:24 +00:00 |
|
Nathan Gray
|
834e57f9a7
|
Change attribute name to match what we're used to
|
2013-02-11 08:13:29 +00:00 |
|
Andreas Stöckel
|
5e9a768fb1
|
fixed problem with dialog overlaying infolog grid in ff
|
2012-03-26 14:08:57 +00:00 |
|
Nathan Gray
|
338b14fc9d
|
_rebuildContainer() doesn't take parameters
|
2011-10-12 16:27:50 +00:00 |
|
Andreas Stöckel
|
d037187234
|
Added code for creating widget-rows in the dataview
|
2011-09-05 14:35:28 +00:00 |
|
Andreas Stöckel
|
f370f5f8ab
|
DOM Nodes are now reinserted at their correct place after having been detached (caused bug whenn calling 'showMessage' on an element which is inside a vbox)
|
2011-08-26 11:15:28 +00:00 |
|
Andreas Stöckel
|
ec5b162bfa
|
Moved et2 core interfaces to own file; implemented Class.free which cares about calling 'destroy', removing all references the object may hold and rendering the object unusable after 'free' has been called; added 'getMem_freeMem_trace' which helps hunting down memory leaks with objects derriving from Class; added first implementation of the nextmatch widget - currently does nothing else but rendering the header and clicking on the nextmatch_sortheader labels
|
2011-08-25 13:35:53 +00:00 |
|
Andreas Stöckel
|
53f4064cdc
|
Added some naming scheme to the js files
|
2011-08-24 10:18:07 +00:00 |
|