Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
igetui-ruby
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ikcrm_common
igetui-ruby
Commits
9f66c58e
Commit
9f66c58e
authored
Aug 19, 2014
by
Victor Wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
NotyPopLoadTemplate 模板支持自动安装
parent
2aca3f9c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
lib/igetui/template/noty_pop_load_template.rb
+4
-0
lib/igetui/version.rb
+1
-1
No files found.
lib/igetui/template/noty_pop_load_template.rb
View file @
9f66c58e
...
@@ -5,6 +5,7 @@ module IGeTui
...
@@ -5,6 +5,7 @@ module IGeTui
attr_accessor
:pop_title
,
:pop_text
,
:pop_image
attr_accessor
:pop_title
,
:pop_text
,
:pop_image
attr_accessor
:pop_button_1
,
:pop_button_2
attr_accessor
:pop_button_1
,
:pop_button_2
attr_accessor
:load_icon
,
:load_title
,
:load_url
attr_accessor
:load_icon
,
:load_title
,
:load_url
attr_accessor
:android_mask
,
:symbia_mask
,
:ios_mask
attr_accessor
:is_auto_install
,
:is_active
attr_accessor
:is_auto_install
,
:is_active
def
initialize
def
initialize
...
@@ -25,6 +26,9 @@ module IGeTui
...
@@ -25,6 +26,9 @@ module IGeTui
@is_ring
=
true
@is_ring
=
true
@is_vibrate
=
true
@is_vibrate
=
true
@is_clearable
=
true
@is_clearable
=
true
@android_mask
=
''
@symbia_mask
=
''
@ios_mask
=
''
@is_auto_install
=
false
@is_auto_install
=
false
@is_active
=
false
@is_active
=
false
super
super
...
...
lib/igetui/version.rb
View file @
9f66c58e
module
IGeTui
module
IGeTui
VERSION
=
"1.
0.1
"
VERSION
=
"1.
1.0
"
end
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment