Spiros Papadopoulos wrote:
>
> <input type="submit" value="Save" dojoAttachPoint="submitButton" />
>
> <input type="reset" value="Cancel" dojoAttachPoint="cancelButton" />
>
> If i am not mistaken without class or id, css rules cannot be applied 
> on an individual element (??)
>
actually they can... see
http://opencomponentry.com:8080/tacos/ajax/InlineEditBoxExample.html
because the inline editbox is inside a <div class="note"> you can use
.note input {border:1px solid green; background:white;}

i wouldn't change the dojo source for whatever reason...

tacos would like to relieve you from using any javascript (not just 
dojo) and I believe it achieves that.

Any custom js that you need to add in order to do advanced stuff could 
also be abstracted out as
a tapestry component I guess. So, anyway, regarding your last question, 
i guess it really depends on
what you're doing and what your role is. It's good to learn dojo but you 
may build entire sites using
tacos and not mess with javascript at all.

> In addition, a previous reply to a problem we had, was to use 
> dojo.storage (remember?).
>
> This plus having to change dojo source, even for something so simple, 
> made me wonder
>
> of the level that we will have to get involved with dojo anyway, 
> regardless of the involvement with Tacos.
>
> As i said i am new to both and yet i don't know much about the 
> internals. The question is...shall i spend time
>
> learning dojo at the moment or Tacos will give me all i want? The 
> opposite..? Or finally.. is it the combination of both that
>
> will give me the most control possible, depending on what i am trying 
> to achieve?
>
> Regards,
>
> Spiros
>
> On 05/01/07, *andyhot* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> 
> wrote:
>
> Spiros Papadopoulos wrote:
> >
> > Hi,
> >
> > Can I access the 'save' or 'cancel' buttons of InlineEditBox component?
> >
> > For example I may want to replace them with images or change their
> > size, font-family etc…
> >
>
> it won't be difficult to come up with a css rule that does the above...
> firebug or the web developer FF plugin
> will help.
>
> > Thanks in advance
> >
> > Spiros P.
>
>
> Note:__________________________________________________________________
> This message is for the named person's use only. It may contain
> confidential, proprietary or legally privileged information. No
> confidentiality or privilege is waived or lost by any mistransmission.
> If you receive this message in error, please immediately delete it and
> all copies of it from your system, destroy any hard copies of it and
> notify the sender. You must not, directly or indirectly, use, disclose,
> distribute, print, or copy any part of this message if you are not the
> intended recipient. Jaguar Freight Services and any of its subsidiaries
> each reserve the right to monitor all e-mail communications through its
> networks.
> Any views expressed in this message are those of the individual sender,
> except where the message states otherwise and the sender is authorized
> to state them to be the views of any such entity.
> ________________________________________________________________________
> This e-mail has been scanned for all known viruses.
> ------------------------------------------------------------------------
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ------------------------------------------------------------------------
>
> _______________________________________________
> Tacos-devel mailing list
> Tacos-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/tacos-devel
>   


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Tacos-devel mailing list
Tacos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tacos-devel

Reply via email to