Important facts about commercial licenses

  • Licenses are perpetual. They do not expire and do not need to be renewed.
  • Licenses can be upgraded. You can upgrade to a more expensive license later paying only the difference in cost.
  • Pay attention to the distribution type - Hosted (sites / servers), binary (applications) or source (includes all the others). Choose according to your needs (more below).
  • All licenses allow commercial use unless otherwise indicated.
  • Read the full license by clicking on the icon.
  • Read more about licenses in our handy license guide.
$4

Personal License

Unlimited sites, servers No source distribution
You need to log-in or create an account
  • Create an account
  • Log-in
  • Please use your real name.
  • Account activation link will be sent to this address.
  • Minimum 8 characters

Clicking this button confirms you read and agreed to the terms of use and privacy policy.

moCombo.replace

moCombo.replace
Developed by Marcelo Origoni, Released Jun 30, 2011

Style a select element by turning it into an unordered list

JavaScript

Tags: combo , combo style , form styling , multiselect style

What's moCombo.replace?

moCombo.replace converts any

Related components

User Reviews

No reviews have been submitted yet.
Read all 4 comments »

Questions & Comments


Or enter your name and Email
  • Marcelo Origoni Author 2 years ago
    Yes, the code behind will work with moCombo.
    I personally use mooltiSelect with asp.net, I usually send the information using ajax, and I don't access the value using the me.combo.selectedValue method, but Request.Form("combo")
  • Ray Howell License holderPersonal License 2 years ago
    Yep. hi. Can you confirm whether this will conflict with any other js.library? and is MoCombo different from mooltiSelect? I am interested as these sound like a reasonable replacement for asp droplists? I am assuming I can link these to a datasource? using the runat="server" tag? and I assume a iteration through a sqldatareader and using list.add will allow this control to be populated? Thanks
    • Marcelo Origoni Author 2 years ago
      Hi Ray, the main difference between MoCombo and mooltiSelect, it's that mooltiSelect can be any element (div, table, ol, etc) and moCombo, must be applied to a select element
      Asp droplist are converted to select elements, when asp renders the page, so it will work, and will allow you to style the droplist.
      Bare in mind, this is javascript and uses mootools. As long as there's no conflict between mootools and other libraries (I've seen mootools working together with jQuery, Prototype, Dojo).
    • Ray Howell License holderPersonal License 2 years ago
      Brilliant answer thank you. this might have an obvious answer, but I must ask.. If this is applied to an Asp DropDownlist control, will the Asp 'behind' coding still function? I like the idea of both of these tools so will purchase them, but would be good to know the answer to save hours of stress, hahahaa. thanks again
You must be logged-in to vote. Log-in to your account or register now.