1
0
Fork 0
forked from 0x2620/oxjs

Ox -> Ox.UI

This commit is contained in:
rlx 2014-09-26 14:31:20 +02:00
commit 552aba4271
17 changed files with 46 additions and 46 deletions

View file

@ -152,7 +152,7 @@ Ox.Button = function(options, self) {
function setTitle() {
if (self.options.type == 'image') {
that.attr({
src: Ox.getImageURL(
src: Ox.UI.getImageURL(
'symbol' + self.options.title[0].toUpperCase()
+ self.options.title.slice(1),
self.options.style == 'overlay' ? 'overlay' + (

View file

@ -31,7 +31,7 @@ Ox.FormPanel = function(options, self) {
format: function(value) {
return $('<img>')
.attr({
src: Ox.getImageURL('symbolCheck')
src: Ox.UI.getImageURL('symbolCheck')
})
.css({
width: '10px',