WebGUI 1.1.0 release
This commit is contained in:
parent
d53f48c857
commit
b2cd674d4d
17 changed files with 310 additions and 80 deletions
|
|
@ -41,8 +41,8 @@ function getShowMeText() {
|
|||
return formObj.value;
|
||||
}
|
||||
|
||||
function image(obj) {
|
||||
obj.value = obj.value+'<img src="'+prompt("Enter the text to center:", "http://somesite.com/image.jpg")+'" border="0">';
|
||||
function imageAdd(obj) {
|
||||
obj.value = obj.value+'<img src="'+prompt("Enter the image URL:", "http://somesite.com/image.jpg")+'" border="0">';
|
||||
}
|
||||
|
||||
function italicText(obj) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue