* Implement Application.getParentElement().
This commit is contained in:
parent
a70b360310
commit
ce30c5aac4
1 changed files with 7 additions and 0 deletions
|
@ -25,6 +25,13 @@ function href(action) {
|
|||
return action ? base + action : base;
|
||||
}
|
||||
|
||||
/**
|
||||
* Method used by Helma for URL composition.
|
||||
*/
|
||||
function getParentElement() {
|
||||
return root;
|
||||
}
|
||||
|
||||
/**
|
||||
* Method used by Helma request path resolution.
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue