Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
よろしくお願いします。
ユーザーがテキストボックスにURLを入力し、そのURLがモバイルウィンドウに読み込まれるダミーのモバイル画面を作成しています。私はすべてのデザインを作りました。しかし、誰かがそれを行う方法を提案してもらえますか?
プロパティを介してテキストボックスの内容を取得できtextます。myTextBoxという名前の通常のテキスト入力フィールドを使用している場合:
text
var myUrl:String = myTextBox.text.trim(); // Use trim to strip white spaces!! getURL(myUrl, "_blank");