AEM dialog tab replication - dialog

I am working on aem tool. My requirement is to create a dialog with a single tab. I need to write a listener in such a way that by clicking on a "ADD +" button, I could replicate similiar kind of tab as tab 2 in the same dialog. Kindly help me with this.
Thanks in advance!!

Sound like you need a multifield component.

Related

Download functionality in Tabulator

i would like to use the functionality to allow table data to be downloaded by a simple button click as described on
http://tabulator.info/docs/4.2/download
I hoped i could get a working example on "view source", but its only code snippets needed to configure it.
Could someone give me a complete example how to use it?
I got so far, that i have the table running and the buttons are also present, i am just missing the buttons actually doing something on clicking them.
Thanks in advance and have a nice day
Ingo
The complete example is right there on the page you linked. Click the green "View Source" button located under the table, which will expand some snippets. Under the "JavaScript" snippets there are button click handlers commented with //trigger download of data.*** file. That code uses jQuery to specify what the button calls when it is clicked. The buttons call table.download() with parameters to specify the format and download filename.
You can also see it here: http://tabulator.info/examples/4.2?#download

Why isn't the document going into edit mode

I've done this before -- I have a button on a xPage which sets the document into edit mode via a simple action. In fact, I just copied the 'edit' and 'save' buttons from another app. But when I click the 'edit' button, the document does not go into edit mode. I have Manager access so can edit the document. Not quite sure why it's not going into edit mode. Any thoughts?
thanks.
clem
Well... I really hate to admit this but I found the problem. Before dropping the form fields into the Application Layout Control facet field, it looks like I added a panel and made the panel readonly! .

How to open a Primefaces Tab panel when clicked?

Is this possible to open Tab Panel when clicked on the Tab header only? So here is the detail requirement if you will check Linkdin they have three button or Tab
Share an Update
Upload a Photo
Write an article
If user will click Share an Update it will open a Panel along with button i want same thing can be achieve with Tabs ? If yes how can someone please guide me?

MGWT Menu/Sub Menu/Drop down Panel

I have header button left side. On Tap, I want to drop a panel or submenu. How I can do that?
Right now I am just popup dialog (with the panel) using centre().
Please help.
Regards
Did you tried searching for hide/show toggle div or menu ? There are lot of workaround in there, from jQuery, pure CSS..
Like here: Link!

How to click on radio button which is on Popup using Coded UI

I m automating a page where there is a popup and on that there is radio button and a submit button, when i click on radio button my test fail giving error that hidden object cannot be performed action like click but its visible (not hidden) where as when i click on submit button on same popup is click. i have checked its properties but there is nothing which i can change it just have simple id,name,value which is changing dynamicly and for that i have even used regex
please help me out
Thanks
It's possible that there is another radio button on the page with similar properties. Is this a recorded object? Is the popup window listed as the parent?
Can you post the Regex you are using, the control's properties, and the properties of the popup window?
if your are using IE whose version is > 9.0.19 then there was a patch release by Microsoft to overcome this issue
http://blogs.msdn.com/b/visualstudioalm/archive/2013/09/17/coded-ui-mtm-issues-on-internet-explorer-with-kb2870699.aspx

Resources