Search found 8 matches

by harris914
Fri Mar 16, 2018 10:59 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Adding HTML fragment with JavaScript into Web Help
Replies: 4
Views: 3099

Re: Adding HTML fragment with JavaScript into Web Help

Hi Alin,

I was looking at your example above. I have a XSL file. Can I include JavaScript in it? I wan to handle a button click event. Is it possible using XSL in Oxygen XML?

Thanks
by harris914
Wed Mar 14, 2018 1:30 pm
Forum: Common Problems
Topic: Button click handler and Save form data
Replies: 9
Views: 3916

Re: Button click handler and Save form data

Hi Alex, I have sent an email to support@oxygenxml.com . I was following the following Webinar, https://www.youtube.com/watch?v=-Ssc4dXRPto The form that i sent, i applied transformation to it as in this video but when the html got rendered it didn't rendered those text fields and buttons. it just s...
by harris914
Tue Mar 13, 2018 2:27 pm
Forum: Common Problems
Topic: Button click handler and Save form data
Replies: 9
Views: 3916

Re: Button click handler and Save form data

Hi Alex,

Thanks for your reply.
Can you please give me your email or something where i can send the work i have done till now?
by harris914
Mon Mar 12, 2018 10:51 am
Forum: Common Problems
Topic: Button click handler and Save form data
Replies: 9
Views: 3916

Re: Button click handler and Save form data

Hi Alex, Thank you for your reply. I also tweeted you few days back. Right, a Document Type must be created an in it you need to specify a set of Association Rules. That's how your XML documents will be matched to this specific Document Type (also referred to as framework). I think you are missing t...
by harris914
Fri Mar 09, 2018 1:41 pm
Forum: Common Problems
Topic: Maven Eclipse SDK Install Fails
Replies: 11
Views: 8166

Re: Maven Eclipse SDK Install Fails

I tried to install Oxygen XML plugin using this tutorial: https://examples.javacodegeeks.com/core-java/eclipse-oxygen-xml-editor-plugin-tutorial/ I also tried to install it before following some other tutorial: https://www.oxygenxml.com/eclipse_install_instructions_v13_2.html But it shows me an erro...
by harris914
Thu Mar 08, 2018 1:38 pm
Forum: Common Problems
Topic: Maven Eclipse SDK Install Fails
Replies: 11
Views: 8166

Re: Maven Eclipse SDK Install Fails

I installed fresh Eclipse Oxygen, followed the steps at https://www.oxygenxml.com/eclipse_install_instructions_v13_2.html to install Oxygen XML plugin, but i got the following error: Cannot complete the install because one or more required items could not be found. Software being installed: oXygen X...
by harris914
Thu Mar 08, 2018 9:10 am
Forum: Common Problems
Topic: Button click handler and Save form data
Replies: 9
Views: 3916

Re: Button click handler and Save form data

Basically i'm preparing a demo in which i have created a form with three fields using CSS oxy functions. Now what i want is that when I click the button, I should get the values written in the fields and display them again below the form but not in text fields, rather with just labels. 1. I did bind...
by harris914
Wed Mar 07, 2018 10:45 am
Forum: Common Problems
Topic: Button click handler and Save form data
Replies: 9
Views: 3916

Button click handler and Save form data

Hello, i'm new to Oxygen XML and starting learning it few days back. Following the form-controls sample i have created a form in xml file. Some textfields and a button. Now I want to save the form data whatever is entered in the text fields and then button is clicked, just like an HTML form. How can...