Spotfire non-editable button - spotfire

I am sort of new to Spotfire. There is feedback button in a dashboard I am working on, and I am trying to edit that button, but I can't find the option anywhere. The button also gets created automatically when a new page is created. Is there something I am missing? Has anyone encountered this? Any help would be
I tried to edit the HTML but there is no option for this particular button.

Related

Edit sharepoint page items e.g. required text boxes

I am new to sharepoint and will need you to explain how to with steps.
I have a sharepoint server running and I'm trying to edit the way the page works. I want to make text boxes not required so I can save without having to fill the text boxes. But I can't figure out how to edit the code for these in sharepoint to make that change.
I tried going to that page and looking for an edit button somewhere but there's no edit page or edit html anywhere.

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.

Is it possible to highlight commandlinks in primefaces?

I want to highlight commandlinks that have been clicked by setting their background to a new image.
Only the currently selected link should be highlighted and all other links should be at their default state.
Clicking on a link causes a navigation to a new webpage, but the user still sees the links and can use them for navigation.
How do I highlight the currently selected link, so it stays highlighted, until the user clicks another link?
I tried many diffrent ways, by trying to set a new styleClass when an "onclick"-Event has been fired etc.
I am out of ideas, hope you guys can help me.
Thanks very much in advance!!!

Javascript Calendar popup from ribbon button

Does anyone have any examples of a calendar popup that can be triggered using a ribbon button on a form?
I'm looking to have a popup where the user can select a date from the calendar which will then pass the value back to the javascript that launched it. I've seen that this can be done from a html popup but my efforts to create this so far haven't really been successful, so was hoping someone could advise me on the best solution.
Thanks
I've managed to find a good calendar that I have used for this solution. It can be found at https://github.com/dbushell/Pikaday
With this I put it into a html popup that had a text box on it (which would store the selected date) and had the javascript on my ribbon button show the popup.
The download includes the js files for the calendar to function and with a little tweaking of these you can make the calendar appear immediately on opening of the popup and not hide when a date is selected. Plus the text box can have its options changed so that it isn't visible to the user.
All put together this creates a rather pleasant looking calendar popup
You can use the date parameter type from html without using javascript
<input type=date >

How to create an "Add Attachement" column in sharepoint 2010?

Googled and looked here for a while with no answer found so far.
I am currently trying to have a column work similar to the edit button. With the edit button you click the icon and you are redirected to the edit page. I want something the users can click to go straight to the add attachment section. It does not need to be a button, even though it would look nice. We also have designer so that is an option as well.
Any suggestions or link on how I can try to make this work? Any help is appreciated.
Could you not Create another ECB item just like the edit button with the name add attachment
Pass the ID of the item via query string.
Pick this up in c# and work your magic to add an attachment?
This is how to create an ECB menu item
http://www.learningsharepoint.com/2012/05/22/add-custom-editcontrolblock-ecb-menu-item-to-open-a-custom-page-in-sharepoint/
Hope this helps
Cheers
Truez

Resources