首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > Ruby Rails >

代码看不懂?解决办法

2013-01-05 
代码看不懂?script typetext/javascript//![CDATA[new Form.Element.EventObserver(sip_endpoint_p

代码看不懂?
<script type="text/javascript">
//<![CDATA[
new Form.Element.EventObserver('sip_endpoint_profile_always_send_to_proxy', function(element, value) {observe_always_send_to_proxy(element,value);})
//]]>
</script>
<script type="text/javascript">
//<![CDATA[
observe_always_send_to_proxy(
$('sip_endpoint_profile_always_send_to_proxy'),$F('sip_endpoint_profile_always_send_to_proxy'), true);
//]]>

sip_endpoint_profile_always_send_to_proxy是一个check的ID,EventObserver应该是bind一个call back,我不确定是不是有默认的动作oncheck可以触发observe_always_send_to_proxy,但是observe_always_send_to_proxy(
$('sip_endpoint_profile_always_send_to_proxy'),$F('sip_endpoint_profile_always_send_to_proxy'), true); 也看不懂,$, $F什么意思?怎么没有定义的?
这段代码是ruby生成的,是不是要到controller里面去找啊?分数不多了
[解决办法]
learned.

热点排行