User Profile

Collapse

Profile Sidebar

Collapse
JhonAndrew
JhonAndrew
Last Activity: Mar 8 '12, 06:39 PM
Joined: Dec 13 '11
Location: Zamboanga City, Mindanao, Philippines
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Thanks a lot for the quick reply and the time you spare to my questions.. :D

    I just have 1 more question to ask. I tried looking at Google and also searched W3Schools but i still can't find any codes used in this script:

    Code:
    var btnTitleChange = $.button("Let's change Frame title").on_click(changeTitle,"Wow, I changed!");
    var frame = $.frame("Demo Application")
      .layout($.layout("table",[[20,-1,20],[20,40,10,-1,20]]))
    ...
    See more | Go to post

    Leave a comment:


  • Thanks for your reply Sir. Yes, the site say's it's JavaScript but I am getting confused as it needs Java. Then is the code
    Code:
    $.frame(), .layout(), $.button()
    isn't a JavaScript?...
    See more | Go to post

    Leave a comment:


  • JhonAndrew
    started a topic Is this Java or JavaScript?

    Is this Java or JavaScript?

    I've got this code from this site.

    Code:
    var btnTitleChange = $.button("Let's change Frame title").on_click(changeTitle,"Wow, I changed!");
    var frame = $.frame("Demo Application")
      .layout($.layout("table",[[20,-1,20],[20,40,10,-1,20]]))
      .add($.button("About").on_click(alert),"1,1")
      .add(btnTitleChange,"1,3");
    frame.show();
    ...
    See more | Go to post
No activity results to display
Show More
Working...