forked from 0x2620/oxjs
Ox -> Ox.UI
This commit is contained in:
parent
e2a42ab04e
commit
552aba4271
17 changed files with 46 additions and 46 deletions
|
|
@ -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' + (
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue