home *** CD-ROM | disk | FTP | other *** search
/ Adephia Powerlink / AdephiaPowerlink-030102.iso / pc / Install / WorkFlow / Gui / EDC.swf / scripts / frame_3 / DoAction.as
Encoding:
Text File  |  2002-04-02  |  538 b   |  12 lines

  1. function LayoutFrame()
  2. {
  3.    _level0.SetText("Title0",_root.RRE_NoNics_main_title,_root.RRE_NoNics_identifier);
  4.    _level0.SetText("Text0",_root.RRE_NoNics_main_p_default,_root.RRE_NoNics_identifier);
  5.    _level0.SetHintText(_root.RRE_NoNics_hint_p_default,_root.RRE_NoNics_identifier);
  6.    _level0.SetHelpText(_root.RRE_NoNics_help_p_default,_root.RRE_NoNics_identifier);
  7. }
  8. function LoadRRE_NoNicsVars()
  9. {
  10.    _root.RRE_NoNics_identifier = _level0.SetLayoutObject("StdLayout",_target,"LayoutFrame",_root.RRE_NoNics_identifier);
  11. }
  12.