UIアイテムに表示させるフォントの色などの設定
self.TextLabel = [self newLabelWithPrimaryColor:[UIColor colorWithRed:0.0 green:0.5 blue:1.0 alpha:1.0]
selectedColor:[UIColor whiteColor] fontSize:14.0 bold:YES];
上記のようにす…
disabled=”disabled” を追加する。
<input type="submit" name="button" id="button" value="申請内容の確認画面へ" disabled="disabled"/>上記のように書くことで、以下のように押された状態のボタンになります。
graffiti on the web
この投稿へのコメント
コメントはまだありません。