will look at it asap.
On Aug 20, 6:15 am, David Waldrop <[email protected]> wrote: > The application is attached. Also, I sent a previous email asking if you > knew of a consultant/mentor in the DC area. I feel I have a very solid > grasp on the concept and UX, but am not able to implement very efficiently. > There are several areas I need some help with - UX, performance, database > instancing (especially when deployed), URL mapping. All of which I have > asked questions about over the past month on the forum. > > /david > 301.526.9500 > > > > On Fri, Aug 20, 2010 at 6:49 AM, mdipierro <[email protected]> wrote: > > Would you email me a copy of this application (confidentially). I will > > take a look. > > > On Aug 18, 8:15 pm, "david.waldrop" <[email protected]> wrote: > > > I am making some customizations to the tagging plugin and am having a > > > problem. See the code below: > > > > <div class="tag"> > > > {{=form.custom.begin}} > > > <table WIDTH="100%"> > > > <TR> > > > <TD WIDTH="70%"> > > > {{for link in links:}} > > > <span>{{=link.tag.name}}</span> > > > <input name="deltag" type="image" src="{{=URL(r=request,c='static/ > > > images',f='delete.png')}}" width="12px" value={{=link.id}} />   > > > {{pass}} > > > > </td> > > > <TD WIDTH="30%"> > > > <input name="tag_name" value="" size="8" /> > > > <input name="addtag" type="image" src="{{=URL(r=request,c='static/ > > > images',f='add.png')}}" width="17px" value="addtag" /> > > > </td></tr></table> > > > {{=form.custom.end}} > > > </div> > > > > The problem with the original tagging systems is the users action were > > > not explicit. For example if you entered a new tag and pressed the > > > DEL button the new tag was created , or if you checked a tag for > > > deletion and pressed the TAG button the selected tag was deleted. In > > > addition I wanted to eliminate the multi selection and use image > > > buttons to conserve space. This is represented above in the two HTML > > > input statement where type=image". The problem is when the user > > > clicks on the image control is transfered to the controller, but there > > > does not seem to be a way to determine which button was clicked. > > > > I believe there is an additional issue with the deltag input in that > > > it in addition to knowing the user pressed a specific delettag button > > > I need to know the link.id it is associated with. The above code give > > > me exactly what I want in the UX, I just cannot figure out how to > > > interact with the controller. > > -- > [email protected] | 301.526.9500 > > mm_beta_1.zip > 822KViewDownload

