Search found 6 matches

by dmanineelu
Fri Jun 20, 2014 4:11 pm
Forum: Other Issues
Topic: Editor Variables in XSLTOperation
Replies: 6
Views: 3813

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...
by dmanineelu
Wed Jun 18, 2014 6:05 pm
Forum: Other Issues
Topic: Editor Variables in XSLTOperation
Replies: 6
Views: 3813

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" exclud...
by dmanineelu
Tue May 27, 2014 5:01 pm
Forum: Other Issues
Topic: DatePickerEditor is not working in Eclipse
Replies: 6
Views: 2203

Re: DatePickerEditor is not working in Eclipse

Hi Alex,

Thank you , it works :D
by dmanineelu
Tue May 27, 2014 10:34 am
Forum: Other Issues
Topic: DatePickerEditor is not working in Eclipse
Replies: 6
Views: 2203

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...
by dmanineelu
Mon May 26, 2014 4:10 pm
Forum: Other Issues
Topic: DatePickerEditor is not working in Eclipse
Replies: 6
Views: 2203

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
by dmanineelu
Fri May 23, 2014 6:37 pm
Forum: Other Issues
Topic: DatePickerEditor is not working in Eclipse
Replies: 6
Views: 2203

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 bu...