You must select iframe and then type
selenium.selectFrame("css=iframe.widget[<a_css_identifier>]"); selenium.type(<your_object_or_text_box>, <typed_content>);
The statements are in java, but you should find selectFrame and type in the IDE.
source share