Merge remote-tracking branch 'manage/master' into subtree
this merges master branch of https://github.com/helma-org/apps-manage-mirror into helma
This commit is contained in:
commit
ca2b08a5df
58 changed files with 2678 additions and 0 deletions
10
apps/manage/DocFunction/functions.js
Normal file
10
apps/manage/DocFunction/functions.js
Normal file
|
@ -0,0 +1,10 @@
|
|||
/**
|
||||
* Method used by Helma for URL composition.
|
||||
*/
|
||||
function href(action) {
|
||||
var base = this.getParentElement().href()
|
||||
+ this.getElementName() + "/";
|
||||
return action ? base + action : base;
|
||||
}
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue