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 7587431
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T19:40:25+00:00 2026-05-30T19:40:25+00:00

I am using jquery portlets in my web application. http://jqueryui.com/demos/sortable/#portlets What I want to

  • 0

I am using jquery portlets in my web application. http://jqueryui.com/demos/sortable/#portlets

What I want to do is make a Edit-Box appear between the Portlet header and Portlet Content once user clicks on the ‘Settings’ icon present on every Portlet-Header.
I can achieve this by having separate Edit-box for every individual Portlet.
But my question is how do I achieve this when I have a common ‘Edit-Box’ that is shared between all the Portlets present on my web-page.
How do I make this edit box appear between the ‘Header & Content’ Part after user clicks on the ‘Settings’ icon of that particular portlet ?

  • 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-30T19:40:26+00:00Added an answer on May 30, 2026 at 7:40 pm

    You can actually create an edit box on the fly, I mean when you click on the setting button.
    Now after you have edited the text box and applied the settings the you can simply remove the edit box from there.

    $(".settings").click(function() {
    $("<input/>").attr("class", "editbox")
      .attr("value", "")
      .appendTo($("yourPortletSelector"));
    

    });

    $(".applySettings").click(function {
        //do all your work
        $(".editbox").remove();
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I will be using jQuery's functionality to create portlet widgets for my web application
Using jQuery and given this <ul> <li> <a external=http://stackoverflow.com href=home.htm>Link 1</a> </li> <li> <a
Using jquery how do I focus the first element (edit field, text area, dropdown
Using jQuery, I make these changes in the DOM: $(document).ready(function() { $('.editable').click(function() { var
I'm using jQuery UI to change the order. In my application I need to
I am using sortable widgets from the jQuery UI library and noticed something. If
Using jQuery (1.7), and not jQueryUI - (how) would it be possible to accomplish
I'm creating web-app using JSR286, Struts2 for portlets on WebSphere Portal 6.1.5 The problem
Okay, lets say I am using the sortable function of jQuery UI with the
Using JQuery how would I make the page dim / fade and display a

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.