Class attribute for SpanTag is missing

Class library usage, coding and language questions.
c676228
Posts: 176
Joined: Mon Apr 06, 2015 5:40 am

Class attribute for SpanTag is missing

Post by c676228 » Thu May 14, 2015 7:41 pm

Hi,

On the web page, I can see the element is as follow:
<span class="icon-checkbox checked" data-bind="checked: checked, click: $root.TableModel.RowSelectionModel.check, clickBubble:false, closeDropdownsOnClick"></span>

In the Local Variables of debugging windows, I can see it too. The value is {SpanTag:icon-checkbox checked}.
So I expect the class value is "icon-checkbox checked".
However if you look at the attachment. The class value is null.

I am wondering what is the problem?

Betty
You do not have the required permissions to view the files attached to this post.

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: Class attribute for SpanTag is missing

Post by Support Team » Fri May 22, 2015 2:51 pm

Hello Betty,

I think you had already a remote session with one of my colleagues.
I'm wondering if you also discussed the issue with him?

Regards,
Bernhard

c676228
Posts: 176
Joined: Mon Apr 06, 2015 5:40 am

Re: Class attribute for SpanTag is missing

Post by c676228 » Sat May 23, 2015 12:27 am

Hi Bernard,

I did have remote session with Jason. But i didn't ask this question. I figured out myself.
Actually in the table, there is a default first and last row presented even when there is no match found.
Those two empty rows don' t have attribute. I just missed that.

Thanks,
Betty