breakup of farmework files
This commit is contained in:
parent
5caedffff8
commit
cbaae20328
File diff suppressed because one or more lines are too long
@ -529,6 +529,8 @@ MessageThread.prototype.add_autosuggest = function() {
|
|||||||
|
|
||||||
// ---- add auto suggest ----
|
// ---- add auto suggest ----
|
||||||
var opts = { script: '', json: true, maxresults: 10, timeout: 10000, delay:250, maxentries:500, cache:false};
|
var opts = { script: '', json: true, maxresults: 10, timeout: 10000, delay:250, maxentries:500, cache:false};
|
||||||
|
|
||||||
|
wn.require('lib/js/legacy/widgets/autosuggest.js');
|
||||||
|
|
||||||
var as = new AutoSuggest(me.msg_parts.inputs['To'], opts);
|
var as = new AutoSuggest(me.msg_parts.inputs['To'], opts);
|
||||||
as.custom_select = function(txt, sel) {
|
as.custom_select = function(txt, sel) {
|
||||||
|
File diff suppressed because one or more lines are too long
6
todo.md
6
todo.md
@ -6,11 +6,13 @@ x double (init) loading issue
|
|||||||
x redirect (sid) issue
|
x redirect (sid) issue
|
||||||
x new buttons
|
x new buttons
|
||||||
x tinymce issues
|
x tinymce issues
|
||||||
|
x breakup - form
|
||||||
|
x breakup - report
|
||||||
|
|
||||||
|
- menus & integration with feature settings
|
||||||
|
|
||||||
- release
|
- release
|
||||||
|
|
||||||
- breakup - form
|
|
||||||
- breakup - report
|
|
||||||
- use wn.require to load forms, reports
|
- use wn.require to load forms, reports
|
||||||
- use wn.xmlhttp
|
- use wn.xmlhttp
|
||||||
- try and breakup wnframework
|
- try and breakup wnframework
|
Loading…
x
Reference in New Issue
Block a user