36 lines
889 B
Plaintext
36 lines
889 B
Plaintext
--
|
|
-- FOURJS_START_COPYRIGHT(U,2011)
|
|
-- Property of Four Js*
|
|
-- (c) Copyright Four Js 2011, 2019. All Rights Reserved.
|
|
-- * Trademark of Four Js Development Tools Europe Ltd
|
|
-- in the United States and elsewhere
|
|
--
|
|
-- Four Js and its suppliers do not warrant or guarantee that these samples
|
|
-- are accurate and suitable for your purposes. Their inclusion is purely for
|
|
-- information purposes only.
|
|
-- FOURJS_END_COPYRIGHT
|
|
--
|
|
|
|
SCHEMA FORMONLY
|
|
|
|
LAYOUT
|
|
GROUP (TEXT="Enter Service URL")
|
|
HBOX
|
|
GRID
|
|
{
|
|
URL: [url ] [bt1]
|
|
}
|
|
END
|
|
END -- hbox
|
|
END -- group
|
|
END -- layout
|
|
|
|
|
|
ATTRIBUTES
|
|
COMBOBOX url=formonly.url TYPE CHAR, NOT NULL, TAG="COMBO", INITIALIZER=fillcombourls;
|
|
BUTTON bt1 : accept, TEXT="OK", IMAGE="ok";
|
|
|
|
END
|
|
|
|
|