[HTML_AJAX-devel] Using Replace Node and Actions
Elizabeth Smith
emsmith at elizabethmariesmith.com
Mon Dec 11 13:46:24 PST 2006
Joshua Eichorn wrote:
> maho wrote:
>> Joshua Eichorn napisa?(a):
>>> You can't use innerHTML with tr's, you have to do it against
>>> specific td's
>>> -josh
>>
>> But why? Is it somehow documented, or it's hidden "feature" of
>> Firefox? (AFAIK under IE it works well)
>>
>> p. m.
>> _______________________________________________
>> Html_ajax-devel mailing list
>> Html_ajax-devel at lists.bluga.net
>> http://lists.bluga.net/mailman/listinfo/html_ajax-devel
> I've had problems with setting the innerHTML of tr's in both IE and
> firefox. In a perfect world things should just work, but its not a
> perfect world its web development :-)
>
> -josh
> _______________________________________________
> Html_ajax-devel mailing list
> Html_ajax-devel at lists.bluga.net
> http://lists.bluga.net/mailman/listinfo/html_ajax-devel
There are table specific javascript methods which should probably be
used for adding/replacing table rows and cells that I'd like to
implement. However, I need some API ideas, because I don't want to
unnecessarily bloat the code. So anybody have any ideas for how the api
would work? Would table specific inserting be only for the haa class
stuff or would methods in the util javascript class be more useful.
More information about the Html_ajax-devel
mailing list