Sorting of tabs

22 views
Skip to first unread message

pujaauto...@gmail.com

unread,
Mar 16, 2015, 2:11:53 PM3/16/15
to webd...@googlegroups.com
I am not able to sort the tabs. Can anyone help me into this.

Andreas Tolfsen

unread,
Mar 16, 2015, 2:21:54 PM3/16/15
to webd...@googlegroups.com
On 12 Mar 2015, at 19:56, pujaauto...@gmail.com wrote:
> I am not able to sort the tabs. Can anyone help me into this.

I don't understand what you're trying to do.

SuperKevy

unread,
Mar 17, 2015, 9:28:27 AM3/17/15
to webd...@googlegroups.com
Tabs what html element is that?

Assume a set of links and I want to sort by the text value

myArray = []
myText = []
myArray.browser.links(:class=>'anyclass')
myArray.each { |theLink| myText.push( theLink.text ) }
puts myText.to_s  
myText.sort!
puts myText.to_s
Reply all
Reply to author
Forward
0 new messages