Difference between revisions of "Talk:IGB Javascript Wish List"
From Backstage Lore Wiki
m (Protected "Talk:IGB Javascript Wish List" [edit=sysop:move=sysop]) |
(→ShowInfo for any ID not working) |
||
Line 2: | Line 2: | ||
Can somebody please check that I am not doing something wrong, I can't get <INPUT TYPE='button' NAME='myButton' VALUE='Show' onClick='Client.ShowInfo(3010078)'> to 'popup' the show info. It should show the agent info window. I also do not get any response from <INPUT TYPE='button' NAME='myButton' VALUE='show' onClick='Client.ShowInfo(60012400)'> for show info on a station. If I replace with the an item id all works fine e.g. <INPUT TYPE='button' NAME='myButton' VALUE='show' onClick='Client.ShowInfo(597)'>. So is it me or if the showinfo not fully implemented?--[[Contributor name:Baron Rob|Baron Rob]] 14:36, 6 October 2009 (UTC) | Can somebody please check that I am not doing something wrong, I can't get <INPUT TYPE='button' NAME='myButton' VALUE='Show' onClick='Client.ShowInfo(3010078)'> to 'popup' the show info. It should show the agent info window. I also do not get any response from <INPUT TYPE='button' NAME='myButton' VALUE='show' onClick='Client.ShowInfo(60012400)'> for show info on a station. If I replace with the an item id all works fine e.g. <INPUT TYPE='button' NAME='myButton' VALUE='show' onClick='Client.ShowInfo(597)'>. So is it me or if the showinfo not fully implemented?--[[Contributor name:Baron Rob|Baron Rob]] 14:36, 6 October 2009 (UTC) | ||
:ShowInfo is implemented only for type IDs atm. I've already edited the page to undo my erroneous change; it's waiting for approval. --[[Contributor name:Haskell|Haskell]] 14:46, 6 October 2009 (UTC) | :ShowInfo is implemented only for type IDs atm. I've already edited the page to undo my erroneous change; it's waiting for approval. --[[Contributor name:Haskell|Haskell]] 14:46, 6 October 2009 (UTC) | ||
+ | ::Thanks for the update, I thought it was something at my end :) --[[Contributor name:Baron Rob|Baron Rob]] 14:58, 6 October 2009 (UTC) |
Revision as of 08:58, 6 October 2009
ShowInfo for any ID not working
Can somebody please check that I am not doing something wrong, I can't get <INPUT TYPE='button' NAME='myButton' VALUE='Show' onClick='Client.ShowInfo(3010078)'> to 'popup' the show info. It should show the agent info window. I also do not get any response from <INPUT TYPE='button' NAME='myButton' VALUE='show' onClick='Client.ShowInfo(60012400)'> for show info on a station. If I replace with the an item id all works fine e.g. <INPUT TYPE='button' NAME='myButton' VALUE='show' onClick='Client.ShowInfo(597)'>. So is it me or if the showinfo not fully implemented?--Baron Rob 14:36, 6 October 2009 (UTC)