Lines Matching refs:wfstate
8 var wfstate = null; variable
31 wfstate[name] = value;
32 writeSessionObject('wfstate', wfstate);
36 delete wfstate[name];
37 writeSessionObject('wfstate', wfstate);
41 wfstate = {};
42 writeSessionObject('wfstate', wfstate);
57 for (var j in wfstate) {
59 if (crit[0] == j && values.indexOf(wfstate[j]) == -1) {
87 wfstate = readSessionObject('wfstate');
90 for (var name in wfstate) {
91 var link = wfRenderLink(wfpageid, 'wfForget(\'' + name + '\');', name + ' = ' + wfstate[name]);
94 if (wfCount(wfstate) > 0)
100 if (wfstate.hasOwnProperty(name))