Skip to Content.
Sympa Menu

comanage-dev - Re: [comanage-dev] stop instrusive Javascript for view

Subject: COmanage Developers List

List archive

Re: [comanage-dev] stop instrusive Javascript for view


Chronological Thread 
  • From: Arlen Johnson <>
  • To:
  • Subject: Re: [comanage-dev] stop instrusive Javascript for view
  • Date: Sat, 18 Jan 2014 17:23:13 -0500

Hi, Scott -

I'm just in the middle of upgrading to the latest version with the sql you sent (moving from psql to mysql), and I'd hoped to take a look at this before I got called away. (The neighbors across the street are hosting a gathering for us ...we just moved to a new house). I expect I should be able to take a look at this either later tonight or tomorrow morning.

A

On 1/18/2014 12:35 PM, Scott Koranda wrote:
Hi,

I have a simple view that draws a simple form with a simple
button:

<input id="idpSelectSelectButton" type="submit"
value="Continue" disabled="">

The default layout, however, includes somewhere some
Javascript that is rewriting that button to be

<input id="idpSelectSelectButton" class="ui-button ui-widget
ui-state-default ui-corner-all ui-button-disabled
ui-state-disabled" type="submit" value="Continue" disabled=""
role="button" aria-disabled="true">

Note the "ui-button-disabled" and "ui-state-disabled" class.

Other than turning off the default layout entirely and
recreating the parts I need/want, how can I stop the rewriting
of this button?

Thanks,

Scott




Archive powered by MHonArc 2.6.16.

Top of Page