Re: ui development

2013-08-15 Thread Daan Hoogland
found it https://cwiki.apache.org/confluence/display/CLOUDSTACK/CloudStack+API+Development thanks On Thu, Aug 15, 2013 at 1:34 PM, Daan Hoogland wrote: > H, > > Is there a (wiki-)page on cloudstack ui development? I am looking at > some ui enhancements. > > (for https://issues.apache.org/jira/b

Re: ui development

2013-08-15 Thread Daan Hoogland
sorry, no I was to quick to be enthousiastic. I mean UI dev:( https://cwiki.apache.org/confluence/display/CLOUDSTACK/CloudStack+UI+Development but I did find it :) On Thu, Aug 15, 2013 at 1:59 PM, Daan Hoogland wrote: > found it > > https://cwiki.apache.org/confluence/display/CLOUDSTACK/CloudSt

RE: UI Development

2013-06-11 Thread Brian Federle
Hi Soheil, For the most part pretty much any IDE/text editor will work for UI development, as the code base is pure JS+HTML+CSS. I usually use Firebug for debugging purposes. For IDEs, I would recommend IntelliJ IDEA, which has the best support for JS, including an integrated JS debugger. Not

RE: UI Development

2013-06-11 Thread Soheil Eizadi
: Tuesday, June 11, 2013 11:44 AM To: 'dev@cloudstack.apache.org' Subject: RE: UI Development Hi Soheil, For the most part pretty much any IDE/text editor will work for UI development, as the code base is pure JS+HTML+CSS. I usually use Firebug for debugging purposes. For IDEs, I would

RE: UI Development

2013-06-11 Thread Brian Federle
1, 2013 11:52 AM To: dev@cloudstack.apache.org Subject: RE: UI Development Hi Brian, Thanks for the detail. I have looked at the UI-Plugin page, is there a matching server side plugin component to go along with the UI-Plugin to extend the CloudStack functionality

RE: UI Development

2013-06-12 Thread Alex Huang
facing API changes on the list before making them. Admin API changes can be added fairly quickly. --Alex > -Original Message- > From: Brian Federle [mailto:brian.fede...@citrix.com] > Sent: Tuesday, June 11, 2013 12:44 PM > To: 'dev@cloudstack.apache.org' > Su

RE: UI Development

2013-06-13 Thread Soheil Eizadi
> From: Soheil Eizadi [mailto:seiz...@infoblox.com] > Sent: Tuesday, June 11, 2013 11:52 AM > To: dev@cloudstack.apache.org > Subject: RE: UI Development > > Hi Brian, > Thanks for the detail. > > I have looked at the UI-Plugin page, is there a matching server side plug

RE: UI Development

2014-06-03 Thread Gabor Apati-Nagy
Hi Matt, There are ui controls in /ui/scripts/ui/widgets that generate the actual controls/page based on JSON definitions at /ui/scripts. AFAIK there is no complete UI documentation, but you can take a look here: https://cwiki.apache.org/confluence/display/CLOUDSTACK/UI+widget+samples To add a

Re: UI Development

2014-06-03 Thread Matt Spurlin
Adding a column was just an example I was trying to figure out as it seemed like it should be straight forward if I can find where the columns are referenced. Ideally I would like to add an option for intermediate certificates when adding an SSL Cert under infrastructure. It appears I just need to

Re: UI Development

2014-06-05 Thread Matt Spurlin
I also added an entry in messages.properties as it appears that is being used for localization. I am still not seeing the additional field in my interface. Does anyone have any recommendations as to what could be happening? On Tue, Jun 3, 2014 at 4:13 PM, Matt Spurlin wrote: > Adding a column was

Re: UI Development

2014-06-05 Thread Matt Spurlin
I was able to get this working. It appears that my UI files were not properly being carried over to my tomcat server when I published in Eclipse. On Thu, Jun 5, 2014 at 9:18 AM, Matt Spurlin wrote: > I also added an entry in messages.properties as it appears that is > being used for localization.