otmfaqForumsBlogsRegister
FAQMembers ListCalendarToday's PostsSearch


 Subscribe Blogs:RSS
 Subscribe Forums:RSS
OTMFAQ Home
OTMFAQ Blogs
OTMFAQ Forums
OTMFAQ Tutorials

OTM SIG
MavenWire


Branding, Screen Sets, XSL/CSS and Translations Customizing and Branding the UI of OTM / G-Log for your site, using Custom Screen Sets, Menu Managers, XSL/CSS customizations, Translations and more.

Tags:

Reply
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old October 18th, 2007, 14:21
Member
 
Join Date: Aug 2007
Posts: 78
Thanks: 8
Thanked 0 Times in 0 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 2
nikesh mohanlal is on a distinguished road
Dropdownlistbox with V button separate

Hi,
Urgent:Yes
Version:5.5 CU3

I have a fixeddropdownlist box.Usually the View button is displayed just attached to it in 5.5.The customer needs to have dat V button some one tabspace after the listbox.Can anyone let me know how to do it.

Thanking and regards,
Nikesh.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old October 19th, 2007, 07:27
Junior Member
 
Join Date: May 2007
Location: Singapore
Posts: 26
Thanks: 0
Thanked 1 Time in 1 Post
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
satya_m is on a distinguished road
Re: Dropdownlistbox with V button separate

Hi Nikesh,

The 'v' button comes along with the 'fieldFixedDropdown' template in OTM. You can only hide or show the 'v' button based on the 'hide_view' attribute provided by this template. I don't think you will be able to move the 'V' button.

I will try to find an alternative, and if i am successful, i will update you. But i am 90% sure this is not possible. I am assuming that this change is in an XSL and not JSPX.

Satya
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old October 19th, 2007, 07:49
Member
 
Join Date: Aug 2007
Posts: 78
Thanks: 8
Thanked 0 Times in 0 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 2
nikesh mohanlal is on a distinguished road
Re: Dropdownlistbox with V button separate

Hi Satya,

Thanks for your reply.Here are some updates.

1.I am using xsl only

2.Its moved in 5.0 version.

3.Actually its a dynamic dropdownlist box.I mean first I select a destination location and then acordingly the dropdownlistbox for unload point gets populated.So the 'V' button is for unload point field.

4.Even after adding the 'hide_view attribute',the v button does not come.Is it because of it is dynamically populating.It will be great n highly thankful if you could let me know any screen where the dynamic dropdownlist box id present along with 'V' button.with template('fieldFixedDropdown' ) only.

It will be great if you could update me or help me.

Regards,
Nikesh.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old October 19th, 2007, 08:03
Junior Member
 
Join Date: May 2007
Location: Singapore
Posts: 26
Thanks: 0
Thanked 1 Time in 1 Post
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
satya_m is on a distinguished road
Re: Dropdownlistbox with V button separate

Nikesh,

WHat is the xsl name ?

Satya
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old October 19th, 2007, 08:22
Member
 
Join Date: Aug 2007
Posts: 78
Thanks: 8
Thanked 0 Times in 0 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 2
nikesh mohanlal is on a distinguished road
Re: Dropdownlistbox with V button separate

Its "OrderRelease.xsl".and it has changed as per the client's requirements.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old October 19th, 2007, 10:50
Junior Member
 
Join Date: May 2007
Location: Singapore
Posts: 26
Thanks: 0
Thanked 1 Time in 1 Post
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
satya_m is on a distinguished road
Re: Dropdownlistbox with V button separate

Hi Nikesh,

I am on 5.5 CU2 and my OR page is a jspx.

I have tried to move the 'v' button from the drop down, but it doesn't work out.

Regards,
Satya
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old October 19th, 2007, 11:21
Member
 
Join Date: Aug 2007
Posts: 78
Thanks: 8
Thanked 0 Times in 0 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 2
nikesh mohanlal is on a distinguished road
Re: Dropdownlistbox with V button separate

Hi Satya,


I tried with placing the 'hide_view' attribute.But when I checked in "Fields.xsl" under the template:'fieldFixedDropdown', there is no parameter defined with name:'hide_view'.So I think i was unable to see the UI changes even after adding the 'hide_view' attribute in the xsl.

Actually I triedwith different option also.I am placing a <table> tag under a <td> tag and under dis new <table> tag I am placing two separate <td> tags,each containing two items I want to display.But now,after doing the changes I see that the two items have come down 1 line and have moved to 1 space.Hope you understand ehat I am sayibg:Else here the explanation goes.
Lets say for example:I want to have an item A and item B to be 1 space to each other.
Initial the code was:
<td>
itema
</td>
<td>
itemb
</td>

Now the new code after changes is:
<td>
<table>
<td>
itema
</td>
<td>
itemb
</td>
</table>
</td>

Regards,
Nikesh.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Option Button in Report Parameters Nisha Reports / FTI and Other Analytics 0 August 24th, 2007 14:47
[SOLVED] Separate TL and LTL Rates per Customer bfolan Rating 1 April 26th, 2007 14:34



All times are GMT. The time now is 19:49.
Copyright © 2008, Open Book Solutions LLC. All rights reserved.

Sponsored by MavenWire - MavenWire.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37