Where can i find the source code of the commands in ubiquity 0.1.6.1?
I want to do something like:
"command text in city"
I did:
modifiers: {in:noun_arb_text}, ...
var city = modifiers.to.text;
But it doesn't work! In the preview i have:
preview: function(pblock, directObj) {
var html = "Creates Something ";
if (modifiers.to)
html += "in" + modifiers.to.text;
if (directObj.html)
html+="with these contents:" + directObj.html;
pblock.innerHTML = html;
},
Dont show anything! What is wrong?
---
Doug
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"ubiquity-firefox" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/ubiquity-firefox?hl=en
-~----------~----~----~----~------~----~------~--~---