Adding URL loading when clicked.
git-svn-id: svn://10.0.0.236/trunk@57388 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -260,6 +260,12 @@ function OpenTaskURL( inURL )
|
||||
window.open( inURL );
|
||||
}
|
||||
|
||||
function ShowUpdateFromResource( node )
|
||||
{
|
||||
var url = node.getAttribute('url');
|
||||
dump( url +" finding \n" );
|
||||
OpenTaskURL( url )
|
||||
}
|
||||
/**
|
||||
* WALLET submenu
|
||||
*/
|
||||
|
||||
@@ -50,7 +50,8 @@
|
||||
<template>
|
||||
<rule>
|
||||
<menupopup>
|
||||
<menuitem uri="..." value="rdf:http://home.netscape.com/NC-rdf#name"/>
|
||||
<menuitem uri="..." value="rdf:http://home.netscape.com/NC-rdf#name"
|
||||
oncommand="ShowUpdateFromResource( event.target )"/>
|
||||
</menupopup>
|
||||
</rule>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user