breakup of farmework files

This commit is contained in:
Rushabh Mehta 2011-09-08 19:07:14 +05:30
parent 5caedffff8
commit cbaae20328
4 changed files with 11 additions and 7 deletions

File diff suppressed because one or more lines are too long

View File

@ -529,6 +529,8 @@ MessageThread.prototype.add_autosuggest = function() {
// ---- add auto suggest ----
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);
as.custom_select = function(txt, sel) {

File diff suppressed because one or more lines are too long

View File

@ -6,11 +6,13 @@ x double (init) loading issue
x redirect (sid) issue
x new buttons
x tinymce issues
x breakup - form
x breakup - report
- menus & integration with feature settings
- release
- breakup - form
- breakup - report
- use wn.require to load forms, reports
- use wn.xmlhttp
- try and breakup wnframework