comanage-dev - Re: [comanage-dev] stop instrusive Javascript for view
Subject: COmanage Developers List
List archive
- From: Arlen Johnson <>
- To:
- Subject: Re: [comanage-dev] stop instrusive Javascript for view
- Date: Sun, 19 Jan 2014 17:38:16 -0500
Line 162 of app/View/Layouts/default.ctp
contains:
// Make all submit buttons pretty $("input:submit").button(); I expect this is too inclusive. One solution is to use a class on all submit buttons we want to "buttonize" and select against that. A less invasive solution is to remove just the submit you don't want from the set of returned elements, e.g. $("input:submit").not("#idpSelectSelectButton").button(); This is a simple solution, but perhaps not as clean as selecting a class explicitly. Perhaps use the simple solution to get things working, and when we overhaul the views, we can update the submit buttons to have a class. A On 1/18/2014 5:35 PM, Scott Koranda wrote:
|
- [comanage-dev] stop instrusive Javascript for view, Scott Koranda, 01/18/2014
- Re: [comanage-dev] stop instrusive Javascript for view, Arlen Johnson, 01/18/2014
- Re: [comanage-dev] stop instrusive Javascript for view, Benn Oshrin, 01/18/2014
- Re: [comanage-dev] stop instrusive Javascript for view, Scott Koranda, 01/18/2014
- Re: [comanage-dev] stop instrusive Javascript for view, Arlen Johnson, 01/19/2014
- Re: [comanage-dev] stop instrusive Javascript for view, Scott Koranda, 01/19/2014
- Re: [comanage-dev] stop instrusive Javascript for view, Benn Oshrin, 01/21/2014
- Re: [comanage-dev] stop instrusive Javascript for view, Scott Koranda, 01/21/2014
- Re: [comanage-dev] stop instrusive Javascript for view, Benn Oshrin, 01/21/2014
- Re: [comanage-dev] stop instrusive Javascript for view, Scott Koranda, 01/19/2014
- Re: [comanage-dev] stop instrusive Javascript for view, Arlen Johnson, 01/19/2014
- Re: [comanage-dev] stop instrusive Javascript for view, Scott Koranda, 01/18/2014
Archive powered by MHonArc 2.6.16.