Opened 9 years ago
Closed 9 years ago
#15332 closed enhancement (wontfix)
Templates for insertTable and modifyTable hardcoded strings instead of html documents in dijit.Editor Table plugin
Reported by: | christopher mindus | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | Editor | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
The templates used by the table plugin for dijit.Editor are loaded using Ajax. This fails when using dojo from file://. If the plugin modified the templates for insertTable and modifyTable to set those as "hardcoded strings" instead of separate html documents, this cures the problem. This enables use of this plugin without modifying the code for e.g. Cordova/PhoneGap? projects.
Change History (1)
comment:1 Changed 9 years ago by
Description: | modified (diff) |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Don't modify the code, just do a build. Builds inline dojo/text! dependencies. This is the standard procedure to resolve this issue, not just for the table plugins, but for everything in dojo that uses dojo/text!, including all the widgets.