大概三四天时间学习了html,感觉难度不难,就是标签属性太多,记不全,运用不灵活。xhtml元素分为两种块级 dviv blockquote dl ol ul fieldset form h1-h6 hr p pre table内嵌 span a img label iframe object内嵌元...
分类:
Web程序 时间:
2014-10-10 02:42:03
阅读次数:
198
UIButton *b1=[[UIButton alloc]initWithFrame:CGRectMake(200, 200, 40, 20)]; b1.backgroundColor=[UIColor redColor]; view1=[[UIView alloc]initWithFrame.....
分类:
其他好文 时间:
2014-10-10 00:13:57
阅读次数:
266
背景:在前几天,刚接触cocos2d-x,随便找了一张图,作为一个CCSprite,而且设置了scale属性,然后在这个sprite上创建了一个CCLabelTTF,并用sprite->addChild(label),可是label上的字一直没有显示出来推測:開始以为是CCSprite上不能add控...
分类:
其他好文 时间:
2014-10-09 20:51:37
阅读次数:
226
ViewSwitcher仅仅包含子类型TextView。TextSwitcher被用来使屏幕上的label产生动画效果。每当setText(CharSequence)被调用时,TextSwitcher使用动画方式将当前的文字内容消失并显示新的文字内容。(译者注:改变文字时增加一些动画效果) 三、构....
分类:
其他好文 时间:
2014-10-09 19:26:47
阅读次数:
134
Smarty模板引擎,使用smarty好处就是可以实现页面缓存,从而加快了初始化之后的页面访问速度。某种程度上,smarty模板确保了template页面的代码整洁,避免了HTML标记与PHP的混合。在维护业务逻辑代码时,我们可以只修改业务逻辑代码的脚本文件;在产生页面修改和页面重构时,我们可以只....
分类:
其他好文 时间:
2014-10-09 16:43:58
阅读次数:
245
下拉框 带默认值field($model,'uname', ['inputOptions'=>['class'=>'myway'], 'template'=>'{label}{input}']) ->dropDownList(ArrayHelper::map(a...
分类:
Web程序 时间:
2014-10-09 14:05:03
阅读次数:
219
ManaginglabelsLabelscanbeusedtomarkimportantfilerevisions,forexample,thesetoffilerevisionsusedtobuildaparticularsoftwarerelease.Youcanuselabelstospeci...
分类:
其他好文 时间:
2014-10-09 01:07:37
阅读次数:
403
1.给UILabel 添加下划线 UILabel *label = [[UILabel alloc] initWithFrame:CGRectMake(0, 100, 300, 100)]; label.backgroundColor = [UIColor redColor]; label.n...
分类:
移动开发 时间:
2014-10-08 23:52:37
阅读次数:
352
如果我们把input的type设置为submit,是的,提交表单经常需要submit按钮,就像下面这样:
.代码
"submit"class="button"value="登录"/>
你会发现submit初始状态就是这种焦点获取的黑框样式:精心开发5年的UI前端框架!
怎么办?如果设置border:n...
分类:
其他好文 时间:
2014-10-08 16:34:45
阅读次数:
234
GUILayout
Label
创建一个自动布局的标签。
Box
创建一个自动布局的box。
Button
创建一个单次按钮。当用户点击按钮会立即发生一些事件。
RepeatButton
创建一个重复按钮。当用户点击按钮会立即发生一些事件。只要用户按住鼠标,按钮返回true。
TextF...
分类:
其他好文 时间:
2014-10-08 11:00:45
阅读次数:
247