Search found 6 matches
- Fri Jun 20, 2014 4:11 pm
- Forum: Other Issues
- Topic: Editor Variables in XSLTOperation
- Replies: 6
- Views: 2711
Re: Editor Variables in XSLTOperation
Hallo Alex, Thank you but expandEditorVariables is not working for ${ask}. I tried in following both ways ro.sync.util.editorvars.EditorVariables.expandEditorVariables(sbefore,authorAccess.getEditorAccess().getEditorLocation().toURI().toString()); and authorAccess.getUtilAccess().expandEditorVariabl...
- Wed Jun 18, 2014 6:05 pm
- Forum: Other Issues
- Topic: Editor Variables in XSLTOperation
- Replies: 6
- Views: 2711
Editor Variables in XSLTOperation
Hello, How can I use Editor Variables in XSLTOperation ? Something like following <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" exclude-result-prefixes="xs"> <xsl:import href="xsl/coma...
- Tue May 27, 2014 5:01 pm
- Forum: Other Issues
- Topic: DatePickerEditor is not working in Eclipse
- Replies: 6
- Views: 1588
Re: DatePickerEditor is not working in Eclipse
Hi Alex,
Thank you , it works
Thank you , it works

- Tue May 27, 2014 10:34 am
- Forum: Other Issues
- Topic: DatePickerEditor is not working in Eclipse
- Replies: 6
- Views: 1588
Re: DatePickerEditor is not working in Eclipse
Hi Alex, Thank you for the code. Unfortunately I could not compile it because following classes are missing. import ro.sync.ecss.component.editor.DatePickerEditorUtil; import ro.sync.exml.EXMLResourceBoundle; import ro.sync.exml.MessageBundle; import ro.sync.exml.Tags; import com.oxygenxml.editor.sw...
- Mon May 26, 2014 4:10 pm
- Forum: Other Issues
- Topic: DatePickerEditor is not working in Eclipse
- Replies: 6
- Views: 1588
Re: DatePickerEditor is not working in Eclipse
Hello Alex,
Thank you for the Feedback.
Where can I find class ro.sync.ecss.component.editor.DatePickerEditorSWT ?
I could not find it in Version 15.2 and 16.0 distributions.
Thanks,
Regards,
Mani
Thank you for the Feedback.
Where can I find class ro.sync.ecss.component.editor.DatePickerEditorSWT ?
I could not find it in Version 15.2 and 16.0 distributions.
Thanks,
Regards,
Mani
- Fri May 23, 2014 6:37 pm
- Forum: Other Issues
- Topic: DatePickerEditor is not working in Eclipse
- Replies: 6
- Views: 1588
DatePickerEditor is not working in Eclipse
Hello, I am extending OOB ro.sync.ecss.component.editor.DatePickerEditor class to have custom "commitValue" function which splits the date and stores day,month,year seperately. No UI changes are done in the class. It works smoothly in Standalone Client but in Eclipse it renders properly but datepick...