Advertisement
LGPvS

MPP terrium brush color changer

Aug 21st, 2018
364
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. $("body #bottom .relative").append('<div id="thecolorbtn" class="ugly-button 2_btn" style="position: fixed;bottom: 8px;right: 220px;width: 180px;">Сменить цвет/Change color</div>');
  2.  
  3. $("#thecolorbtn").click(function(){
  4. MPP.client.emit("notification", { title: "Сменить цвет/Change color", html:"Укажите цвет/Choose color: <input type='color' id='woppdrawclr'> <button id='theclrbtn' onclick='MPP.addons.draw.customColor=document.getElementById(`woppdrawclr`).value'>Установить цвет/Set Color</button></br></input>",duration:-1,target:"#thecolorbtn"});});
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement