Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6076711
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T10:38:20+00:00 2026-05-23T10:38:20+00:00

i think its an easy question but i am stuck … now i am

  • 0

i think its an easy question but i am stuck …

now i am developing for PalmPAD with WebOS 3.0
and i want to design login system in that.

now i want to know if user click on (in login.js page) Register Button on click event i need to open my register.js page

in doc i found this code

Code:

enyo.kind({
  name: "MyApps.Sample",
  kind: "enyo.VFlexBox",
  style: "width: 400px; padding: 5px",
  components: [
      {kind: "CustomButton", caption: "unstyled (CustomButton)",
          onclick: "buttonClick"},
      {kind: "Button", caption: "styled (Button)", onclick: "buttonClick"}
  ],
  buttonClick: function() {
      // respond to click
  }
});

in this buttonClick: function() what should i write to navigate to the register.js page?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T10:38:21+00:00Added an answer on May 23, 2026 at 10:38 am

    follow this code:

    buttonClick: function() {
    enyo.create({kind: “register”}).renderInto(document.body);
    }
    “register” kind is name of the kind of created in register.js file

    ex: register.js
    enyo.kind({
    name: “register”,
    kind: “enyo.VFlexBox”,
    style: “width: 400px; padding: 5px”,
    components: [
    //add the components whatever you want
    ],

    });

    Thanks

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I think its a rather simple question but I couldn't really find an answer
Sorry if this question seems a bit complex but I think its all related
I want to make something that makes much sense, but I think its not
I think that's an easy question but couldn't find the solution. I redirect the
I think it has to be an easy question but I have been searching
I've looked around, but don't see this question - maybe its too easy, but
I think that's not a difficult question but i want to know how to
First thing i want to say that it's not an easy question to explain,
I think its easy to create form via only html and do not use
There are many errors here in SO, but this scenario I think its different.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.