Skip to content

Commit

Permalink
Add help button linking to the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-H committed Jun 4, 2011
1 parent 661eaa1 commit 3f4e712
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/components/importx/js/mgr/importx.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ Ext.extend(importX,Ext.Component,{
page:{},window:{},grid:{},tree:{},panel:{},combo:{},config: {}
});
Ext.reg('importx',importX);
importX = new importX();
importX = new importX();
MODx.config.help_url = 'http://rtfm.modx.com/display/ADDON/ImportX';
3 changes: 3 additions & 0 deletions assets/components/importx/js/mgr/widget.home.form.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ importX.page.createImport = function(config) {
}
});
}
},{
text: _('help_ex'),
handler: MODx.loadHelpPane
}]
,components: [{
xtype: 'importx-form-create-import'
Expand Down
1 change: 1 addition & 0 deletions core/components/importx/docs/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
ImportX 1.0.0-pl (to be released)
Add help button linking to the documentation
#17 [bugfix] Trailing separator now also removed in values

ImportX 1.0.0-rc (2/5/2011)
Expand Down

0 comments on commit 3f4e712

Please sign in to comment.