Andrey Matsovkin
Andrey Matsovkin
Export
Is there any way to export my picture as combined image + simple JS script to use on own web site?
While I'm opening `composer.json` from root of my project I see `MyProjectName` as title of Editor window — that's good enough. When I open `composer.json` of some subproject (installed lib...
[Thanks a lot for great plugin. And take my sadness that it's seems abandoned for some time.] As I discovered, plugin can not support user defined repositories record for type...
``` $left = $length - $total_length; if ($plain_mode || ($plain_tag && $tag)) { // treats text as plain in , tags <a name="line4303"></a> $content = $plain_mode ? $line_matchings[0] : $line_matchings[2];...
Error spotted using PHPDoctor under Windows platform. Paths generated under Unix (HTML header and page menu) - it's OK: ``` modules/users/inc/users.functions.php (Cotonti 0.9.18 Reference) Cotonti Overview PackageClassTreeFiles Deprecated Todo Index...
HIghlighting breaks when we have underscore symbol inside any closed tag. As example: `sample_text` (sample text has underscore symbol, but it not an markup symbol as it enclosed in markup...
Text color of codes for dark colors should be inverted or highlighted to be normally viewed. (Now it's very dark and not readable.)
init Phoenix with complex selector: ``` $('#form1,#form2').find('input,textarea,select').phoenix({ namespace: 'mySpace', maxItems: 250, saveInterval: 5000 }); ``` but when I try to remove storage data it's not worked — ``` $('#form1,#form2').find('input,textarea,select').phoenix('remove'); //...
Think it's should be more simple way to process entire form, like ``` $('#myForm').phoenix({ namespace: 'regData'+regType, maxItems: 100, saveInterval: 1000 }); Just check element name, and if it's a form...