Artyom Mezin

Results 163 comments of Artyom Mezin
trafficstars

@rhukster What do you think? We started our work here in **rus** branch: https://github.com/zikkuratvk/grav-learn I found some problems with existing learn site: 1.. Font-family (Work Sans etc) looks bad in...

@w00fz @OleVik No plans for this thing in near future?

I mean working demo on a remote server. Like this: http://demoform.jazmy.com/

Is there any news? I'm here because "Quick Start" documentation is incomplete 😄

I couldn't find dmg or other installable file for Mac either. Where can I find it?

My code after trying to change region: https://gist.github.com/Sogl/0a31ce377fffb21fe29c But now it looks like: ![image](https://cloud.githubusercontent.com/assets/7556290/11708457/274fd1e4-9f5b-11e5-8528-3f10f423ccef.png) How move top panel to top and bottom to bottom with all space fill? ![image](https://cloud.githubusercontent.com/assets/7556290/11708482/72eb3094-9f5b-11e5-8821-18324a8d13d5.png)

I did it in a second gist revision with `layout: 'border'` and `height: 400` to bottom GridPanel. Can I change fixed height to percentage? 80% top panel and 20% bottom...

> border layout regions all have fixed pixel sizes - and center region fills up the rest. I don't think you can change that. Clear. > I would create a...

@nsams I did 80% of work, but now problem with GridPanel events. I want to add `rowclick` event, my code: ``` javascript var flighttasks = new Kwf.Auto.GridPanel({ controllerUrl : '/flightplans/flights',...

Also standard `Ext2.grid.GridPanel` events works fine: https://gist.github.com/Sogl/310431d636c731f7f3c7 What's wrong with `Kwf.Auto.GridPanel` one click events? **UPDATE:** As I found in `/vendor/koala-framework/koala-framework/Kwf_js/Auto/GridPanel.js`, event `rowclick` isn't exists in KWF GridPanel: ``` this.addEvents( 'rendergrid',...