Feras A. S.

Results 13 issues of Feras A. S.

Hi; I am trying to set the href attribute to {{modelItem.finalUrl}}, as variable for PHP template. The library automatically encodes the {characters, anyway, to disable this feature? $element->attr($attr, "{{modelItem.$bindValue}}"); result:...

Hi; I was trying to save the last selected panel for some reason. I used panel view change:active event to save the currently active panel, then component:selected to activate the...

Hi; I used the following options to generate pdf ``` $html = " document.write('screen.width = ' + screen.width); document.write('screen.height = ' + screen.height); "; $input->setHtml($html); ``` ``` $converter->setOptions([ 'landscape' =>...

bug

- fix modal dialog html - change icons to Glyphicons to get same bootstrap 2 buttons default style specify the size to 'default' $('textarea').wysihtml5({size:"default"});

Code before packing: `for(var myvar=0,t=0;;){}` Coder After packing `for(var myvar=0,t=0;){}` javascript error: `Uncaught SyntaxError: Unexpected token )` because the second semicolon is part from for statement.

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. set a large text to the editor 2. for...

bug
performance

**Describe the bug** When I try to delete a domain alias, nothing happens, and there is no error in the console log. **To Reproduce** What steps did you take when...