The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
IF/UNLESS ���������� �� RJS ����������������

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Maxim Kulkin

Posts: 58
Nickname: hapk
Registered: Sep, 2006

Maxim Kulkin is developer in Selectosa Systems.
IF/UNLESS ���������� �� RJS ���������������� Posted: Oct 2, 2006 6:54 AM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Maxim Kulkin.
Original Post: IF/UNLESS ���������� �� RJS ����������������
Feed Title: Software development
Feed URL: http://maximkulkin.blogspot.com/feeds/posts/full?alt=rss
Feed Description: Software development
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Maxim Kulkin
Latest Posts From Software development

Advertisement
���������������� �������������� ���������������������������������� �� Ajax �� Rails �������������� �� ���������������� ���������� ������ ������������������ ���������������� IF ������������ �� javascript'��. ���������������� �������� (������������ �������������� �� �������� ����������) - ������������������ ��������������-������������:

page.if page['element_id'].visible do
page['element_id'].hide
end

���������������� �� ������, ������ page['element_id'].visible ���������������� ������ ���� ��������, ������ ���������� ���������������� �� IF ��������.
���������� ���������� ������������������������ ���������� ������������������������ ������������:

page.unless "$('element_id').visible()" do
page['element_id'].show
end

�������� ������ ���������������� �� core, ���� �������� �������������������� �������������� �������������� ������ ��������������.

��������������������, ������ �� ����: http://rubyforge.org/projects/js-if-blocks. �������������������������� ���������� ������:

./script/plugin install http://rubyforge.org/projects/js-if-blocks/trunk/js-if-blocks

���������� ���������� �� �������������������� ���������������������� �������������������� �������������������������� proxy ����������������, ����������������:

element = page['element_id]
page.if element.visible do
element.hide
end

Read: IF/UNLESS ���������� �� RJS ����������������

Topic: Introduction to ActiveSpec, a Ruby Specifications Library Previous Topic   Next Topic Topic: Note to Subaru Marketing: Part Two

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use