Jump to content

Hayri ASLAN

Moderators
  • Posts

    1578
  • Joined

  • Last visited

  • Days Won

    134

Posts posted by Hayri ASLAN

  1. 
    
    function PrintMe(DivID) {var disp_setting="toolbar=yes,location=no,";
    disp_setting+="directories=yes,menubar=yes,";
    disp_setting+="scrollbars=yes,width=650, height=600, left=100, top=25";
       var content_vlue = document.getElementById(DivID).innerHTML;
       var docprint=window.open("","",disp_setting);
       docprint.document.open();
       docprint.document.write('<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"');
       docprint.document.write('"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">');
       docprint.document.write('<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">');
       docprint.document.write('<head><title>My Title</title>');
       docprint.document.write('<style type="text/css">body{ margin:0px;');
       docprint.document.write('font-family:verdana,Arial;color:#000;');
       docprint.document.write('font-family:Verdana, Geneva, sans-serif; font-size:12px;}');
       docprint.document.write('a{color:#000;text-decoration:none;} </style>');
       docprint.document.write('</head><body onLoad="self.print()"><center>');
       docprint.document.write(content_vlue);
       docprint.document.write('</center></body></html>');
       docprint.document.close();
       docprint.focus();
    }

    bunu unisession.addjs ile çalıştıracaksınız.

     

    daha sonra unisession.addjs(PrintMe('''+unihtmlframe.jsname+'_id''));

    ile yazdırma penceresini açacaksınız

    • Upvote 1
  2. Dear Alberto,

     

    Actually i am using all that components for our softwares. 

     

    I am also using unigui from version 0.88 and upgrading for each version.

     

    Also I am in turkey and meet with farhsad at farshad office.

     

    He may be say some sentences for me.

  3. Dear Friends,

     

    UniSpecial is based on Jquery. It is combining Jquery and Extjs.

     

    I continue to improve components. You can upgrade UniSpecial lifetime for free.

     

    It will be full source code.

     

    I haven't Company. For that i can't issue the invoice.

     

    It is Only USD50.

     

    You can pay via payoneer.

     

    Please provide Name, Surname, Email and Country. I will send payment request.

     

    Demo is here :http://hayriaslan.net:8078/

     

     

    Created Components List :

    • UniSpNoty

    UniSpNoty makes it easy to create alert - success - error - warning - information -confirmation messages as an alternative the standard alert dialog

    •   UniSpNumberFormatter

    UniSpNumberFormatter automatically formats currency and numbers as you type on form inputs. It supports most International numeric formats and currency signs including those used in Europe, North and South America, Asia and India lakhs.

    •   UniSpDisableRefresh

    UniSpDisableRefresh Disabling page refresh with F5, Ctrl + F5 and Ctrl + R

    •   UniSpAddClear

    UniSpAddClear adds a input clearing button on any input you apply it to. It clears the value, and returns focus to that field.

    •   UniSpWebCam

    UniSpWebCam library for capturing still images from your computer's camera, and delivering them to you as JPEG

    •   UniSpToggle and UniSpDbToggle

    UniSpToggle and UniSpDbToggle are easy toggle buttons that you can click, drag, animate, use to toggle checkboxes and more

    •   UniSpCombobox

     UniSpCombobox provide an intuitive user interface for using select inputs with the multiple attribute present. Instead of a select a bootstrap button will be shown w dropdown menu containing the single options as checkboxes

    •   UniSpWaitMe

    UniSpWaitMe for easy creating screenmask with css3 animations

    •   UniSpMaskedEdit

    UniSpMaskedEdit create an input mask.

    An inputmask helps the user with the input by ensuring a predefined format. This can be useful for dates, numerics, phone numbers

    •   UniSpScriptCam

     UniSpScriptCam  is a component to manipulate webcams. Take snapshots, detect movement, colors, QR and barcodes, record videoclips and organize videochats.

    •   UniSpColorPicker

    UniSpColorPicker is a web color picker which looks like the one in Microsoft Office 2010. It can be used a popup bound to a text box. It is a full jQuery UI widget, supporting various configurations.

    •   UniSpBootstro

    UniSpBootstro Show your users a guided tour of what is what on a page.  Especially, for first-time users.

    •   UniSpSweetAlert

    UniSpSweetAlert A BEAUTIFUL REPLACEMENT FOR JAVASCRIPT'S "ALERT"

     

    post-737-0-83849500-1414007137_thumb.jpg

    post-737-0-34363900-1414007139_thumb.jpg

    post-737-0-90966400-1414007140_thumb.jpg

    post-737-0-66208300-1414007142_thumb.jpg

    post-737-0-62602200-1414007144_thumb.jpg

    post-737-0-27017200-1414007146_thumb.jpg

    post-737-0-70600800-1414007147_thumb.jpg

    post-737-0-16078400-1414007149_thumb.jpg

    post-737-0-83511400-1414007150_thumb.jpg

    • Upvote 4
×
×
  • Create New...