How to modify layout for ADF advance search? - layout

I have an ADF page that have advance search function. Advance search have collapse panel on top of it that give the ability to user to collapse or expand the search function and have button for "reset" or search at the right. But currently my client want me to change it. They want me to :
1. remove/hide "Search" colapse panel so that user cannot hide/adjust it.Currently, I use display mode=default.
2. Move button for "search" and "reset" to the left.
Is there a way for me to adjust this?

You might be able to change the location of the buttons using skinning:
http://jdevadf.oracle.com/adf-richclient-demo/faces/components/skinningKeys/query.jspx

Related

Enable/Disable is NOT working for Grid button

In the Invoices screen, I have a new customized field on the Header and also added a new button on the Document Details tab above the grid.
Based on the Customized field condition we need to enable and disable the button. I have added this button as a toolbar button and added enable/disable conditions in ARInvoices row selected event but it is NOT working as expected. Can you please provide your thoughts on this?
Please find the screenshot for reference.
Thanks in Advance.
Naveen, I have found a section of the Framework documentation that has some description of what you are trying to accomplish. let me know if this helps?
https://help-2020r2.acumatica.com/(W(1))/Help?ScreenId=ShowWiki&pageid=a0f8f9e9-7997-4325-bc69-b58039dd3699
So based on this it sounds link you need to "un-set" a DependsOnGrid as that is what is used to get the button to an inactive state when the grid is empty. It sounds like you are looking for the opposite.

How to publish different menutype joomla on module position?

I am trying to remind how to use Joomla 3. Please let me know about how to publish different menu on top module position? I have checked up menutype and extensions->modules. Thanks..
Regards,
Maksym
I assume that you have created a menu and you want to publish it on the top module position. For that you need to goto extensions->modules and then click on new tab there you will find menu so click on that
and select which menu you want from dropdown list as given in image here
Then select on which pages you want that menu from the menu Assignment page.
next if its a horizontal top menu then under Advanced tab you will find an option
Menu Class Suffix add " nav-pills". You will get a bootstrap horizontal menu.

How to add Listpicker to textbox in LiveCode

I want to add a list picker in Live code.When a user click on the Textbox the list picker should open with list of items.How can do that?
Be aware that your text field must be locked in order to send a "mouseUp" message, if that is how you want to show the combo box that Monte suggested. There are other ways around this, if you still want to be able to type into that field. Write back with your exact needs.
The combo box is useful because you can type right into it. If you only want options that will load data into an existing field, a popup or pulldown might be something to look into.
On the left side of the tool palette about the middle is a style of button called a combo box. I think that's what you want.

"Hidden" columns in Sharepoint 2007

I'm trying to make a custom list for inquiries, where users will fill in some information such as "Name", "Reason" etc. When they've finished filling in the information and added the item, the administrator will then go through the item, and fill in some new columns that the user hasn't been able to fill in.
I hope you understand me, otherwise you're more than welcome to ask questions!
With SharePoint designer 2007, you can use the SPSecurityTrimmedControl who enable you to show/hide form field (or site action...).
Syntax :
<SharePoint:SPSecurityTrimmedControl PermissionsString="ManageLists" runat="server">
WHAT_YOU_WANT_TO_HIDE_HERE
</SharePoint:SPSecurityTrimmedControl>
For the PermissionsString, all values HERE
You'll need to use SharePoint Designer. You will create custom new and edit forms. This way when the user fills in the new form, only certain fields will appear. Then when the administrator edits the item using the edit form, they will have access to more fields.
Please see this link for more information.
Try making a copy of the form you wish to edit by copying and pasting to the same folder. Then click on the web part for the form and the code above will highlight . Look for tags IsVisible and change it from "true" to "false". This will hide the default form. Do not delete the original form.
Click on the web part in the design view then press your right arrow. This will move the cursor to right after the web part but still within the web part zone. Go to the Insert menu, select SharePoint Controls then Custom List form. A small dialog window will appear, select the list name from the first drop down, then select the content type from the second drop down. Finally select which form you want to insert, New, Edit or Display. Click OK. The new form will be displayed under the default form, and you will then see all of the fields in order and you can add or remove as you like.
If one did not want to edit the pages, couldn't one use Jquery to hide the fields? I have done this with SPservices. to check the user credentials if you will and then if matched display the hidden fields... all this is done from a web part...just a thought...I actually learned something great today.. great replies.

magento advanced search with multiple select menu's

I'm using magento and I have a question about the advanced search form. In this form I use 2 select menu's.
The first option value of the select menu's pretends as the name of the select menu, i'm wondering if its possible to give that option value an empty value. This should work better when a customer want to search only on one of the two select menu's. Else it uses both select values.
Someone knows if this is possible?
Thanks in advance!

Resources