Hi,

I cannot use any modifiers on my scripts. Let me take this simple
script :

CmdUtils.CreateCommand({
  name: "test_mod",
  takes: {"input": noun_arb_text},
  modifiers: {"to" : noun_arb_text},
  execute: function(input) {
    displayMessage(mods.to.text);
  }
});

Nothing is displayed.

I've tried with modifiers.to.text, mods["to"].ttext, mod.to.text, mod
["to"].text, etc... but without more success.

Do you know what's wrong ?

Thanks in advance for your help.

Johnny Baillargeaux
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to