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
c816119d
Commit
c816119d
authored
Aug 19, 2014
by
Victor Wang
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #11 from wjp2013/develop
NotyPopLoadTemplate 模板支持自动安装
parents
f2609927
9f66c58e
Show 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 @
c816119d
...
...
@@ -5,6 +5,7 @@ module IGeTui
attr_accessor
:pop_title
,
:pop_text
,
:pop_image
attr_accessor
:pop_button_1
,
:pop_button_2
attr_accessor
:load_icon
,
:load_title
,
:load_url
attr_accessor
:android_mask
,
:symbia_mask
,
:ios_mask
attr_accessor
:is_auto_install
,
:is_active
def
initialize
...
...
@@ -25,6 +26,9 @@ module IGeTui
@is_ring
=
true
@is_vibrate
=
true
@is_clearable
=
true
@android_mask
=
''
@symbia_mask
=
''
@ios_mask
=
''
@is_auto_install
=
false
@is_active
=
false
super
...
...
lib/igetui/version.rb
View file @
c816119d
module
IGeTui
VERSION
=
"1.
0.1
"
VERSION
=
"1.
1.0
"
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