Update: Tabular LOV
I updated my tabular LOV plugin because it wasn’t able to select new row entries in the table. Now it is!
You get the new Version here: at_nethead_tabular_form_super_lov_1_3_1
Posted from Leonding, Upper Austria, Austria.
I updated my tabular LOV plugin because it wasn’t able to select new row entries in the table. Now it is!
You get the new Version here: at_nethead_tabular_form_super_lov_1_3_1
Posted from Leonding, Upper Austria, Austria.
Thank you Damien.. it is great.. I have implemented it in my application.. and it seems I’d be able to use it for Cascading LOV on tabular form too (didn’t try it yet I was too excited I had to post a comment before trying) :)
can you confirm that it can be done ?
I haven’t tried it yet but it should work cause I kept all DOM events untouched :) Please try it and give me feedback.
Cascading LOV on Tabular form works like a charm when adding new line.
However if I want to edit and existing row and change a dependent LOV I have to start from the parent LOV.. (in order to get the correct value in the page item linked to the parent LOV).
I am using Apex 4.1.. and the problem of LOV items in a tabular form is that it doesn’t accept javascript on them otherwise I would have put an onFocus event to set the value of the page it..
Can you please help in that ?
Hello Jasem,
I’d like to help u but my time is very limited, please send me an example on apex.oracle.com including the login data. Maybe I can provide a quick fix.
Cheers, Damien
Done.. http://apex.oracle.com/pls/apex/f?p=32266
user name and password: demo/demo
I will send you the workspace and login details to your e-mail.. :)
Thank you for creating this tweak with you busy schedule :)
Thank you Damien for your fast solution ..
Now super LOV not only works on tabular form but also enhanced with Cascading LOV functionality.
To put your solution for others to know;
an onLoad Javascript to the APEX page is created as:
$(‘td[headers="SUB_DEPT"] a’).live(‘mouseenter’, function() {
$(‘#P6_DEPT_HIDDENVALUE’).val($(this).parents(‘tr:first’).find(‘td[headers="DEPTNO"] input’).val());
});
where DEPTNO is the parent LOV, P6_DEPT_HIDDENVALUE is the page item for the parent LOV and SUB_DEPT is the dependent LOV
Can some one provide bit of instruction how you attach the super lov to tabular form item. I could not see the plugin in the field drop-down list.
Jasem, good morning.
I would like to know witch theme are you using in this posted sample?
I got to make an application using this TAB LOV, however just only for crimson-23 theme. But I really like to use this LOV in other theme. Do you know it is possible ?
Thanks,
Hamilton.
Hi Damien,
I would be greatful if you could send me the sample application for tabular form cascading LOV discussed in this thread.
Regards,
Sabahat
Never mind.
I missed to install the latest version, now updated with your latest version. It is working fine for new rows also.
Is there any possibility to update to use the super lov latest version 2.0 in this plugin.
Again, thanks in advance.
Regards,
Natarajan
One another thing, for existing rows, it does not show the display value but the return value only. How can we have the display values also for the existing row also?
Regards,
Natarajan
Can some one provide bit of instruction how you attach the super lov to tabular form item. I could not see the plugin in the field drop-down list in tabular form.
does not work with Traditional Blur theme!
any ideas?