E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
ActionView
Rails源码研究之
ActionView
:六,scriptaculous_helper
scriptaculous的controls和effects相关方法调用的封装 require File.dirname(__FILE__) + '/javascript_helper' module
ActionView
hideto
·
2007-07-03 15:00
JavaScript
Ajax
json
prototype
Rails
Rails源码研究之
ActionView
:六,scriptaculous_helper
scriptaculous的controls和effects相关方法调用的封装 require File.dirname(__FILE__) + '/javascript_helper' module
ActionView
hideto
·
2007-07-03 15:00
JavaScript
json
Ajax
prototype
Rails
Rails源码研究之
ActionView
:五,prototype_helper
Rails的Ajax是依赖于prototype库的,我们来看看
ActionView
对prototype的一些方法调用的封装 源文件为prototype_helper.rb,其中包括RJS的update_page
hideto
·
2007-07-03 12:00
JavaScript
html
Ajax
prototype
Rails
Rails源码研究之
ActionView
:五,prototype_helper
Rails的Ajax是依赖于prototype库的,我们来看看
ActionView
对prototype的一些方法调用的封装 源文件为prototype_helper.rb,其中包括RJS的update_page
hideto
·
2007-07-03 12:00
JavaScript
html
Ajax
prototype
Rails
Rails源码研究之
ActionView
:四,javascript_helper
跟模板中JavaScript相关的helper方法定义文件有javascript_helper.rb/prototype_helper.rb/scriptaculous_helper.rb 其中javascript_helper与基本的JavaScript功能有关,prototype_helper与Ajax有关,而scriptaculous_helper与controls和visual effe
hideto
·
2007-07-02 18:00
JavaScript
html
Ajax
prototype
Rails
Rails源码研究之
ActionView
:四,javascript_helper
跟模板中JavaScript相关的helper方法定义文件有javascript_helper.rb/prototype_helper.rb/scriptaculous_helper.rb 其中javascript_helper与基本的JavaScript功能有关,prototype_helper与Ajax有关,而scriptaculous_helper与controls和visual effe
hideto
·
2007-07-02 18:00
JavaScript
html
Ajax
prototype
Rails
Rails源码研究之
ActionView
:四,javascript_helper
跟模板中JavaScript相关的helper方法定义文件有javascript_helper.rb/prototype_helper.rb/scriptaculous_helper.rb 其中javascript_helper与基本的JavaScript功能有关,prototype_helper与Ajax有关,而scriptaculous_helper与controls和visual effe
hideto
·
2007-07-02 18:00
JavaScript
html
Ajax
prototype
Rails
Rails源码研究之
ActionView
:三,form_helper
ActionView
还带有许多helpers,让我们开发起来更快速更顺手,让我们来看看form中常用的一些helper方法 form_helper.rb: module
ActionView
hideto
·
2007-07-02 13:00
html
F#
Blog
Rails
Rails源码研究之
ActionView
:三,form_helper
ActionView
还带有许多helpers,让我们开发起来更快速更顺手,让我们来看看form中常用的一些helper方法 form_helper.rb: module
ActionView
hideto
·
2007-07-02 13:00
html
F#
Blog
Rails
Rails源码研究之
ActionView
:三,form_helper
ActionView
还带有许多helpers,让我们开发起来更快速更顺手,让我们来看看form中常用的一些helper方法 form_helper.rb: module
ActionView
hideto
·
2007-07-02 13:00
html
F#
Blog
Rails
Rails源码研究之
ActionView
:二,partials
partials是Rails模板重用的一项重要技术,让我们来读读partials.rb源码文件: module
ActionView
module Partials def
hideto
·
2007-06-30 15:00
Rails
Rails源码研究之
ActionView
:二,partials
partials是Rails模板重用的一项重要技术,让我们来读读partials.rb源码文件: module
ActionView
module Partials def
hideto
·
2007-06-30 15:00
Rails
Rails源码研究之
ActionView
:二,partials
partials是Rails模板重用的一项重要技术,让我们来读读partials.rb源码文件: module
ActionView
module Partials def
hideto
·
2007-06-30 15:00
Rails
Rails源码研究之
ActionView
:一,基本架构和ERB
) + "/action_view/vendor") require 'action_view/base' require 'action_view/partials'
ActionView
hideto
·
2007-06-30 14:00
JavaScript
html
xml
Ruby
Rails
Rails源码研究之
ActionView
:一,基本架构和ERB
) + "/action_view/vendor") require 'action_view/base' require 'action_view/partials'
ActionView
hideto
·
2007-06-30 14:00
JavaScript
html
xml
Ruby
Rails
Rails源码研究之
ActionView
:一,基本架构和ERB
) + "/action_view/vendor") require 'action_view/base' require 'action_view/partials'
ActionView
hideto
·
2007-06-30 14:00
JavaScript
html
xml
Ruby
Rails
RJS与
ActionView
ActionView
为我们封装RJS代码到update_page()块里面,比如thought_log的例子会生成如下代码: update_pagedo|page| page.insert_html
hideto
·
2007-05-28 16:00
JavaScript
Ajax
prototype
Ruby
Rails
RJS与
ActionView
ActionView
为我们封装RJS代码到update_page()块里面,比如thought_log的例子会生成如下代码: update_pagedo|page| page.insert_html
hideto
·
2007-05-28 16:00
JavaScript
Ajax
prototype
Ruby
Rails
RJS与
ActionView
ActionView
为我们封装RJS代码到update_page()块里面,比如thought_log的例子会生成如下代码: update_pagedo|page| page.insert_html
hideto
·
2007-05-28 16:00
JavaScript
Ajax
prototype
Ruby
Rails
RJS与
ActionView
ActionView
为我们封装RJS代码到update_page()块里面,比如thought_log的例子会生成如下代码: update_pagedo|page| page.insert_html
hideto
·
2007-05-28 16:00
JavaScript
Ajax
prototype
Ruby
Rails
每天一剂Rails良药之Write Tests for Your Helpers
/test_helper' class HelperTest < Test::Unit::TestCase include
ActionView
::Helpers::UrlHelper
hideto
·
2007-05-16 19:00
Rails
每天一剂Rails良药之Write Tests for Your Helpers
/test_helper' class HelperTest < Test::Unit::TestCase include
ActionView
::Helpers::UrlHelper
hideto
·
2007-05-16 19:00
Rails
每天一剂Rails良药之Write Tests for Your Helpers
/test_helper' class HelperTest < Test::Unit::TestCase include
ActionView
::Helpers::UrlHelper
hideto
·
2007-05-16 19:00
Rails
每天一剂Rails良药之Creating a Custom Form Builder
1,实现自己的FormBuilder 在app/helpers/application_helper.rb里加入以下代码: class TabularFormBuilder <
ActionView
hideto
·
2007-04-24 16:00
Web
css
F#
脚本
Rails
每天一剂Rails良药之Creating a Custom Form Builder
1,实现自己的FormBuilder 在app/helpers/application_helper.rb里加入以下代码: class TabularFormBuilder <
ActionView
hideto
·
2007-04-24 16:00
Web
css
F#
脚本
Rails
每天一剂Rails良药之Creating a Custom Form Builder
1,实现自己的FormBuilder 在app/helpers/application_helper.rb里加入以下代码: class TabularFormBuilder <
ActionView
hideto
·
2007-04-24 16:00
Web
css
F#
脚本
Rails
每天一剂Rails良药之Smart Pluralization
而Rails就提供了一个称为Inflector的工具来计算该逻辑,并且
ActionView
有一个wrapper方法来处理常见的复数形式,如: There are <%= pluralize
hideto
·
2007-04-23 19:00
Rails
每天一剂Rails良药之Smart Pluralization
而Rails就提供了一个称为Inflector的工具来计算该逻辑,并且
ActionView
有一个wrapper方法来处理常见的复数形式,如: There are <%= pluralize
hideto
·
2007-04-23 19:00
Rails
每天一剂Rails良药之Smart Pluralization
而Rails就提供了一个称为Inflector的工具来计算该逻辑,并且
ActionView
有一个wrapper方法来处理常见的复数形式,如: There are <%= pluralize
hideto
·
2007-04-23 19:00
Rails
haml1.5试用!
今天在 rubyinside上看到HAML1.5已经出realse版了,以前没用过 haml 但是看介绍,比rhtml简洁的多,但是试用了下,是不是我插件没按对的原因,还是再工程中没有配好,
actionview
darkhucx
·
2007-03-22 11:00
html
PHP
Rails
上一页
1
2
3
4
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他